summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add a NO_BOOT knob to prevent building the boot blocks and loader.des2004-08-191-0/+2
* add options MPROF_BUFFERS and MPROF_HASH_SIZE that adjust the sizes ofjmg2004-08-193-0/+16
* Acquire and release Giant around a call to VOP_BMAP(). (This is aalc2004-08-191-0/+2
* Add UNP_UNLOCK_ASSERT() to asser that the UNIX domain socket subsystemrwatson2004-08-191-2/+10
* Push down pcbinfo and inpcb locking from udp_send() into udp_output().rwatson2004-08-191-25/+35
* In in_pcbrehash(), do assert the inpcb lock as well as the pcbinfo lock.rwatson2004-08-191-1/+1
* We really don't want to receive spoil event for synchroniztion consumers.pjd2004-08-182-2/+0
* Do not override the class provided dumpconf function.phk2004-08-181-1/+2
* Pretty print some informational messages.le2004-08-181-1/+4
* Fix a stupid bug in the drive taste function: when checking if ale2004-08-181-28/+10
* Initialize iobase from the resource allocated by bus_alloc_resource_any()gibbs2004-08-181-2/+2
* NOP class doesn't operate on metadata, so the spoil event can be safelypjd2004-08-181-1/+0
* ss if_vx through indent, and use ANSI function definitions, prior to addinggibbs2004-08-185-1018/+990
* Dump device status on 'list' command.pjd2004-08-181-0/+2
* If _CRS fails, assume that it succeeded. The ASUS K8V (and others) definesnjl2004-08-181-2/+1
* Invert the polarity of two tests in the recovery code that could causegibbs2004-08-181-2/+2
* Remove spurious EISA definitions left over from the initial port of thegibbs2004-08-181-13/+0
* Remove ISA attachments dependence on eisaconf.hgibbs2004-08-182-3/+3
* Changes to make twa work on amd64.vkashyap2004-08-182-2/+2
* Enable build of Netgraph modules on all architectures.ru2004-08-181-3/+1
* Build a dummy opt_compat.h header since linprocfs.c now requires it.tjr2004-08-181-1/+5
* Remove NOMAN so loader man pages are installed.grehan2004-08-182-2/+0
* Bump the manpage date.maxim2004-08-181-1/+1
* Retire hw.pci.allow_unsupported_io_range.maxim2004-08-182-11/+0
* Bump synchronization ID if we are sure, that we have ACTIVE components.pjd2004-08-181-7/+9
* Call AcpiLeaveSleepState() before DEVICE_RESUME(). The former calls thenjl2004-08-181-2/+2
* Remove the ACPIIO_ENABLE and ACPIIO_DISABLE ioctls as well as allnjl2004-08-183-61/+6
* This commit was generated by cvs2svn to compensate for changes in r133931,njl2004-08-181-1/+2
|\
| * 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
* | 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
OpenPOWER on IntegriCloud