summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* There is an optimization in chmod(1), that makes it not to call chmod(2)trasz2009-07-0811-10/+59
* Fix regressions in return events of poll() on TTYs.ed2009-07-082-11/+8
* Fix some uninitialise variables.brian2009-07-083-5/+106
* Add support for using a livefs from a USB disk.cperciva2009-07-084-3/+33
* Refactor code from installFixitCDROM into a new function, fixit_livefs_common.cperciva2009-07-081-49/+70
* Fix kernel panic, when ataahci driver is used on system with increasedmav2009-07-081-1/+1
* Revert revisions 188839 and 188868. Use of the ioctl in geom_dev.cmarcel2009-07-085-59/+1
* Increase HZ_VM from 10 to 100. While 10 hz saves cpu timesilby2009-07-081-1/+1
* Fix ar5416 and later parts on big-endian platforms: setup the h/w bytesam2009-07-071-15/+14
* Fix two typos and sort sysctls.joel2009-07-071-9/+9
* Fix poll(2) and select(2) for named pipes to return "ready for read"kib2009-07-074-37/+36
* Bump for BETA1.kensmith2009-07-071-1/+1
* Fix AR5416 and later parts when building with AH_DEBUG or similar defined:sam2009-07-062-16/+21
* Document the new EQ and VPC features along with a few loader tunables.joel2009-07-061-5/+56
* When pmap_change_attr() changes the PAT setting on a kernel mapping, it hasalc2009-07-061-3/+11
* After the per-CPU IDT changes, the IDT vector of an interrupt could changejhb2009-07-064-12/+44
* MFi386: Add a 'show idt' command to DDB to display the non-default functionjhb2009-07-061-1/+26
* The new method of reading the mac address from thejfv2009-07-061-1/+36
* - pkg_install is maintained by portmgr.flz2009-07-061-2/+1
* In the current code, rdlock_count is not correctly handled for some cases.attilio2009-07-062-1/+4
* This addresses some issues with my earlier -R fix thatkientzle2009-07-062-66/+74
* PAE adds another level to the i386 page table. This level is a smallalc2009-07-052-11/+7
* catchup with action+ageq additionssam2009-07-051-1/+2
* add missing bit of r195379sam2009-07-051-0/+1
* - Don't suggest opening file for writing in preparation for fexecve(2).pjd2009-07-051-6/+5
* Add ieee80211_ageq; a facility for staging packets that requiresam2009-07-058-140/+391
* - Increase dynamic range of filter coefficients from 28bit to 30bit.ariff2009-07-052-13/+120
* Revamp 802.11 action frame handling:sam2009-07-0512-359/+726
* Cleanup ALIGNED_POINTER:sam2009-07-058-28/+52
* Add a missing phrase.brian2009-07-051-1/+1
* When the kernel is configured without "options FFS", build UFS as a moduletrasz2009-07-051-5/+1
* Mark atanvidia depending on ataahci since rev.188846.mav2009-07-052-1/+3
* Add missing reference to GPT support.ivoras2009-07-051-0/+1
* Disable r194497 for now. It doesn't work well with ports-mgmt/tinderbox.brian2009-07-051-0/+2
* Add a new options (-s) that, when specified, skips the question aboutattilio2009-07-042-24/+33
* When forking a vm space that has wired map entries, do not forget tokib2009-07-033-12/+16
* acpi_hp.c:rpaulo2009-07-033-103/+139
* This fixes bsdcpio's -R option to accept numerickientzle2009-07-032-20/+50
* Fix fpathconf(3) on fifos, in effect making ls(1) properlytrasz2009-07-022-0/+59
* Enable POSIX semaphores on all non-embedded architectures by default.ed2009-07-027-0/+7
* In vn_vget_ino() and their inline equivalents, mnt_ref() the mount pointkib2009-07-024-0/+8
* Create audit records for AUE_POSIX_OPENPT, currently w/o arguments.rwatson2009-07-021-0/+1
* Call prison_check from vfs_suser rather than re-implementing it.jamie2009-07-021-2/+1
* Slightly increase amount of bandwidth of resampling filter forariff2009-07-021-1/+1
* Fix comment misthink.rwatson2009-07-021-1/+1
* Audit file descriptor and command arguments to ioctl(2).rwatson2009-07-021-0/+2
* Clean up a number of aspects of token generation from audit arguments torwatson2009-07-022-70/+55
* Use MPT_MAX_LUNS as maximium number of LUNs, not 7, for SAS and FC cases.delphij2009-07-021-1/+4
* Change explicit maximium numbers to the defined macro MPT_MAX_LUNS.delphij2009-07-021-4/+4
* For access(2) and eaccess(2), audit the requested access mode.rwatson2009-07-012-2/+10
OpenPOWER on IntegriCloud