summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-22108-533/+204
* Replace PG_BUSY with VPO_BUSY. In other words, changes to the page'salc2006-10-2212-57/+65
* Eliminate unnecessary PG_BUSY tests.alc2006-10-223-3/+3
* Initialize T1 to silent gcc warning.kevlo2006-10-221-1/+1
* Use macro TAILQ_FOREACH_SAFE instead of expanding it.davidxu2006-10-221-6/+3
* Since revision 1.333 of kern_sig.c no longer uses P_WEXIT, the changedavidxu2006-10-211-2/+8
* MFp4: default to not loading the fpgaimp2006-10-215-5/+170
* MFp4: Update to smaller code footprint.imp2006-10-215-17/+67
* MFp4: Move to smaller code footprint.imp2006-10-212-20/+20
* MFp4: Move to smaller code. This was somehow forgotten before.imp2006-10-211-5/+5
* Eliminate unnecessary PG_BUSY tests. They originally served a purposealc2006-10-212-2/+2
* There seems to be a problem with txcsum and UDP. Turn it off until it isscottl2006-10-211-0/+5
* MFi386: 1.13: Fix booting with ps2 keyboards.ru2006-10-211-1/+0
* Fix error in rev. 1.68. The intention was to break out the switch(){},glebius2006-10-211-1/+1
* Fake the link count until we have no choice but to load data from thetrhodes2006-10-211-1/+1
* Be more like the BGE driver. Ensure that at least 16 TX descriptors arescottl2006-10-211-8/+11
* style(9) cleanup.kevlo2006-10-219-12/+0
* Fix whitespacescottl2006-10-211-1/+1
* Ok I am an idiot. On 32 bits big-endian systems, it is needed to handle thecognet2006-10-211-2/+17
* revert last change.. premature.. need to wait until if_ethersubr.cjulian2006-10-212-8/+12
* Use __QUAD_LOWWORD for __syscall, to always use the good word, whatever thecognet2006-10-201-2/+2
* fix tab indentation for CP and RV...jmg2006-10-201-7/+51
* Move some variables to a more likely placejulian2006-10-202-12/+8
* There's no fpga.c, so omit it.imp2006-10-201-1/+1
* Remove the check that prevented signals from being delivered to exitingjhb2006-10-201-3/+1
* - MFi386: Remove 'device io'.nyan2006-10-201-12/+0
* There's no need to special-case lseek for arm/big-endian.cognet2006-10-201-14/+0
* Fix a recent regression regarding valid signals.netchild2006-10-201-1/+1
* Move more MD devices and options out of MI NOTES.des2006-10-206-97/+206
* Don't show debug registers in "show registers". Special registers shouldbde2006-10-202-2/+4
* MFp4:imp2006-10-2025-1058/+1165
* The VGA_DEBUG option only exists on {amd64,i386,ia64}.des2006-10-204-6/+8
* Update the access and modification times for dev while still holdingkib2006-10-201-2/+2
* Fix the race between devfs_fp_check and devfs_reclaim. Derefence thekib2006-10-203-5/+29
* Sort MFILES listimp2006-10-201-2/+2
* MFp4: when passing the transfer up the foodchain, make sure we go upimp2006-10-201-2/+4
* MFp4: Working SPI driver.imp2006-10-201-53/+66
* Commit WIP SSC driver, more work is needed here, but it configuresimp2006-10-201-6/+26
* More register definitions.imp2006-10-201-0/+105
* Progress commit for getting TWI workingimp2006-10-201-17/+23
* Add sysctl to export current state of rmii vs mii configuraiton.imp2006-10-201-2/+12
* Add configuration of the SSC lines for second SSC.imp2006-10-201-0/+2
* Add mmcbr_if.m and mmcbus_if.m to the mix.imp2006-10-201-1/+2
* Loadable modules for mmc (the bus) amd mmcsd (the MMC and SD supportimp2006-10-202-0/+16
* MMC/SD bridge driver (host adapter) for AT91RM9200's MCI interface.imp2006-10-202-0/+853
* Preliminary MMC stack. This stack supports SD 1.0 cards only, butimp2006-10-209-0/+1698
* - Define time_t in sys/sem.h so it doesn't require sys/types.h.jhb2006-10-191-14/+17
* style(9)obrien2006-10-191-153/+153
* style(9) cleanup.obrien2006-10-191-243/+332
* There is no reason to have a PAGE_SIZE alignment enforced on all DMA by thescottl2006-10-191-1/+1
OpenPOWER on IntegriCloud