| Commit message (Expand) | Author | Age | Files | Lines |
| * | Refer to the ASCII character 000 by its proper name, `NUL', and not | Garrett Wollman | 1996-07-25 | 1 | -11/+12 |
| * | Finish rename of KERN_DOMAINNAME to KERN_NISDOMAINNAME. | Garrett Wollman | 1996-07-25 | 2 | -4/+4 |
| * | Bring in fixes to db 1.85 from NetBSD. These fixes have been documented as | Paul Traina | 1996-07-21 | 3 | -18/+39 |
| * | Document madvise(2) as it is in FreeBSD. | John Dyson | 1996-07-20 | 1 | -11/+40 |
| * | The previous change to alarm.3 to improve the wording | Mike Pritchard | 1996-07-19 | 1 | -19/+24 |
| * | Revert to old version of strftime.c; the new one doesn't work right. | Garrett Wollman | 1996-07-19 | 1 | -109/+77 |
| * | the previous text was absurd, and wrong | Adam David | 1996-07-19 | 1 | -2/+2 |
| * | Merge the recently-imported tzcode96h distribution (libc portion). The | Garrett Wollman | 1996-07-18 | 6 | -192/+253 |
| * | In _yp_dobind(), if we find ourselves required to contact the local ypbind | Bill Paul | 1996-07-13 | 1 | -0/+18 |
| * | Include the proper header file (<unistd.h>) and declare [gs]etdomainname() | Garrett Wollman | 1996-07-12 | 2 | -11/+8 |
| * | General -Wall warning cleanup, part I. | Jordan K. Hubbard | 1996-07-12 | 76 | -321/+383 |
| * | add references lstat(2), readlink(2), symlink(7) in section SEE ALSO | Wolfram Schneider | 1996-07-07 | 1 | -1/+4 |
| * | Isolated all the crap for thread-safe so I can see what goes on again... | Poul-Henning Kamp | 1996-07-03 | 1 | -61/+48 |
| * | Describe the "file pointer" in lseeks' man page a bit better | Mike Pritchard | 1996-07-03 | 1 | -2/+3 |
| * | Document the "sig" function parameter. | Mike Pritchard | 1996-07-03 | 2 | -1/+5 |
| * | Fixed comparisons so that preposterously large (>= 0x80000000) brk values | Bruce Evans | 1996-06-25 | 2 | -10/+10 |
| * | Specify that daemon(3) returns int, and standardise the | Gary Palmer | 1996-06-22 | 1 | -3/+5 |
| * | Submitted by: Wolfram Schneider <wosch@cs.tu-berlin.de> | James Raynard | 1996-06-22 | 1 | -3/+2 |
| * | Suggested by: Bruce Evans, Jeffrey Hsu, Gary Palmer | James Raynard | 1996-06-22 | 57 | -50/+317 |
| * | Submitted by: archie@whistle.com | Julian Elischer | 1996-06-20 | 1 | -2/+2 |
| * | I hate to read a man page that almost has useful information | Joshua Peck Macdonald | 1996-06-20 | 1 | -2/+2 |
| * | Add RCS Id and fix date. | Garrett Wollman | 1996-06-17 | 1 | -2/+3 |
| * | Cross-reference addr2ascii(3). | Garrett Wollman | 1996-06-17 | 1 | -3/+10 |
| * | Correct date and add $Id$ to reflect previous modification. | Garrett Wollman | 1996-06-17 | 1 | -2/+3 |
| * | Cross-reference addr2ascii(3) and inlcude a note about how those | Garrett Wollman | 1996-06-17 | 1 | -2/+16 |
| * | It would help if I actually added the source code for these routines. | Garrett Wollman | 1996-06-13 | 3 | -0/+377 |
| * | Add an independent implementation of addr2ascii(3) and ascii2addr(3) | Garrett Wollman | 1996-06-13 | 1 | -2/+5 |
| * | Code cleanup:- | James Raynard | 1996-06-12 | 2 | -2/+3 |
| * | Code cleanup:- | James Raynard | 1996-06-12 | 6 | -13/+13 |
| * | Code cleanup:- | James Raynard | 1996-06-12 | 7 | -12/+11 |
| * | Code cleanup:- | James Raynard | 1996-06-12 | 5 | -5/+5 |
| * | Code cleanup: | James Raynard | 1996-06-11 | 3 | -9/+9 |
| * | Code cleanup: | James Raynard | 1996-06-10 | 9 | -21/+37 |
| * | Update man to tell that <sys/types.h> is needed. | Poul-Henning Kamp | 1996-06-10 | 1 | -0/+1 |
| * | Remove extraneous '+' that looks like it was left in by mistake. This | Bill Paul | 1996-06-10 | 1 | -2/+2 |
| * | Code cleanup (part two): | James Raynard | 1996-06-10 | 7 | -22/+30 |
| * | update sticky bit documentation | Wolfram Schneider | 1996-06-09 | 1 | -8/+3 |
| * | Use better approximation if collate info not available. | Andrey A. Chernov | 1996-06-09 | 3 | -16/+41 |
| * | Localize it. | Andrey A. Chernov | 1996-06-09 | 1 | -46/+7 |
| * | Reword the sentence about the required space for the result string. | Joerg Wunsch | 1996-06-09 | 1 | -1/+1 |
| * | Code cleanup (part one): | James Raynard | 1996-06-08 | 8 | -14/+28 |
| * | Rephrase some things as suggested by Bruce. | Alexander Langer | 1996-06-08 | 1 | -2/+3 |
| * | Oops, replace a rather important line that was lost in transit 8-( | James Raynard | 1996-06-08 | 1 | -1/+2 |
| * | Document that truncate can also be used to extend the size of a file, | Alexander Langer | 1996-06-07 | 1 | -2/+8 |
| * | Submitted by: (based on code in "Advanced Programming in the Unix Environment" | James Raynard | 1996-06-05 | 2 | -18/+36 |
| * | Code clean up: | James Raynard | 1996-06-04 | 1 | -2/+3 |
| * | Code clean up: | James Raynard | 1996-06-03 | 1 | -2/+2 |
| * | Code clean up: | James Raynard | 1996-06-03 | 1 | -1/+3 |
| * | Minor corrections. The second parameter is actually of type int | Joerg Wunsch | 1996-06-03 | 1 | -9/+6 |
| * | Make _yp_dobind() a litle smarter: | Bill Paul | 1996-06-01 | 1 | -2/+43 |