summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Recognize the Serverworks CIOB30 host to pci bridge.peter2002-11-132-0/+10
* Remove dead code that hasn't been needed since the demise of share mapsalc2002-11-132-26/+0
* Remove a commented out #include "opt_pci.h", it doesn'tmux2002-11-131-1/+0
* Remove opt_pci.h from SRCS, it doesn't exist anymore.mux2002-11-132-2/+2
* Remove opt_pci.h from SRCS.mux2002-11-131-1/+1
* Remove a bunch of #include "opt_pci.h".mux2002-11-1314-14/+0
* Unbreak kernel build.mux2002-11-131-1/+0
* Introduce a condition variable to avoid returning EBUSY whenrwatson2002-11-139-261/+468
* Add support for the C99 %t format modifier.mux2002-11-131-2/+11
* Add the sys/stddef.h header, so that we can have ptrdiff_tmux2002-11-131-0/+43
* Fix a constant in the standard namespace not to depend on anothermike2002-11-131-2/+2
* Due to a memory alignment sizeof(struct ipfw_flow_id) is bigger thanmaxim2002-11-131-1/+6
* Document loader tunables hw.pci.enable_io_modes andmdodd2002-11-132-0/+24
* Convert kernel compile option PCI_ALLOW_UNSUPPORTED_IO_RANGE tomdodd2002-11-132-36/+49
* Staticize local variable.mdodd2002-11-131-1/+1
* Loader tunable 'machdep.disable_mtrrs'.mdodd2002-11-134-2/+20
* Move pmap_collect() out of the machine-dependent code, rename italc2002-11-1311-154/+37
* Major #46 was also MIA.peter2002-11-131-0/+1
* Note that 101 is unused, rather than leave it out of the file.peter2002-11-131-1/+4
* Turn off duplicate lock checking for inp locks because udp_input()hsu2002-11-121-1/+1
* - Add fwmem_xfer_req() and use this in other functions.simokawa2002-11-121-51/+47
* - Remove unused code.simokawa2002-11-121-183/+21
* fix wording.simokawa2002-11-121-1/+1
* Split userland services to fwdev.c.simokawa2002-11-125-880/+925
* Use struct fw_device in fwmem.csimokawa2002-11-124-31/+97
* Add a prototype for suspend/resume.simokawa2002-11-121-0/+16
* Change interface of fwmem_read_*() functions to be usable from other partsimokawa2002-11-121-4/+4
* Change interface of fwmem_read_*() functions to be usable from other partsimokawa2002-11-121-37/+36
* Use better return types and a couple of casts to eliminate warnings onscottl2002-11-121-7/+7
* - clean upsimokawa2002-11-121-15/+3
* Fix two typos from the previous commit. This code is definitely infectious.scottl2002-11-121-2/+2
* Step one of cleaning and fixing cardbus:scottl2002-11-121-65/+92
* - Remove unused code.simokawa2002-11-122-394/+178
* Restrict process count in fwohci_arcv() and fwohci_ircv().simokawa2002-11-121-12/+18
* Garbage collect mac_create_devfs_vnode() -- it hasn't been used sincerwatson2002-11-1218-119/+0
* Correct an assertion in the code to traverse the list of locks to find anjhb2002-11-111-1/+1
* Capitalize the first letter of device descriptionsmux2002-11-112-4/+4
* Garbage collect definition of M_MACOPVEC -- we no longer perform arwatson2002-11-119-18/+0
* Remove extra #include<sys/vmmeter.h>.cognet2002-11-111-1/+0
* atomic_set_8 isn't MI. Instead, follow Jake's suggestions aboutmjacob2002-11-113-5/+7
* Declare the snp ioctl()s to work on udev_t, since that is what theytmm2002-11-112-3/+3
* Warning fixes.mux2002-11-112-6/+8
* Warning fix.mux2002-11-112-4/+4
* Don't override CWARNFLAGS in these Makefiles.mux2002-11-113-6/+0
* Don't override CWARNFLAGS in this Makefile.mux2002-11-111-2/+0
* ia64 ABI breaker:marcel2002-11-111-30/+17
* - Clear the page's PG_WRITEABLE flag in the i386's pmap_changebit()alc2002-11-116-12/+13
* Comment-out USB support. A kernel doesn't boot with it. Deal with itmarcel2002-11-111-12/+12
* o Include <sys/uuid.h>. This avoids that applications such asmarcel2002-11-101-1/+3
* Change the device path representation in libofw to use the full firmwarejake2002-11-1011-647/+93
OpenPOWER on IntegriCloud