summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Cleanup comment in machine/param.h regarding mbuf-related sizes, and get ridbmilekic2000-10-083-23/+15
* Correct corruption of the qinfifo in ahc_search_qinififo() for allgibbs2000-10-084-97/+106
* Remove headers not needed.alfred2000-10-072-26/+0
* remove unused #include.phk2000-10-071-1/+0
* Regen.n_hibma2000-10-072-61/+332
* Sync with NetBSD. More ids, more!n_hibma2000-10-071-14/+63
* Regen.n_hibma2000-10-072-2/+18
* Zyxel keyboard Idn_hibma2000-10-071-0/+4
* Cy driver doesn't compile and nobody seems to care.phk2000-10-072-12/+12
* Caught up with the changes in interruption stuff.kato2000-10-071-1/+2
* o Implement get_ivars so matching routines will work (this causesimp2000-10-071-3/+38
* Fix arguments to kthread_create (submitted by takawata@freebsd.org).imp2000-10-072-3/+4
* More complete fix for multi-link sequence number handling bugs.archie2000-10-062-41/+101
* When leaving suspend mode after enabling/disabling the promisc mode bit,wpaul2000-10-061-0/+4
* Fix bug in handling of multi-link sequence numbers.archie2000-10-061-2/+4
* Fix single character typo in legacy transfer settings functiongibbs2000-10-062-2/+2
* Argh, make P_ALRMPEND and P_PROFPEND be different flags.jhb2000-10-061-1/+1
* o Move initialization of ump from mp to the top of the function so thatrwatson2000-10-061-2/+1
* Enable the if_ed module.alex2000-10-061-1/+1
* Add card_if.h and sort the header files, while I'm here.alex2000-10-061-1/+1
* If a process is over its resource limit for datasize, still allowdwmalone2000-10-061-3/+7
* As we now may check the TCP header window field, make sure we pullupru2000-10-061-4/+4
* Work around a bug by adding struct tags. gcc-2.95 apparently gets thebde2000-10-064-8/+8
* Merged from sys/isa/sio.c revision 1.316.kato2000-10-062-2/+2
* Merged from sys/i386/isa/npx.c revision 1.85.kato2000-10-061-1/+1
* Merged from sys/i386/isa/clock.c revisions 1.158 and 1.159.kato2000-10-063-348/+159
* Merged from sys/i386/i386/machdep.c revision 1.415.kato2000-10-062-6/+12
* Reduce userland namespace polution.jasone2000-10-061-2/+4
* Do not call lockdestroy() for v_vnlock, which may point to a lock in ajasone2000-10-062-8/+2
* Correct a warning where the r_debug_state() dummy function used to triggerjhb2000-10-063-10/+12
* Bring in a slew of fixes that were supposed to be in the last commit.gibbs2000-10-063-70/+90
* - Change fast interrupts on x86 to push a full interrupt frame and tojhb2000-10-0649-984/+466
* currentldt is now a "special" global-data variable, and as such, therejhb2000-10-062-6/+0
* Interrupt frames don't include the saved cpl anymore since cpl is dead.jhb2000-10-062-4/+0
* Various whitespace cleanups after the SMPng commit, which jumbled thingsjhb2000-10-063-57/+57
* Don't treat a kernel stack fault the same as a general protect fault orjhb2000-10-063-0/+9
* Remove an unnecessary sti and spl0() in fork_trampoline. Interruptsjhb2000-10-063-6/+0
* - Include opt_vesa.h in vesa.c so that the VESA_DEBUG option is actuallyjhb2000-10-062-2/+16
* During a verbose boot, call the null device 'null' rather than 'null0' tojhb2000-10-061-1/+1
* Driver for the Intel 82801AA (ICH) SMBus controller and compatibles.archie2000-10-068-14/+1095
* return correct type for process directory entries, DT_DIR not DT_REGalfred2000-10-052-2/+2
* Regen.n_hibma2000-10-052-2/+25
* - Heavyweight interrupt threads on the alpha for device I/O interrupts.jhb2000-10-0565-1043/+861
* Additional Idsn_hibma2000-10-051-0/+5
* Replace loadandclear() with atomic_readandclear_int().jhb2000-10-054-26/+4
* Add atomic_readandclear_int and atomic_readandclear_long.jhb2000-10-053-4/+110
* Make the gd_currentldt member in struct globaldata unconditional sojhb2000-10-053-9/+3
* - Remove somewhat bogus handling of the Giant mutex in the vm86 code.jhb2000-10-052-6/+13
* Add the card ID for the Am79c975 PCnet/FAST III card. This is a variantwpaul2000-10-052-0/+2
* Style fixes based on comments by bdeeivind2000-10-052-40/+62
OpenPOWER on IntegriCloud