summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Add a padding member to the header overlaid on data allocated in thenjl2004-08-181-1/+2
* | | Assert Giant in fwe_start(), as it is not yet MPSAFE.rwatson2004-08-181-0/+2
* | | Since pc98 shares the AGP driver with the i386, also define therwatson2004-08-181-0/+3
* | | We're not yet ready for BURN_BRIDGES to break the build, asrwatson2004-08-181-0/+2
* | | Fix build of ip_input.c with "options IPSEC" -- the "pass:" labelrwatson2004-08-181-1/+1
* | | Make the kernel compile again if you are not using PFIL_HOOKSpeter2004-08-181-0/+4
* | | HEAD is now 6-CURRENTscottl2004-08-182-2/+2
* | | Convert ipfw to use PFIL_HOOKS. This is change is transparent to userlandandre2004-08-1720-852/+655
* | | Fix a deadlock on boot for some systems where reading the battery statusnjl2004-08-171-2/+6
* | | Defer the capture of the "expected sync bits" until the first "normal"gibbs2004-08-172-40/+26
* | | Update Document Date to match last change.blackend2004-08-171-1/+1
* | | /me kicks cvs updatetrhodes2004-08-171-7/+1
* | | Fix incorrect code in an example. The previous example would producetrhodes2004-08-171-2/+8
* | | Annotate call to DELAY() in interrupt storm mitigation as beingrwatson2004-08-171-0/+3
* | | Add ISA attachement files for the aic7xxx driver.gibbs2004-08-172-0/+317
* | | Add an ISA attachement to the aic7xxx driver to handle 284X controllers.gibbs2004-08-1714-156/+133
* | | - Sync whitespace and comments with i386 GENERIC.marius2004-08-161-53/+65
* | | Try to catch up with reality:marius2004-08-161-30/+38
* | | ciss's interrupt handler was missing the INTR_ENTROPY flag.peter2004-08-161-1/+2
* | | Sync with i386 - Optimize intr_execute_handlers a bit etc.peter2004-08-164-27/+71
* | | Sync with i386 - remove unused includespeter2004-08-161-2/+0
* | | Sync with i386 - get the softc via the devclass rather than caching the devpeter2004-08-161-2/+1
* | | Sync with i386 - add ADAPTIVE_GIANT, remove pcicpeter2004-08-161-1/+1
* | | Sync with i386 - add foot shooting protection for the DDB/KDB thing.peter2004-08-161-0/+5
* | | Sync with i386 - set rbp reg to 0 for upcalls as a frame marker, not thatpeter2004-08-161-0/+1
* | | Sync with i386 - trace syscall entry/exit times, and a cosmetic fix.peter2004-08-161-1/+7
* | | Example configuration files for customize.sh.thomas2004-08-161-0/+34
* | | Sync with i386 - fix bounds check in lapic_create()peter2004-08-161-1/+1
* | | Sync with i386 - pass resource requests up to parentpeter2004-08-161-92/+2
* | | Sync with i386 - s/cpu_swtch/cpu_switch/peter2004-08-161-1/+1
* | | Sync with i386 - dont count needed bounce pages if loading a buffer thatpeter2004-08-161-1/+1
* | | Add documentation of the newly-added user-configurable Makefile knobs.thomas2004-08-161-0/+16
* | | Sync with i386 - cosmetic fixespeter2004-08-161-1/+2
* | | Catch up with i386 - remove lots of no longer used symbolic constantspeter2004-08-161-76/+1
* | | Sync with i386peter2004-08-161-3/+11
* | | Add example customization script, to be used through CUSTOMIZE Makefile knob.thomas2004-08-161-0/+72
* | | Properly identify the root filesystem to be used in /etc/fstab in eachthomas2004-08-162-16/+75
* | | Make 'client DNS forward update' working again which got broken in rev.mbr2004-08-161-1/+3
* | | The existing code fails some corner cases. Replace it witharun2004-08-161-6/+3
* | | Remove outb to "prime" the EISA ID registers of each slot. This wasgibbs2004-08-161-7/+4
* | | Modify the "legacy bus" to pass all resource allocations through to itsgibbs2004-08-161-92/+2
* | | Document local changes r1.41 and r1.42 of dhclient.cmbr2004-08-161-0/+2
* | | Recommit removed Rev. 1.40. This fix does solve a FPE with negative leasembr2004-08-161-8/+23
* | | We now handle SSDT tables. Remove a reference from the BUGS sectionmarcel2004-08-161-2/+4
* | | Don't initialize static variables to 0 (C should just take care of that).philip2004-08-162-4/+4
* | | - Add my birthday. 24, yay.pav2004-08-161-0/+1
* | | I'm a dumbass: remember to initialize fh->nf_map to NULL inwpaul2004-08-161-0/+1
* | | As I said: the previous commit was untested... Remove an #endif whichmarcel2004-08-161-1/+0
* | | Catch up with the drive-by renaming of IA32 to COMPAT_IA32. It mustmarcel2004-08-164-15/+13
* | | The Texas Instruments ACX111 driver wants srand(), so provide it.wpaul2004-08-161-0/+10
OpenPOWER on IntegriCloud