summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
1998-01-19use tzcode strftime(3) as it is kept up to date.Todd C. Miller
1998-01-18tzcode1998b from ftp://elsie.nci.nih.gov/pubTodd C. Miller
1998-01-12Oops, missed a 0 vs. '\0'Todd C. Miller
1998-01-12typoTodd C. Miller
1998-01-12Based on some FreeBSD changes:Todd C. Miller
1998-01-11Add gethostent(), as some LEGACY code wants it. If you write newTobias Weingartner
1998-01-06so_linger is in secondsTheo de Raadt
1998-01-02make {f,}chflags(.., -1) return EINVAL because -1 is VNOVAL; problem noted by...Theo de Raadt
1998-01-02make mmap() return void *, add MAP_FAILEDTheo de Raadt
1997-12-30correct descriptionTheo de Raadt
1997-12-29s/NetBSD/OpenBSDkstailey
1997-12-29NUL not NULLTheo de Raadt
1997-12-27Correct mmap-related prototypesThorsten Lockert
1997-12-24Always give .Fn an argument, it will not default to the previous value.Thorsten Lockert
1997-12-24also need sys/stat.h; hubertfTheo de Raadt
1997-12-22add XPG4.2 lockf; kleinkTheo de Raadt
1997-12-19sprintf bye byeTheo de Raadt
1997-12-19gid_t is unsignedTheo de Raadt
1997-12-18handle long usernames more carefullyTheo de Raadt
1997-12-15MAP_COPY|MAP_FILE; mrg. indent tooTheo de Raadt
1997-12-10pw -> rpcTobias Weingartner
1997-12-09make struct statfs reflect reality.Todd C. Miller
1997-12-02i failed to test compile this before commitingTheo de Raadt
1997-12-01buf oflow; bitbltTheo de Raadt
1997-11-302**8 is normally 256 and not 64, I should resign from applied math it seems.Niels Provos
1997-11-30kill bad .Os lineTheo de Raadt
1997-11-30Deal with realloc() failure in v?asprintf()Todd C. Miller
1997-11-29Build asprintf.c and vasprintf.cTodd C. Miller
1997-11-29Implement asprintf(3) and vasprintf(3) functions similar to theTodd C. Miller
1997-11-29Return -1, not EOF for size < 1. XPG4.2 specifies the return valueTodd C. Miller
1997-11-24missing blank linesTheo de Raadt
1997-11-24fix mispelling of EACCES; bdeTheo de Raadt
1997-11-20incorrect MLINKSTheo de Raadt
1997-11-19Document new functionsNiklas Hallqvist
1997-11-18clarify EINVALTodd C. Miller
1997-11-17kleink: When fstat(2)ing a file descriptor of a local communications domainTheo de Raadt
1997-11-17make chmod() and fchmod() return EINVAL for bad mode bitsTheo de Raadt
1997-11-17blank lineTheo de Raadt
1997-11-16blank lineTheo de Raadt
1997-11-16oopsTheo de Raadt
1997-11-16add SHUT_* values as defined by XPG4.2Theo de Raadt
1997-11-16move proto to sys/stat.h; XPG4.2Theo de Raadt
1997-11-15cleanups from various sourcesTheo de Raadt
1997-11-15for shutdown(2), if "how" is not 0-2, return EINVALTheo de Raadt
1997-11-14mmap() now takes void *Theo de Raadt
1997-11-14convert to void *addrTheo de Raadt
1997-11-13make msync() have 3 argsTheo de Raadt
1997-11-13Xr correctlyTheo de Raadt
1997-11-13added getsid()Theo de Raadt
1997-11-13add getsid(2), XPG4Theo de Raadt