Age | Commit message (Expand) | Author |
2006-10-05 | supply -indent to another display, to make the page match; | Jason McIntyre |
2006-10-05 | Add S_ISBLK(), S_ISCHR(), S_ISDIR(), S_ISFIFO(), S_ISLNK(), S_ISREG(), | Ray Lai |
2006-10-04 | from wiz@netbsd: | Jason McIntyre |
2006-10-04 | openssl security fixes, diff from markus@, ok & "commit it" djm@ | Peter Valchev |
2006-10-03 | when using SHA1Data(), no CTX is needed, so zap that line in the example | Alexander von Gernler |
2006-10-03 | Last Part of file descriptor race and deadlock corrections. | Kurt Miller |
2006-10-03 | upon success dup2() returns newfd so don't overwrite it with | Kurt Miller |
2006-10-02 | Fix off by one comparison. FSMAXTYPES is the last valid index into | Kenneth R Westerback |
2006-10-01 | Make a var volatile, which forces a mem write at the right spot, and | Otto Moerbeek |
2006-09-29 | powerpc stack needs a bit more headroom; needed because of mmap()ed | Otto Moerbeek |
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 |