Age | Commit message (Expand) | Author |
2010-01-15 | Add support to sysconf(3) for the variables _SC_NPROCESSORS_CONF and | Stuart Henderson |
2010-01-14 | Document hw.ncpufound and HW_NCPUFOUND. | Philip Guenthe |
2010-01-13 | New options 'S', as a shorthand for the options most suitable as an | Otto Moerbeek |
2010-01-13 | If a process receives two different signals while in readpassphrase, only | Darren Tucker |
2010-01-11 | encourage use of setreseuid(), and warn there are other privs; ok henning | Theo de Raadt |
2010-01-08 | plug a file descriptor leak in HASHFileChunk(). | Owain Ainsworth |
2010-01-03 | Neither .Pp nor unqualified text are allowed at the top level of .Bl; | Ingo Schwarze |
2010-01-03 | .Bl always requires .It, even in .Bl -column; | Ingo Schwarze |
2010-01-03 | blank lines not allowed outside literal context; | Ingo Schwarze |
2009-12-30 | Document ESPIPE and make EFAULT cover all functions. | Federico G. Schwindt |
2009-12-29 | move this file to Attic; the swapon(2) system call cannot be accessed | Igor Sobrado |
2009-12-29 | add missing paragraph break (.Pp) macro. | Igor Sobrado |
2009-12-29 | replace a few remaining UNIX terms with .Ux macros; this diff | Igor Sobrado |
2009-12-19 | Implement proper error handling for getgrent(3), getgrnam(3) and getgrgid(3). | Ingo Schwarze |
2009-12-16 | save calls to arc4random() by using a nibble at a time; not because | Otto Moerbeek |
2009-12-16 | Update the list of async-signal-safe functions | Philip Guenthe |
2009-12-15 | No point in refreshing the pid from inside arc4_stir() when that | Philip Guenthe |
2009-12-14 | Keep all bits of __svc_fdset up to date, not just those beyond FD_SETSIZE. | Ingo Schwarze |
2009-12-14 | sleep(3) is supposed to return zero when it sleeps the entire amount | Philip Guenthe |
2009-12-11 | __svc_fdsetsize is counted in bits, not in array elements | Ingo Schwarze |
2009-12-11 | More changes to avoid truncating 64 bit pointers to 32 bits and sign-extending | Miod Vallat |
2009-12-10 | getcwd() is posix, not ansi; from Thomas Pfaff | Jason McIntyre |
2009-12-07 | Make userland malloc use __LDPGSZ granularity on mips, regardless of the | Miod Vallat |
2009-12-05 | missing word; | Jason McIntyre |
2009-11-27 | wrap Nd in quotes, since it has >9 args; | Jason McIntyre |
2009-11-27 | Correct description of physically vs logically; spotted by Nick | Otto Moerbeek |
2009-11-27 | Switch the chunk_info lists to doubly-linked lists and use the queue | Otto Moerbeek |
2009-11-27 | Add setrdomain() and getrdomain() system calls. Committing now to | Philip Guenthe |
2009-11-27 | Don't forget to fill region from the cache with junk if needed in one case; | Otto Moerbeek |
2009-11-27 | No need to clear a mmapped region; from Fabien Romano and Jonathan | Otto Moerbeek |
2009-11-27 | Add a signal for librthread to use for interthread ASTs for cancelation | Philip Guenthe |
2009-11-27 | Bump the libc major for the post-h2k9 string of ABI changes and additions | Philip Guenthe |
2009-11-27 | sync german translations with recent C.msg changes | Stefan Sperling |
2009-11-25 | Italian translations | giovanni |
2009-11-24 | Add `da.msg'. | Michael Knudsen |
2009-11-24 | Danish translations. | Michael Knudsen |
2009-11-24 | Update the ENOTSUP summary and description. | Philip Guenthe |
2009-11-24 | - sync with latest additions | Jasper Lievisse Adriaanse |
2009-11-24 | Change ENOTSUP's strerror() to "Not supported" | Philip Guenthe |
2009-11-23 | Make the code example fit on an 80 char screen without wrapping. | Michael Knudsen |
2009-11-21 | replacing malloc/realloc dance, by only one realloc | Charles Longeau |
2009-11-21 | remove unused variable | Charles Longeau |
2009-11-21 | remove unused variable | Charles Longeau |
2009-11-21 | Ooops, committed an unbaked change | Philip Guenthe |
2009-11-21 | Several stdio functions were failing to set the stream orientation | Philip Guenthe |
2009-11-18 | More shrinkage, a bit for ramdisks but mostly for static binaries: | Philip Guenthe |
2009-11-12 | simplify the code looking for + in the password database, after analysis | Theo de Raadt |
2009-11-11 | fix leaks in error cases found by parfait | Jonathan Gray |
2009-11-10 | ctim -> ctime; from ca (pr #6256) | Jason McIntyre |
2009-11-09 | mbrlen returns size_t not int. | Nicholas Marriott |