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
/
lib
/
libc
/
gen
Age
Commit message (
Expand
)
Author
1998-06-23
Fix snprintf return value usage.
Todd C. Miller
1998-06-21
Remove the advertising clause in my old license, it impedes free use
Todd C. Miller
1998-06-15
use Bx macro for BSD versions
Michael Shalayeff
1998-06-11
Add a mention of the tcp ident sysctl.
Bob Beck
1998-06-08
finish; kleink
Theo de Raadt
1998-06-08
do not needlessly uppercase function names
Theo de Raadt
1998-06-03
zero sigaction before use
Theo de Raadt
1998-06-02
add sysctl and sysconf support for sysvsem, sysvshm, sysvmsg, and fsync; most...
Theo de Raadt
1998-06-02
tell people to use sysconf(3) now; kleink
Theo de Raadt
1998-05-13
change size parameter to size_t
Theo de Raadt
1998-05-06
use errno.h
Theo de Raadt
1998-04-28
use Xr more often
Theo de Raadt
1998-03-19
zap FILE * after closing it
Theo de Raadt
1998-03-19
some -Wall
Todd C. Miller
1998-03-17
do not ferror() after fclose(); dholland@eecs.harvard.edu
Theo de Raadt
1998-03-07
.Bx Open -> .Ox 2.x
Todd C. Miller
1998-03-06
And terminate SyslogAddr.sun_path (duh!)
brian
1998-03-06
sizeof(SyslogAddr.sun_path) -> sizeof(SyslogAddr.sun_path) - 1
brian
1998-03-05
Initialise sockaddr::sa_len (stopping a pretty nasty
brian
1998-03-01
s/NULL/NUL/ in the right places; jraynard
Theo de Raadt
1998-02-18
clarify
Theo de Raadt
1998-02-13
match unistd.h
Theo de Raadt
1998-02-08
Pull in prototype
Thorsten Lockert
1998-02-03
Steal better desciption of GLOB_NOESCAPE from fnmatch(3).
Todd C. Miller
1998-01-31
Add GLOB_NOESCAPE to turn off backslash escaping and make backslash escaping
Todd C. Miller
1998-01-31
glob(3) is not xpg4.2 compliant yet
Todd C. Miller
1998-01-20
type botch
Theo de Raadt
1998-01-02
make mmap() return void *, add MAP_FAILED
Theo de Raadt
1997-12-29
s/NetBSD/OpenBSD
kstailey
1997-12-24
Always give .Fn an argument, it will not default to the previous value.
Thorsten Lockert
1997-12-24
also need sys/stat.h; hubertf
Theo de Raadt
1997-12-22
add XPG4.2 lockf; kleink
Theo de Raadt
1997-12-19
sprintf bye bye
Theo de Raadt
1997-12-19
gid_t is unsigned
Theo de Raadt
1997-12-18
handle long usernames more carefully
Theo de Raadt
1997-12-15
MAP_COPY|MAP_FILE; mrg. indent too
Theo de Raadt
1997-11-24
fix mispelling of EACCES; bde
Theo de Raadt
1997-11-06
XPG4.2 compat:
Todd C. Miller
1997-11-05
XPG4, not ANSI; seebs@puddle.plethora.net
Theo de Raadt
1997-10-11
Replace my trailing slash removal with the one from FreeBSD.
Todd C. Miller
1997-10-10
NO abort() CALLS IN LIBC
Theo de Raadt
1997-10-06
Fix bug caused by trailing '/' stripping. Didn't always guarantee NULL
Todd C. Miller
1997-10-02
Added PF_ENCAP and fixed the PF_INET table.
Angelos D. Keromytis
1997-09-26
Parameter fix + a typo. maximum entropy <entropy@tardis.bernstein.com>
Todd C. Miller
1997-09-22
Prototype __seekdir() before using.
Todd C. Miller
1997-09-22
From FreeBSD:
Todd C. Miller
1997-09-20
Strip trailing '/' from paths. Noted by hermit@cs.tu-berlin.de in
Todd C. Miller
1997-09-20
do execle() using alloca() for use inside signal handlers (malloc is bad)
Theo de Raadt
1997-09-12
wrong NULL
Theo de Raadt
1997-09-11
make popen() safe for a real vfork()
Theo de Raadt
[next]