summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* The ASUSCOM_IPAC isn't broken according to submitter.asmodai2000-04-102-2/+2
* Add new options NETGRAPH_MPPC_COMPRESSION and NETGRAPH_MPPC_ENCRYPTION.archie2000-04-092-0/+6
* Don't complain about not getting resources for the compatibility shimimp2000-04-081-4/+4
* Make the N2 isa cards probe again. Remove the unused frame relay hooks.jhay2000-04-081-215/+8
* * Factor out the object system from new-bus so that it can be used bydfr2000-04-081-1/+1
* Don't use ``grep | sed'' in the example for INCLUDE_CONFIG_FILEbrian2000-04-082-2/+2
* Newbusify adv driver.nyan2000-04-071-14/+0
* Finally cvs rm these two files; they were not referenced in conf/files*,peter2000-04-062-2528/+0
* Awi driver, ported from NetBSD from Atsushi Once-san.imp2000-04-063-6/+10
* Add multiple #include protectionroger2000-04-041-0/+6
* Remove obsolete reference to PCVT_FREEBSD.hm2000-04-041-1/+1
* Remove the !(I386 & SMP) tests; we don't run SMP on an i386 system, andmsmith2000-04-031-16/+0
* Make the sigprocmask() and geteuid() system calls MP SAFE. Expanddillon2000-04-021-11/+36
* Print out more hints at illegal cksum len value.shin2000-04-021-2/+2
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-027-17/+17
* One in a while, something happens so uncannily that you get knocked offgreen2000-04-022-2/+2
* Oops, PCVT_FREEBSD is useless too. Add new PCVT_GREENSAVER option.hm2000-03-312-2/+2
* remove useless PCVT_EMU_MOUSE option.hm2000-03-312-2/+0
* Add support for "green" saver mode.hm2000-03-311-1/+2
* PR: kern/2327hm2000-03-312-2/+52
* Make sysv-style shared memory tuneable params fully runtime adjustablepeter2000-03-302-14/+0
* Oldconfig cs driver. Obsoleted by newbus driver in sys/dev/cs.imp2000-03-302-1930/+0
* NewBus the cs driver.imp2000-03-301-5/+0
* PC-98 BIOS copies the DX register into its work area. The value of itkato2000-03-291-0/+3
* Ratoc REX-9880/83 support (PC-98 only). This commit added functionskato2000-03-291-0/+129
* This should fix the lockups people have been experiencing. I muffed updillon2000-03-291-1/+1
* The SMP cleanup commit broke need_resched, this fixes that and alsodillon2000-03-296-14/+10
* Change the mbuf size from 128 -> 256. Increasing the mbuf header sizejlemon2000-03-291-1/+1
* Added indirect pio into the bus space stuff for the NEC PC-98. bus.hkato2000-03-298-1415/+686
* The SMP cleanup commit broke UP compiles. Make UP compiles work again.dillon2000-03-282-1/+26
* pcvt cleanup.hm2000-03-282-6/+3
* pcvt cleanup.hm2000-03-281-70/+20
* Commit major SMP cleanups and move the BGL (big giant lock) in thedillon2000-03-2827-1351/+462
* Commit the buffer cache cleanup patch to 4.x and 5.x. This patch fixes adillon2000-03-271-2/+24
* Add support for offloading IP/TCP/UDP checksums to NIC hardware whichjlemon2000-03-272-0/+214
* Substantially cleanup of the pcvt kernel part. This cleanup doeshm2000-03-2610-3001/+407
* Make this compile again and harmonize with GENERIC:imp2000-03-251-19/+27
* Update sysinstall to use struct uc_device instead of struct isa_devicejhb2000-03-242-18/+74
* Document options HZ, place it in its own section `CLOCK OPTIONS' andasmodai2000-03-232-6/+40
* Include a space between hash ('#') and 'Berkeley packet filter' likedan2000-03-211-1/+1
* Isolate the Timecounter internals in their own two files.phk2000-03-205-16/+20
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-209-23/+23
* Exchange numerical values for FPE_INTDIV and FPE_INTOVF, so that theycracauer2000-03-201-2/+2
* Argh, fix cut/paste mistake. This contributed to LINT not building.peter2000-03-202-4/+4
* This file was repo copied and I forgot to cvs rm this here.peter2000-03-201-383/+0
* Increment number of retries before giving up. This may fix thekato2000-03-201-1/+3
* Update the copyright. Remove the advertising clause.paul2000-03-201-5/+2
* Set the bits in the mask from the left to the right, not backwards.green2000-03-191-1/+1
* Make SPLASSERT sysctl and boot time tunable with kern.splassertmode.ps2000-03-191-1/+35
* Document and supply COMPAT_OLDPCI and COMPAT_OLDISA so 'make release'peter2000-03-193-0/+6
OpenPOWER on IntegriCloud