/
nerfur
/
openbsd-src
ОбзорДокументацияВойти
/
nerfur
/
openbsd-src
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
openbsd-src/
usr.bin/mail/
..
USD.doc

- ~<, ~_ are undocumented aliases of ~r, ~: - missing documentation for ~. - use compact list, and .Pp. so that aliases could be listed - reformat to fit aliases in tilde help with help & ok jmc@, sobrado@, millert@

17 лет назад
misc

alpbetically sort the configuration choices

2 года назад
Makefile

the name aux is a reserved filename on windows

6 лет назад
cmd1.c

Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' for chars.

15 лет назад
cmd2.c

Modernize allocation by:

11 лет назад
cmd3.c

Delete obsolete /* ARGSUSED */ lint comments.

3 года назад
cmdtab.c

rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms

17 лет назад
collect.c

ctype and other sign extension fixes.

13 лет назад
def.h

When it's the possessive of 'it', it's spelled "its", without the apostrophe.

5 лет назад
edit.c

When system calls indicate an error they return -1, not some arbitrary value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future.

7 лет назад
extern.h

remove prototypes with no matching function and externs with no var partly checked by millert@

2 года назад
fio.c

spelling fixes; from paul tagliamonte amendments to his diff are noted on tech

4 года назад
glob.h

satisfy -fno-common, by (1) copying all the variable decls from indent_globs.h to indent.c, and (2) changing all the same decls in indent_globs.h to be extern ok mortimer

6 лет назад
head.c

Delete obsolete /* ARGSUSED */ lint comments.

3 года назад
lex.c

Delete obsolete /* ARGSUSED */ lint comments.

3 года назад
list.c

Modernize allocation by:

11 лет назад
mail.1

man pages: add missing commas between subordinate and main clauses

4 года назад
main.c

make usage for both mail(1) and mailx(1) fit in a 80-column display.

2 года назад
names.c

When system calls indicate an error they return -1, not some arbitrary value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future.

7 лет назад
pathnames.h

Remove the advertising clause in the UCB license which Berkeley rescinded 22 July 1999. Proofed by myself and Theo.

23 года назад
popen.c

Delete obsolete /* ARGSUSED */ lint comments.

3 года назад
quit.c

Cleanup close(open idioms. ok krw

10 лет назад
rcv.h

Remove the advertising clause in the UCB license which Berkeley rescinded 22 July 1999. Proofed by myself and Theo.

23 года назад
send.c

Delete obsolete /* ARGSUSED */ lint comments.

3 года назад
strings.c

Modernize allocation by:

11 лет назад
temp.c

Replace the local getname() and getuserid() functions with calls to user_from_uid(3) and uid_from_user(3). This requires sprinkling const in a few places to match the return value of user_from_uid(3). OK tb@

8 лет назад
tty.c

Check if a signal already has been received before entering a blocking read as opposed of only doing it afterwards. Issue uncovered by the mail regress tests.

3 года назад
util.c

spelling fixes; from paul tagliamonte amendments to his diff are noted on tech

4 года назад
v7.local.c

Replace the local getname() and getuserid() functions with calls to user_from_uid(3) and uid_from_user(3). This requires sprinkling const in a few places to match the return value of user_from_uid(3). OK tb@

8 лет назад
vars.c

Modernize allocation by:

11 лет назад
version.c

rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms

17 лет назад