summaryrefslogtreecommitdiff
path: root/lib/libc/gen
AgeCommit message (Expand)Author
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
2001-03-28must spec +1 in this one case...Theo de Raadt
2001-03-28avoid g_Ctoc() overflows; art@ okTheo de Raadt
2001-03-28KNFTheo de Raadt
2001-03-22a bit closer to the queen's englishTheo de Raadt
2001-03-20document new interpretation for net.inet6.icmp6.nodeinfo.Jun-ichiro itojun Hagino
2001-03-19set gl_pathv to NULL after we free it; christos@netbsd.orgTodd C. Miller
2001-03-18GLOB_LIMIT changes from christosTheo de Raadt
2001-03-14Move description of exect() to execve(2) man page. Add a note about exect() notAaron Campbell
2001-03-11mdoc police.Aaron Campbell
2001-03-01Spelling: preceeding -> precedingAaron Campbell
2001-02-28ipip.allow can also be set to 2, which skips the loopback spoofAngelos D. Keromytis
2001-02-17It's not that I mind split infinitives. I just like to save'em for whenPaul Janzen
2001-02-17Document behaviour with a NULL format string, and try to not split infinitivesPaul Janzen
2001-02-13Avoid theoretical potential buffer overflowPaul Janzen
2001-02-10Insert a missing comma.Aaron Campbell
2001-02-08implement upper limit to icmp6 redirects (experimental, turned off)Jun-ichiro itojun Hagino