| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | Malloc flag X makes malloc behave like the canonical xmalloc() wrapper. | Poul-Henning Kamp | 1997-05-30 | 2 | -19/+69 |
| * | | Changed all paths to be relative to src/lib instead of src/lib/libc | John Birrell | 1997-05-03 | 1 | -3/+7 |
| * | | Typo. | Masafumi Max NAKANE | 1997-04-25 | 1 | -1/+1 |
| * | | Fixed #include and/or prototype bugs in synopsis. | Bruce Evans | 1997-04-19 | 1 | -2/+2 |
| * | | Fixed missing consts in synopsis. | Bruce Evans | 1997-04-13 | 1 | -2/+2 |
| * | | Remove orand* code as promised for the next release | Andrey A. Chernov | 1997-03-29 | 2 | -20/+4 |
| * | | Add srandomdev.3 link | Andrey A. Chernov | 1997-03-23 | 1 | -1/+2 |
| * | | Fix urandom reference in the comment | Andrey A. Chernov | 1997-03-23 | 1 | -1/+1 |
| * | | Add srandomdev() description | Andrey A. Chernov | 1997-03-23 | 1 | -1/+24 |
| * | | Add srandomdev() function (use "/dev/urandom" now) | Andrey A. Chernov | 1997-03-23 | 1 | -0/+40 |
| * | | Remove an extra comma. | Mike Pritchard | 1997-03-22 | 1 | -2/+2 |
| * | | Use the .Tn macro for generic FreeBSD references. Other minor cleanup. | Mike Pritchard | 1997-03-21 | 1 | -3/+3 |
| * | | Check for overflow in size argument. | Poul-Henning Kamp | 1997-03-18 | 1 | -2/+4 |
| * | | Fix arg types to match Lite2 | Andrey A. Chernov | 1997-03-17 | 1 | -2/+2 |
| * | | Part 2 of a failed commit (cvs broke). Original message: | Peter Wemm | 1997-03-13 | 2 | -0/+283 |
| * | | Back out a dubious Lite2 change to "optimise" getcwd() to look at $PWD | Peter Wemm | 1997-03-13 | 1 | -2/+2 |
| * | | Merge Lite2 changes | Peter Wemm | 1997-03-11 | 5 | -50/+98 |
| * | | merge from Lite2 - realpath() now shares a lot of code with getcwd() | Peter Wemm | 1997-03-11 | 2 | -283/+0 |
| * | | This commit was generated by cvs2svn to compensate for changes in r23658, | Peter Wemm | 1997-03-11 | 2 | -7/+7 |
| |\| |
|
| | * | Import CSRG 4.4BSD-Lite2 lib/libc onto vendor branch | Peter Wemm | 1997-03-11 | 7 | -0/+1233 |
| * | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 6 | -6/+6 |
| * | Sort cross references. | Wolfram Schneider | 1997-01-20 | 4 | -6/+6 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 6 | -6/+6 |
| * | _thread_kern_sig_unblock takes an integer, not a reference. | Alexander Langer | 1996-12-29 | 1 | -2/+2 |
| * | comma typos | Wolfram Schneider | 1996-12-23 | 2 | -4/+6 |
| * | If you run with option Z and malloc fails, memset gets called | Poul-Henning Kamp | 1996-10-29 | 1 | -4/+6 |
| * | Note that streams are now flushed on abort. | Alexander Langer | 1996-10-26 | 1 | -2/+2 |
| * | Various cosmetics | Poul-Henning Kamp | 1996-10-26 | 1 | -48/+28 |
| * | POSIX requires stdio buffers be flushed on abort. | Alexander Langer | 1996-10-26 | 1 | -0/+8 |
| * | malloc_pages should be static. | Poul-Henning Kamp | 1996-10-20 | 1 | -187/+103 |
| * | Improve seeding, the random sequence did not vary match | Andrey A. Chernov | 1996-10-09 | 2 | -14/+75 |
| * | Don't use malloc, pessimize to use sbrk. | Poul-Henning Kamp | 1996-09-27 | 1 | -1/+2 |
| * | Fix a typo. | Søren Schmidt | 1996-09-25 | 1 | -2/+2 |
| * | A number of minor bogons and portability things from jdp. | Poul-Henning Kamp | 1996-09-25 | 1 | -28/+37 |
| * | add missing comma(s) in .Xr macros | Wolfram Schneider | 1996-09-23 | 1 | -3/+4 |
| * | phkmalloc/3 | Poul-Henning Kamp | 1996-09-23 | 2 | -196/+342 |
| * | Fix a very rare error condition: The code to free VM back to the kernel | Poul-Henning Kamp | 1996-09-17 | 1 | -3/+4 |
| * | Don't depend in the kernel on the gcc feature of doing arithmetic on | Bruce Evans | 1996-08-31 | 1 | -10/+10 |
| * | Correctly use .Fn instead of .Nm to reference function names | Mike Pritchard | 1996-08-22 | 2 | -2/+4 |
| * | Update a bunch of man pages to use .Fn instead | Mike Pritchard | 1996-08-22 | 1 | -1/+1 |
| * | Correctly document when getopt returns EOF and '?', and some other | Mike Pritchard | 1996-08-21 | 1 | -5/+7 |
| * | General -Wall warning cleanup, part I. | Jordan K. Hubbard | 1996-07-12 | 11 | -40/+43 |
| * | Isolated all the crap for thread-safe so I can see what goes on again... | Poul-Henning Kamp | 1996-07-03 | 1 | -61/+48 |
| * | Oops, replace a rather important line that was lost in transit 8-( | James Raynard | 1996-06-08 | 1 | -1/+2 |
| * | Submitted by: (based on code in "Advanced Programming in the Unix Environment" | James Raynard | 1996-06-05 | 2 | -18/+36 |
| * | Fixed various problems: typos, grammer, missing include files | Mike Pritchard | 1996-05-23 | 1 | -1/+1 |
| * | Don't include <sys/types.h> when it isn't used. | Bruce Evans | 1996-04-19 | 2 | -4/+2 |
| * | Xref sysexits(3). | Joerg Wunsch | 1996-03-31 | 1 | -1/+7 |
| * | Added missing section numbers to a bunch of .Xr macros, or | Mike Pritchard | 1996-03-27 | 1 | -4/+9 |
| * | Fixed a bunch of man page cross references that were | Mike Pritchard | 1996-02-15 | 1 | -1/+1 |