summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Refactor places where ng_package_data() failed.glebius2005-05-161-13/+13
* - Fix build with TRACE_MESSAGES on.glebius2005-05-161-41/+42
* Close race between node being shutdown and socket being detached. Toglebius2005-05-161-7/+27
* Dont clear all flags in vkbd_clear_state_locked(). Clear only COMPOSE flag.emax2005-05-161-1/+1
* Catch up with new ng_package_data().glebius2005-05-161-1/+1
* Catch up with new ng_package_data(). Use NG_WAITOK on userlandglebius2005-05-161-1/+1
* - Catch up with new interface to ng_package_data().glebius2005-05-161-5/+8
* Catch up with new ng_send_fn1() interface.glebius2005-05-161-1/+4
* - Extend interface of ng_getqblk(), so that malloc wait flags areglebius2005-05-162-36/+34
* Correct type for workitem routines.wpaul2005-05-161-3/+3
* Enable building /sbin/ipf (but not the rescue version) with the ability todarrenr2005-05-161-0/+4
* Remove harmless bit of leftover debug code.wpaul2005-05-161-2/+0
* Correct some problems with workitem usage. NdisScheduleWorkItem() doeswpaul2005-05-162-4/+35
* longer used (contents added to sys/ata.h)sos2005-05-161-130/+0
* Change the way ioctls are issue to ATA.sos2005-05-1612-786/+748
* Add the 2nd word of IA32 feature flags. This includes things such as SSE3.obrien2005-05-164-1/+40
* Correct format is 'options<space><tab>'.glebius2005-05-161-3/+3
* Make NETGRAPH_DEBUG a kernel option, so that it can't be turned offglebius2005-05-164-2/+10
* Add convenience functions to get port and interface.imp2005-05-161-0/+15
* Print a warning once when trying to bring up interface before firmware load.imp2005-05-152-0/+4
* Remove old epson note support.nyan2005-05-151-21/+2
* - Add color tables for 16 colors mode and 8 colors mode, use a differentnyan2005-05-151-27/+16
* - Mask an underline attribute on the pc98 console. It enables to use the samenyan2005-05-151-49/+28
* Remove the ADJUST_CLOCK ioctl on pc98. It's not used at all.nyan2005-05-152-10/+0
* Add support for NdisMEthIndicateReceive() and MiniportTransferData().wpaul2005-05-154-10/+273
* Enable IPFilter to correctly determine if BPF has been optioned into thedarrenr2005-05-151-2/+2
* Fixes for various nits found by the Coverity tool.gnn2005-05-154-5/+8
* - When carp interface is destroyed, and it affects global preemptionglebius2005-05-151-1/+12
* Fix my copyright.nyan2005-05-144-4/+5
* cosmetic change.nyan2005-05-141-1/+1
* - Move bus dependent defines to {isa,cbus}_dmareg.h.nyan2005-05-1412-51/+107
* Move queue element routines upper, so that all relatedglebius2005-05-141-85/+85
* Use uma(9) for allocating netgraph items:glebius2005-05-142-109/+48
* - Move timerreg.h to <arch>/include and split i8253 specific defines intonyan2005-05-1427-370/+542
* MFi386: revision 1.614.nyan2005-05-141-2/+2
* Revert revision 1.164: pmap_qremove() does not require protection byalc2005-05-141-2/+0
* Remove incorrect configuration setting that limited the Kauai ATA controllergrehan2005-05-141-1/+1
* Fix for a bug where the "nexthole" sack hint is out of sync with theps2005-05-131-0/+2
* Bump __FreeBSD_version for POSIX ttyname_r(3) changes.delphij2005-05-131-1/+1
* In div_output() explicitly set m->m_nextpkt to NULL. If divert socketglebius2005-05-131-0/+5
* When used as divert socket we need to decouple stack when node is enteredglebius2005-05-131-1/+3
* Since there is no way to queue a function call to node, createglebius2005-05-132-3/+18
* lockmgr(...,LK_DRAIN,...) requires a balancing LK_RELEASE: recentpeadar2005-05-131-3/+2
* Cleanup commentssos2005-05-135-22/+11
* Fix more ATAPI breakage.sos2005-05-131-3/+9
* Default hyperthreading on in -CURRENT. No seatbelts in CURRENT (^_^)nectar2005-05-132-2/+2
* Add a knob for disabling/enabling HTT, "machdep.hyperthreading_allowed".nectar2005-05-134-0/+218
* If there is a problem during probe, be sure to free up any resourcesnjl2005-05-121-2/+2
* Remove unimplemented ACL types.rwatson2005-05-121-4/+0
* Actually use the iterating variable in the for loop when trying to avoidjhb2005-05-121-1/+1
OpenPOWER on IntegriCloud