summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Replace t_force with a t_flag (TF_FORCEDATA).ps2005-05-214-11/+13
* Quick hack-o-rama to allow the Xorg Radeon driver to start up. Itgrehan2005-05-211-0/+13
* For non-profiling kernels, there were two symbols assigned to the samepeter2005-05-211-2/+4
* Fix yet another cut-and-paste bug.emax2005-05-201-1/+1
* Reduce the number of times that we acquire and release locks inalc2005-05-201-8/+6
* Fix LINT build, original breakage was rev 1.23. There are 2 definitionsnjl2005-05-201-1/+8
* Adjust the start_ap delay to match i386.obrien2005-05-201-1/+1
* Fix mismerge in rev 1.226: wait 5 seconds as the comment documents,obrien2005-05-201-1/+1
* Remove unused variables. Remove prototype for function that does not exist.charnier2005-05-201-4/+1
* Recognize the integrated (though not necessarily enabled) FireWiremarius2005-05-202-0/+14
* Calling xl_rxeof() at the end of xl_start_locked() leads to recursionglebius2005-05-202-1/+20
* Document that the returned pointer should be freed even if the numbernjl2005-05-201-1/+1
* If devclass_get_devices() returns success but a count of 0, free thenjl2005-05-201-1/+4
* Missed kern_windrv.c in the last checkin.wpaul2005-05-201-0/+14
* Deal with a few bootstrap issues:wpaul2005-05-202-2/+3
* In ndis_halt_nic(), invalidate the miniportadapterctx early to try andwpaul2005-05-202-6/+1
* Extend `autoboot_delay' handling - is this variable is set to -1 don't allowsobomax2005-05-194-29/+70
* Recognize the integrated USB controllers of Sun PCIO-2 chips whichmarius2005-05-191-0/+14
* Sync with the other files.<arch> files and put the keyboard mapmarius2005-05-191-7/+7
* o mc146818(4):marius2005-05-193-28/+53
* - Add locking.marius2005-05-194-42/+131
* Support the 5714Cps2005-05-194-0/+20
* - Collapse eeprom_ebus.c and eeprom_sbus.c into eeprom.c andmarius2005-05-195-328/+65
* Take advantage of ebus(4) having switched to SYS_RES_MEMORY for themarius2005-05-191-5/+2
* - Artificially using SYS_RES_IOPORT for EBus devices for reasons ofmarius2005-05-191-24/+43
* - When iterating over the register resources of the children don't usemarius2005-05-191-27/+33
* Sync with openfirm(4) and check the return value of malloc() althoughmarius2005-05-191-2/+15
* Update the names of some member variables in comments to refect reality.marius2005-05-191-2/+2
* - Add suport for the bus_get_resource() device interface method tomarius2005-05-193-3/+3
* - Try to not leak resources in the attach functions of the esp(4) SBusmarius2005-05-199-143/+1009
* - Add an IVAR for retrieving the interrupt group number of the parent Sbusmarius2005-05-192-9/+55
* Use General definition for general notify.takawata2005-05-191-4/+2
* Change ofw_readin/ofw_copyin to map the entire region beforegrehan2005-05-191-24/+74
* Remove calls to spl*().alc2005-05-191-43/+0
* Fix low res profiling kernel build. Move two defines to collapse thenjl2005-05-191-7/+6
* Whitespace only: kill trailing spaces.sobomax2005-05-191-15/+14
* Fix some of the things I broke so that the SMC2602W (AMD Am1772) driverwpaul2005-05-193-32/+98
* Remove a stale comment concerning spl* usage.alc2005-05-191-2/+0
* Fix a bug that caused preemption to happen for a thread in the sameups2005-05-191-2/+2
* Allow removal of empty directories with high link counts. These canmckusick2005-05-181-3/+2
* Update some comments to reflect the change from spl-based to lock-basedalc2005-05-181-2/+3
* devfs_first() return value isn't used, remove it.pjd2005-05-181-6/+4
* Correct typo.pjd2005-05-181-1/+1
* Remove calls to spl*().alc2005-05-181-11/+0
* Revert revision 1.270: swp_pager_async_iodone() need not performalc2005-05-181-2/+0
* Correct 32 vs 64 bit signedness issues.bz2005-05-181-8/+9
* Convert to the faster bus_dmamap_load_mbuf_sg() interface.alc2005-05-182-34/+16
* Support passthru ioctl commands from 32bit binaries.ps2005-05-182-1/+30
* Ugh. Previous commit got the logic exactly backward.des2005-05-171-2/+2
* When a drive dies, don't call g_wither_geom() directly, but insteadle2005-05-171-46/+71
OpenPOWER on IntegriCloud