| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | MFi386: (all: keep a comment in sync with code, and don't depend on | bde | 2004-03-05 | 1 | -0/+4 |
* | Include <machine/psl.h> for the definition of PSL_I instead of depending | bde | 2004-03-05 | 1 | -0/+2 |
* | Fix syntax errors and wrong function prototypes in several MD header | le | 2004-03-05 | 8 | -18/+18 |
* | Bump __FreeBSD_version for the NULL == ((void *)0) | markm | 2004-03-05 | 1 | -1/+1 |
* | Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror) | markm | 2004-03-05 | 1 | -5/+5 |
* | Document that ENABLE_ALART controls the alarm on Intel intpm driver. | obrien | 2004-03-05 | 2 | -9/+4 |
* | VESA* is a mistake - it cannot exist due to requiring a 32 bit kernel for | obrien | 2004-03-05 | 1 | -3/+0 |
* | Sync with i386/NOTES. | obrien | 2004-03-05 | 1 | -4/+4 |
* | Add comment for 'mptable'. | obrien | 2004-03-05 | 1 | -3/+2 |
* | Note that imp is working on un-shimming this driver, afterwards it should | obrien | 2004-03-05 | 1 | -2/+2 |
* | The PECOFF support is 32-bit only. | obrien | 2004-03-05 | 1 | -4/+0 |
* | In the last revision, I introduced a physical contiguity check that is both | alc | 2004-03-05 | 1 | -3/+1 |
* | PECOFF_* isn't useful for AMD64. | obrien | 2004-03-05 | 1 | -2/+0 |
* | - Some older Atheros drivers want KeInitializeTimer(), so implement it, | wpaul | 2004-03-04 | 3 | -20/+215 |
* | Implement a crude but functional usbd_ratecheck() to limit the number | phk | 2004-03-04 | 1 | -5/+3 |
* | Only setup sii_reset on sii311[24]. | sos | 2004-03-04 | 1 | -2/+3 |
* | Use auto-sense data provided by the lowlevel ATA code. | thomas | 2004-03-04 | 1 | -1/+10 |
* | move in6_addmulti()/in6_delmulti() into mld6.c | ume | 2004-03-04 | 2 | -90/+93 |
* | Nursemaid: Fix tinderbox builds by removing the shadowing of the global | bms | 2004-03-04 | 1 | -7/+7 |
* | Just because the timecounter reads the same value on two samples | phk | 2004-03-04 | 1 | -4/+0 |
* | missing splx(). | ume | 2004-03-04 | 1 | -1/+3 |
* | Fixed the XXX'ed namespace pollution in rev.1.54 by using | bde | 2004-03-04 | 1 | -2/+3 |
* | Don't manually optimize for 20 year old compilers by casting to u_int | bde | 2004-03-04 | 1 | -2/+1 |
* | Fixed some style bugs (mainly misformatting, and pointers to `struct thread' | bde | 2004-03-04 | 1 | -15/+14 |
* | Fixed insertion sort errors in includes and prototypes. This was more | bde | 2004-03-04 | 1 | -13/+7 |