summaryrefslogtreecommitdiff
path: root/lib/libc/gen
AgeCommit message (Collapse)Author
1998-07-24Man pages Xrefs.Marc Espie
1998-07-14avoid calling __has_yppw() everytime through getpwent(), by caching the YP ↵Theo de Raadt
status along with the open file status
1998-07-07include <signal.h> not <sys/signal.h>Theo de Raadt
1998-07-07per XPG, gethostname() with a short buffer returns truncated data - not ENOMEM.Theo de Raadt
As permitted, make the truncated buffer be NUL terminated. make getdomainname() match.
1998-07-04split dirname and basename man pages; add dirnameTheo de Raadt
1998-07-04split dirname and basename man pagesTheo de Raadt
1998-07-03do not free() before last ref; kmayer@freegate.comTheo de Raadt
1998-06-27ktrace not traceArtur Grabowski
1998-06-26fix prototypesTheo de Raadt
1998-06-23Fix snprintf return value usage.Todd C. Miller
1998-06-21Remove the advertising clause in my old license, it impedes free useTodd C. Miller
of the code as a large number of similar clauses makes it impossible to write an ad for a product using the code...
1998-06-15use Bx macro for BSD versionsMichael Shalayeff
1998-06-11Add a mention of the tcp ident sysctl.Bob Beck
1998-06-08finish; kleinkTheo de Raadt
1998-06-08do not needlessly uppercase function namesTheo de Raadt
1998-06-03zero sigaction before useTheo de Raadt
1998-06-02add sysctl and sysconf support for sysvsem, sysvshm, sysvmsg, and fsync; ↵Theo de Raadt
mostly from kleink
1998-06-02tell people to use sysconf(3) now; kleinkTheo de Raadt
1998-05-13change size parameter to size_tTheo de Raadt
1998-05-06use errno.hTheo de Raadt
1998-04-28use Xr more oftenTheo de Raadt
1998-03-19zap FILE * after closing itTheo de Raadt
1998-03-19some -WallTodd C. Miller
1998-03-17do not ferror() after fclose(); dholland@eecs.harvard.eduTheo de Raadt
1998-03-07.Bx Open -> .Ox 2.xTodd C. Miller
1998-03-06And terminate SyslogAddr.sun_path (duh!)brian
1998-03-06sizeof(SyslogAddr.sun_path) -> sizeof(SyslogAddr.sun_path) - 1brian
pointed out by: theo
1998-03-05Initialise sockaddr::sa_len (stopping a pretty nastybrian
stack scribble). Also, SyslogAddr is a sockaddr_un, not a sockaddr.
1998-03-01s/NULL/NUL/ in the right places; jraynardTheo de Raadt
1998-02-18clarifyTheo de Raadt
1998-02-13match unistd.hTheo de Raadt
1998-02-08Pull in prototypeThorsten Lockert
1998-02-03Steal better desciption of GLOB_NOESCAPE from fnmatch(3).Todd C. Miller
1998-01-31Add GLOB_NOESCAPE to turn off backslash escaping and make backslash escapingTodd C. Miller
the default. For xpg4.2.
1998-01-31glob(3) is not xpg4.2 compliant yetTodd C. Miller
1998-01-20type botchTheo de Raadt
1998-01-02make mmap() return void *, add MAP_FAILEDTheo de Raadt
1997-12-29s/NetBSD/OpenBSDkstailey
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-11-24fix mispelling of EACCES; bdeTheo de Raadt
1997-11-06XPG4.2 compat:Todd C. Miller
1) usleep() and ualarm() use useconds_t not u_int 2) usleep() returns an int
1997-11-05XPG4, not ANSI; seebs@puddle.plethora.netTheo de Raadt
1997-10-11Replace my trailing slash removal with the one from FreeBSD.Todd C. Miller
1997-10-10NO abort() CALLS IN LIBCTheo de Raadt