| Commit message (Expand) | Author | Age | Files | Lines |
* | - remove .Sh LIBRARY |  jmc | 2005-06-17 | 6 | -17/+17 |
* | no longer a need for the free(malloc(1)) hack, because the brk stuff |  deraadt | 2005-06-17 | 1 | -9/+5 |
* | next citrus step. |  espie | 2005-06-17 | 37 | -30/+1411 |
* | bye bye whiteouts |  millert | 2005-06-17 | 1 | -18/+2 |
* | remove netns stuff, ok millert |  henning | 2005-06-17 | 5 | -459/+4 |
* | remove undelete syscall |  millert | 2005-06-17 | 1 | -1/+13 |
* | Extended Attributes was a piece to get to ACLs, however ACLs have not |  drahn | 2005-06-17 | 7 | -504/+3 |
* | bye bye whiteouts |  millert | 2005-06-16 | 3 | -19/+7 |
* | bye bye whiteouts |  millert | 2005-06-15 | 3 | -11/+3 |
* | remove references to ns(4); |  jmc | 2005-06-09 | 1 | -2/+1 |
* | Fix rearranging of parameters for quad types. |  espie | 2005-06-08 | 1 | -11/+24 |
* | Make gethostbyaddr() prototype match POSIX. This means len is now |  millert | 2005-06-08 | 2 | -16/+15 |
* | RC4 is a trademark. Rest of text left intact. |  kjell | 2005-06-07 | 1 | -2/+2 |
* | no need to insert spacing between list members; |  jmc | 2005-06-07 | 1 | -13/+1 |
* | adding pointer protection to 'G' was too heavyweight. Since malloc guard |  tedu | 2005-06-07 | 2 | -7/+14 |
* | Change email address for author, at his request. |  kjell | 2005-06-06 | 1 | -2/+2 |
* | Change license to standard OpenBSD boilerplate, with permission |  kjell | 2005-06-06 | 1 | -6/+15 |
* | sort sections; |  jmc | 2005-06-05 | 1 | -5/+5 |
* | s/-p1003.1-2003/-p1003.1-2004/g |  jmc | 2005-06-05 | 4 | -9/+9 |
* | use the new fat random sysctl to get initial state. (fallback to looping). |  tedu | 2005-06-04 | 1 | -12/+14 |
* | Save errno from clobbering by clsoedir() in the err case. |  millert | 2005-06-01 | 1 | -1/+6 |
* | no more MNT_UNION, says pedro@ |  jmc | 2005-06-01 | 1 | -5/+1 |
* | Use '\0' not 0 when storing as a char, part from Andrey Matveev. |  millert | 2005-05-28 | 5 | -14/+14 |
* | Move the va_start()/va_end() pair such that it directly backets the call |  millert | 2005-05-28 | 2 | -8/+7 |
* | mktemp(3) et al. go in stdlib.h, not unistd.h. While there be more |  millert | 2005-05-27 | 1 | -11/+27 |
* | sync setkey prototype with reality |  millert | 2005-05-26 | 1 | -2/+2 |
* | Merge common functionality of __strsignal and strerror_r. |  otto | 2005-05-26 | 3 | -129/+50 |
* | union is gone, ok millert@ |  pedro | 2005-05-26 | 1 | -165/+9 |
* | Minor wordink fix |  pascoe | 2005-05-25 | 1 | -2/+2 |
* | add a note describing latest guard feature |  tedu | 2005-05-24 | 1 | -1/+3 |
* | handle sizeof(void *) allocations specially when using malloc guard. |  tedu | 2005-05-24 | 1 | -1/+31 |
* | Restoration of terminal settings can be broken by a well-timed signal, |  millert | 2005-05-24 | 1 | -4/+7 |
* | .Xr getitimer 2 , |  jmc | 2005-05-19 | 1 | -1/+2 |
* | PT_WCOOKIE is available on sparc64 too. |  miod | 2005-05-16 | 1 | -2/+2 |
* | Mention no more PT_[GS]ETFPREGS on m88k. |  miod | 2005-05-16 | 1 | -2/+3 |
* | document getfsstat(2)'s behaviour when no flags are specified, okay jmc@ |  pedro | 2005-05-15 | 1 | -1/+4 |
* | credit .Bx 3 in HISTORY too; |  jmc | 2005-05-12 | 1 | -2/+4 |
* | remove unsupported LIBRARY section; |  jmc | 2005-05-12 | 1 | -4/+1 |
* | Update HISTORY fixing some facts, while it is not clear if the |  otto | 2005-05-11 | 1 | -2/+8 |
* | major abi changes: |  espie | 2005-05-11 | 22 | -8/+2467 |
* | let vfscanf be a real function. Use a weak_alias on systems where this |  espie | 2005-05-11 | 7 | -12/+42 |
* | from perry@netbsd -r1.35: |  jmc | 2005-05-08 | 1 | -3/+3 |
* | Only append number when it fits to avoid truncation and return |  otto | 2005-05-08 | 1 | -14/+11 |
* | be more careful with snprintf. ok millert@ |  moritz | 2005-05-02 | 1 | -2/+2 |
* | Tidy up __strtosignal(): pass a buffer and length to its itoa() and |  tom | 2005-05-01 | 1 | -8/+12 |
* | recommend this API better; "a good start" deraadt@ |  djm | 2005-05-01 | 1 | -2/+4 |
* | fix a broken .St; |  jmc | 2005-04-30 | 1 | -2/+3 |
* | Change internals of FILE: reuse the unget buffer field to access an |  espie | 2005-04-30 | 15 | -43/+130 |
* | isw* classification functions from citrus, with a `stub' implementation |  espie | 2005-04-30 | 5 | -5/+338 |
* | Do not define 'pl' globally. From Bjorn Sandell" <biorn at dce dot chalmers |  otto | 2005-04-25 | 1 | -3/+3 |