| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the .Tn macro for generic FreeBSD references. Other minor cleanup. | mpp | 1997-03-21 | 1 | -3/+3 |
* | Check for overflow in size argument. | phk | 1997-03-18 | 1 | -2/+4 |
* | Fix arg types to match Lite2 | ache | 1997-03-17 | 1 | -2/+2 |
* | Part 2 of a failed commit (cvs broke). Original message: | peter | 1997-03-13 | 2 | -0/+283 |
* | Back out a dubious Lite2 change to "optimise" getcwd() to look at $PWD | peter | 1997-03-13 | 1 | -2/+2 |
* | Merge Lite2 changes | peter | 1997-03-11 | 5 | -50/+98 |
* | merge from Lite2 - realpath() now shares a lot of code with getcwd() | peter | 1997-03-11 | 2 | -283/+0 |
* | This commit was generated by cvs2svn to compensate for changes in r23658, | peter | 1997-03-11 | 2 | -7/+7 |
|\ |
|
| * | Import CSRG 4.4BSD-Lite2 lib/libc onto vendor branch | peter | 1997-03-11 | 7 | -58/+105 |
| * | recording cvs-1.6 file death | peter | 1995-12-30 | 2 | -180/+0 |
* | | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 6 | -6/+6 |
* | | Sort cross references. | wosch | 1997-01-20 | 4 | -6/+6 |
* | | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 6 | -6/+6 |
* | | _thread_kern_sig_unblock takes an integer, not a reference. | alex | 1996-12-29 | 1 | -2/+2 |
* | | comma typos | wosch | 1996-12-23 | 2 | -4/+6 |
* | | If you run with option Z and malloc fails, memset gets called | phk | 1996-10-29 | 1 | -4/+6 |
* | | Note that streams are now flushed on abort. | alex | 1996-10-26 | 1 | -2/+2 |
* | | Various cosmetics | phk | 1996-10-26 | 1 | -48/+28 |
* | | POSIX requires stdio buffers be flushed on abort. | alex | 1996-10-26 | 1 | -0/+8 |
* | | malloc_pages should be static. | phk | 1996-10-20 | 1 | -187/+103 |
* | | Improve seeding, the random sequence did not vary match | ache | 1996-10-09 | 2 | -14/+75 |
* | | Don't use malloc, pessimize to use sbrk. | phk | 1996-09-27 | 1 | -1/+2 |
* | | Fix a typo. | sos | 1996-09-25 | 1 | -2/+2 |
* | | A number of minor bogons and portability things from jdp. | phk | 1996-09-25 | 1 | -28/+37 |
* | | add missing comma(s) in .Xr macros | wosch | 1996-09-23 | 1 | -3/+4 |
* | | phkmalloc/3 | phk | 1996-09-23 | 2 | -196/+342 |
* | | Fix a very rare error condition: The code to free VM back to the kernel | phk | 1996-09-17 | 1 | -3/+4 |
* | | Don't depend in the kernel on the gcc feature of doing arithmetic on | bde | 1996-08-31 | 1 | -10/+10 |
* | | Correctly use .Fn instead of .Nm to reference function names | mpp | 1996-08-22 | 2 | -2/+4 |
* | | Update a bunch of man pages to use .Fn instead | mpp | 1996-08-22 | 1 | -1/+1 |
* | | Correctly document when getopt returns EOF and '?', and some other | mpp | 1996-08-21 | 1 | -5/+7 |
* | | General -Wall warning cleanup, part I. | jkh | 1996-07-12 | 11 | -40/+43 |
* | | Isolated all the crap for thread-safe so I can see what goes on again... | phk | 1996-07-03 | 1 | -61/+48 |
* | | Oops, replace a rather important line that was lost in transit 8-( | jraynard | 1996-06-08 | 1 | -1/+2 |
* | | Submitted by: (based on code in "Advanced Programming in the Unix Environment" | jraynard | 1996-06-05 | 2 | -18/+36 |
* | | Fixed various problems: typos, grammer, missing include files | mpp | 1996-05-23 | 1 | -1/+1 |
* | | Don't include <sys/types.h> when it isn't used. | bde | 1996-04-19 | 2 | -4/+2 |
* | | Xref sysexits(3). | joerg | 1996-03-31 | 1 | -1/+7 |
* | | Added missing section numbers to a bunch of .Xr macros, or | mpp | 1996-03-27 | 1 | -4/+9 |
* | | Fixed a bunch of man page cross references that were | mpp | 1996-02-15 | 1 | -1/+1 |
* | | Correct a bunch of man page cross references and generally | mpp | 1996-02-11 | 3 | -5/+5 |
* | | Fix even more spelling errors in some more man pages. | mpp | 1996-01-30 | 2 | -6/+6 |
* | | Reviewed by: julian and (hsu?) | julian | 1996-01-22 | 2 | -3/+79 |
* | | Return pointer to new hash node when search inserts it (e.g. there | jkh | 1996-01-13 | 1 | -1/+5 |
* | | Fix a fencepost error. | phk | 1996-01-05 | 1 | -4/+4 |
* | | This commit was generated by cvs2svn to compensate for changes in r13122, | peter | 1995-12-30 | 2 | -180/+0 |
* | | Added prototypes. | bde | 1995-12-26 | 1 | -3/+8 |
* | | Preallocate a small structure, so we can sbrk(2) further back. | phk | 1995-12-18 | 1 | -2/+8 |
* | | Change phkmalloc so that the page directory is now floating and allocated | peter | 1995-12-11 | 1 | -29/+47 |
* | | Mino cleanup, #includes & unused vars. | phk | 1995-10-22 | 2 | -2/+6 |