summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* It turns out that the module dependency on pccard is in error. Sinceimp2004-05-086-6/+0
* Add support CS4294sanpei2004-05-081-0/+1
* Unconditionally lock Giant in do_sendfile(), rather than locking itrwatson2004-05-081-2/+2
* Define KINFO_PROC_SIZE for arm.cognet2004-05-071-1/+1
* Compare t_brkc against (char)_POSIX_VDISABLE, not against -1.cognet2004-05-071-1/+1
* Use better way of closing fr support before current sppp get it.rik2004-05-071-7/+12
* Sync with RELENG_4rik2004-05-071-2/+2
* Use better way of closing fr support before current sppp doesn't have it.rik2004-05-071-8/+13
* In r1.190, vslock() and vsunlock() were bogusly made to do a "user wire"green2004-05-071-1/+1
* Sync with RELENG_4.rik2004-05-071-3/+3
* Delete unused cx_slow_ih.rik2004-05-071-4/+0
* Revert previous commit. We should not get any FP traps from withinmarcel2004-05-071-18/+15
* Make sure to sanitize the FP status register. Specifically thismarcel2004-05-071-0/+3
* Change hw.acpi.cpu.cx_lowest to accept values in the form of C1,njl2004-05-071-9/+12
* Remove unwinder files that are commented-out.marcel2004-05-071-3/+0
* o IFNAMSIZ does include the trailing \0.maxim2004-05-071-1/+1
* Properly remove MAP_FUTUREWIRE when a vm_map_entry gets torn down.green2004-05-071-0/+1
* Provide the sysctl net.inet.ip.process_options to control the processingandre2004-05-063-2/+24
* Rename acpi_cpu to cpu. Change the probe routine to early on rejectnjl2004-05-061-42/+90
* Move the CPU newbus attachment to i386 legacy. The acpi_cpu device willnjl2004-05-062-71/+71
* Detach i386/isa/elcr.c.nyan2004-05-061-1/+0
* Fixed PC98 support.nyan2004-05-061-0/+31
* Disable an EISA support on PC98.nyan2004-05-061-0/+4
* The Sun hme hardware supposedly supports Tx frames up to 65535 octets,joerg2004-05-061-3/+13
* fix SONY_CLIE_41 (as PEG-SJ33/U)sanpei2004-05-061-1/+1
* Link state change notification of ethernet media to the routing socket.andre2004-05-061-0/+5
* Mereged from sys/dev/sio/sio.c revision 1.429.nyan2004-05-062-152/+98
* When a denormal underflows to zero, raise an underflow exception.das2004-05-061-0/+3
* Don't clear the exception flags after we finish emulating adas2004-05-062-1/+3
* Remove "Scheduling overrun" interrupts from the set of normal interruptssilby2004-05-061-1/+1
* Select the highest valid (i.e., S3) sleep state for the default for thenjl2004-05-062-11/+16
* Make vm_page's PG_ZERO flag immutable between the time of the page'salc2004-05-069-31/+1
* Add back sys/reboot.h which is needed.njl2004-05-061-0/+1
* Make unnecessary globals static and remove unused includes.njl2004-05-069-15/+4
* Fix setting debug strings via sysctl. Also, clean up the way we printnjl2004-05-061-14/+20
* Name the pri argument to cv_broadcastpri() to match the existing style ofjhb2004-05-051-1/+1
* Remove extra parentheses.njl2004-05-051-2/+2
* Add an MI implementation of the ACPI global lock routines and retire thenjl2004-05-054-113/+63
* Add sys/types.h for both kernel and user compiles.njl2004-05-051-1/+1
* Style cleanups, u_intXX -> uintXX.njl2004-05-052-45/+28
* Regenjoe2004-05-052-2/+9
* Add support for the new Zire 31 device.joe2004-05-052-0/+2
* MFi386: Add elcr.c.jhb2004-05-051-0/+1
* Add support for Cronyx Tau-PCI adapters.rik2004-05-051-0/+39
* Add support for Cronyx Tau-PCI adapters.rik2004-05-054-0/+9000
* Link state change notification of ethernet media to the routing socket.andre2004-05-051-1/+10
* Fixed some style bugs (unsorting of prototypes in previous commit, andbde2004-05-051-8/+8
* Update the version history in the driver to note everything that has happenedscottl2004-05-051-5/+10
* 1. Spell Cronyx Sigma-ISA and Cronyx Tau-ISA correctly.rik2004-05-051-2/+2
* Unbreak kernel build in the !apic case. We moved to using enums formux2004-05-051-4/+4
OpenPOWER on IntegriCloud