| Commit message (Expand) | Author | Age | Files | Lines |
* | Back out changes in rev. 1.217 -- ${CONFIGURE_SCRIPT} is not | asami | 1996-09-24 | 1 | -3/+3 |
* | Back out my brackets change, it is definitely make bug, (recently | ache | 1996-09-24 | 1 | -2/+2 |
* | Per discussions in -current | imp | 1996-09-24 | 2 | -5/+5 |
* | Add brackets to change bogus make expression priority, i.e. | ache | 1996-09-24 | 1 | -2/+2 |
* | add missing comma(s) in .Xr macros | wosch | 1996-09-23 | 36 | -85/+120 |
* | phkmalloc/3 | phk | 1996-09-23 | 2 | -196/+342 |
* | Be sure to remove any newlines encountered when | steve | 1996-09-23 | 1 | -1/+2 |
* | cpp was named ccp. | bde | 1996-09-23 | 2 | -4/+4 |
* | Look on the CDROM for patch files too. | asami | 1996-09-23 | 1 | -2/+4 |
* | call srandom() during the boot to start the sequence with a slightly less | peter | 1996-09-23 | 1 | -1/+9 |
* | add simple srandom() and prototype | peter | 1996-09-23 | 2 | -3/+12 |
* | Crude hack to work around cpp.1 doing a .so man1/cccp.1 | peter | 1996-09-23 | 2 | -2/+6 |
* | Fix typo from previous commit (tsvsec --> tv_sec). | alex | 1996-09-23 | 1 | -1/+1 |
* | add forgotten $Id$ | wosch | 1996-09-22 | 101 | -5/+176 |
* | Remove length field from utrace entries. | phk | 1996-09-22 | 1 | -6/+6 |
* | Remove the extra length field from the utrace entries. It's redundant. | phk | 1996-09-22 | 2 | -16/+6 |
* | add a.core entity for FreeBSD core team | wosch | 1996-09-22 | 10 | -78/+70 |
* | Reformatted FreeBSD additions to match 4.4Lite style. Mixed tabs and | bde | 1996-09-22 | 1 | -7/+7 |
* | Fix one byte buffer overflow | ache | 1996-09-22 | 1 | -1/+1 |
* | Fixed annoying non-null output for `make depend'. SRCS should only | bde | 1996-09-22 | 1 | -4/+4 |
* | Fixed a bug with the management of the pointer to the first TxCB in the | dg | 1996-09-22 | 2 | -98/+76 |
* | Properly boldify all list items and correct a syntax error. | jkh | 1996-09-22 | 1 | -4/+4 |
* | Fix a possible syntax error in rc when swapfile isn't defined at all. | imp | 1996-09-22 | 1 | -2/+2 |
* | Remove the code that renices +4 a process that has had 10 minutes of | gpalmer | 1996-09-22 | 1 | -7/+2 |
* | Reviewed by: Bill Fenner <fennder@parc.xerox.com> | imp | 1996-09-22 | 2 | -1/+47 |
* | Fix for PR# 1095, make's continuation line handling buggy | steve | 1996-09-22 | 3 | -45/+61 |
* | Fix for PR# 1427, yacc-generated parser generates warnings | steve | 1996-09-22 | 1 | -15/+17 |
* | Fix some compilation warnings | pst | 1996-09-22 | 6 | -22/+13 |
* | Fix up some compilation warnings. | pst | 1996-09-22 | 5 | -21/+15 |
* | Remove some gratutious screen saves. | jkh | 1996-09-22 | 3 | -18/+3 |
* | Fix & expansion (from pw_gecos field), sizeof buf used when | ache | 1996-09-21 | 1 | -1/+1 |
* | Improve comments, sync sh/csh scripts if possible. | wosch | 1996-09-21 | 5 | -11/+50 |
* | Fix some compilation warnings. | pst | 1996-09-21 | 5 | -13/+17 |
* | Note that EtherPower 2 is supported. | jkh | 1996-09-21 | 1 | -1/+2 |
* | Nuke a trailing .endif which survived Peter's last edits. | jkh | 1996-09-21 | 1 | -2/+1 |
* | fix .Xr macro | wosch | 1996-09-21 | 6 | -7/+7 |
* | Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>: | bde | 1996-09-21 | 44 | -199/+288 |
* | Include <sys/filio.h> explicitly - don't depend on <machine/soundcard.h> | bde | 1996-09-21 | 1 | -0/+1 |
* | Remove SHARED_LIBCC_INT sample, it's gone and has been a do-nothing option | peter | 1996-09-21 | 3 | -24/+3 |
* | Remove the partial support for a shared -lcc_int, since it's been unusable | peter | 1996-09-21 | 7 | -22/+15 |
* | Moved the prototype for ioctl() from <sys/ioctl.h> to <sys/ioccom.h> | bde | 1996-09-21 | 2 | -10/+12 |
* | Who would have though that dmesg didn't understand message buffers? | bde | 1996-09-21 | 1 | -8/+16 |
* | Note that Adaptec 1510 controller is supported (via aic0 driver). | jkh | 1996-09-21 | 1 | -1/+2 |
* | I don't understand, I committed this fix (move a counter and fixed a typo) | pst | 1996-09-21 | 2 | -8/+6 |
* | Syntax error: so_incom -> so_incomp | ache | 1996-09-21 | 2 | -4/+4 |
* | ".Xr chflags 1," -> ".Xr chflags 1 ," | peter | 1996-09-21 | 1 | -1/+1 |
* | Unlocalize `date` | ache | 1996-09-21 | 1 | -3/+3 |
* | Fix for PR#1230, make ``.for'' loops iterate backwards. | steve | 1996-09-21 | 1 | -1/+1 |
* | Fiexed CFLAGS. Compiling things in the kernel without -O now causes | bde | 1996-09-21 | 2 | -4/+4 |
* | If the incomplete listen queue for a given socket is full, | pst | 1996-09-20 | 2 | -10/+36 |