summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* We don't need to hold Giant to create the worker kthread.phk2004-02-071-2/+0
* Correct an intance of mtx_pool_lock() that should have been mtx_pool_unlock().wpaul2004-02-071-1/+1
* Remove the use of AACQ_COMPLETE here since there is no longer a completionscottl2004-02-071-3/+0
* I guess nobody has needed to use the SVR4olator to create devicephk2004-02-071-2/+2
* Do some small cleanups to comments and remove AACQ_COMPLETE definitions sincescottl2004-02-074-9/+5
* MFi386: Removed -elf and duplicate -ffreestanding.ru2004-02-074-9/+3
* - Removed -elf which is not a valid gcc(1) option anymore.ru2004-02-075-9/+3
* Generate .depend file.ru2004-02-072-0/+4
* MFi386: Cleanups to sys/boot makefiles.nyan2004-02-079-104/+70
* Style: use the defined() expression explicitly.ru2004-02-071-3/+3
* Remove the hack of lowering AAC_MAX_FIB now that the root cause of thescottl2004-02-071-1/+1
* If a command has to be deferred because there are no more resources for itscottl2004-02-071-9/+11
* swp_pager_async_iodone() no longer requires Giant. Modify bufdone()alc2004-02-072-4/+0
* Untangle building of AMD64 boot code.ru2004-02-077-28/+13
* Add a whole bunch of new stuff to make the driver for the AMD Am1771/Am1772wpaul2004-02-076-101/+1212
* Checkpoint of work in progress in cleaning up target mode. It actuallymjacob2004-02-071-16/+92
* add a count for inotifies as well as atios.mjacob2004-02-071-0/+1
* Reverse role defines for initiator and target mode to better match themjacob2004-02-071-4/+6
* Add case to handle ISPCTL_GET_PDB.mjacob2004-02-071-0/+9
* If we're defined to have a default role for target mode, make itmjacob2004-02-071-5/+4
* Change role defines so that they better match class 3 service parameters.mjacob2004-02-071-3/+4
* Reduce AAC_MAX_FIBS to work around some yet-unidentified bugs in thescottl2004-02-071-1/+1
* - Broaden the scope of locking in aac_command_thread() again to catch somescottl2004-02-071-11/+17
* Add an #ifdef _KERNEL so that this file can be used from userland.scottl2004-02-072-2/+4
* Allow decreasing access count even if there is no disk anymore.pjd2004-02-061-3/+11
* Fix memory leak.le2004-02-061-1/+1
* First round of cleanups to sys/boot/ makefiles:ru2004-02-0612-249/+186
* Reduce the inline limit from 20000 to 8000 after the previous changespeter2004-02-061-1/+1
* Remove the badsw* INVARIANTS checks. The events that this attemptspeter2004-02-061-96/+10
* Regen.jhb2004-02-067-52/+52
* Sync up MP safe flags with global syscalls.master. This includes write(),jhb2004-02-061-16/+16
* Sync up MP safe flags with global syscalls.master. This includes read(),jhb2004-02-061-29/+29
* Make all ACPI debug layers unique again. This makes debugging a morephilip2004-02-061-6/+6
* - Convert the plimit lock to a pool mutex lock.jhb2004-02-062-15/+9
* - Correct the translation of old rlimit values to properly handle the oldjhb2004-02-061-21/+28
* A few more style fixes from Bruce including a few I missed last time.jhb2004-02-062-20/+13
* MFNetBSD:sanpei2004-02-061-2/+9
* Inherit BINDIR from a parent Makefile.inc.ru2004-02-068-7/+2
* Only include ../Makefile.inc once in loader/Makefile.ru2004-02-062-5/+2
* Commit simple workarounf for the "LiteOn" hang on boot problem.sos2004-02-061-0/+1
* Turn of ath since it causes a link failure without the hal till sam'speter2004-02-061-1/+1
* Make LINT compile on amd64peter2004-02-061-2/+2
* Make this compile on amd64.peter2004-02-061-6/+6
* must convert protocol to sa type when preparing a DELETE messagesam2004-02-051-1/+7
* Attempt to clean up the emu10k1-alsa.h stuff so that config doesn'tpeter2004-02-053-11/+27
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).ru2004-02-051-2/+2
* Added missing DPADD.ru2004-02-051-0/+1
* Always set a process' state to normal when it is fully constructed injhb2004-02-052-6/+9
* - A lot of style and whitespace fixes.jhb2004-02-052-70/+63
* Correct a reference counting bug in shmat(2). If vm_map_find(9)nectar2004-02-051-0/+1
OpenPOWER on IntegriCloud