| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Make sure we don't overflow the path buffer. Exit if we do. | imp | 1998-06-09 | 1 | -2/+4 |
* | Make sure we pass the length - 1 to readlink, since it adds its own | imp | 1998-06-09 | 3 | -10/+8 |
* | Updated generated files. | bde | 1998-06-09 | 6 | -34/+3 |
* | Don't generate COMPAT_43 cruft if there are no COMPAT_43 syscalls. | bde | 1998-06-09 | 1 | -12/+18 |
* | Include "opt_compat.h" explicitly instead of depending on | bde | 1998-06-09 | 2 | -4/+4 |
* | Fixed `make depend', which I broke here about a month ago by moving | bde | 1998-06-09 | 2 | -4/+6 |
* | The version of the softdep changes in FreeBSD broke the | julian | 1998-06-08 | 1 | -4/+7 |
* | - Added entry for Xircon CreditCard Modem. | nate | 1998-06-08 | 2 | -2/+16 |
* | My previous change could conceivably succeed at removing CHROOTDIR. | jdp | 1998-06-08 | 1 | -2/+2 |
* | Don't let ifunit() modify the string passed as an argument. | julian | 1998-06-08 | 1 | -16/+26 |
* | Correct ``set server'' usage and add mention that ``set ns'' changed | brian | 1998-06-08 | 2 | -4/+5 |
* | Remove some junk left over from a previous commit. | dyson | 1998-06-08 | 2 | -12/+2 |
* | Print the write counts if they are nonzero even if we're mounted | bde | 1998-06-08 | 2 | -8/+6 |
* | Updated generated files. | bde | 1998-06-08 | 8 | -807/+807 |
* | Fixed some style bugs in output (missing tabs and unparenthesized macros). | bde | 1998-06-08 | 1 | -31/+30 |
* | Add LIB_SPEC (same as on i386) so that gcc knows about libc_r. | jb | 1998-06-08 | 1 | -0/+4 |
* | Fixed pedantic semantics errors (bitfields not of type int, signed int | bde | 1998-06-08 | 21 | -187/+187 |
* | Fix more of my DDB breakage. | dfr | 1998-06-08 | 2 | -6/+6 |
* | Fix a typo which prevented i386 elf from working at all (including Linux | dfr | 1998-06-08 | 1 | -2/+2 |
* | Correct even more ioctl breakage :( | sos | 1998-06-08 | 9 | -9/+9 |
* | Sync with sys/i386/isa/clock.c revision 1.123. | kato | 1998-06-08 | 3 | -3/+9 |
* | Merge 64bit portability fixes from sys/i386 stuff. | kato | 1998-06-08 | 14 | -37/+37 |
* | Fixed pedantic semantics errors (bitfields not of type int, signed int | bde | 1998-06-08 | 1 | -39/+39 |
* | Make DDB work again after I broke it :-(. | dfr | 1998-06-08 | 3 | -6/+6 |
* | Add rcsid, remove unused #includes. Use err(3). | charnier | 1998-06-08 | 1 | -22/+22 |
* | Fix spelling in printf(). | jkoshy | 1998-06-08 | 2 | -4/+4 |
* | Use warnx()+fprintf() to handle multi-line messages. Correct K&R support and | charnier | 1998-06-08 | 2 | -24/+20 |
* | Updated yet another ioctl, and put wst in LINT to inhibit further bitrot. | bde | 1998-06-08 | 5 | -7/+16 |
* | Spelling fixes. | jkoshy | 1998-06-08 | 32 | -76/+76 |
* | ip_fil.h has 9 separate declarations of iplioctl() in a disgusting | bde | 1998-06-08 | 4 | -10/+16 |
* | Reword to remove confusion between su(1)'s "-c" option and that of the shell | jkoshy | 1998-06-08 | 1 | -9/+16 |
* | Disable attempted write combining support. This probably | dyson | 1998-06-08 | 1 | -1/+3 |
* | Fixed an ioctl which grew overnight. | bde | 1998-06-08 | 1 | -2/+2 |
* | Backed out previous commit, which just consisted of a 1-byte editing | bde | 1998-06-08 | 1 | -2/+2 |
* | Fixed missing ifdefs and disordering in previous commit. | bde | 1998-06-08 | 1 | -2/+6 |
* | Fixed ifdef bogotification in previous commit. | bde | 1998-06-08 | 1 | -7/+2 |
* | Fix typo: exit -> exist | danny | 1998-06-08 | 1 | -2/+2 |
* | Speed up the cleaning of CHROOTDIR by almost a factor of two, by | jdp | 1998-06-07 | 1 | -1/+4 |
* | Add a member function more to the timecounters, this one is for use | phk | 1998-06-07 | 10 | -20/+89 |
* | Fix another DEVFS/SLICE ioctl. | dfr | 1998-06-07 | 1 | -2/+2 |
* | This is a prototype implementation of the draft-mogul-pps-api-##.txt | phk | 1998-06-07 | 5 | -53/+218 |
* | Fix some more ioctls which I missed becausese they were hidden by options | dfr | 1998-06-07 | 7 | -16/+16 |