summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
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-31knfTheo de Raadt
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-14Split synopsis, plain read/write don't need uio.Marc Espie
2001-05-14Update, sync with reality. deraadt@okAngelos D. Keromytis
2001-05-13unsigned -> unsigned int; grange@rt.mipt.ruTodd C. Miller
2001-05-13type of function on seperate lineTheo de Raadt
2001-05-11PowerPC is big endian, not little endian. This fixes isinf() and isnan()Dale Rahn
2001-05-11-1 -> MAP_FAILEDArtur Grabowski
2001-05-11Add back MAP_COPY. Just describe why it shouldn't be used.Artur Grabowski
2001-05-11Remove MAP_COPY. It shouldn't be used anymore.Artur Grabowski
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-10Use madvise(MADV_FREE) to allow the 'h' option.Artur Grabowski
2001-05-10Slightly better explaination of the advices (cut 'n paste from sys/mman.h isArtur Grabowski
2001-05-07Document boundary condition when size < strlen(dst).Todd C. Miller
2001-05-07Back out last change, it is intended behavior and update the blockTodd C. Miller
2001-05-07strlcat() should return strlen(dst) + strlen(src) when size parameterTodd C. Miller
2001-05-05Prototype for nice() lives in unistd.h, not nlist.h (pasto?)Todd C. Miller
2001-05-05Add missing __syscall() proto to fix pread() & friends on big endianTodd 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-22In the verbiage for MNT_SOFTDEP add a reference to 'softdep' inKenneth R Westerback
2001-04-20Fix an incorrect memset() in __grow_type_table(); dk@homepage.ruTodd C. Miller
2001-04-18Most of the systems we run on require an emulated EMODD, so avoid usingHugh Graham
2001-04-16Man page for hsearch/hcreate/hdestroy from NetBSDTodd C. Miller
2001-04-0931 vs 32; ianm@cit.uws.edu.auTheo de Raadt
2001-04-05remove extra continue statementsTheo de Raadt
2001-04-05Updates and corrections from gluk@ after recent softupdates changes.Aaron Campbell
2001-04-03Add missing return type to dn_comp() prototype in SYNOPSIS; matt@anzen.comAaron Campbell
2001-04-02use a len in g_Ctoc, easier code; freebsdTheo de Raadt
2001-03-30typoPaul Janzen
2001-03-29fix fork, brk/sbrk; rcsid embeddingMichael Shalayeff
2001-03-28Fix some glob defects:Todd C. Miller
2001-03-28correct arg order addi/subi, newer gas catches thisMichael Shalayeff
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-27The .Os macro should not be used in the general text domain.Aaron Campbell
2001-03-26cosmetic changes from tzcode2001aTodd C. Miller
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