summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 1) Use isprint() instead of hardcoded values to detect non-printable.ache2009-09-021-9/+9
* Don't attempt to bind the current thread to the CPU an IRQ is bound tojhb2009-09-022-18/+24
* Fix regression introduced with NFSv4 ACL support - make acl_to_text(3)trasz2009-09-012-11/+12
* Add counters for the i7 architecture which were accidentally leftgnn2009-09-012-3/+82
* In case an upper layer protocol tries to send a packet but thebz2009-09-011-12/+10
* Adapt to the fact that ls(1) correctly prints '+' for symlinks with ACLs now.trasz2009-09-011-2/+1
* Delete whitespace not in i386/pmap.cadrian2009-09-011-1/+0
* Fix mount reference leak when V_XSLEEP is specified to vn_start_write().kib2009-09-011-1/+1
* Reintroduce the r196640, after fixing the problem with my testing.kib2009-09-019-81/+127
* Migrate to use cpuset_t.adrian2009-09-011-5/+4
* o Document MALLOC_PRODUCTION knob.maxim2009-09-011-1/+7
* Merge in the pat_works work from sys/i386/i386/pmap.c - primarily to reduceadrian2009-09-011-65/+74
* Fix broken build.adrian2009-09-011-0/+1
* Revert previous commit; that was left-over junk in the tree.adrian2009-08-311-0/+2
* Shuffle pagezero() into the same location as in sys/i386/i386/pmap.c.adrian2009-08-312-18/+16
* Make sure rx descriptor ring align on 16 bytes. I guess theyongari2009-08-311-2/+4
* On resume in sta mode program the beacon timers so when roaming (andsam2009-08-311-1/+10
* This patch fixes the following issues:qingli2009-08-311-5/+48
* Add NFSv4 ACL support to ls(1).trasz2009-08-311-52/+54
* Make the code more readable and fix chmod(1) on symlinks withtrasz2009-08-311-13/+15
* Add regression test for ACLs on device files - mostly to maketrasz2009-08-311-0/+16
* Simplify pmap_change_attr() a bit:jhb2009-08-312-30/+9
* Add support for INDEX-9 [1]dougb2009-08-311-3/+3
* Improve pmap_change_attr() so that it is able to demote a large (2/4MB)jhb2009-08-312-52/+181
* Partially revert 196524: this part of change should not be committed asdelphij2009-08-311-20/+25
* Backport the 'dirtying dbuf' panic fix from newer ZFS version.pjd2009-08-314-22/+40
* Remove empty directory.pjd2009-08-310-0/+0
* Make it easier to find proper manual page for newer ServeRAID controllers.trasz2009-08-311-0/+5
* Manual page for mfiutil(8) is in section 8 now.trasz2009-08-311-2/+2
* Purge some non-useful mergeinfo that is a relic from a temporary USB2 namejhb2009-08-310-0/+0
* Delete some empty mergeinfo.jhb2009-08-310-0/+0
* Make the mnt_writeopcount and mnt_secondary_writes counters,kib2009-08-311-2/+4
* Remove spurious pfs_unlock().kib2009-08-311-1/+0
* As part of r196609, a call to "rtalloc" did not take the fib intoqingli2009-08-311-1/+1
* Add missing mountpoint vnode locking.pjd2009-08-301-0/+5
* add core dump support to blkfrontkmacy2009-08-301-2/+87
* Fix build with INVARIANTS.mav2009-08-301-1/+1
* Short ATA command format has 28bit address, not 36bit.mav2009-08-305-14/+14
* MFp4:mav2009-08-301-27/+120
* ATA_FLUSHCACHE is a 36bit format command, not 48.mav2009-08-301-4/+4
* MFp4:mav2009-08-303-56/+196
* MFp4:mav2009-08-301-5/+31
* Fix the reference for the IPV6_V6ONLY option. This option is describedmotoyuki2009-08-301-1/+1
* Make sure FreeBSD binaries without .note.ABI-tag section workbz2009-08-305-10/+19
* Fix the problem that the entry broke into two lines with multi-byteume2009-08-303-12/+24
* AM/PM date format for ja_JP.eucJP and ja_JP.SJIS wereume2009-08-301-4/+2
* Prevents pam_lastlog from segfaulting on session close when tty is null.jon2009-08-301-0/+5
* Prefix on-link verification is being performed on staticallyqingli2009-08-301-0/+9
* Reverse r196640 and r196644 for now.kib2009-08-299-127/+81
* Dispose the kernel stack of the proper thread.kib2009-08-291-1/+1
OpenPOWER on IntegriCloud