index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
mail
/
cmd2.c
Age
Commit message (
Expand
)
Author
2015-10-16
Modernize allocation by:
mmcc
2014-03-16
lint is dead (long live the lint!), so stop using it as a cpp conditional
Philip Guenther
2014-01-17
ctype and other sign extension fixes.
Okan Demirmen
2012-11-14
use F_OK macro instead of 0 in access() when checking by file existence. make...
Gleydson Soares
2011-04-06
Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'
Miod Vallat
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2009-07-28
remove core / tilde C. it's useless, doesn't work, never has been
Martynas Venckus
2004-09-15
avoid aliasing against libc symbols
Theo de Raadt
2004-05-10
Get rid of the ancient "clobber" command. It was really only for debugging
Todd C. Miller
2003-10-24
dont compare int to NULL, millert@ ok
Anil Madhavapeddy
2003-06-03
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2001-11-21
o kill strcpy()
Todd C. Miller
2001-11-21
o ANSIfy
Todd C. Miller
2000-04-26
Change the name of mail's send() function to sendmessages() to
Todd C. Miller
1997-11-14
NetBSD changes (mostly comsmetic):
Todd C. Miller
1997-08-31
Kill union wait.
Todd C. Miller
1997-07-30
Make istrcpy() take a size (not length) field, now called istrncpy().
Todd C. Miller
1997-07-14
NOSTR -> NULL
Todd C. Miller
1997-07-13
bcopy() -> memcpy() and fix some casts.
Todd C. Miller
1997-07-13
Merge in NetBSD and 4.4BSD-lite2 changes as well as some of my own.
Todd C. Miller
1996-06-11
from christos;
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt