summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* mdoc: make pages render with mandocuqs2010-10-2111-13/+10
* Enable copyback and system PD states.pluknet2010-10-211-0/+4
* Update PD state firmware definitions: add copyback, system.pluknet2010-10-211-1/+3
* Remove code duplication by introducing static gctl_param_add() function whichpjd2010-10-211-22/+14
* - Simplify gctl_get_handle() a bit.pjd2010-10-211-5/+3
* In syscall_module_handler(): all switch branches return, removedelphij2010-10-211-4/+1
* Fix printing of files located on ZFS filesystem with an st_dev oredwin2010-10-211-1/+1
* Update PCI power management registers per PCI Bus Power Management Interfacejkim2010-10-203-18/+22
* Use closefrom(2) instead of close(2) in a loop.pjd2010-10-201-21/+8
* Bring in geli suspend/resume functionality (finally).pjd2010-10-207-36/+531
* - Add missing comments.pjd2010-10-203-2/+14
* Get rid of hand-rolled closefrom(3).ed2010-10-201-2/+1
* Correct typos.pjd2010-10-201-2/+2
* Introduce a new tunable 'hw.pci.do_power_suspend'. This tunable lets youjkim2010-10-204-3/+12
* Do not apply do_power_resume for suspending P2P bridge as we did in r214064.jkim2010-10-201-1/+1
* Network driver updatesjchandra2010-10-202-7/+7
* On uniprocessor, warn and fixup hardware cpu mask if more than on CPUjchandra2010-10-201-1/+9
* Remove setpgid() call before executing child process.ed2010-10-201-1/+0
* Workaround strange situation when EDMA_RESQIP register returns zero insteadmav2010-10-201-15/+31
* Some style cleanup:mav2010-10-203-44/+37
* catch up manual pages with rename of vm_page_sleep_busy to vm_page_sleep_if_busyavg2010-10-204-8/+10
* VOP_GETPAGES.9: clarify and correct description of parameters and requirementsavg2010-10-201-13/+18
* PG_BUSY -> VPO_BUSY, PG_WANTED -> VPO_WANTED in manual pages and commentsavg2010-10-204-9/+9
* o Put missed w/space back.maxim2010-10-201-1/+1
* Revert revision 214007, I realized that MySQL wants to resolvedavidxu2010-10-206-56/+2
* - Don't include sx.h, it is not needed.davidxu2010-10-201-12/+11
* Correct handling of shared interrupt in sis_intr(). r212116 incorrectlyyongari2010-10-201-4/+9
OpenPOWER on IntegriCloud