Age | Commit message (Expand) | Author |
2006-10-17 | Don't grab _FD_LOCK and queue up behind other threads as | Kurt Miller |
2006-10-16 | various improvements; | Jason McIntyre |
2006-10-16 | s/ip/ip6/ | Ryan Thomas McBride |
2006-10-16 | Document net.inet.ip.multipath and net.inet6.ip6.multipath. | Ryan Thomas McBride |
2006-10-15 | mark up `>'; | Jason McIntyre |
2006-10-14 | Add a CAVEAT section that describes how to properly trim a newline from | Chad Loder |
2006-10-14 | architecture sh (landisk) is little endian. | Dale Rahn |
2006-10-14 | Make fgets description much clearer with respect to its exact behavior. | Chad Loder |
2006-10-14 | freebsd -r1.21: | Jason McIntyre |
2006-10-14 | sync with <sys/stat.h>; | Jason McIntyre |
2006-10-13 | __mips64__ handling too.. sigh | Theo de Raadt |
2006-10-12 | sparc64 should be in the #ifdef | Theo de Raadt |
2006-10-12 | use __amd64__ instead, until lint is fixed | Theo de Raadt |
2006-10-12 | reorder #if tests because apparently on amd64 cpp proceeds to blow it's | Theo de Raadt |
2006-10-11 | Initial config for sh, copied from arm. | Jonathan Gray |
2006-10-11 | SIGCONT may be sent to any process with the same session ID as the caller, | Jason McIntyre |
2006-10-11 | be specific about what we mean by a "slow device"; | Jason McIntyre |
2006-10-11 | and I forgot ldexp.c | Dale Rahn |
2006-10-11 | build modf.c | Dale Rahn |
2006-10-10 | Preliminary userland bits for OpenBSD/landisk, many things coming from | Miod Vallat |
2006-10-10 | Teach'em about cpus in spandex | Miod Vallat |
2006-10-10 | fgets(3) returns NULL on error, not 0. No functional change, but it makes | Chad Loder |
2006-10-10 | MLINKS to macros described in stat(2) | Theo de Raadt |
2006-10-10 | system call changes (the file says "changes", leaving it purposely | Theo de Raadt |
2006-10-10 | libc/shlib_version | Theo de Raadt |
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 |