aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix low res profiling kernel build. Move two defines to collapse theNate Lawson2005-05-191-7/+6
* Whitespace only: kill trailing spaces.Maxim Sobolev2005-05-191-15/+14
* Fix some of the things I broke so that the SMC2602W (AMD Am1772) driverBill Paul2005-05-193-32/+98
* Remove a stale comment concerning spl* usage.Alan Cox2005-05-191-2/+0
* Fix a bug that caused preemption to happen for a thread in the sameStephan Uphoff2005-05-191-2/+2
* Allow removal of empty directories with high link counts. These canKirk McKusick2005-05-181-3/+2
* Update some comments to reflect the change from spl-based to lock-basedAlan Cox2005-05-181-2/+3
* devfs_first() return value isn't used, remove it.Pawel Jakub Dawidek2005-05-181-6/+4
* Correct typo.Pawel Jakub Dawidek2005-05-181-1/+1
* Remove calls to spl*().Alan Cox2005-05-181-11/+0
* Revert revision 1.270: swp_pager_async_iodone() need not performAlan Cox2005-05-181-2/+0
* Correct 32 vs 64 bit signedness issues.Bjoern A. Zeeb2005-05-181-8/+9
* Convert to the faster bus_dmamap_load_mbuf_sg() interface.Alan Cox2005-05-182-34/+16
* Support passthru ioctl commands from 32bit binaries.Paul Saab2005-05-182-1/+30
* Ugh. Previous commit got the logic exactly backward.Dag-Erling Smørgrav2005-05-171-2/+2
* When a drive dies, don't call g_wither_geom() directly, but insteadLukas Ertl2005-05-171-46/+71
* Make certain the the 48bit flag is reset if we dont translate LBA.Søren Schmidt2005-05-171-2/+2
* - Unwind NG_SEND_MSG_PATH() macro and merge it with already unwindedGleb Smirnoff2005-05-171-28/+26
* Revision 1.173 broke updating a mount from ro to rw. Fix that by clearingDag-Erling Smørgrav2005-05-171-1/+11
* Use NG_QUEUE instead of constant.Gleb Smirnoff2005-05-161-1/+1
* Introduce routines to alloc/free sack holes. This cleans up the codePaul Saab2005-05-161-56/+60
* Refactor places where ng_package_data() failed.Gleb Smirnoff2005-05-161-13/+13
* - Fix build with TRACE_MESSAGES on.Gleb Smirnoff2005-05-161-41/+42
* Close race between node being shutdown and socket being detached. ToGleb Smirnoff2005-05-161-7/+27
* Dont clear all flags in vkbd_clear_state_locked(). Clear only COMPOSE flag.Maksim Yevmenkin2005-05-161-1/+1
* Catch up with new ng_package_data().Gleb Smirnoff2005-05-161-1/+1
* Catch up with new ng_package_data(). Use NG_WAITOK on userlandGleb Smirnoff2005-05-161-1/+1
* - Catch up with new interface to ng_package_data().Gleb Smirnoff2005-05-161-5/+8
* Catch up with new ng_send_fn1() interface.Gleb Smirnoff2005-05-161-1/+4
* - Extend interface of ng_getqblk(), so that malloc wait flags areGleb Smirnoff2005-05-162-36/+34
* Correct type for workitem routines.Bill Paul2005-05-161-3/+3
* Enable building /sbin/ipf (but not the rescue version) with the ability toDarren Reed2005-05-161-0/+4
* Remove harmless bit of leftover debug code.Bill Paul2005-05-161-2/+0
* Correct some problems with workitem usage. NdisScheduleWorkItem() doesBill Paul2005-05-162-4/+35
* longer used (contents added to sys/ata.h)Søren Schmidt2005-05-161-130/+0
* Change the way ioctls are issue to ATA.Søren Schmidt2005-05-1612-786/+748
* Add the 2nd word of IA32 feature flags. This includes things such as SSE3.David E. O'Brien2005-05-164-1/+40
* Correct format is 'options<space><tab>'.Gleb Smirnoff2005-05-161-3/+3
* Make NETGRAPH_DEBUG a kernel option, so that it can't be turned offGleb Smirnoff2005-05-164-2/+10
* Add convenience functions to get port and interface.Warner Losh2005-05-161-0/+15
* Print a warning once when trying to bring up interface before firmware load.Warner Losh2005-05-152-0/+4
* Remove old epson note support.Yoshihiro Takahashi2005-05-151-21/+2
* - Add color tables for 16 colors mode and 8 colors mode, use a differentYoshihiro Takahashi2005-05-151-27/+16
* - Mask an underline attribute on the pc98 console. It enables to use the sameYoshihiro Takahashi2005-05-151-49/+28
* Remove the ADJUST_CLOCK ioctl on pc98. It's not used at all.Yoshihiro Takahashi2005-05-152-10/+0
* Add support for NdisMEthIndicateReceive() and MiniportTransferData().Bill Paul2005-05-154-10/+273
* Enable IPFilter to correctly determine if BPF has been optioned into theDarren Reed2005-05-151-2/+2
* Fixes for various nits found by the Coverity tool.George V. Neville-Neil2005-05-154-5/+8
* - When carp interface is destroyed, and it affects global preemptionGleb Smirnoff2005-05-151-1/+12
* Fix my copyright.Yoshihiro Takahashi2005-05-144-4/+5