summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add missing DTrace probe invocation to mac_vnode_check_open; the proberwatson2010-10-231-0/+2
* Remove workaround for ZFS bug; fix was committed to the //depot/user/pjd/zfs/...trasz2010-10-231-22/+0
* In thr_exit() and kthread_exit(), only remove thread fromdavidxu2010-10-232-7/+12
* Remove mention of non-existant -o flag for debugging options.uqs2010-10-231-5/+3
* The firmware does pad notifications to an even number of bytes (at leastbschmidt2010-10-231-2/+2
* - Improve error messages, so instead of 'Not fully done', the user will getpjd2010-10-221-17/+21
* Close a race between checking if device is already suspended and suspending it.pjd2010-10-221-9/+9
* Add State tag, so 'geli status' will report active/suspended status, eg:pjd2010-10-221-0/+2
* Encryption keys array might be NULL if device is suspended. Check for this, sopjd2010-10-221-3/+6
* Move sc_akeyctx and sc_ivctx initialization to the g_eli_mkey_propagate()pjd2010-10-223-42/+27
* Modify the file handle hash function in the experimental NFSrmacklem2010-10-223-1/+17
* Add possibility to generate devctl notifications regardless of UGEN presence.hselasky2010-10-222-15/+47
* Add workaround for BCM5906 A1 controller silicon bug. Whenyongari2010-10-222-0/+6
* Enable TX MAC state machine lockup fix for both BCM5755 or higheryongari2010-10-222-1/+7
* Avoid using memcpy() for copying 32bit chunks. This shrinksrdivacky2010-10-221-2/+2
* - Add a new PCI quirk to whitelist an old chipset that doesn't supportjhb2010-10-221-1/+31
* Validate syscall_timing test names before starting to provide earlierrwatson2010-10-221-12/+68
* Revert to r214147, errno is not clobbered as originallybcr2010-10-221-2/+0
* Unbreak ia64.marcel2010-10-222-5/+16
* More simplificationsimp2010-10-222-23/+7
* Remove unnecessary variable.imp2010-10-221-2/+0
* Fix two typosimp2010-10-211-2/+2
* More support for IMAGE installationsimp2010-10-211-1/+9
* Minor tweaks in compression support:imp2010-10-211-9/+9
* Universally use uintmax_t in syscall_timing; rearrange arithmetic torwatson2010-10-211-64/+65
* Call chainevh callback when we are invoked with neither MOD_LOAD nordelphij2010-10-211-1/+3
* Fix typo in last commit.glebius2010-10-211-1/+1
* Free opencrypto sessions on suspend, as they also might keep encryption keys.pjd2010-10-212-35/+81
* The firmware always sets bit 14 and 15, to get the real associd we needbschmidt2010-10-211-1/+1
* Instead of calling return when reaching the end of the assoc notificationbschmidt2010-10-211-1/+1
* - When disabling ktracing on a process, free any pending requests thatjhb2010-10-215-82/+108
* Add Cambridge/Google tag since the copyright has been updated.rwatson2010-10-211-0/+3
* Further syscall_timing improvements: allow an arbitrary "path" stringrwatson2010-10-211-45/+41
* Modify the experimental NFS server in a manner analagous tormacklem2010-10-211-1/+9
* Document strtonum()s behavior of setting errno to 0 when no error is found.bcr2010-10-211-0/+2
* Sync with OpenBSD rev. 1.13:bcr2010-10-211-2/+1
* Clarify a misleading comment. The test in pci_reserve_map() was meant tojhb2010-10-211-9/+9
* Fix bug in recent syscall_timing change: measure the number of iterationsrwatson2010-10-211-3/+4
* - Make 'vm_refcnt' volatile so that compilers won't be tempted to treatjhb2010-10-212-6/+2
* Left over from prior patch removed.imp2010-10-211-11/+0
* Further enhancements to syscall_timing:rwatson2010-10-211-79/+258
* This patch will only list components if the directory exists. Theimp2010-10-211-18/+19
* Document possibility to read from stdin.glebius2010-10-211-1/+5
* This is an updated patch to the last patch to do this which fixes aimp2010-10-211-60/+44
* This small patch updates the "geli setkey" flags pc-sysinstall usesimp2010-10-211-1/+1
* Make it possible to read input from stdin.glebius2010-10-211-2/+4
* Reshuffle SIOCGIFCONF32 handler from r155224.pluknet2010-10-213-30/+29
* Improve the structure and implementation of the syscall_timingrwatson2010-10-211-106/+374
* Fix error handling logic of pututxline(3).ed2010-10-211-12/+21
* Fix a bug introduced in r213067 where we use authentication key beforepjd2010-10-211-9/+10
OpenPOWER on IntegriCloud