summaryrefslogtreecommitdiff
path: root/lib/libc/gen
AgeCommit message (Collapse)Author
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
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-08Clarify a bit.Todd C. Miller
1997-08-02From 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-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
and allow looking through multiple databases, even if one is the *.db case.
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
From NetBSD PR #3673 by Dave Sainty <David.Sainty@MCS.VUW.AC.NZ>
1997-06-14oopsTheo de Raadt
1997-06-13securelevels affect sysctl -w tooTheo de Raadt
1997-06-13sigsuspend, not sigpauseTheo de Raadt
1997-06-13the any typo; netbsdTheo de Raadt
1997-06-13netbsd repairsTheo de Raadt
1997-06-13sysctl(3)Theo de Raadt
1997-06-13glob rules; netbsdTheo de Raadt
1997-06-13strncpyTheo de Raadt
1997-06-10return -2 if can't open database like man page says.Todd C. Miller
1997-05-30for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \Theo de Raadt
grep '"' | cut -d':' -f1`; do sed -e '/^.Dd /s/"//g' -e '/^.Dd /s/\(^.Dd [A-Za-z]*\) \(.*\)$/\1, \2/' <$i >x cat x > $i done
1997-04-25added select(2) to see also, mostly to test cvs commitkstailey
1997-04-25less inaccuratekstailey
1997-04-25less inaccuratekstailey
1997-04-25Use nanosleep(2)Thorsten Lockert
1997-04-18constrain length of db lookups better; reported by adam@math.tau.ac.ilTheo de Raadt
1997-04-16Don't modify variables in the child since we vfork()'d toTodd C. Miller
get there (address space is shared between parent in child in traditional vfork(2)). From FreeBSD (dyson).
1997-04-13buf oflow; bitbltTheo de Raadt
1997-04-12Different fix for buffer overflow. From Keith Bostic <bostic@bostic.com>Todd C. Miller
1997-04-04clarifyTheo de Raadt
1997-03-29Fix up HISTORY and mention YP.Todd C. Miller
1997-03-29repair function param declarationsTheo de Raadt
1997-03-24Make sure head, tail, and nitems get zero'd even if weTodd C. Miller
can't cd to the target dir. Fixes rogue pointer problem introduced with safe chdir changes.
1997-03-21Fix two typos in fts(3). NetBSD PR#3364 and NetBSD PR#3368Todd C. Miller
from Enami Tsugutomo.
1997-03-07From NetBSD (christos) [fixed typo introduced in comment]:Todd C. Miller
If ``who'' was not specified, set the appropriate bits as the manual page states. ``chmod +s foo'' and ``chmod +t dir'' now work.