summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen (follow)
Commit message (Expand)AuthorAgeFilesLines
* Set default facility is noone is specified at syslog(3) time; millert@ jj@ ok.fgsch2001-10-311-16/+20
* Add MLINK's for syslog_r and friends.fgsch2001-10-311-2/+3
* run the approve for accounts with expiration time, too. ok millert@markus2001-10-261-2/+2
* syslog_r() implementation. deraadt@ ok.jjbg2001-10-242-101/+275
* o kill some extra whitespacemillert2001-09-221-92/+81
* Typo; grange@rt.mipt.ruaaron2001-09-211-2/+2
* repair getgrgid_r() and getgrnam_r() as the standart says; from d@pvalchev2001-09-111-32/+83
* It is silly to reference the Tahoe architecture.millert2001-09-061-4/+3
* Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their POSIX counterparts.millert2001-09-041-34/+8
* Zero out entire FTS after allocating it instead of just zeroing outmillert2001-08-271-14/+9
* Sync with sysctl(8): net.inet.tcp.slowhz is not changeable; bk@rt.fm. Wow,aaron2001-08-251-2/+2
* Add missing commas after auth_getitem and auth_setitem in NAME section.millert2001-08-231-3/+3
* typo fix from NetBSD (groo@netbsd.org)pjanzen2001-08-231-2/+2
* deal with -1 from snprintf, if it ever happensderaadt2001-08-182-4/+8
* Add a possibility to add a random offset to the stack on exec. This makesart2001-08-181-1/+9
* Typo fixes; andrew.hoerter@NeuStar.comaaron2001-08-151-4/+4
* Explicitly NUL terminate dst in strvis() and strvisx() in casemillert2001-08-131-1/+3
* Do the memset only if tcgetattr() fails just in case the failedmillert2001-08-071-3/+4
* Keep a verbatim copy of the old struct termios instead of usingmillert2001-08-071-29/+15
* typo.pvalchev2001-08-071-2/+2
* o) We always close .Bl and .Bd tags;mpech2001-08-066-11/+11
* Update sp->fts_cur in fts_read() before returning NULL. Thismillert2001-08-031-2/+5
* Add missing LINK for cgetusedbkrw2001-07-311-2/+2
* varargs.h -> stdarg.hmarc2001-07-271-2/+2
* mode -> type in description to match the synopsis.aaron2001-07-171-2/+2
* put another YP-only piece inside the ifdefderaadt2001-07-101-1/+3
* correct type on last arg to execl(); nordin@cse.ogi.eduderaadt2001-07-091-2/+2
* a first pass at -Wallderaadt2001-07-092-7/+4
* IPComp support. angelos@ ok.jjbg2001-07-051-1/+3
* Convert warn/warnx -> _warn/_warnxmillert2001-07-022-13/+13
* fix one-byte overflowspjanzen2001-06-282-6/+6
* typo, spotted by Tom Holroyd <tomh@po.crl.go.jp>; ok deraadt@djm2001-06-271-2/+2
* Make the functions (which get linked in if <ctype.h> isn't #included) behavepjanzen2001-06-273-22/+43
* use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.lebel2001-06-277-26/+18
* Document that behaviour is undefined if the argument isn't EOF or an unsignedpjanzen2001-06-2513-13/+117
* When splitting instance from username, treat '/' as a separator asmillert2001-06-242-19/+22
* Add new cgetusedb() function to toggle reading of .db files in getcap(3).millert2001-06-182-5/+45
* Fix a char vs. u_char problem I introduced in the last commit.millert2001-06-181-2/+3
* Disable the STATUS character when reading passwords -- people seem tomillert2001-06-161-5/+21
* Don't bail out early for users w/o passwd file entries since we maymillert2001-06-031-5/+5
* KERN_NPROCS documentationangelos2001-06-031-1/+4
* struct diskstats nowangelos2001-06-031-2/+2
* Fix another case of CHDIR("..") pointed out by Bruce Evansmillert2001-05-311-22/+14
* When changing directory to '..', verify that we really are wheremillert2001-05-301-4/+11
* Complain via syslog if login.conf does not exist. With the BSDmillert2001-05-301-5/+2
* mention setusercontext() return valuemillert2001-05-291-1/+4
* Correct interval notation (<= vs. <); tadayuki@mediaone.netmillert2001-05-201-4/+2
* don't copy past end of record in readdir_r (ok by art)rees2001-05-171-2/+2
* Make path length variables size_t. This fixes the problem wheremillert2001-05-152-71/+55
* Update, sync with reality. deraadt@okangelos2001-05-141-37/+76