summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - Use quad_t for dcons buffer address and size.simokawa2004-10-241-4/+11
* Preserve dcons(4) buffer passed by loader(8).simokawa2004-10-241-0/+16
* Collapse several adjacent .if's into .if/.elif.ru2004-10-241-10/+7
* ELF64 support is not needed on pc98.nyan2004-10-241-1/+5
* MFi386: revision 1.4.nyan2004-10-241-1/+9
* MFi386: Set bi_basemem and bi_extmem variables.nyan2004-10-241-0/+6
* MFi386: Add support for preloading ELF relocatable object format modules.nyan2004-10-241-0/+2
* Disable ed1 - ed12.nyan2004-10-241-0/+24
* Add identifiers for the HP Laserjet 2300d USBrse2004-10-242-0/+3
* Fix some warnings that only triggered in LINT.scottl2004-10-243-11/+11
* Hook the hptmv driver up to the build.scottl2004-10-244-0/+18
* Embed the correct name.scottl2004-10-242-2/+2
* Clean up some messy Makefile stuff so that this can be built into thescottl2004-10-243-21/+18
* Hack around a problem with sys/tools/usbdevs2h.awk that generatesru2004-10-242-1/+5
* Curlies only work in target and sources specifications, butru2004-10-242-2/+2
* Use VM_ALLOC_NOBUSY to eliminate an unneeded vm_page_wakeup() call and thealc2004-10-242-8/+2
* Avoid repeated acquisition and release of the vm object lock inside ofalc2004-10-242-10/+12
* Sort SUBDIR.ru2004-10-241-2/+2
* Introduce VM_ALLOC_NOBUSY, an option to vm_page_alloc() and vm_page_grab()alc2004-10-242-2/+4
* Import the HighPoint RocketRAID 182x driver. Thanks to HighPoint forscottl2004-10-2433-0/+18163
* Don't call g_waitidle(), it happens automagically now.phk2004-10-233-6/+3
* Don't explicitly call g_waitidle(), it happens automagically now.phk2004-10-231-2/+0
* Add a new per-thread private flag: TDP_GEOM.phk2004-10-233-1/+16
* Move the prototype for g_waitidle() to a more visible place.phk2004-10-232-1/+1
* Drop Giant around the call to g_waitidle().phk2004-10-231-0/+2
* Rebuild from FreeBSD32 syscalls.master:1.42.rwatson2004-10-234-5/+23
* 32-bit FreeBSD ABI compatibility stubs from syscalls.master:1.178.rwatson2004-10-231-0/+9
* Rebuild from syscalls.master:1.178.rwatson2004-10-235-7/+85
* Add system call place-holders for the following system callsrwatson2004-10-231-0/+11
* socreate() does an early abort if either the protocol cannot be found,andre2004-10-231-1/+2
* Aquire GIANT in pf_proto_[un]register() before manipulating the protosw.andre2004-10-231-5/+27
* /%x/%s/ -- mismerged DEBUGGER() printf() format stirng from therwatson2004-10-231-1/+1
* use bioq_takefirst()phk2004-10-231-5/+2
* Use bioq_takefirst()phk2004-10-231-3/+1
* Remove P_STOPPED_TRACE bit if debugger dies without a chance todavidxu2004-10-231-1/+1
* Add some basic KTR tracing to busdma on i386. This is likely notrwatson2004-10-232-11/+62
* Locking cleanups to remove the need for a recursive mutexmtm2004-10-232-60/+49
* - Turn KASSERT()s into warning printf()'s in the g_class_load() routine.arr2004-10-221-10/+26
* Shave 40 unused bytes from struct tcpcb.andre2004-10-221-1/+0
* When printing the initialization string and IPDIVERT is not compiled into theandre2004-10-221-1/+1
* Refuse to unload the ipdivert module unless the 'force' flag is given to kldu...andre2004-10-221-1/+11
* Properly handle failure to allocate isadma bounce bufferphk2004-10-221-2/+6
* Remove a "needs Giant" flag from the /dev/apm compat device.njl2004-10-221-1/+0
* Respect _BOOT flag.simokawa2004-10-222-6/+12
* Check _BOOT flag.simokawa2004-10-221-3/+3
* Respect RB_MULTIPLE flag.simokawa2004-10-221-0/+2
* - Add FireWire subclass and OHCI interface.simokawa2004-10-222-23/+75
* Add an annotation to the comment for sysv_ipc.c to indicate that therwatson2004-10-221-2/+6
* In osethostname(), don't need to call suser() directly asrwatson2004-10-221-4/+2
* Expand comments on various sections of the MAC Framework Policy API,rwatson2004-10-222-8/+30
OpenPOWER on IntegriCloud