aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Introduce a hooks layer for the MPSAFE TTY layer.Ed Schouten2008-09-226-48/+338
* Fix usage of mac_vnode_check_open() in linuxulator - last argumentEdward Tomasz Napierala2008-09-221-1/+1
* Fix style(9) issue in TTY header files: document function argument names.Ed Schouten2008-09-225-70/+76
* Add freebsd32 compat shims for ioctl(2)David E. O'Brien2008-09-222-0/+78
* Regenerate for r183270.David E. O'Brien2008-09-224-7/+14
* Add freebsd32 compat shims for ioctl(2)David E. O'Brien2008-09-225-2/+218
* Support sparsely numbered CPUs.Joseph Koshy2008-09-226-81/+173
* When invoking the udp_send() from udp6_send() due to use of a v6-mappedRobert Watson2008-09-221-3/+13
* Add workaround for occasional packet loss issue of JMC250 A2Pyun YongHyeon2008-09-222-3/+20
* Unbreak G3 support. G3 processors don't have an L3 cache, so we shouldn't try...Nathan Whitehorn2008-09-221-3/+8
* cleanup bss node setup; syncs w/ p4 state that's been in use for monthsSam Leffler2008-09-221-8/+10
* cleanup after mergeSam Leffler2008-09-221-1/+0
* Fix handling of shortgi: use the local configuration (and implicitlySam Leffler2008-09-223-2/+25
* RIFS support; needs driver callback for dynamic state changeSam Leffler2008-09-228-8/+54
* MIMO power save support; still needs callbacks for notifying driversSam Leffler2008-09-218-6/+88
* Revamp ht ie handling:Sam Leffler2008-09-214-49/+110
* don't propagate ht bss occupancy changes to legacy vaps;Sam Leffler2008-09-211-0/+3
* o widen ni_flags as it's going to be full shortlySam Leffler2008-09-211-17/+17
* Add current transmit parameters for fixed rate handling so driversSam Leffler2008-09-212-0/+46
* change ieee80211_ampdu_stop to take an explicit reason codeSam Leffler2008-09-212-6/+8
* simplify debug msgSam Leffler2008-09-211-3/+2
* Crypto api changes:Sam Leffler2008-09-215-50/+56
* Cleanup AMPDU handling:Sam Leffler2008-09-217-62/+78
* Always update ic_lastnonht so we track overlapping legacy bssSam Leffler2008-09-211-10/+9
* Cleanup starting seq# for tx ampdu:Sam Leffler2008-09-213-7/+9
* o fix spelling of EOSPSam Leffler2008-09-211-4/+4
* Export IPFW_TABLES_MAX value for compiled in defaults.Roman Kurakin2008-09-211-1/+6
* Make fstat() on a pseudo-terminal master return sane timestamps.Ed Schouten2008-09-211-5/+9
* Now that the number of clist consumers have dropped massively, trim downEd Schouten2008-09-213-187/+16
* Prevent an integer overflow in vm_pageout_page_stats() on machines with aAlan Cox2008-09-211-1/+2
* Already initialize the vfs timestamps inside the cdev upon allocation.Ed Schouten2008-09-211-0/+4
* Fix error message content.Marko Zec2008-09-211-1/+1
* fix compilation on 64-bit platform w/ ATH_DEBUGSam Leffler2008-09-211-1/+2
* fix memory smash on lp64 platforms; mostly noticeable in user modeSam Leffler2008-09-211-0/+5
* Allow the d_mmap driver methods to use cdevpriv KPI during verificationKonstantin Belousov2008-09-201-0/+2
* fdescfs, devfs, mqueuefs, nfs, portalfs, pseudofs, tmpfs and xfsKonstantin Belousov2008-09-208-15/+29
* Initialize va_rdev to NODEV instead of 0 or VNOVAL in VOP_GETATTR().Konstantin Belousov2008-09-209-9/+9
* Initialize va_rdev to NODEV and va_fsid to VNOVAL before theKonstantin Belousov2008-09-201-0/+2
* Initialize va_flags and va_filerev properly in VOP_GETATTR(). Don'tKonstantin Belousov2008-09-204-12/+1
* Initialize birthtime fields in vn_stat() to prevent stat(2) fromKonstantin Belousov2008-09-201-0/+9
* Fix clone destruction, can't use the simple api because that does not removeAndrew Thompson2008-09-203-3/+3
* MFamd64 SVN rev 179749 CVS rev 1.620Alan Cox2008-09-201-15/+31
* Revert this part of r183203 which wasn't meant to be committed, yet.Marius Strobl2008-09-201-2/+0
* Remove duplicate entry accidentally introduced with r183202.Marius Strobl2008-09-202-1/+2
* Some of the assembly files depend on v9a/v9b-only instructions soMarius Strobl2008-09-201-3/+8
* Use the STICK timers only when absolutely necessary, i.e. if a machineMarius Strobl2008-09-203-29/+33
* Move #defines for MRT-related constants from net/route.c toMarko Zec2008-09-202-20/+21
* Fix issue with tom loading by moving cxgb_log_tcb in to tomKip Macy2008-09-193-1/+30
* Backout rev 183181. It appears that I should have been using boot-deviceMaxim Sobolev2008-09-192-30/+1
* Add atheros HAL building so the IDT kernel can build.Warner Losh2008-09-191-0/+7