summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add support for the SIOCGIFHWADDR ioctl, commonly used bymsmith1997-06-024-4/+230
* Submitted by: Whistle Communications (archie Cobbs)julian1997-06-022-8/+15
* Submitted by: Whistle Communications (archie Cobbs)julian1997-06-025-278/+528
* tiny spelling fix in commentjulian1997-06-021-3/+3
* Was superseded by ns16550.h 4-5 years ago.bde1997-06-021-50/+0
* I've given up on the idea of sizing FIFO's. You can set it with a flagphk1997-06-013-204/+45
* Don't use -fomit-frame-pointer for ipl_funcs.c if ${PROF} is nonempty,bde1997-06-012-14/+18
* Move "typedef struct intrec {} intrec" from sys/interrupt.h to kern_intr.cpeter1997-06-012-21/+21
* on second thoughts, it doesn't even need <machine/ipl.h> either.peter1997-06-012-4/+2
* PCI_CLASS_MASS_STORAGE (under PCI_COMPAT) was used in a driver in LINTpeter1997-06-012-2/+4
* <machine/spl.h> -> <machine/ipl.h>peter1997-06-012-4/+4
* typo fix, s/imp/inp'; move lookup call inside splnet since there werepeter1997-06-011-2/+2
* oops, fix a braino that I noticed during the commit.. Don't verify thepeter1997-06-011-5/+7
* - implement signanosleep(2) by moving common code from nanosleep() into apeter1997-06-011-28/+102
* Regeneratepeter1997-06-015-6/+16
* New syscall, signanosleep(), which is a hybrid of sigsuspend(2) andpeter1997-06-011-2/+3
* New field: p_sleepend; so that settime() can adjust the expected wakeuppeter1997-06-011-1/+2
* Make this puppy compile again - add two includes.jkh1997-06-011-0/+2
* Fix a typo.tegge1997-05-311-2/+2
* specify compile-with option to get -fomit-frame-pointer on ipl_funcs.cpeter1997-05-312-4/+6
* Revert previous change, use "compile-with" in files.i386 instead.peter1997-05-313-15/+3
* Include file update: <machine/spl.h> --> <machine/ipl.h>.kato1997-05-312-1/+2
* Synchronize with following changes:kato1997-05-316-7/+13
* Synchronize with sys/i386/conf/files.i386 revision 1.162.kato1997-05-312-2/+4
* Synchronize with sys/i386/conf/Makefile.i386 revision 1.98.kato1997-05-312-2/+10
* Bruce mentioned to me that Paul Traina had noticed that the ppp_ttypeter1997-05-312-5/+13
* don't refer to SWI_*_MASK, it's not SMP/UP kernel portable for the lkm.peter1997-05-311-4/+3
* Add prototypes for the spl* funcs and add externs for *_imask. Leavingpeter1997-05-311-1/+39
* s/intrmask/intrmask_t/gpeter1997-05-311-12/+4
* <machine/spl.h> -> <machine/ipl.h>peter1997-05-311-10/+10
* Include file updates.. <machine/spl.h> -> <machine/ipl.h>, addpeter1997-05-3119-28/+41
* add ipl_funcs.c (Hmm.. should probably use a "compile-with" arg ratherpeter1997-05-312-2/+4
* compile ipl_funcs.c with -fomit-frame-pointer, as suggested by Bruce. Thispeter1997-05-313-3/+15
* move spl.h to ipl.h, minus the inline spl macros. The inline splpeter1997-05-312-164/+62
* remove #include of <machine/spl.h> - they are externed nowpeter1997-05-312-6/+2
* move intrhand2_t from isa_device.h to machine/types.h - it's used far morepeter1997-05-312-9/+8
* Store the macro values for SWI_TTY_MASK and SWI_NET_MASK in variables topeter1997-05-311-1/+6
* The SWI_NET_MASK and SWI_TTY_MASK handlers are now back adjacent to thepeter1997-05-318-27/+43
* Bruce's original implementation of the splxxx() routines, but as C codepeter1997-05-311-0/+94
* Bruce's original definitions for the spl/ipl code when running on the oldpeter1997-05-311-0/+35
* Definitions for the spl/ipl code when running on an IO APIC.peter1997-05-311-0/+34
* - Use `6x86MX' instead of `M2'. Cyrix officially use `6x86MX' for thekato1997-05-314-256/+422
* Modified code in direction of supporting MULTIPLE_IOAPICS.fsmp1997-05-311-13/+31
* Modified code in direction of supporting MULTIPLE_IOAPICS.fsmp1997-05-311-87/+3
* Submitted by: Rich Murphey (ages ago) and Gene Starkstark1997-05-311-56/+182
* The previous fix didn't work properly for small block size filesystems,dfr1997-05-301-20/+39
* Add code to correctly probe all buses on the Intel XXPRESS motherboard.se1997-05-301-10/+48
* Remove use of intrec*, use void* instead.se1997-05-301-2/+4
* Synchronize with sys/i386/isa/isa.c revision up to 1.87.kato1997-05-301-13/+12
* Synchronize with sys/i386/i386/microtime.s revision 1.23.kato1997-05-301-2/+1
OpenPOWER on IntegriCloud