aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* In kse_release(), check if current thread is boundDavid Xu2002-11-142-8/+32
* Panic message strings do not need a trailing \n.Warner Losh2002-11-141-1/+1
* MFp4:Warner Losh2002-11-143-3/+3
* MFp4:Warner Losh2002-11-141-0/+12
* MFp4:Warner Losh2002-11-141-4/+7
* MFp4:Warner Losh2002-11-141-4/+4
* Remove an impossible condition. pf->dev is always non-null here.Warner Losh2002-11-141-2/+1
* MFp4:Warner Losh2002-11-141-10/+7
* minor correction to commentWarner Losh2002-11-141-1/+1
* Add second and thrid bus-toaster IDsWarner Losh2002-11-141-0/+2
* regen to 1.37Warner Losh2002-11-141-2/+5
* Add a third aic-based bustoaster.Warner Losh2002-11-141-1/+2
* Panic message should end with \n.Warner Losh2002-11-142-12/+12
* When parsing the CIS, if a BAR tuple is encountered, enable the correspondingScott Long2002-11-131-0/+5
* Recognize the Serverworks CIOB30 host to pci bridge.Peter Wemm2002-11-132-0/+10
* Remove dead code that hasn't been needed since the demise of share mapsAlan Cox2002-11-132-26/+0
* Remove a commented out #include "opt_pci.h", it doesn'tMaxime Henrion2002-11-131-1/+0
* Remove opt_pci.h from SRCS, it doesn't exist anymore.Maxime Henrion2002-11-132-2/+2
* Remove opt_pci.h from SRCS.Maxime Henrion2002-11-131-1/+1
* Remove a bunch of #include "opt_pci.h".Maxime Henrion2002-11-1314-14/+0
* Unbreak kernel build.Maxime Henrion2002-11-131-1/+0
* Introduce a condition variable to avoid returning EBUSY whenRobert Watson2002-11-139-261/+468
* Add support for the C99 %t format modifier.Maxime Henrion2002-11-131-2/+11
* Add the sys/stddef.h header, so that we can have ptrdiff_tMaxime Henrion2002-11-131-0/+43
* Fix a constant in the standard namespace not to depend on anotherMike Barcroft2002-11-131-2/+2
* Due to a memory alignment sizeof(struct ipfw_flow_id) is bigger thanMaxim Konovalov2002-11-131-1/+6
* Document loader tunables hw.pci.enable_io_modes andMatthew N. Dodd2002-11-132-0/+24
* Convert kernel compile option PCI_ALLOW_UNSUPPORTED_IO_RANGE toMatthew N. Dodd2002-11-132-36/+49
* Staticize local variable.Matthew N. Dodd2002-11-131-1/+1
* Loader tunable 'machdep.disable_mtrrs'.Matthew N. Dodd2002-11-134-2/+20
* Move pmap_collect() out of the machine-dependent code, rename itAlan Cox2002-11-1311-154/+37
* Major #46 was also MIA.Peter Wemm2002-11-131-0/+1
* Note that 101 is unused, rather than leave it out of the file.Peter Wemm2002-11-131-1/+4
* Turn off duplicate lock checking for inp locks because udp_input()Jeffrey Hsu2002-11-121-1/+1
* - Add fwmem_xfer_req() and use this in other functions.Hidetoshi Shimokawa2002-11-121-50/+46
* - Remove unused code.Hidetoshi Shimokawa2002-11-121-183/+21
* fix wording.Hidetoshi Shimokawa2002-11-121-1/+1
* Split userland services to fwdev.c.Hidetoshi Shimokawa2002-11-125-880/+925
* Use struct fw_device in fwmem.cHidetoshi Shimokawa2002-11-124-31/+97
* Add a prototype for suspend/resume.Hidetoshi Shimokawa2002-11-121-0/+16
* Change interface of fwmem_read_*() functions to be usable from other partHidetoshi Shimokawa2002-11-121-4/+4
* Change interface of fwmem_read_*() functions to be usable from other partHidetoshi Shimokawa2002-11-121-37/+36
* Use better return types and a couple of casts to eliminate warnings onScott Long2002-11-121-7/+7
* - clean upHidetoshi Shimokawa2002-11-121-15/+3
* Fix two typos from the previous commit. This code is definitely infectious.Scott Long2002-11-121-2/+2
* Step one of cleaning and fixing cardbus:Scott Long2002-11-121-64/+91
* - Remove unused code.Hidetoshi Shimokawa2002-11-122-394/+178
* Restrict process count in fwohci_arcv() and fwohci_ircv().Hidetoshi Shimokawa2002-11-121-12/+18
* Garbage collect mac_create_devfs_vnode() -- it hasn't been used sinceRobert Watson2002-11-1218-119/+0
* Correct an assertion in the code to traverse the list of locks to find anJohn Baldwin2002-11-111-1/+1