Age | Commit message (Expand) | Author |
2006-09-27 | remove superfluous paranthesis | Jasper Lievisse Adriaanse |
2006-09-26 | Zap D_REMOVABLE flag from disklabel. If you didn't already know that | Kenneth R Westerback |
2006-09-26 | style(9) extra space | Kurt Miller |
2006-09-26 | - Use mmap to allocate thread stacks instead of malloc. This prevents | Kurt Miller |
2006-09-26 | Part 2 of file descriptor race and deadlock corrections. | Kurt Miller |
2006-09-25 | Remove unnecessary /* NOTREACHED */ comments because our lint is | Ray Lai |
2006-09-25 | Include s_llrint.c instead of ithe now removed llrint.c. | Mark Kettenis |
2006-09-25 | Move llrint.c, llrintf.c, lrint.c and lrintf.c to s_llrint.c, s_llrintf.c, | Mark Kettenis |
2006-09-25 | Use S_IS* macros insted of masking with S_IF* flags. The latter may | Otto Moerbeek |
2006-09-24 | Eliminate D_CHAIN, D_ECC and D_RAMDISK flags from disklabel. They were | Kenneth R Westerback |
2006-09-23 | fix a bug where the logic was reversed | Kurt Miller |
2006-09-23 | If fgetln() != NULL, len == 0 is impossible, so remove check. | Ray Lai |
2006-09-22 | Part 1 of file descriptor race and deadlock corrections. | Kurt Miller |
2006-09-22 | Check return value of authunix_create_default(); from bret lambert | Otto Moerbeek |
2006-09-22 | Back out change in rev 1.15 of to allow whitespace to separate a | Todd C. Miller |
2006-09-22 | Remove reference to LFS, okay deraadt@ | Pedro Martelletto |
2006-09-18 | +MLINK pcap.3 pcap_get_selectable_fd.3 | Jason McIntyre |
2006-09-17 | dont put two '\n' at the end of the string returnd by clnt_sperror() | Thordur I. Bjornsson |
2006-09-15 | sysctl(3) can return ESRCH; noted by Kristaps Johnson; ok miod@ jmc@ | Otto Moerbeek |
2006-09-15 | better desciption of ESRCH; prompted by jmc@; ok miod@ jmc@ | Otto Moerbeek |
2006-09-09 | document pcap_get_selectable_fd(); MLINK will happen after unlock | Jason McIntyre |
2006-09-09 | fix RSA signature padding vulnerability in OpenSSL libcrypto CVE-2006-4339; | Damien Miller |
2006-09-07 | knock out an .Xr to self; | Jason McIntyre |
2006-09-03 | Add EINVAL and EOPNOTSUPP for remote filesystems, | Ian Darwin |
2006-08-29 | If pgrp is zero, the process ID of the specified process is used. | Christian Weisgerber |
2006-08-09 | Document error return when namelen is 0. OK jmc@ | Todd C. Miller |
2006-08-09 | correction from vasil dimov; | Jason McIntyre |
2006-08-07 | - fix a sentence | Jason McIntyre |
2006-08-05 | no point mentioning functions if we have nothing useful to say | Jason McIntyre |
2006-08-04 | Add ENOMEDIUM and EMEDIUMTYPE to report medium errors to userland programs | Bob Beck |
2006-08-04 | clarification from kristaps johnson; | Jason McIntyre |
2006-08-03 | tweak; | Jason McIntyre |
2006-08-03 | EILSEQ is 84 not 83. | Bob Beck |
2006-08-03 | Document EILSEQ - forgotten by the wide character folks when they added | Bob Beck |
2006-07-26 | wording/grammar tweaks; | Jason McIntyre |
2006-07-26 | better macros; | Jason McIntyre |
2006-07-26 | document `iv'; | Jason McIntyre |
2006-07-25 | updates from nicholas marriott; | Jason McIntyre |
2006-07-23 | remove tzset(3) from SYNOPSIS: it has its own man page; | Jason McIntyre |
2006-07-18 | get rid of arc network support. we have no users of it so this is dead | David Gwynne |
2006-07-13 | Back out the anon change. Apparently it was tested by a few, but most of | Theo de Raadt |
2006-07-12 | add some more C99 functions: round(3) and roundf(3). | Brad Smith |
2006-07-09 | grammar tweak, on re-read; | Jason McIntyre |
2006-07-09 | - clean up the SOCK_RAW text | Jason McIntyre |
2006-07-04 | fix prototype of wcstombs; from TAKAHASHI Tamotsu | Otto Moerbeek |
2006-07-04 | allocate gsalt large enough; from Matthew R. Dempsky <mrd at alkemio | Otto Moerbeek |
2006-06-27 | crank shlib_version | Damien Miller |
2006-06-27 | resolve conflicts | Damien Miller |
2006-06-27 | import of openssl-0.9.7j | Damien Miller |
2006-06-21 | from netbsd: make anons dynamically allocated from pool. | Michael Shalayeff |