| Commit message (Expand) | Author | Age | Files | Lines |
| * | Bump the manpage date. | Maxim Konovalov | 2004-08-18 | 1 | -1/+1 |
| * | Retire hw.pci.allow_unsupported_io_range. | Maxim Konovalov | 2004-08-18 | 2 | -11/+0 |
| * | Bump synchronization ID if we are sure, that we have ACTIVE components. | Pawel Jakub Dawidek | 2004-08-18 | 1 | -7/+9 |
| * | Call AcpiLeaveSleepState() before DEVICE_RESUME(). The former calls the | Nate Lawson | 2004-08-18 | 1 | -2/+2 |
| * | Remove the ACPIIO_ENABLE and ACPIIO_DISABLE ioctls as well as all | Nate Lawson | 2004-08-18 | 3 | -61/+6 |
| * | This commit was generated by cvs2svn to compensate for changes in r133931, | Nate Lawson | 2004-08-18 | 1 | -1/+2 |
| |\ |
|
| | * | Add a padding member to the header overlaid on data allocated in the | Nate Lawson | 2004-08-18 | 1 | -1/+2 |
| * | | Assert Giant in fwe_start(), as it is not yet MPSAFE. | Robert Watson | 2004-08-18 | 1 | -0/+2 |
| * | | Since pc98 shares the AGP driver with the i386, also define the | Robert Watson | 2004-08-18 | 1 | -0/+3 |
| * | | We're not yet ready for BURN_BRIDGES to break the build, as | Robert Watson | 2004-08-18 | 1 | -0/+2 |
| * | | Fix build of ip_input.c with "options IPSEC" -- the "pass:" label | Robert Watson | 2004-08-18 | 1 | -1/+1 |
| * | | Make the kernel compile again if you are not using PFIL_HOOKS | Peter Wemm | 2004-08-18 | 1 | -0/+4 |
| * | | HEAD is now 6-CURRENT | Scott Long | 2004-08-18 | 2 | -2/+2 |
| * | | Convert ipfw to use PFIL_HOOKS. This is change is transparent to userland | Andre Oppermann | 2004-08-17 | 20 | -850/+653 |
| * | | Fix a deadlock on boot for some systems where reading the battery status | Nate Lawson | 2004-08-17 | 1 | -2/+6 |
| * | | Defer the capture of the "expected sync bits" until the first "normal" | Justin T. Gibbs | 2004-08-17 | 2 | -40/+26 |
| * | | Annotate call to DELAY() in interrupt storm mitigation as being | Robert Watson | 2004-08-17 | 1 | -0/+3 |
| * | | Add ISA attachement files for the aic7xxx driver. | Justin T. Gibbs | 2004-08-17 | 2 | -0/+317 |
| * | | Add an ISA attachement to the aic7xxx driver to handle 284X controllers. | Justin T. Gibbs | 2004-08-17 | 14 | -156/+133 |
| * | | - Sync whitespace and comments with i386 GENERIC. | Marius Strobl | 2004-08-16 | 1 | -53/+65 |
| * | | Try to catch up with reality: | Marius Strobl | 2004-08-16 | 1 | -30/+38 |
| * | | ciss's interrupt handler was missing the INTR_ENTROPY flag. | Peter Wemm | 2004-08-16 | 1 | -1/+2 |
| * | | Sync with i386 - Optimize intr_execute_handlers a bit etc. | Peter Wemm | 2004-08-16 | 4 | -27/+71 |
| * | | Sync with i386 - remove unused includes | Peter Wemm | 2004-08-16 | 1 | -2/+0 |
| * | | Sync with i386 - get the softc via the devclass rather than caching the dev | Peter Wemm | 2004-08-16 | 1 | -2/+1 |
| * | | Sync with i386 - add ADAPTIVE_GIANT, remove pcic | Peter Wemm | 2004-08-16 | 1 | -1/+1 |
| * | | Sync with i386 - add foot shooting protection for the DDB/KDB thing. | Peter Wemm | 2004-08-16 | 1 | -0/+5 |
| * | | Sync with i386 - set rbp reg to 0 for upcalls as a frame marker, not that | Peter Wemm | 2004-08-16 | 1 | -0/+1 |
| * | | Sync with i386 - trace syscall entry/exit times, and a cosmetic fix. | Peter Wemm | 2004-08-16 | 1 | -1/+7 |
| * | | Sync with i386 - fix bounds check in lapic_create() | Peter Wemm | 2004-08-16 | 1 | -1/+1 |
| * | | Sync with i386 - pass resource requests up to parent | Peter Wemm | 2004-08-16 | 1 | -92/+2 |
| * | | Sync with i386 - s/cpu_swtch/cpu_switch/ | Peter Wemm | 2004-08-16 | 1 | -1/+1 |
| * | | Sync with i386 - dont count needed bounce pages if loading a buffer that | Peter Wemm | 2004-08-16 | 1 | -1/+1 |
| * | | Sync with i386 - cosmetic fixes | Peter Wemm | 2004-08-16 | 1 | -1/+2 |
| * | | Catch up with i386 - remove lots of no longer used symbolic constants | Peter Wemm | 2004-08-16 | 1 | -76/+1 |
| * | | Sync with i386 | Peter Wemm | 2004-08-16 | 1 | -3/+11 |
| * | | The existing code fails some corner cases. Replace it with | Arun Sharma | 2004-08-16 | 1 | -6/+3 |
| * | | Remove outb to "prime" the EISA ID registers of each slot. This was | Justin T. Gibbs | 2004-08-16 | 1 | -7/+4 |
| * | | Modify the "legacy bus" to pass all resource allocations through to its | Justin T. Gibbs | 2004-08-16 | 1 | -92/+2 |
| * | | Don't initialize static variables to 0 (C should just take care of that). | Philip Paeps | 2004-08-16 | 2 | -4/+4 |
| * | | I'm a dumbass: remember to initialize fh->nf_map to NULL in | Bill Paul | 2004-08-16 | 1 | -0/+1 |
| * | | As I said: the previous commit was untested... Remove an #endif which | Marcel Moolenaar | 2004-08-16 | 1 | -1/+0 |
| * | | Catch up with the drive-by renaming of IA32 to COMPAT_IA32. It must | Marcel Moolenaar | 2004-08-16 | 4 | -15/+13 |
| * | | The Texas Instruments ACX111 driver wants srand(), so provide it. | Bill Paul | 2004-08-16 | 1 | -0/+10 |
| * | | Make the Texas Instruments 802.11g chipset work with the NDISulator. | Bill Paul | 2004-08-16 | 4 | -5/+20 |
| * | | ITC.{i,d} instructions use format M41 not M42. | Arun Sharma | 2004-08-16 | 1 | -2/+2 |
| * | | White space cleanup for netinet before branch: | Robert Watson | 2004-08-16 | 32 | -673/+673 |
| * | | Comment out rev. 1.4 after problems w/ IPv6, a better solution must be | Max Laier | 2004-08-16 | 1 | -0/+2 |
| * | | Fix low level code for Tau-PCI/2E1 and Tau-PCI/4E1 that was broken by previous | Roman Kurakin | 2004-08-16 | 1 | -364/+364 |
| * | | Allow i386 binaries to do amr ioctls such as LSI's megamgr on amd64 and | Doug Ambrisko | 2004-08-16 | 2 | -85/+131 |