summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Change the management of cached pages (PQ_CACHE) in two fundamentalalc2007-09-2521-279/+477
* Allow the ia32 resource limits (compat.ia32.max{dsiz,ssiz,vmem} to bejhb2007-09-241-0/+3
* This commit was generated by cvs2svn to compensate for changes in r172314,jkim2007-09-242-10/+15
|\
| * Fix global lock recursion bug.jkim2007-09-242-10/+15
* | Rewrite the EC driver event model. The main goal is to avoidnjl2007-09-242-304/+192
* | Revert rev. 1.94. After recent tcp backouts, tcp_close() may return NULL.kib2007-09-241-1/+1
* | Two changes:silby2007-09-245-49/+52
* | - Bound the interactivity score so that it cannot become negative.jeff2007-09-241-1/+1
* | Certain consumers of rtalloc like gif(4) and if_stf(4) lookup thecsjp2007-09-232-4/+4
* | LINT compiled just fine for me, but it seems it breaks tinerbox way ofpjd2007-09-231-1/+1
* | Remove some of the pessimizations involving writing the fsi sector.bde2007-09-231-16/+0
* | Bring in the GEOM Virtualisation class, which allows to create huge GEOMpjd2007-09-2310-0/+2450
* | Now that we have CDDLed code in the tree, add CDDL license.pjd2007-09-232-0/+768
* | Make sure we do not call _arm_bzero() or _arm_memcpy() if the size is not atcognet2007-09-221-3/+3
* | Add various macros for the ADMA unit.cognet2007-09-221-0/+39
* | Remove PF_MPSAFE_UGID leftover.mlaier2007-09-222-5/+0
* | Add a driver for the 7seg found on the CRB board, largely based on thecognet2007-09-228-0/+470
* | Twist the RAS logic a bit to avoid branching.cognet2007-09-221-12/+9
* | - Improve grammar. s/it's/its/.jeff2007-09-221-5/+13
* | Disable multiple ntfs mounts to the same mountpoint.rodrigc2007-09-211-1/+15
* | Fix some locking cases where we ask for exclusively locked vnode, but we getpjd2007-09-212-4/+25
* | Dead code removal.mav2007-09-211-11/+0
* | This is optimization of ether and debug hooks determination. Itmav2007-09-211-44/+27
* | This patch fixes thread unsafe usage of global pkt_hdrmav2007-09-211-22/+20
* | - Redefine p_swtime and td_slptime as p_swtick and td_slptick. Thisjeff2007-09-211-9/+14
* | - fix (global) address handling in the presence of duplicates, therrs2007-09-213-83/+137
* | - Redefine p_swtime and td_slptime as p_swtick and td_slptick. Thisjeff2007-09-215-28/+31
* | - Call sched_sleep() before we suspend threads. sched_wakeup() is alreadyjeff2007-09-211-0/+2
* | - Add the device ID for the VIA VT3324 (CX700) chipset.kevlo2007-09-212-42/+166
* | Fix some entries in the locks static table of witness.attilio2007-09-205-13/+9
* | Fill in cr2 in the signal context from ksi->ksi_addr.kib2007-09-202-0/+4
* | Serialize output routine of terminal emulator (te_puts()) by a lock.simokawa2007-09-202-1/+14
* | Add mmc and mmcsd, and correct a couple of comments. They areimp2007-09-191-3/+11
* | - Only assume that a PCI device on the same slot is a "neighbor" USBjhb2007-09-191-2/+13
* | Remove dead code.cognet2007-09-191-1/+0
* | - Fix a small bit slip in PCIM_PCAP_D[0-2]PME defines.sepotvin2007-09-191-3/+5
* | Fix a bug that will cause a process that calls the VT_WAITACTIVE ioctlmarcus2007-09-191-2/+1
* | invalidate ic_prevchan when constructing a new channel listsam2007-09-181-0/+1
* | honor IEEE80211_C_TXFRAG; drivers should never get fragmented packetssam2007-09-181-0/+1
* | tag mgmt and null data frames w/ a WME priority so drivers can assumesam2007-09-181-0/+6
* | mgmt subtype 13 is actionsam2007-09-181-1/+1
* | Close longstanding race dropping inactive stations; grab a referencesam2007-09-181-0/+2
* | Safeguard count of stations in power save; don't touch it unless we'resam2007-09-181-1/+2
* | skip IEEE80211_MODE_AUTO in announcing supported rates in ieee80211_announce;sam2007-09-181-1/+2
* | o add IEEE80211_RATE_MCS to use instead of naked constant (for marking MCS)sam2007-09-183-3/+8
* | o move IEEE80211_NONQOS_TID into a public locationsam2007-09-183-5/+10
* | remove IFM_IEEE80211_HT40PLUS and IFM_IEEE80211_HT40MINUS; theysam2007-09-182-8/+0
* | regen.dwmalone2007-09-183-3/+3
* | The kernel version of Linux statfs64 is actually supposed to takedwmalone2007-09-187-15/+33
* | Fix an incorrect PCI device id. The current value conflicts withambrisko2007-09-181-1/+1
OpenPOWER on IntegriCloud