| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | move spl.h to ipl.h, minus the inline spl macros. The inline spl | peter | 1997-05-31 | 2 | -164/+62 |
* | remove #include of <machine/spl.h> - they are externed now | peter | 1997-05-31 | 2 | -6/+2 |
* | move intrhand2_t from isa_device.h to machine/types.h - it's used far more | peter | 1997-05-31 | 2 | -9/+8 |
* | Store the macro values for SWI_TTY_MASK and SWI_NET_MASK in variables to | peter | 1997-05-31 | 1 | -1/+6 |
* | The SWI_NET_MASK and SWI_TTY_MASK handlers are now back adjacent to the | peter | 1997-05-31 | 8 | -27/+43 |
* | Bruce's original implementation of the splxxx() routines, but as C code | peter | 1997-05-31 | 1 | -0/+94 |
* | Bruce's original definitions for the spl/ipl code when running on the old | peter | 1997-05-31 | 1 | -0/+35 |
* | Definitions for the spl/ipl code when running on an IO APIC. | peter | 1997-05-31 | 1 | -0/+34 |
* | - Use `6x86MX' instead of `M2'. Cyrix officially use `6x86MX' for the | kato | 1997-05-31 | 4 | -256/+422 |
* | Fix some old typos and misspellings. | jdp | 1997-05-31 | 2 | -10/+10 |
* | Modified code in direction of supporting MULTIPLE_IOAPICS. | fsmp | 1997-05-31 | 1 | -13/+31 |
* | Modified code in direction of supporting MULTIPLE_IOAPICS. | fsmp | 1997-05-31 | 1 | -87/+3 |
* | Submitted by: Rich Murphey (ages ago) and Gene Stark | stark | 1997-05-31 | 1 | -56/+182 |
* | The previous fix didn't work properly for small block size filesystems, | dfr | 1997-05-30 | 1 | -20/+39 |
* | Add code to correctly probe all buses on the Intel XXPRESS motherboard. | se | 1997-05-30 | 1 | -10/+48 |
* | Remove use of intrec*, use void* instead. | se | 1997-05-30 | 1 | -2/+4 |
* | sysctlbyname allows acces to sysctl variables by name. | phk | 1997-05-30 | 2 | -2/+35 |
* | Malloc flag X makes malloc behave like the canonical xmalloc() wrapper. | phk | 1997-05-30 | 2 | -19/+69 |
* | Typo fix. | max | 1997-05-30 | 2 | -6/+6 |
* | Synchronize with sys/i386/isa/isa.c revision up to 1.87. | kato | 1997-05-30 | 1 | -13/+12 |
* | Synchronize with sys/i386/i386/microtime.s revision 1.23. | kato | 1997-05-30 | 1 | -2/+1 |
* | Synchronize with sys/i386/i386/trap.c revision 1.96. | kato | 1997-05-30 | 1 | -3/+2 |
* | Synchronize with sys/i386/isa/clock.c and sio.c revisions 1.85 and | kato | 1997-05-30 | 5 | -10/+5 |
* | Fix typos (of the printed output kind). | jkh | 1997-05-30 | 6 | -12/+12 |
* | Document new -Bforcedynamic flag and -assert pure-text. | dfr | 1997-05-29 | 2 | -6/+36 |
* | Grr... curse my fumble-fingered hide: logmane -> logname | wpaul | 1997-05-29 | 1 | -2/+2 |