summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove VFS_STATFS() call which violated the lock order and wasn'tdes2004-02-091-4/+0
* Add stub implementations of KfLowerIrql() and KfRaiseIrql() (both ofwpaul2004-02-091-16/+40
* fix build with FAST_IPSEC.ume2004-02-091-2/+1
* MFi386: Factor out -nostdlib and use PROG.nyan2004-02-099-54/+55
* MFi386.ru2004-02-093-52/+28
* - Factor out -nostdlib to an upper level Makefile.inc.ru2004-02-0912-58/+64
* Disable branch-target instruction cache on MPC7457 as outlinedgrehan2004-02-091-2/+3
* Fall back to INTR_MPSAFE if INTR_FAST registration fails.scottl2004-02-091-2/+8
* Recognize MPC7547 (aka G4+)grehan2004-02-091-1/+7
* Definitions for MPC7457 CPU type and HID0 bitsgrehan2004-02-092-35/+42
* Make NdisMMapIoSpace() guard against NULL/uninitialized resource pointers too.wpaul2004-02-081-2/+4
* Make NdisMMapIoSpace() handle the case where a device has both memwpaul2004-02-081-3/+5
* Remove condition variables and status associated with target modemjacob2004-02-081-246/+169
* Remove condition variables and status associated with target modemjacob2004-02-081-6/+2
* - obey ip6po_minmtu.ume2004-02-081-3/+30
* Allow amr(4) to get a dynamic major number instead of a static one.scottl2004-02-082-4/+0
* Don't free ressources that haven't been allocated. This should fixle2004-02-081-2/+9
* Polish the work/state engine in preparation for HW-crypto support.phk2004-02-081-64/+65
* Add a missing error case return.phk2004-02-081-0/+1
* Add the SF_NODISKIO flag to sendfile. This flag causes sendfile to besilby2004-02-082-19/+27
* Move m_uiotombuf from uio.h to mbuf.h, where I should have put it insilby2004-02-082-2/+4
* I forgot to add the NO_MODULES override for NOTESpeter2004-02-081-0/+3
* Don't hold NDIS_LOCK() around call to ndis_getstate_80211() since itwpaul2004-02-071-0/+2
* Argh. kthread_suspend() when in P_KTHREAD context, tsleep() when not,wpaul2004-02-071-2/+2
* Argh, unbreak "make depend" for AMD64.ru2004-02-074-6/+9
* 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
OpenPOWER on IntegriCloud