summaryrefslogtreecommitdiff
path: root/lib/libc/gen
AgeCommit message (Expand)Author
2001-08-27Zero out entire FTS after allocating it instead of just zeroing outTodd C. Miller
2001-08-25Sync with sysctl(8): net.inet.tcp.slowhz is not changeable; bk@rt.fm. Wow,Aaron Campbell
2001-08-23Add missing commas after auth_getitem and auth_setitem in NAME section.Todd C. Miller
2001-08-23typo fix from NetBSD (groo@netbsd.org)Paul Janzen
2001-08-18deal with -1 from snprintf, if it ever happensTheo de Raadt
2001-08-18Add a possibility to add a random offset to the stack on exec. This makesArtur Grabowski
2001-08-15Typo fixes; andrew.hoerter@NeuStar.comAaron Campbell
2001-08-13Explicitly NUL terminate dst in strvis() and strvisx() in caseTodd C. Miller
2001-08-07Do the memset only if tcgetattr() fails just in case the failedTodd C. Miller
2001-08-07Keep a verbatim copy of the old struct termios instead of usingTodd C. Miller
2001-08-07typo.Peter Valchev
2001-08-06o) We always close .Bl and .Bd tags;Mike Pechkin
2001-08-03Update sp->fts_cur in fts_read() before returning NULL. ThisTodd C. Miller
2001-07-31Add missing LINK for cgetusedbKenneth R Westerback
2001-07-27varargs.h -> stdarg.hMarco S Hyman
2001-07-17mode -> type in description to match the synopsis.Aaron Campbell
2001-07-10put another YP-only piece inside the ifdefTheo de Raadt
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2001-07-09a first pass at -WallTheo de Raadt
2001-07-05IPComp support. angelos@ ok.Jean-Jacques Bernard-Gundol
2001-07-02Convert warn/warnx -> _warn/_warnxTodd C. Miller
2001-06-28fix one-byte overflowsPaul Janzen
2001-06-27typo, spotted by Tom Holroyd <tomh@po.crl.go.jp>; ok deraadt@Damien Miller
2001-06-27Make the functions (which get linked in if <ctype.h> isn't #included) behavePaul Janzen
2001-06-27use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.lebel
2001-06-25Document that behaviour is undefined if the argument isn't EOF or an unsignedPaul Janzen
2001-06-24When splitting instance from username, treat '/' as a separator asTodd C. Miller
2001-06-18Add new cgetusedb() function to toggle reading of .db files in getcap(3).Todd C. Miller
2001-06-18Fix a char vs. u_char problem I introduced in the last commit.Todd C. Miller
2001-06-16Disable the STATUS character when reading passwords -- people seem toTodd C. Miller
2001-06-03Don't bail out early for users w/o passwd file entries since we mayTodd C. Miller
2001-06-03KERN_NPROCS documentationAngelos D. Keromytis
2001-06-03struct diskstats nowAngelos D. Keromytis
2001-05-31Fix another case of CHDIR("..") pointed out by Bruce EvansTodd C. Miller
2001-05-30When changing directory to '..', verify that we really are whereTodd C. Miller
2001-05-30Complain via syslog if login.conf does not exist. With the BSDTodd C. Miller
2001-05-29mention setusercontext() return valueTodd C. Miller
2001-05-20Correct interval notation (<= vs. <); tadayuki@mediaone.netTodd C. Miller
2001-05-17don't copy past end of record in readdir_r (ok by art)Jim Rees
2001-05-15Make path length variables size_t. This fixes the problem whereTodd C. Miller
2001-05-14Update, sync with reality. deraadt@okAngelos D. Keromytis
2001-05-11MAP_SHARED is better. Maybe we're trying to map /dev/ksyms.Artur Grabowski
2001-05-11MAP_COPY -> MAP_PRIVATEArtur Grabowski
2001-05-11Update with new sysctl'sAngelos D. Keromytis
2001-05-05Prototype for nice() lives in unistd.h, not nlist.h (pasto?)Todd C. Miller
2001-05-01Use pread() to avoid lseek() abuse, from art's todo list. Tested withAaron Campbell
2001-04-23Various man page fixes and improvements from gluk@Aaron Campbell
2001-04-05remove extra continue statementsTheo de Raadt
2001-04-02use a len in g_Ctoc, easier code; freebsdTheo de Raadt
2001-03-28Fix some glob defects:Todd C. Miller