aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Increase HZ_VM from 10 to 100. While 10 hz saves cpu timeMike Silbersack2009-07-081-1/+1
* Fix ar5416 and later parts on big-endian platforms: setup the h/w byteSam Leffler2009-07-071-15/+14
* Fix two typos and sort sysctls.Joel Dahl2009-07-071-9/+9
* Fix poll(2) and select(2) for named pipes to return "ready for read"Konstantin Belousov2009-07-074-37/+36
* Bump for BETA1.Ken Smith2009-07-071-1/+1
* Fix AR5416 and later parts when building with AH_DEBUG or similar defined:Sam Leffler2009-07-062-16/+21
* Document the new EQ and VPC features along with a few loader tunables.Joel Dahl2009-07-061-5/+56
* When pmap_change_attr() changes the PAT setting on a kernel mapping, it hasAlan Cox2009-07-061-3/+11
* After the per-CPU IDT changes, the IDT vector of an interrupt could changeJohn Baldwin2009-07-064-12/+44
* MFi386: Add a 'show idt' command to DDB to display the non-default functionJohn Baldwin2009-07-061-1/+26
* The new method of reading the mac address from theJack F Vogel2009-07-061-1/+36
* - pkg_install is maintained by portmgr.Florent Thoumie2009-07-061-2/+1
* In the current code, rdlock_count is not correctly handled for some cases.Attilio Rao2009-07-062-1/+4
* This addresses some issues with my earlier -R fix thatTim Kientzle2009-07-062-66/+74
* PAE adds another level to the i386 page table. This level is a smallAlan Cox2009-07-052-11/+7
* catchup with action+ageq additionsSam Leffler2009-07-051-1/+2
* add missing bit of r195379Sam Leffler2009-07-051-0/+1
* - Don't suggest opening file for writing in preparation for fexecve(2).Pawel Jakub Dawidek2009-07-051-6/+5
* Add ieee80211_ageq; a facility for staging packets that requireSam Leffler2009-07-058-140/+391
* - Increase dynamic range of filter coefficients from 28bit to 30bit.Ariff Abdullah2009-07-052-13/+120
* Revamp 802.11 action frame handling:Sam Leffler2009-07-0512-359/+726
* Cleanup ALIGNED_POINTER:Sam Leffler2009-07-058-28/+52
* Add a missing phrase.Brian Somers2009-07-051-1/+1
* When the kernel is configured without "options FFS", build UFS as a moduleEdward Tomasz Napierala2009-07-051-5/+1
* Mark atanvidia depending on ataahci since rev.188846.Alexander Motin2009-07-052-1/+3
* Add missing reference to GPT support.Ivan Voras2009-07-051-0/+1
* Disable r194497 for now. It doesn't work well with ports-mgmt/tinderbox.Brian Somers2009-07-051-0/+2
* Add a new options (-s) that, when specified, skips the question aboutAttilio Rao2009-07-042-24/+33
* When forking a vm space that has wired map entries, do not forget toKonstantin Belousov2009-07-033-12/+16
* acpi_hp.c:Rui Paulo2009-07-033-103/+139
* This fixes bsdcpio's -R option to accept numericTim Kientzle2009-07-032-20/+50
* Fix fpathconf(3) on fifos, in effect making ls(1) properlyEdward Tomasz Napierala2009-07-022-0/+59
* Enable POSIX semaphores on all non-embedded architectures by default.Ed Schouten2009-07-027-0/+7
* In vn_vget_ino() and their inline equivalents, mnt_ref() the mount pointKonstantin Belousov2009-07-024-0/+8
* Create audit records for AUE_POSIX_OPENPT, currently w/o arguments.Robert Watson2009-07-021-0/+1
* Call prison_check from vfs_suser rather than re-implementing it.Jamie Gritton2009-07-021-2/+1
* Slightly increase amount of bandwidth of resampling filter forAriff Abdullah2009-07-021-1/+1
* Fix comment misthink.Robert Watson2009-07-021-1/+1
* Audit file descriptor and command arguments to ioctl(2).Robert Watson2009-07-021-0/+2
* Clean up a number of aspects of token generation from audit arguments toRobert Watson2009-07-022-70/+55
* Use MPT_MAX_LUNS as maximium number of LUNs, not 7, for SAS and FC cases.Xin LI2009-07-021-1/+4
* Change explicit maximium numbers to the defined macro MPT_MAX_LUNS.Xin LI2009-07-021-4/+4
* For access(2) and eaccess(2), audit the requested access mode.Robert Watson2009-07-012-2/+10
* Don't panic on attempt to set ACL on a block device file.Edward Tomasz Napierala2009-07-011-6/+6
* - Properly order headers, local variables and prototypes. [1]Stanislav Sedov2009-07-011-18/+11
* - Use fd_lastfile + 1 as the upper bound on nd. This is more correct thanJeff Roberson2009-07-011-6/+8
* Fix a panic which (reportedly) can happen when unmounting a filesystemEdward Tomasz Napierala2009-07-012-1/+3
* Map DPCPU pages into ARM kernel VA space.Rafal Jaworowski2009-07-013-3/+11
* Audit file descriptor numbers for various socket-related system calls.Robert Watson2009-07-011-0/+17
* Define missing audit argument macro AUDIT_ARG_SOCKET(), andRobert Watson2009-07-012-0/+9