summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2006-10-16Document net.inet.ip.multipath and net.inet6.ip6.multipath.Ryan Thomas McBride
2006-10-15mark up `>';Jason McIntyre
2006-10-14Add a CAVEAT section that describes how to properly trim a newline fromChad Loder
2006-10-14architecture sh (landisk) is little endian.Dale Rahn
2006-10-14Make fgets description much clearer with respect to its exact behavior.Chad Loder
2006-10-14freebsd -r1.21:Jason McIntyre
2006-10-14sync with <sys/stat.h>;Jason McIntyre
2006-10-13__mips64__ handling too.. sighTheo de Raadt
2006-10-12sparc64 should be in the #ifdefTheo de Raadt
2006-10-12use __amd64__ instead, until lint is fixedTheo de Raadt
2006-10-12reorder #if tests because apparently on amd64 cpp proceeds to blow it'sTheo de Raadt
2006-10-11Initial config for sh, copied from arm.Jonathan Gray
2006-10-11SIGCONT may be sent to any process with the same session ID as the caller,Jason McIntyre
2006-10-11be specific about what we mean by a "slow device";Jason McIntyre
2006-10-11and I forgot ldexp.cDale Rahn
2006-10-11build modf.cDale Rahn
2006-10-10Preliminary userland bits for OpenBSD/landisk, many things coming fromMiod Vallat
2006-10-10Teach'em about cpus in spandexMiod Vallat
2006-10-10fgets(3) returns NULL on error, not 0. No functional change, but it makesChad Loder
2006-10-10MLINKS to macros described in stat(2)Theo de Raadt
2006-10-10system call changes (the file says "changes", leaving it purposelyTheo de Raadt
2006-10-10libc/shlib_versionTheo de Raadt
2006-10-05supply -indent to another display, to make the page match;Jason McIntyre
2006-10-05Add S_ISBLK(), S_ISCHR(), S_ISDIR(), S_ISFIFO(), S_ISLNK(), S_ISREG(),Ray Lai
2006-10-04from wiz@netbsd:Jason McIntyre
2006-10-04openssl security fixes, diff from markus@, ok & "commit it" djm@Peter Valchev
2006-10-03when using SHA1Data(), no CTX is needed, so zap that line in the exampleAlexander von Gernler
2006-10-03Last Part of file descriptor race and deadlock corrections.Kurt Miller
2006-10-03upon success dup2() returns newfd so don't overwrite it withKurt Miller
2006-10-02Fix off by one comparison. FSMAXTYPES is the last valid index intoKenneth R Westerback
2006-10-01Make a var volatile, which forces a mem write at the right spot, andOtto Moerbeek
2006-09-29powerpc stack needs a bit more headroom; needed because of mmap()edOtto Moerbeek
2006-09-27remove superfluous paranthesisJasper Lievisse Adriaanse
2006-09-26Zap D_REMOVABLE flag from disklabel. If you didn't already know thatKenneth R Westerback
2006-09-26style(9) extra spaceKurt Miller
2006-09-26- Use mmap to allocate thread stacks instead of malloc. This preventsKurt Miller
2006-09-26Part 2 of file descriptor race and deadlock corrections.Kurt Miller
2006-09-25Remove unnecessary /* NOTREACHED */ comments because our lint isRay Lai
2006-09-25Include s_llrint.c instead of ithe now removed llrint.c.Mark Kettenis
2006-09-25Move llrint.c, llrintf.c, lrint.c and lrintf.c to s_llrint.c, s_llrintf.c,Mark Kettenis
2006-09-25Use S_IS* macros insted of masking with S_IF* flags. The latter mayOtto Moerbeek
2006-09-24Eliminate D_CHAIN, D_ECC and D_RAMDISK flags from disklabel. They wereKenneth R Westerback
2006-09-23fix a bug where the logic was reversedKurt Miller
2006-09-23If fgetln() != NULL, len == 0 is impossible, so remove check.Ray Lai
2006-09-22Part 1 of file descriptor race and deadlock corrections.Kurt Miller
2006-09-22Check return value of authunix_create_default(); from bret lambertOtto Moerbeek
2006-09-22Back out change in rev 1.15 of to allow whitespace to separate aTodd C. Miller
2006-09-22Remove reference to LFS, okay deraadt@Pedro Martelletto
2006-09-18+MLINK pcap.3 pcap_get_selectable_fd.3Jason McIntyre
2006-09-17dont put two '\n' at the end of the string returnd by clnt_sperror()Thordur I. Bjornsson