Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-11-24 | fix mispelling of EACCES; bde | Theo de Raadt | |
1997-11-06 | XPG4.2 compat: | Todd C. Miller | |
1) usleep() and ualarm() use useconds_t not u_int 2) usleep() returns an int | |||
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 | |
termination. Now we do. | |||
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 | |
1) Add support for FNM_LEADING_DIR, FNM_CASEFOLD, FNM_IGNORECASE 2) POSIX.2 fixes | |||
1997-09-20 | Strip trailing '/' from paths. Noted by hermit@cs.tu-berlin.de in | Todd C. Miller | |
the form of an ls(1) bug and dm@reeducation-labor.lcs.mit.edu in the form of a cp(1) bug. | |||
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 | |
1997-09-08 | new man page; mikel | Theo de Raadt | |
1997-09-06 | ln basename.3 dirname.3 | Todd C. Miller | |
1997-09-01 | Make glob(3) XPG4.2 compliant. This means changing GLOB_ABEND to | Todd C. Miller | |
GLOB_ABORT and defining GLOB_NOMATCH and GLOB_NOSYS (the latter is not used). | |||
1997-09-01 | ttyslot takes void; bde@freebsd | Theo de Raadt | |
1997-09-01 | Document FTS_CHDIRROOT somewhat. Could be better. | Todd C. Miller | |
1997-09-01 | Fix problem with ``find -execdir'' not having the correct initial cwd. | Todd C. Miller | |
Adds a new flag to fts(3). | |||
1997-08-29 | Minor KNF changes to fts_safe_chdir and recent NetBSD code integration | imp | |
as pointed out by Bruce Evans. | |||
1997-08-24 | Fix compiler warnings. | Todd C. Miller | |
1997-08-20 | Move getsubopt(3) to stdlib like lite2 and XPG4.2 say... | Todd C. Miller | |
Update man page from lite2 while I'm at it. | |||
1997-08-19 | Standard format and general amelioration. | Todd C. Miller | |
1997-08-19 | repair duplication check | Theo de Raadt | |
1997-08-19 | do not reuse id's. also be more careful with maxgids. | Theo de Raadt | |
1997-08-17 | basename(3) and dirname(3) as specified by XPG4 and XPG4.2 | Todd C. Miller | |
1997-08-16 | Actually, we can't claim xpg4.2 w/o real locales so elide that bit. | Todd C. Miller | |
1997-08-16 | Document _toupper(3) and _tolower(3) and mention XPG4.2. | Todd C. Miller | |
1997-08-09 | The list of tcp/udp ports not to allocate dynamically is now | Todd C. Miller | |
a bitmask configurable via sysctl([38]). The default values have not changed. If one wants to change the list it should be done early on in /etc/rc. | |||
1997-08-08 | Clarify a bit. | Todd C. Miller | |
1997-08-02 | From NetBSD (phil): | Todd C. Miller | |
- Add args for compar() function decl. - Fix it so fts_* never adds a / to a path name when there is already a trailing /. Fixes NetBSD PR 1495. | |||
1997-07-29 | convert to mdoc format | flipk | |
1997-07-28 | merge in getcap change by grr, in rev 1.8 | Theo de Raadt | |
1997-07-27 | revert until the change gets evaluated by more people | Theo de Raadt | |
1997-07-27 | Make correct distinction between "entry not found" and "no capability files", | grr | |
and allow looking through multiple databases, even if one is the *.db case. | |||
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff | |
1997-07-24 | does not use read(2) | Theo de Raadt | |
1997-07-24 | copy d_type; giles@nemeton.com.au | Theo de Raadt | |
1997-07-23 | trailing blanks | kstailey | |
1997-07-23 | tabify | kstailey | |
1997-07-15 | Xr repair | Theo de Raadt | |
1997-07-09 | #include <netgroup.h> | Todd C. Miller | |
1997-07-09 | Clean up some -Wall complaints. | Todd C. Miller | |
1997-07-01 | Make -Wall happy. | Todd C. Miller | |
1997-07-01 | -Wall cleanliness | Todd C. Miller | |
1997-06-29 | surely not a long | Theo de Raadt | |
1997-06-22 | Fix a bogon in last change | Thorsten Lockert | |
1997-06-22 | Close pipes before dup'ing file descriptors in the child, not after. | Thorsten Lockert | |
From NetBSD PR #3673 by Dave Sainty <David.Sainty@MCS.VUW.AC.NZ> | |||
1997-06-14 | oops | Theo de Raadt | |