summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Apply the same sort of locking done injulian2007-11-141-0/+10
* Reserve a bit for use when capturing callchains.jkoshy2007-11-141-0/+1
* Drastically simplify the i386 pcpu backend by merging parts of thepeter2007-11-135-141/+25
* o Do not leak inodes hash table at module unload.maxim2007-11-131-0/+1
* Remove the IEEE80211_C_WEP capability flag - setting it makes net80211 expectrink2007-11-131-2/+1
* Split decr_init() into two, with the section that reads the timebasegrehan2007-11-135-8/+27
* Though we are currently not interested in the EDD3 flag,bz2007-11-121-1/+1
* Add a missing priv check in key_attach to prevent non-su usersbz2007-11-121-0/+7
* Move the agp(4) driver from sys/pci to sys/dev/agp. __FreeBSD_version wasjhb2007-11-1236-5942/+59
* Correct a stack overflow which will trigger panics whendelphij2007-11-121-1/+1
* Add support for D-Link DGE-528(T) Rev.B1remko2007-11-121-0/+2
* Update quirks for the MetaGeek Wi-Spy 1A, 1B and 2.4x.brix2007-11-112-4/+7
* The ESP driver isn't really MPSAFE, so don't mark it that it is.scottl2007-11-111-1/+1
* Adjust the padding of struct pcpu to src/sys/sys/pcpu.h rev 1.23.marius2007-11-111-1/+1
* Eliminate a stale comment concerning contigmalloc(9).alc2007-11-101-1/+0
* Add SMB support for the MCP61 chipset.remko2007-11-101-0/+3
* Add private tx/rx buffer management to support large frame sizessam2007-11-102-110/+224
* Add rm_wowned(9) function to test whether the current thread owns anrwatson2007-11-102-0/+8
OpenPOWER on IntegriCloud