| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Correct year in copyrights. | pjd | 2004-03-04 | 2 | -2/+2 |
* | Record exactly where this file was copied from. It wasn't repo-copied so | bde | 2004-03-04 | 1 | -12/+12 |
* | Fixed some style bugs (mainly English usage errors in comments). | bde | 2004-03-04 | 1 | -9/+10 |
* | Fixed some style bugs (mainly misplaced comments, and totally disordered | bde | 2004-03-04 | 1 | -15/+18 |
* | Minor style fixes. In vm_daemon(), don't fetch the rss limit long before | bde | 2004-03-04 | 1 | -9/+8 |
* | Sync to 1.165 of usbdevs | sanpei | 2004-03-04 | 2 | -2/+18 |
* | Add support SimpleTech UCF-100 USB CompactFlash reader(OnSpec Electronic, Inc.) | sanpei | 2004-03-04 | 2 | -0/+8 |
* | Fix an off-by-one error and rework our EC space handler. Writing to address | njl | 2004-03-04 | 1 | -14/+15 |
* | Part 2 of Project Evil: Pretend to be Windows 2000 for buggy ASL that | njl | 2004-03-04 | 1 | -2/+9 |
* | Don't disable Cx support and throttling on machines with a P_BLK_LEN != 6 | njl | 2004-03-04 | 1 | -3/+16 |
* | Add a "quirks" value to disable quirks handling for a given boot. | njl | 2004-03-04 | 1 | -5/+15 |
* | Remove some long unused definitions. | alc | 2004-03-04 | 1 | -2/+0 |
* | Remove unneeded label 'done2' from socket(). We now grab Giant | rwatson | 2004-03-04 | 1 | -2/+1 |
* | Add sanity checks to the ndis_packet and ndis_buffer pool handling | wpaul | 2004-03-04 | 2 | -2/+88 |
* | Use different dummy wait channels to avoid panic in msleep(). | des | 2004-03-03 | 1 | -3/+3 |
* | - Remove d_valid field, we can use d_consumer field to check if disk | pjd | 2004-03-03 | 2 | -10/+7 |
* | Change to acpi_{Get,Set}Integer to provide both methods. Convert all | njl | 2004-03-03 | 11 | -69/+52 |
* | Add proper support for DbgPrint(): only print messages if bootverbose | wpaul | 2004-03-03 | 2 | -1/+31 |
* | - stlye and comments | ume | 2004-03-03 | 1 | -15/+16 |
* | Add ctau (Cronyx/Tau-ISA) device driver entry. | rik | 2004-03-03 | 1 | -0/+7 |
* | Add rules for font.h atkbdmap.h ukbdmap.h so more of LINT can be built. | obrien | 2004-03-03 | 1 | -0/+15 |
* | Add missing working options from i386 file. | obrien | 2004-03-03 | 1 | -2/+31 |
* | Lower i386's INLINE_LIMIT to AMD64's level. | obrien | 2004-03-03 | 1 | -1/+1 |
* | mga_state & r128_state need an inline-limit larger than amd64's default | obrien | 2004-03-03 | 1 | -2/+4 |
* | Sync with i386/NOTES rev. 1.1131. | obrien | 2004-03-03 | 1 | -114/+252 |