| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for the SIOCGIFHWADDR ioctl, commonly used by | msmith | 1997-06-02 | 4 | -4/+230 |
* | Off by 1 adjustment. Properly NUL terminate after strncpy. | charnier | 1997-06-02 | 3 | -7/+11 |
* | Off by 1 adjustment. | charnier | 1997-06-02 | 1 | -2/+2 |
* | Remove unused variables. Suppress -Wall warnings. Check for potential buffer | charnier | 1997-06-02 | 1 | -5/+13 |
* | Submitted by: Whistle Communications (archie Cobbs) | julian | 1997-06-02 | 10 | -17/+78 |
* | Submitted by: Whistle Communications (archie Cobbs) | julian | 1997-06-02 | 8 | -528/+1085 |
* | tiny spelling fix in comment | julian | 1997-06-02 | 1 | -3/+3 |
* | Was superseded by ns16550.h 4-5 years ago. | bde | 1997-06-02 | 1 | -50/+0 |
* | timed_enabled -> timed_enable | jkh | 1997-06-02 | 1 | -2/+2 |
* | Back out last change (which in fact breaks rfc1661) | brian | 1997-06-02 | 1 | -4/+5 |
* | Add rm -f /var/run/*.pid to prevent random process killing due to | ache | 1997-06-01 | 1 | -1/+2 |
* | I've given up on the idea of sizing FIFO's. You can set it with a flag | phk | 1997-06-01 | 3 | -204/+45 |
* | Don't use -fomit-frame-pointer for ipl_funcs.c if ${PROF} is nonempty, | bde | 1997-06-01 | 2 | -14/+18 |
* | Move "typedef struct intrec {} intrec" from sys/interrupt.h to kern_intr.c | peter | 1997-06-01 | 2 | -21/+21 |
* | on second thoughts, it doesn't even need <machine/ipl.h> either. | peter | 1997-06-01 | 2 | -4/+2 |
* | PCI_CLASS_MASS_STORAGE (under PCI_COMPAT) was used in a driver in LINT | peter | 1997-06-01 | 2 | -2/+4 |
* | <machine/spl.h> -> <machine/ipl.h> | peter | 1997-06-01 | 2 | -4/+4 |
* | typo fix, s/imp/inp'; move lookup call inside splnet since there were | peter | 1997-06-01 | 1 | -2/+2 |
* | Go directly to ST_STOPPED when a TerminateReq is | brian | 1997-06-01 | 1 | -3/+3 |
* | Reduce MAX_M[RT]U back to 2048. Even on a null-modem | brian | 1997-06-01 | 2 | -8/+6 |
* | Add xref to signanosleep(2) | peter | 1997-06-01 | 1 | -0/+1 |
* | Doc signanosleep, add to links | peter | 1997-06-01 | 2 | -4/+28 |
* | Update the sleep(3)/usleep(3) code to use signanosleep(2) if compiled with | peter | 1997-06-01 | 2 | -17/+117 |
* | Generate signanosleep(2) syscall wrapper | peter | 1997-06-01 | 1 | -2/+3 |
* | oops, fix a braino that I noticed during the commit.. Don't verify the | peter | 1997-06-01 | 1 | -5/+7 |
* | - implement signanosleep(2) by moving common code from nanosleep() into a | peter | 1997-06-01 | 1 | -28/+102 |
* | Regenerate | peter | 1997-06-01 | 5 | -6/+16 |
* | New syscall, signanosleep(), which is a hybrid of sigsuspend(2) and | peter | 1997-06-01 | 1 | -2/+3 |
* | New field: p_sleepend; so that settime() can adjust the expected wakeup | peter | 1997-06-01 | 1 | -1/+2 |
* | Create the release name of SNAPs automagically. | joerg | 1997-06-01 | 1 | -2/+10 |
* | Make this puppy compile again - add two includes. | jkh | 1997-06-01 | 1 | -0/+2 |
* | Remove initial startup printf's in -direct mode. | brian | 1997-06-01 | 4 | -16/+25 |
* | Implement "set mtu" command to allow the client to | brian | 1997-06-01 | 5 | -14/+69 |
* | Fix a typo. | tegge | 1997-05-31 | 1 | -2/+2 |
* | specify compile-with option to get -fomit-frame-pointer on ipl_funcs.c | peter | 1997-05-31 | 2 | -4/+6 |
* | Revert previous change, use "compile-with" in files.i386 instead. | peter | 1997-05-31 | 3 | -15/+3 |
* | Remove "set mtu ..." ability. Currently, this is an | brian | 1997-05-31 | 1 | -2/+2 |
* | Now understand password in ftp:// URLs | ache | 1997-05-31 | 1 | -25/+34 |
* | Include file update: <machine/spl.h> --> <machine/ipl.h>. | kato | 1997-05-31 | 2 | -1/+2 |
* | Synchronize with following changes: | kato | 1997-05-31 | 6 | -7/+13 |
* | Synchronize with sys/i386/conf/files.i386 revision 1.162. | kato | 1997-05-31 | 2 | -2/+4 |
* | Synchronize with sys/i386/conf/Makefile.i386 revision 1.98. | kato | 1997-05-31 | 2 | -2/+10 |
* | Bruce mentioned to me that Paul Traina had noticed that the ppp_tty | peter | 1997-05-31 | 2 | -5/+13 |
* | don't refer to SWI_*_MASK, it's not SMP/UP kernel portable for the lkm. | peter | 1997-05-31 | 1 | -4/+3 |
* | Add prototypes for the spl* funcs and add externs for *_imask. Leaving | peter | 1997-05-31 | 1 | -1/+39 |
* | s/intrmask/intrmask_t/g | peter | 1997-05-31 | 1 | -12/+4 |
* | <machine/spl.h> -> <machine/ipl.h> | peter | 1997-05-31 | 1 | -10/+10 |
* | Include file updates.. <machine/spl.h> -> <machine/ipl.h>, add | peter | 1997-05-31 | 19 | -28/+41 |
* | add ipl_funcs.c (Hmm.. should probably use a "compile-with" arg rather | peter | 1997-05-31 | 2 | -2/+4 |
* | compile ipl_funcs.c with -fomit-frame-pointer, as suggested by Bruce. This | peter | 1997-05-31 | 3 | -3/+15 |