| Commit message (Expand) | Author | Age | Files | Lines |
* | sizeof(foo - 1) isn't the same as sizeof(foo) - 1. | imp | 1998-06-09 | 1 | -3/+3 |
* | Remove unused strvisx. | imp | 1998-06-09 | 1 | -10/+2 |
* | Don't assume that hp->h_lenght == 4. Be conservative in its use. | imp | 1998-06-09 | 6 | -31/+45 |
* | o Use snprintf rather than sprintf. | imp | 1998-06-09 | 3 | -11/+12 |
* | Use mkstemp rather than mktemp for yacc's temp files. This change was made | imp | 1998-06-09 | 1 | -7/+20 |
* | o Use snprintf rather than sprintf | imp | 1998-06-09 | 8 | -23/+32 |
* | o Use snprintf over sprintf. | imp | 1998-06-09 | 2 | -13/+17 |
* | Make sure we pass the length - 1 to readlink, since it adds its own | imp | 1998-06-09 | 2 | -4/+4 |
* | $@ is deprecated, use ${.TARGET} instead. Ditto for other single character | imp | 1998-06-09 | 4 | -9/+9 |
* | Reword to remove confusion between su(1)'s "-c" option and that of the shell | jkoshy | 1998-06-08 | 1 | -9/+16 |
* | PR: docs/5628 | thepish | 1998-06-06 | 1 | -1/+1 |
* | Fix a bunch of spelling errors. | steve | 1998-06-04 | 4 | -9/+9 |
* | Don't forget to pretend that `make -n -jN' makes the targets that it | bde | 1998-06-04 | 1 | -1/+2 |
* | Spelling corrections. | jkoshy | 1998-06-03 | 1 | -3/+3 |
* | PR: bin/6828 | thepish | 1998-06-02 | 1 | -30/+53 |
* | Treat an EOPNOTSUPP from fchflags() as a non-fatal case. Only warn about | peter | 1998-06-02 | 2 | -10/+25 |
* | Look for kzhead.o and kztail.o in /usr/lib/aout. | jhay | 1998-06-01 | 1 | -3/+3 |
* | SUBDIR += ldd | peter | 1998-06-01 | 1 | -2/+2 |
* | ldd standalone build, after repository copy. | peter | 1998-06-01 | 1 | -2/+1 |
* | Trim a domain part for wtmp as same as showed by "netstat -r". | amurai | 1998-06-01 | 1 | -1/+5 |
* | Fixed double slashes in pathnames. | bde | 1998-05-31 | 1 | -3/+3 |
* | objformat is part of the i386 mid life identity crisis. On alpha, things | jb | 1998-05-31 | 1 | -5/+4 |
* | Some cleanups related to timecounters and weird ifdefs in <sys/time.h>. | phk | 1998-05-28 | 1 | -3/+3 |
* | Reviewed by: Peter Hawkins <thepish@FreeBSD.org> | danny | 1998-05-28 | 2 | -18/+47 |
* | Correctly display the interrupt counts. | jhay | 1998-05-27 | 1 | -1/+6 |
* | Convert to more canonical format.. It seems that both Soren and I were | peter | 1998-05-27 | 1 | -8/+8 |
* | Compile & use objformat as it was intended to, I have no idea why | sos | 1998-05-27 | 2 | -18/+11 |
* | ELF preparation step 2: | sos | 1998-05-26 | 2 | -11/+11 |
* | Get owner/group/modes right | sos | 1998-05-26 | 1 | -9/+11 |
* | Oops, remember CFLAGS... | sos | 1998-05-26 | 1 | -8/+6 |
* | PR: 1904 | danny | 1998-05-26 | 1 | -1/+6 |
* | "EOF of file..." is written to stderr and not stdout. | steve | 1998-05-26 | 1 | -2/+2 |
* | ELF preparation step 1: | sos | 1998-05-25 | 7 | -4/+10 |
* | Only compile on install. | sos | 1998-05-25 | 1 | -0/+3 |
* | Make objformat DTRT when in the make world environment. | sos | 1998-05-25 | 2 | -4/+14 |
* | Back out Steve's fix, as this was already fixed by me in revision 1.6 | des | 1998-05-25 | 1 | -4/+0 |
* | Only allow 'who' and 'who am i' as valid usages. | steve | 1998-05-25 | 1 | -1/+5 |
* | Allow spaces in the filename to be decoded to. | steve | 1998-05-25 | 1 | -2/+2 |
* | Allow a user in group 0 to su(1) to root if their primary | steve | 1998-05-25 | 2 | -9/+21 |
* | Add a graceful jumping off point with a new .error directive. | steve | 1998-05-25 | 2 | -21/+60 |
* | Sort SEE ALSO section alphabetically. | jkoshy | 1998-05-22 | 1 | -3/+3 |
* | Cosmetic fix. Compute header field widths from UT_{HOST,LINE,NAME}SIZE | jkoshy | 1998-05-21 | 1 | -4/+13 |
* | Support integer constant unsigned-suffix and long-long-suffix. | rnordier | 1998-05-19 | 1 | -3/+21 |
* | Make "netstat -s" display stats on fast-forwarded packets. | pb | 1998-05-19 | 1 | -2/+5 |
* | Use the correct name of the login.conf(5) capability (`passwordperiod' -> | jkoshy | 1998-05-19 | 1 | -4/+4 |
* | Include correct header to get definition of struct sockaddr_un. | markm | 1998-05-16 | 1 | -1/+2 |
* | Fix rev. 1.7: get offsetof from the correct header file. | wollman | 1998-05-16 | 1 | -2/+2 |
* | Fix broken sun_len usage: it is not sun_path length but bigger | ache | 1998-05-16 | 1 | -2/+5 |
* | mbuf, inet, and unix modules no longer read kvm. | wollman | 1998-05-15 | 5 | -199/+265 |
* | More programs are now broken on alpha due to the libbind changes | jb | 1998-05-15 | 1 | -12/+13 |