| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce routines to alloc/free sack holes. This cleans up the code | ps | 2005-05-16 | 1 | -56/+60 |
* | Refactor places where ng_package_data() failed. | glebius | 2005-05-16 | 1 | -13/+13 |
* | - Fix build with TRACE_MESSAGES on. | glebius | 2005-05-16 | 1 | -41/+42 |
* | Close race between node being shutdown and socket being detached. To | glebius | 2005-05-16 | 1 | -7/+27 |
* | Dont clear all flags in vkbd_clear_state_locked(). Clear only COMPOSE flag. | emax | 2005-05-16 | 1 | -1/+1 |
* | Catch up with new ng_package_data(). | glebius | 2005-05-16 | 1 | -1/+1 |
* | Catch up with new ng_package_data(). Use NG_WAITOK on userland | glebius | 2005-05-16 | 1 | -1/+1 |
* | - Catch up with new interface to ng_package_data(). | glebius | 2005-05-16 | 1 | -5/+8 |
* | Catch up with new ng_send_fn1() interface. | glebius | 2005-05-16 | 1 | -1/+4 |
* | - Extend interface of ng_getqblk(), so that malloc wait flags are | glebius | 2005-05-16 | 2 | -36/+34 |
* | Correct type for workitem routines. | wpaul | 2005-05-16 | 1 | -3/+3 |
* | Enable building /sbin/ipf (but not the rescue version) with the ability to | darrenr | 2005-05-16 | 1 | -0/+4 |
* | Remove harmless bit of leftover debug code. | wpaul | 2005-05-16 | 1 | -2/+0 |
* | Correct some problems with workitem usage. NdisScheduleWorkItem() does | wpaul | 2005-05-16 | 2 | -4/+35 |
* | longer used (contents added to sys/ata.h) | sos | 2005-05-16 | 1 | -130/+0 |
* | Change the way ioctls are issue to ATA. | sos | 2005-05-16 | 12 | -786/+748 |
* | Add the 2nd word of IA32 feature flags. This includes things such as SSE3. | obrien | 2005-05-16 | 4 | -1/+40 |
* | Correct format is 'options<space><tab>'. | glebius | 2005-05-16 | 1 | -3/+3 |
* | Make NETGRAPH_DEBUG a kernel option, so that it can't be turned off | glebius | 2005-05-16 | 4 | -2/+10 |
* | Add convenience functions to get port and interface. | imp | 2005-05-16 | 1 | -0/+15 |
* | Print a warning once when trying to bring up interface before firmware load. | imp | 2005-05-15 | 2 | -0/+4 |
* | Remove old epson note support. | nyan | 2005-05-15 | 1 | -21/+2 |
* | - Add color tables for 16 colors mode and 8 colors mode, use a different | nyan | 2005-05-15 | 1 | -27/+16 |
* | - Mask an underline attribute on the pc98 console. It enables to use the same | nyan | 2005-05-15 | 1 | -49/+28 |
* | Remove the ADJUST_CLOCK ioctl on pc98. It's not used at all. | nyan | 2005-05-15 | 2 | -10/+0 |
* | Add support for NdisMEthIndicateReceive() and MiniportTransferData(). | wpaul | 2005-05-15 | 4 | -10/+273 |
* | Enable IPFilter to correctly determine if BPF has been optioned into the | darrenr | 2005-05-15 | 1 | -2/+2 |
* | Fixes for various nits found by the Coverity tool. | gnn | 2005-05-15 | 4 | -5/+8 |
* | - When carp interface is destroyed, and it affects global preemption | glebius | 2005-05-15 | 1 | -1/+12 |
* | Fix my copyright. | nyan | 2005-05-14 | 4 | -4/+5 |
* | cosmetic change. | nyan | 2005-05-14 | 1 | -1/+1 |
* | - Move bus dependent defines to {isa,cbus}_dmareg.h. | nyan | 2005-05-14 | 12 | -51/+107 |
* | Move queue element routines upper, so that all related | glebius | 2005-05-14 | 1 | -85/+85 |
* | Use uma(9) for allocating netgraph items: | glebius | 2005-05-14 | 2 | -109/+48 |
* | - Move timerreg.h to <arch>/include and split i8253 specific defines into | nyan | 2005-05-14 | 27 | -370/+542 |
* | MFi386: revision 1.614. | nyan | 2005-05-14 | 1 | -2/+2 |
* | Revert revision 1.164: pmap_qremove() does not require protection by | alc | 2005-05-14 | 1 | -2/+0 |
* | Remove incorrect configuration setting that limited the Kauai ATA controller | grehan | 2005-05-14 | 1 | -1/+1 |
* | Fix for a bug where the "nexthole" sack hint is out of sync with the | ps | 2005-05-13 | 1 | -0/+2 |
* | Bump __FreeBSD_version for POSIX ttyname_r(3) changes. | delphij | 2005-05-13 | 1 | -1/+1 |
* | In div_output() explicitly set m->m_nextpkt to NULL. If divert socket | glebius | 2005-05-13 | 1 | -0/+5 |
* | When used as divert socket we need to decouple stack when node is entered | glebius | 2005-05-13 | 1 | -1/+3 |
* | Since there is no way to queue a function call to node, create | glebius | 2005-05-13 | 2 | -3/+18 |
* | lockmgr(...,LK_DRAIN,...) requires a balancing LK_RELEASE: recent | peadar | 2005-05-13 | 1 | -3/+2 |
* | Cleanup comments | sos | 2005-05-13 | 5 | -22/+11 |
* | Fix more ATAPI breakage. | sos | 2005-05-13 | 1 | -3/+9 |
* | Default hyperthreading on in -CURRENT. No seatbelts in CURRENT (^_^) | nectar | 2005-05-13 | 2 | -2/+2 |
* | Add a knob for disabling/enabling HTT, "machdep.hyperthreading_allowed". | nectar | 2005-05-13 | 4 | -0/+218 |
* | If there is a problem during probe, be sure to free up any resources | njl | 2005-05-12 | 1 | -2/+2 |
* | Remove unimplemented ACL types. | rwatson | 2005-05-12 | 1 | -4/+0 |