aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Implement fpclassify():Mike Barcroft2003-02-0811-0/+22
* s/hw.pci_allow_unsupported_io_range/hw.pci.allow_unsupported_io_range/Tom Rhodes2003-02-081-1/+1
* Avoid multiply for preemptive arp calculation since it hits everyOrion Hodson2003-02-081-6/+7
* Put the name of the /dev entry in the .h file, userland will need it.Poul-Henning Kamp2003-02-082-1/+3
* Move the g_stat struct to its own .h file, we will export it to other code.Poul-Henning Kamp2003-02-0811-52/+244
* Move #defines of major/minor to internal header file so other bits canPoul-Henning Kamp2003-02-082-5/+10
* Put makeoptions DESTDIR=/tmp in NOTES to protect people fromPoul-Henning Kamp2003-02-081-0/+2
* 1) Linux_sendto was trashing the BSD sockaddr it put in the stackgap,David Malone2003-02-081-14/+15
* Include <isa/isavar.h> to fix building on alpha.Yoshihiro Takahashi2003-02-081-0/+2
* Revert removal of vnode and VFS stubs; bp asserts that they are needed.Tim J. Robbins2003-02-083-3/+107
* MF alphaAlan Cox2003-02-082-0/+24
* - Fixes for suspend/resume code (MPI-350)Doug Ambrisko2003-02-082-51/+54
* A little infrastructure, preceding some upcoming changesJulian Elischer2003-02-084-26/+69
* Make the radix tree code compilable in userland. Requested by ru.Jeffrey Hsu2003-02-082-9/+15
* Pass a minor number instead of a unit number to make_dev().Tim J. Robbins2003-02-071-3/+4
* Fix the breakage resulting from Rev. 1.80. Get the eeprom widthMartin Blapp2003-02-072-8/+10
* Commit the correct copy of the g_stat structure.Poul-Henning Kamp2003-02-079-36/+139
* add 5823 device id's; this allows 5823 parts to function but you cannotSam Leffler2003-02-072-2/+7
* Fix some sleep strings to make more sense.Poul-Henning Kamp2003-02-071-3/+3
* shield kernel data structures so user apps can include this fileSam Leffler2003-02-071-0/+3
* Add the new statistics structure, put one in consumers and providers.Poul-Henning Kamp2003-02-073-0/+28
* Rename bio_linkage to the more obvious bio_parent.Poul-Henning Kamp2003-02-076-4/+7
* Add some comments about the deficiencies of this module. I had hoped to getGordon Tetlow2003-02-071-0/+7
* Implement the ALT_BREAK_TO_DEBUGGER option for the ofw console. This is veryHartmut Brandt2003-02-071-0/+18
* pci_if.h is not needed.Yoshihiro Takahashi2003-02-071-1/+1
* Garbage-collect stub VFS ops, use the defaults instead.Tim J. Robbins2003-02-071-45/+3
* Garbage-collect stub vnode ops, use the defaults instead.Tim J. Robbins2003-02-072-62/+0
* - Clean up ISA DMA supports.Yoshihiro Takahashi2003-02-0714-144/+182
* isa_if.h is not needed.Yoshihiro Takahashi2003-02-0719-19/+19
* Add missing braces.Martin Blapp2003-02-072-2/+4
* RegenMIHIRA Sanpei Yoshiro2003-02-072-2/+11
* Turn off interrupts in pcn_stop().Matthew N. Dodd2003-02-071-0/+4
* Add support FUJITSU AH-F401U Air H deviceMIHIRA Sanpei Yoshiro2003-02-071-0/+3
* Merged from sys/dev/sio/sio.c revision 1.383.Yoshihiro Takahashi2003-02-072-0/+4
* Remove debug message.Hidetoshi Shimokawa2003-02-071-1/+0
* Update to new crashdump APIPaul Saab2003-02-071-38/+9
* Update to new crashdump apiPaul Saab2003-02-071-39/+2
* Commit some cosmetic changes I had laying around and almost includedPeter Wemm2003-02-072-10/+4
* Fix the mly driver! If card resources became unavailable, the driver wouldScott Long2003-02-062-0/+48
* Check return value of g_clone_bio().Poul-Henning Kamp2003-02-061-0/+4
* Experimentally don't let go of Giant in geom_disk's done.Poul-Henning Kamp2003-02-061-0/+5
* Consolidate resource release code on error condition.Matthew N. Dodd2003-02-061-9/+8
* Put the checks we perform on a bio before calling ::start in theirPoul-Henning Kamp2003-02-061-69/+59
* Fix comment typo.Orion Hodson2003-02-061-18/+28
* Fix memory leak.Hidetoshi Shimokawa2003-02-061-13/+20
* Fix another typo in a comment which I noticed while doing the MFC.Gary Jennejohn2003-02-061-1/+1
* Oops. Include opt_ddb.h.Benno Rice2003-02-061-0/+2
* Add a driver that attaches to the gpio node of macio and allows you to enterBenno Rice2003-02-063-1/+144
* Add a cast to silence a warning.Benno Rice2003-02-061-1/+1
* If a device tries to allocate an interrupt that's not on it's resource list,Benno Rice2003-02-061-0/+16