summaryrefslogtreecommitdiff
path: root/lib/libc/gen
AgeCommit message (Expand)Author
2007-03-05Remove _err() calls from getnetgrent.c. This is a minor API changeTodd C. Miller
2007-02-26Add SuperH to the architecture list which stack grow down, even though thisMiod Vallat
2007-02-21net.inet.esp.udpencap is enabled by default;Jason McIntyre
2007-02-09The buffer passed to getdirentries() must be at least as large asTodd C. Miller
2007-02-08g/c __DTF_READALL. It was a flag to the internal __opendir2() butTodd C. Miller
2007-01-08fix mem leak, from NetBSD; ok miod@ kettenis@Otto Moerbeek
2006-12-28reword a sentence and kill some trailing whitespace;Jason McIntyre
2006-12-23adapt to new two-level sensor sysctl framework; by Constantine A. MureninTheo de Raadt
2006-12-04confstr() should return 0, not (size_t)-1, on errors; from Guy Harris.Otto Moerbeek
2006-11-21introduce sysctl net.inet6.ip6.multicast_mtudisc (for multicast routers).Jun-ichiro itojun Hagino
2006-10-26various fixes from wiz@netbsdJason McIntyre
2006-10-16s/ip/ip6/Ryan Thomas McBride
2006-10-16Document net.inet.ip.multipath and net.inet6.ip6.multipath.Ryan Thomas McBride
2006-09-26Zap D_REMOVABLE flag from disklabel. If you didn't already know thatKenneth R Westerback
2006-09-24Eliminate D_CHAIN, D_ECC and D_RAMDISK flags from disklabel. They wereKenneth R Westerback
2006-09-15sysctl(3) can return ESRCH; noted by Kristaps Johnson; ok miod@ jmc@Otto Moerbeek
2006-08-09Document error return when namelen is 0. OK jmc@Todd C. Miller
2006-08-04Add ENOMEDIUM and EMEDIUMTYPE to report medium errors to userland programsBob Beck
2006-06-02document NFS_NIOTHREADS, with some pointers from mickey;Jason McIntyre
2006-05-29revert vfs.nfs.privport sysctl, broke a few architecturesAnil Madhavapeddy
2006-05-28Add support for NFS mounts to be from non-reserved ports:Anil Madhavapeddy
2006-05-28VFS_GENERIC returns VFS info, not VM infoPedro Martelletto
2006-05-27Document net.inet6.ip6.mforwardingClaudio Jeker
2006-05-27System calls return -1 upon failure, so check for -1Pedro Martelletto
2006-05-27Don't leak memory if getcwd() was passed NULL and __getcwd() failsPedro Martelletto
2006-05-27Make libc's getcwd() use the new __getcwd() system callPedro Martelletto
2006-05-26vpn.8 removal;Jason McIntyre
2006-05-26let us not talk about ipsecadm and vpn anymore; ok reykTheo de Raadt
2006-05-17Document recent sysctl additions.Gordon Willem Klok
2006-05-15Handle empty terminal names more gracefully.Hugh Graham
2006-05-09typo from jan niemann; ok ottoJason McIntyre
2006-04-27update descriptions for DBCTL_{CONSOLE,PANIC}: they may not be raisedJason McIntyre
2006-04-11duplicate in the safe listTheo de Raadt
2006-04-10telldir/seekdir optimization, avoid scanning the complete list,Otto Moerbeek
2006-04-09a few rlim_t casts, kind of ok otto and millertTheo de Raadt
2006-04-02kill atoi(), correct signedness of internal API gettype(); ok a few peopleTheo de Raadt
2006-04-01- Plug huge mem leak; mostly samba was suffering.Otto Moerbeek
2006-03-31No longer need limits.hTodd C. Miller
2006-03-31nfds is not constrained by OPEN_MAX for nftw(), only ftw()Todd C. Miller
2006-03-31Document NET_RT_STATS.Claudio Jeker
2006-03-31(char)to{upper,lower}()Theo de Raadt
2006-03-31after we changed mode_t to be an int, the devname() man page wasTheo de Raadt
2006-03-25Fix description of KERN_VNODE, okay deraadt@Pedro Martelletto
2006-03-22Simplify cgetnext(3) by using strcspn(3).Ray Lai
2006-03-18In all these cases pfp != NULL. I also sneaked in some KNF.Ray Lai
2006-03-12Cleanup to avoid a save errno dance; from Andrey Matveev; ok pat@Otto Moerbeek
2006-03-10Don't dereference NULL pointer if file is truncated.Ray Lai
2006-01-13Remove neither documented nor found in any spec ctermid_r() function - ctermid()Miod Vallat
2005-12-19Use strlcpy() return value in bound check instead of using anTodd C. Miller
2005-12-02never say unsigned; say at least unsigned intTheo de Raadt