| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Correct a bunch of man page cross references and generally | Mike Pritchard | 1996-02-11 | 3 | -5/+5 |
| * | Fix even more spelling errors in some more man pages. | Mike Pritchard | 1996-01-30 | 2 | -6/+6 |
| * | Reviewed by: julian and (hsu?) | Julian Elischer | 1996-01-22 | 2 | -3/+79 |
| * | Return pointer to new hash node when search inserts it (e.g. there | Jordan K. Hubbard | 1996-01-13 | 1 | -1/+5 |
| * | Fix a fencepost error. | Poul-Henning Kamp | 1996-01-05 | 1 | -4/+4 |
| * | This commit was generated by cvs2svn to compensate for changes in r13122, | Peter Wemm | 1995-12-30 | 2 | -180/+0 |
| * | Added prototypes. | Bruce Evans | 1995-12-26 | 1 | -3/+8 |
| * | Preallocate a small structure, so we can sbrk(2) further back. | Poul-Henning Kamp | 1995-12-18 | 1 | -2/+8 |
| * | Change phkmalloc so that the page directory is now floating and allocated | Peter Wemm | 1995-12-11 | 1 | -29/+47 |
| * | Mino cleanup, #includes & unused vars. | Poul-Henning Kamp | 1995-10-22 | 2 | -2/+6 |
| * | Remove EXTRA_SANITY, fix a unused var. | Poul-Henning Kamp | 1995-10-22 | 1 | -4/+8 |
| * | Doubled the performance of getenv()/__findenv() by rewriting it to not | David Greenman | 1995-10-17 | 1 | -20/+24 |
| * | phkmalloc/2 | Poul-Henning Kamp | 1995-10-08 | 2 | -311/+370 |
| * | A buglet when dumping and a stylistic point from Mike. | Poul-Henning Kamp | 1995-09-22 | 1 | -8/+8 |
| * | ``phkmalloc'' | Poul-Henning Kamp | 1995-09-16 | 3 | -373/+1123 |
| * | Make strtod conforms manpage, use isspace to skip initial whitespaces | Andrey A. Chernov | 1995-08-01 | 1 | -7/+3 |
| * | Similar changes like in strtol, all this family is VERY broken | Andrey A. Chernov | 1995-08-01 | 5 | -5/+15 |
| * | strtol and atoi VERY broken in 8bit chars locale, i.e. if you pass something | Andrey A. Chernov | 1995-08-01 | 1 | -1/+3 |
| * | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 10 | -71/+78 |
| * | Fix a missing _hash() to prevent namespace pollution with the db/hash routines. | Jordan K. Hubbard | 1995-03-28 | 1 | -5/+7 |
| * | Hash 8bit chars without sign extension | Andrey A. Chernov | 1995-03-26 | 1 | -3/+8 |
| * | Add the strhash family of routines. They provide a number of features | Jordan K. Hubbard | 1995-03-26 | 2 | -2/+416 |
| * | Don't attempt to lstat() the POSIXLY invalid empty pathname. | Bruce Evans | 1995-02-25 | 1 | -1/+1 |
| * | u_int -> unsigned int, so that we don't have to include <sys/types.h> | Bruce Evans | 1994-09-05 | 1 | -2/+2 |
| * | First crack at making libc work with the new make macros. It compiles on | Garrett Wollman | 1994-08-05 | 1 | -4/+8 |
| * | BSD 4.4 Lite Lib Sources | Rodney W. Grimes | 1994-05-27 | 64 | -0/+9701 |