summaryrefslogtreecommitdiff
path: root/lib/libc/gen
AgeCommit message (Expand)Author
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
1998-03-05Initialise sockaddr::sa_len (stopping a pretty nastybrian
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
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
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
1997-10-06Fix bug caused by trailing '/' stripping. Didn't always guarantee NULLTodd C. Miller
1997-10-02Added PF_ENCAP and fixed the PF_INET table.Angelos D. Keromytis
1997-09-26Parameter fix + a typo. maximum entropy <entropy@tardis.bernstein.com>Todd C. Miller
1997-09-22Prototype __seekdir() before using.Todd C. Miller
1997-09-22From FreeBSD:Todd C. Miller
1997-09-20Strip trailing '/' from paths. Noted by hermit@cs.tu-berlin.de inTodd C. Miller
1997-09-20do execle() using alloca() for use inside signal handlers (malloc is bad)Theo de Raadt
1997-09-12wrong NULLTheo de Raadt
1997-09-11make popen() safe for a real vfork()Theo de Raadt
1997-09-08new man page; mikelTheo de Raadt
1997-09-06ln basename.3 dirname.3Todd C. Miller
1997-09-01Make glob(3) XPG4.2 compliant. This means changing GLOB_ABEND toTodd C. Miller
1997-09-01ttyslot takes void; bde@freebsdTheo de Raadt
1997-09-01Document FTS_CHDIRROOT somewhat. Could be better.Todd C. Miller
1997-09-01Fix problem with ``find -execdir'' not having the correct initial cwd.Todd C. Miller
1997-08-29Minor KNF changes to fts_safe_chdir and recent NetBSD code integrationimp
1997-08-24Fix compiler warnings.Todd C. Miller
1997-08-20Move getsubopt(3) to stdlib like lite2 and XPG4.2 say...Todd C. Miller
1997-08-19Standard format and general amelioration.Todd C. Miller
1997-08-19repair duplication checkTheo de Raadt
1997-08-19do not reuse id's. also be more careful with maxgids.Theo de Raadt