| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a netgraph node to handle ATM LLC encapsulation. This currently handles | benno | 2004-03-08 | 6 | -0/+332 |
* | To comply with the spec, do not copy the TOS from the outer IP | hsu | 2004-03-08 | 1 | -6/+6 |
* | Include <sys/types.h> for autoconf/automake detection. | hsu | 2004-03-08 | 1 | -0/+2 |
* | Implement a work around for the deadlock avoidance case in | alc | 2004-03-08 | 1 | -0/+7 |
* | Add back Giant locks around kmem_free() call from user_ldt cleanup path | peter | 2004-03-08 | 1 | -0/+2 |
* | Move a vref call outside of proc locks and Giant. By virtue of the fact | peter | 2004-03-08 | 1 | -5/+4 |
* | Other parts of the tree do not protect calls to kmem_free() with Giant, | peter | 2004-03-08 | 1 | -2/+0 |
* | Stop depending on #include pollution from cpufunc.h | peter | 2004-03-08 | 1 | -0/+1 |
* | MFi386: re-sort non-gcc function prototypes, trim includes | peter | 2004-03-08 | 1 | -44/+30 |
* | MFi386: curpcb is no longer null anymore, so do not test for it. | peter | 2004-03-08 | 1 | -3/+1 |
* | MFi386: set initial curpcb pcpu variable at startup time rather than | peter | 2004-03-08 | 1 | -0/+1 |
* | MFi386: wait for local apic to become free before using it | peter | 2004-03-08 | 1 | -4/+2 |
* | Implemented the "getifindex" control message. | ru | 2004-03-07 | 2 | -0/+17 |
* | Retire pmap_pinit2(). Alpha was the last platform that used it. However, | alc | 2004-03-07 | 11 | -79/+0 |
* | Don't panic on providers already withered when we wither a geom. | phk | 2004-03-07 | 1 | -1/+2 |
* | Use one bus_dma_tag_t for all pSRB instead of creating one for each. | cognet | 2004-03-07 | 2 | -25/+50 |
* | Convert from timeout to callout API. | kan | 2004-03-07 | 3 | -4/+5 |
* | Convert from timeout to callout API. | kan | 2004-03-07 | 1 | -4/+4 |
* | Restore CDIOCREADAUDIO ioctl. | nyan | 2004-03-07 | 1 | -0/+9 |
* | Integrate the code from pmap_pinit2() into pmap_pinit(), leaving | alc | 2004-03-07 | 1 | -5/+1 |
* | Remove unused declarations. (Some time ago, these variables became fields | alc | 2004-03-07 | 4 | -8/+0 |
* | Mark uma_callout as CALLOUT_MPSAFE, as uma_timeout can run MPSAFE. | rwatson | 2004-03-07 | 1 | -1/+1 |
* | Remove '#include <machine/bus_pio.h>'. This is meaningless. | nyan | 2004-03-07 | 2 | -2/+0 |
* | Remove unneeded devices. | nyan | 2004-03-07 | 2 | -115/+0 |
* | Sync to 1.166 of usbdevs | sanpei | 2004-03-07 | 2 | -2/+16 |
* | Add support 2 devices(USB-DVD-R drives) | sanpei | 2004-03-07 | 2 | -0/+10 |
* | Const-poison ip_stf_ttl to make it clear that the variable is not | rwatson | 2004-03-07 | 1 | -1/+1 |
* | MFi386: revisions from 1.1127 to 1.1131. | nyan | 2004-03-07 | 1 | -16/+15 |
* | Add the agp, bfe, sk and ti devices. (the agp is disabled by default). | nyan | 2004-03-07 | 1 | -3/+6 |
* | Add preliminary support for PCMCIA devices in addition to PCI/cardbus. | wpaul | 2004-03-07 | 7 | -271/+650 |
* | Remove GIANT_REQUIRED from vunmapbuf(). | alc | 2004-03-07 | 1 | -2/+0 |
* | Giant is not required for vm_thread_new_altkstack(). | alc | 2004-03-07 | 1 | -4/+1 |
* | Overdue reversion of revision 1.143. | ru | 2004-03-06 | 1 | -2/+2 |
* | Augment /dev/sndstat with the module names, if applicable. | matk | 2004-03-06 | 24 | -44/+58 |
* | Remove the phantom 'nv' driver again. | scottl | 2004-03-06 | 1 | -2/+0 |
* | Always call vn_finished_write after vn_start_write was called. All | kan | 2004-03-06 | 1 | -2/+3 |
* | When faced with a "GenuineIntel", we know what they call it now. Replace | peter | 2004-03-06 | 1 | -2/+2 |
* | Add a missing part of jhb's previous commit. It looks like he had a | peter | 2004-03-06 | 1 | -1/+5 |
* | kthread_exit() no longer requires Giant, so don't force callers to acquire | jhb | 2004-03-05 | 10 | -10/+3 |
* | Lock Giant around the body of the adlink_loran() function used by the | jhb | 2004-03-05 | 1 | -0/+2 |
* | - Push down Giant in exit() and wait(). | jhb | 2004-03-05 | 2 | -26/+42 |
* | Lock Giant around the single threading code in exec() to satisfy an | jhb | 2004-03-05 | 1 | -0/+3 |
* | - Grab a share lock of the proctree lock while looking for a pid due to the | jhb | 2004-03-05 | 1 | -13/+25 |
* | Undo the merger of mlock()/vslock and munlock()/vsunlock() and the | truckman | 2004-03-05 | 4 | -53/+116 |
* | The roundrobin callout from sched_4bsd is MPSAFE, so set up the | rwatson | 2004-03-05 | 1 | -1/+1 |
* | Document a sysctl. | njl | 2004-03-05 | 1 | -1/+2 |
* | A user can set tz_requested via the hw.acpi.thermal.tzX.active sysctl. | njl | 2004-03-05 | 1 | -1/+1 |
* | Put "failed to set signal flags properly for ast()" check under | rwatson | 2004-03-05 | 1 | -1/+1 |
* | Fixed insertion sort errors in prototype list. | bde | 2004-03-05 | 1 | -20/+20 |
* | Removed garbage: | bde | 2004-03-05 | 1 | -14/+0 |