| Commit message (Expand) | Author | Age | Files | Lines |
* | There is an optimization in chmod(1), that makes it not to call chmod(2) | trasz | 2009-07-08 | 11 | -10/+59 |
* | Fix regressions in return events of poll() on TTYs. | ed | 2009-07-08 | 2 | -11/+8 |
* | Fix some uninitialise variables. | brian | 2009-07-08 | 3 | -5/+106 |
* | Add support for using a livefs from a USB disk. | cperciva | 2009-07-08 | 4 | -3/+33 |
* | Refactor code from installFixitCDROM into a new function, fixit_livefs_common. | cperciva | 2009-07-08 | 1 | -49/+70 |
* | Fix kernel panic, when ataahci driver is used on system with increased | mav | 2009-07-08 | 1 | -1/+1 |
* | Revert revisions 188839 and 188868. Use of the ioctl in geom_dev.c | marcel | 2009-07-08 | 5 | -59/+1 |
* | Increase HZ_VM from 10 to 100. While 10 hz saves cpu time | silby | 2009-07-08 | 1 | -1/+1 |
* | Fix ar5416 and later parts on big-endian platforms: setup the h/w byte | sam | 2009-07-07 | 1 | -15/+14 |
* | Fix two typos and sort sysctls. | joel | 2009-07-07 | 1 | -9/+9 |
* | Fix poll(2) and select(2) for named pipes to return "ready for read" | kib | 2009-07-07 | 4 | -37/+36 |
* | Bump for BETA1. | kensmith | 2009-07-07 | 1 | -1/+1 |
* | Fix AR5416 and later parts when building with AH_DEBUG or similar defined: | sam | 2009-07-06 | 2 | -16/+21 |
* | Document the new EQ and VPC features along with a few loader tunables. | joel | 2009-07-06 | 1 | -5/+56 |
* | When pmap_change_attr() changes the PAT setting on a kernel mapping, it has | alc | 2009-07-06 | 1 | -3/+11 |
* | After the per-CPU IDT changes, the IDT vector of an interrupt could change | jhb | 2009-07-06 | 4 | -12/+44 |
* | MFi386: Add a 'show idt' command to DDB to display the non-default function | jhb | 2009-07-06 | 1 | -1/+26 |
* | The new method of reading the mac address from the | jfv | 2009-07-06 | 1 | -1/+36 |
* | - pkg_install is maintained by portmgr. | flz | 2009-07-06 | 1 | -2/+1 |
* | In the current code, rdlock_count is not correctly handled for some cases. | attilio | 2009-07-06 | 2 | -1/+4 |
* | This addresses some issues with my earlier -R fix that | kientzle | 2009-07-06 | 2 | -66/+74 |
* | PAE adds another level to the i386 page table. This level is a small | alc | 2009-07-05 | 2 | -11/+7 |
* | catchup with action+ageq additions | sam | 2009-07-05 | 1 | -1/+2 |
* | add missing bit of r195379 | sam | 2009-07-05 | 1 | -0/+1 |
* | - Don't suggest opening file for writing in preparation for fexecve(2). | pjd | 2009-07-05 | 1 | -6/+5 |
* | Add ieee80211_ageq; a facility for staging packets that require | sam | 2009-07-05 | 8 | -140/+391 |
* | - Increase dynamic range of filter coefficients from 28bit to 30bit. | ariff | 2009-07-05 | 2 | -13/+120 |
* | Revamp 802.11 action frame handling: | sam | 2009-07-05 | 12 | -359/+726 |
* | Cleanup ALIGNED_POINTER: | sam | 2009-07-05 | 8 | -28/+52 |
* | Add a missing phrase. | brian | 2009-07-05 | 1 | -1/+1 |
* | When the kernel is configured without "options FFS", build UFS as a module | trasz | 2009-07-05 | 1 | -5/+1 |
* | Mark atanvidia depending on ataahci since rev.188846. | mav | 2009-07-05 | 2 | -1/+3 |
* | Add missing reference to GPT support. | ivoras | 2009-07-05 | 1 | -0/+1 |
* | Disable r194497 for now. It doesn't work well with ports-mgmt/tinderbox. | brian | 2009-07-05 | 1 | -0/+2 |
* | Add a new options (-s) that, when specified, skips the question about | attilio | 2009-07-04 | 2 | -24/+33 |
* | When forking a vm space that has wired map entries, do not forget to | kib | 2009-07-03 | 3 | -12/+16 |
* | acpi_hp.c: | rpaulo | 2009-07-03 | 3 | -103/+139 |
* | This fixes bsdcpio's -R option to accept numeric | kientzle | 2009-07-03 | 2 | -20/+50 |
* | Fix fpathconf(3) on fifos, in effect making ls(1) properly | trasz | 2009-07-02 | 2 | -0/+59 |
* | Enable POSIX semaphores on all non-embedded architectures by default. | ed | 2009-07-02 | 7 | -0/+7 |
* | In vn_vget_ino() and their inline equivalents, mnt_ref() the mount point | kib | 2009-07-02 | 4 | -0/+8 |
* | Create audit records for AUE_POSIX_OPENPT, currently w/o arguments. | rwatson | 2009-07-02 | 1 | -0/+1 |
* | Call prison_check from vfs_suser rather than re-implementing it. | jamie | 2009-07-02 | 1 | -2/+1 |
* | Slightly increase amount of bandwidth of resampling filter for | ariff | 2009-07-02 | 1 | -1/+1 |
* | Fix comment misthink. | rwatson | 2009-07-02 | 1 | -1/+1 |
* | Audit file descriptor and command arguments to ioctl(2). | rwatson | 2009-07-02 | 1 | -0/+2 |
* | Clean up a number of aspects of token generation from audit arguments to | rwatson | 2009-07-02 | 2 | -70/+55 |
* | Use MPT_MAX_LUNS as maximium number of LUNs, not 7, for SAS and FC cases. | delphij | 2009-07-02 | 1 | -1/+4 |
* | Change explicit maximium numbers to the defined macro MPT_MAX_LUNS. | delphij | 2009-07-02 | 1 | -4/+4 |
* | For access(2) and eaccess(2), audit the requested access mode. | rwatson | 2009-07-01 | 2 | -2/+10 |