tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
usr.bin
/
mail
/
at
jcs
2 folders
29 files
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@
16 years ago
misc
alpbetically sort the configuration choices
2 years ago
Makefile
the name aux is a reserved filename on windows
5 years ago
cmd1.c
Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' for chars.
15 years ago
cmd2.c
Modernize allocation by:
10 years ago
cmd3.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
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
16 years ago
collect.c
ctype and other sign extension fixes.
12 years ago
def.h
When it's the possessive of 'it', it's spelled "its", without the apostrophe.
4 years ago
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.
6 years ago
extern.h
remove prototypes with no matching function and externs with no var partly checked by millert@
2 years ago
fio.c
spelling fixes; from paul tagliamonte amendments to his diff are noted on tech
3 years ago
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
5 years ago
head.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
lex.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
list.c
Modernize allocation by:
10 years ago
mail.1
man pages: add missing commas between subordinate and main clauses
4 years ago
main.c
These programs are using pledge "tmppath" with "rpath wpath cpath". The "tmppath" is not needed. ok semarie and others
1 month ago
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.
6 years ago
pathnames.h
Remove the advertising clause in the UCB license which Berkeley rescinded 22 July 1999. Proofed by myself and Theo.
23 years ago
popen.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
quit.c
Cleanup close(open idioms. ok krw
9 years ago
rcv.h
Remove the advertising clause in the UCB license which Berkeley rescinded 22 July 1999. Proofed by myself and Theo.
23 years ago
send.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
strings.c
Modernize allocation by:
10 years ago
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@
7 years ago
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.
2 years ago
util.c
spelling fixes; from paul tagliamonte amendments to his diff are noted on tech
3 years ago
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@
7 years ago
vars.c
Modernize allocation by:
10 years ago
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
16 years ago