summaryrefslogtreecommitdiff
path: root/lib/libc/gen
AgeCommit message (Expand)Author
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
1997-08-17basename(3) and dirname(3) as specified by XPG4 and XPG4.2Todd C. Miller
1997-08-16Actually, we can't claim xpg4.2 w/o real locales so elide that bit.Todd C. Miller
1997-08-16Document _toupper(3) and _tolower(3) and mention XPG4.2.Todd C. Miller
1997-08-09The list of tcp/udp ports not to allocate dynamically is nowTodd C. Miller
1997-08-08Clarify a bit.Todd C. Miller
1997-08-02From NetBSD (phil):Todd C. Miller
1997-07-29convert to mdoc formatflipk
1997-07-28merge in getcap change by grr, in rev 1.8Theo de Raadt
1997-07-27revert until the change gets evaluated by more peopleTheo de Raadt
1997-07-27Make correct distinction between "entry not found" and "no capability files",grr
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-07-24does not use read(2)Theo de Raadt
1997-07-24copy d_type; giles@nemeton.com.auTheo de Raadt
1997-07-23trailing blankskstailey
1997-07-23tabifykstailey
1997-07-15Xr repairTheo de Raadt
1997-07-09#include <netgroup.h>Todd C. Miller
1997-07-09Clean up some -Wall complaints.Todd C. Miller
1997-07-01Make -Wall happy.Todd C. Miller
1997-07-01-Wall cleanlinessTodd C. Miller
1997-06-29surely not a longTheo de Raadt
1997-06-22Fix a bogon in last changeThorsten Lockert
1997-06-22Close pipes before dup'ing file descriptors in the child, not after.Thorsten Lockert
1997-06-14oopsTheo de Raadt