| Commit message (Expand) | Author | Age | Files | Lines |
* | Re-activate the nanosleep style using code, but with the signal handling | peter | 1997-06-02 | 2 | -110/+2 |
* | Synchronize with following files: | kato | 1997-06-02 | 10 | -414/+20 |
* | Added PC-98 code. | kato | 1997-06-02 | 4 | -52/+248 |
* | Synchronize with sys/i386/isa/sio.c revision 1.169. | kato | 1997-06-02 | 2 | -136/+30 |
* | The defines INTR_FAST and INTR_EXCL are part of the public interface. The | dfr | 1997-06-02 | 2 | -4/+5 |
* | Change isa_device.h to intr_machdep.h | dfr | 1997-06-02 | 7 | -14/+14 |
* | Make this thing actually compile. | dfr | 1997-06-02 | 2 | -4/+4 |
* | Back out /var/run/*.pid cleaning since some programms (like innd) | ache | 1997-06-02 | 1 | -2/+1 |
* | Synchronize with sys/i386/conf/files.i386 revision up to 1.164. | kato | 1997-06-02 | 2 | -12/+18 |
* | Synchronize with sys/i386/conf/Makefile.i386 revision 1.99. | kato | 1997-06-02 | 2 | -10/+2 |
* | Move interrupt handling code from isa.c to a new file. This should make | dfr | 1997-06-02 | 30 | -800/+1930 |
* | If the localid is set, don't forget to expand it... | peter | 1997-06-02 | 1 | -0/+1 |
* | Grr. Remove not-ready LDT modification fluff that also crept in with | msmith | 1997-06-02 | 2 | -52/+2 |
* | Correct the way IRQs are passed to rndcontrol. If there are more than | markm | 1997-06-02 | 3 | -6/+6 |
* | Typo fix. | charnier | 1997-06-02 | 1 | -2/+3 |
* | Oops, remove some bogus debugging code that crept in with the last commit. | msmith | 1997-06-02 | 2 | -20/+2 |
* | Typo (the the -> the). | charnier | 1997-06-02 | 1 | -2/+2 |
* | 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 |