summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Initial import of RFC 2385 (TCP-MD5) digest support.bms2004-02-1117-4/+424
* Prefer buttons defined in the AML over the ones in the FADT. Somenjl2004-02-113-24/+42
* Correctly create interrupt key for PCI, which is the OpenFirmwaregrehan2004-02-101-11/+17
* Add some bulletproofing: don't allow the ndis_get_info() or ndis_set_info()wpaul2004-02-101-0/+7
* Since loader(8) on SPARC64 is a pure ELF executable (as opposedru2004-02-101-1/+0
* Only reset the phy when it is absolutely required.pdeuskar2004-02-103-59/+113
* Fix a panic in pseudofs(9) that could occur when doing an I/Onectar2004-02-101-0/+5
* Correct a long-standing race condition in the inactive queue scan. (Seealc2004-02-101-0/+15
* Now we have g_topology_assert_not(), so use it to detect deadlocks.pjd2004-02-101-1/+1
* Added macro which will be used to assert, that the topology lock is not held.pjd2004-02-101-0/+6
* Change the kernels definition of NODEV from ((dev_t)-1) to NULL.phk2004-02-101-1/+3
* don't call sbuf_clear() right after sbuf_new(), it is not necessary.phk2004-02-103-6/+0
* Fixes problems that occurred when a file was removed and a directorytjr2004-02-103-1/+42
* Loader makefile cleanup.grehan2004-02-092-92/+38
* 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
OpenPOWER on IntegriCloud