summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* MFp4: Status register bitsimp2006-10-251-0/+14
* In order to eliminate a branch, convert opcode to unsigned integer.davidxu2006-10-251-2/+2
* Eliminate an unnecessary `if' statement.davidxu2006-10-251-1/+2
* Move sigqueue_take() call into proc_reparent(), this fixed bugs wheredavidxu2006-10-252-9/+4
* Ooops, dump_avail[i] can be 0 if the RAM starts at 0x00000000, so check thatcognet2006-10-241-4/+4
* Regen.sobomax2006-10-244-54/+4
* Fix kernel breakage introduced in the previous commit (redeclatationsobomax2006-10-241-9/+9
* Regenerate.rwatson2006-10-244-22/+81
* Hook up audit functions in the freebsd32 compatibility code. It isrwatson2006-10-241-9/+15
* Protect sigqueue_take() call by child process's lock, it fixed adavidxu2006-10-241-2/+2
* Ditch crummy fattime <--> timespec conversion functionsphk2006-10-241-149/+8
* Drop crummy fattime to timespec conversion routines.phk2006-10-241-163/+12
* Remove the non-standard and undocumented STAILQ_REMOVE_HEAD_UNTIL()ru2006-10-241-5/+0
* Switch to using STAILQ_REMOVE_HEAD() instead of STAILQ_REMOVE_HEAD_UNTIL().ru2006-10-241-11/+11
* Replace slightly crummy fattime<->timespec conversion functions.phk2006-10-245-180/+16
* Better naming of fattime conversion functions, they do convert to timespecphk2006-10-242-7/+10
* Refine the checksum hack a little. It appears that the chip can handle UDPscottl2006-10-241-3/+7
* Move "device splash" back to MI NOTES and "files", it's MI.ru2006-10-2314-15/+5
* Move MI parts of syscons into MI "files".ru2006-10-237-42/+7
* Revision 1.25 had the ATKBD_DFLT_KEYMAP option turned on and then off:ru2006-10-231-0/+4
* Mechanically kill redundant nodevice/nooption/nomakeoption, i.e.,ru2006-10-234-41/+0
* Re-add screen savers, which I removed by mistake.des2006-10-231-0/+13
* The page queues lock is no longer required by vm_page_wakeup().alc2006-10-234-8/+8
* o Eliminate nexus_print_resources(). Use resource_list_print_type()marcel2006-10-231-50/+5
* net80211 seems to give us more rates than specified via ic_sup_rates undermlaier2006-10-232-1/+7
* Don't descend into at91 until we sort out the boot loader issues more generallyimp2006-10-231-1/+1
* The page queues lock is no longer required by vm_page_busy() oralc2006-10-225-16/+5
* Add two new functions to convert FAT filesystem format timestampsphk2006-10-223-0/+308
* Fix build: remove (now) unnecessary PG_BUSY check, it's handled by vm object ...delphij2006-10-221-1/+1
* 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
OpenPOWER on IntegriCloud