summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Bump up the number of ttys supported by pty(4) to 512 by making use ofjhb2007-11-191-3/+3
* Try to workaound silicon bugs in Promise gen2 (ie TX4) chipssos2007-11-192-1/+46
* Fix the problem with certain ATAPI commands on AHCI devices.sos2007-11-192-19/+58
* Re-enable -Werror for modules.ru2007-11-191-1/+1
* Remove hacks from the NFSv2/3 client intended to handle a lack of arwatson2007-11-191-25/+4
* The kernel uses two ways to write data on a pipe:dumbbell2007-11-191-0/+4
* On some arches, openssl is built with OPENSSL_NO_CAMELLIA, so thejb2007-11-191-0/+2
* __builtin_stdarg_start was renamed to __builtin_va_start a longjb2007-11-191-1/+1
* Define atomic_cmpset_acq_long and atomic_cmpset_rel_long so thatjb2007-11-191-2/+4
* Let sunkbd(4) emulate an AT keyboard by default.marius2007-11-181-0/+2
* Add generic support for chipsets that say they support AHCI. This should cat...sos2007-11-184-129/+156
* Expand lock class with the "virtual" function lc_assert which will offerattilio2007-11-186-0/+47
* - Add in missing event handler invokes for initial proc and thread.rrs2007-11-181-1/+11
* o English lesson from bde@: "iff" is not a typo, it means "if and only if".maxim2007-11-181-1/+1
* MFp4: Several fixes to tmpfs which makes it to survive from pho@'sdelphij2007-11-184-33/+46
* MFp4: Fix several style(9) bugs.delphij2007-11-181-19/+12
* MFi386: revision 1.18nyan2007-11-181-1/+1
* Add a function to list symbols in a file and their values at thejb2007-11-183-0/+29
* Prevent the leakage of wired pages in the following circumstances:alc2007-11-1712-1/+241
* - New sysctl variable: net.inet.ip.dummynet.io_fastoleg2007-11-171-3/+6
* Add a trailing \0 to the read error string so that read errors don't printjhb2007-11-171-1/+1
* Add a kernel config file for the Hot-e HL200 (AT91RM92 based).cognet2007-11-171-0/+151
* o Mask maximum file permissions we get from mount_ntfs -mmaxim2007-11-171-1/+2
* o Fix a typo in the comment.maxim2007-11-171-1/+1
* Move the priv check before the malloc call for so_pcb.bz2007-11-161-6/+6
* Make VPD register access more robust:jkim2007-11-161-69/+121
* o s/resiserfs_sb/reiserfs_sb/.maxim2007-11-161-1/+1
* Do not report MAC, TX, and RX stats via sysctl(8) with BCM5705+.jkim2007-11-161-7/+6
* use the private task q thread instead of the shared system threadsam2007-11-161-6/+5
* MFP4(128855, 129015):avatar2007-11-162-11/+18
* Reset autonegotation timer if media option is not IFM_AUTO.yongari2007-11-161-1/+5
* Read MII_ANAR register and get common denominator ability.yongari2007-11-161-1/+6
* IEEE 802.3 Annex 28B.3 explicitly specifies the following relativeyongari2007-11-167-21/+21
* Add PCI device support for Intel S7000FC4UR in usb and ichwd, systemsjfv2007-11-154-0/+26
* Add support for cross double fault frames in stack traces:jhb2007-11-154-5/+26
* Acquire the process mutex and spin locks before calling thread_exit() injhb2007-11-151-1/+8
* Fix a change in the previous commit that was actually a type-o.scottl2007-11-151-1/+1
* - Adds event handlers for process_ctor,process_dtor, process_init,rrs2007-11-152-2/+23
* Fix build.glebius2007-11-151-1/+1
* Adds an event handler for:rrs2007-11-151-2/+6
* This time REALLY copy the name from the proc to the thread as a default.julian2007-11-153-1/+2
* When forking, the new thread deserves a name too. Don't just use thejulian2007-11-151-0/+1
* correct MIMO power save action frame format;sam2007-11-141-2/+8
* Remove a bogus KASSERT which will prevent rwlock to be acquiredattilio2007-11-141-3/+0
* o Rename cpu_thread_setup() to cpu_thread_alloc() to bettermarcel2007-11-1411-13/+58
* MFi386: revision 1.661nyan2007-11-141-9/+2
* - Merge all the ng_send_fn2* functions into one - ng_send_fn2(),glebius2007-11-142-92/+43
* A bunch more files that should probably print out a thread namejulian2007-11-1412-24/+24
* generally we are interested in what thread did something asjulian2007-11-1422-62/+62
* Make sure there is a good default thread name for all threads.julian2007-11-142-0/+2
OpenPOWER on IntegriCloud