summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2006-09-15sysctl(3) can return ESRCH; noted by Kristaps Johnson; ok miod@ jmc@Otto Moerbeek
2006-09-15better desciption of ESRCH; prompted by jmc@; ok miod@ jmc@Otto Moerbeek
2006-09-09document pcap_get_selectable_fd(); MLINK will happen after unlockJason McIntyre
2006-09-09fix RSA signature padding vulnerability in OpenSSL libcrypto CVE-2006-4339;Damien Miller
2006-09-07knock out an .Xr to self;Jason McIntyre
2006-09-03Add EINVAL and EOPNOTSUPP for remote filesystems,Ian Darwin
2006-08-29If pgrp is zero, the process ID of the specified process is used.Christian Weisgerber
2006-08-09Document error return when namelen is 0. OK jmc@Todd C. Miller
2006-08-09correction from vasil dimov;Jason McIntyre
2006-08-07- fix a sentenceJason McIntyre
2006-08-05no point mentioning functions if we have nothing useful to sayJason McIntyre
2006-08-04Add ENOMEDIUM and EMEDIUMTYPE to report medium errors to userland programsBob Beck
2006-08-04clarification from kristaps johnson;Jason McIntyre
2006-08-03tweak;Jason McIntyre
2006-08-03EILSEQ is 84 not 83.Bob Beck
2006-08-03Document EILSEQ - forgotten by the wide character folks when they addedBob Beck
2006-07-26wording/grammar tweaks;Jason McIntyre
2006-07-26better macros;Jason McIntyre
2006-07-26document `iv';Jason McIntyre
2006-07-25updates from nicholas marriott;Jason McIntyre
2006-07-23remove tzset(3) from SYNOPSIS: it has its own man page;Jason McIntyre
2006-07-18get rid of arc network support. we have no users of it so this is deadDavid Gwynne
2006-07-13Back out the anon change. Apparently it was tested by a few, but most ofTheo de Raadt
2006-07-12add some more C99 functions: round(3) and roundf(3).Brad Smith
2006-07-09grammar tweak, on re-read;Jason McIntyre
2006-07-09- clean up the SOCK_RAW textJason McIntyre
2006-07-04fix prototype of wcstombs; from TAKAHASHI TamotsuOtto Moerbeek
2006-07-04allocate gsalt large enough; from Matthew R. Dempsky <mrd at alkemioOtto Moerbeek
2006-06-27crank shlib_versionDamien Miller
2006-06-27resolve conflictsDamien Miller
2006-06-27import of openssl-0.9.7jDamien Miller
2006-06-21from netbsd: make anons dynamically allocated from pool.Michael Shalayeff