summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug which prevents "nfsstat -W" for server statistics from working.hrs2012-07-221-2/+1
* Fix a bug introduced in r221129 that leads to a panic wen using bundledbz2012-07-221-2/+1
* Update some stale comments regarding tcbinfo locking in the TCP inputrwatson2012-07-221-10/+3
* Use NULL instead of 0 for pointerskevlo2012-07-227-13/+13
* Cosmetics: define FREEBSD32_MINUSER and AOUT32_MINUSER for structkib2012-07-223-10/+12
* MFCamd64 r238598:kib2012-07-213-5/+35
* MFamd64 r238668:kib2012-07-211-16/+13
* MFamd64 r238597:kib2012-07-211-0/+2
* MFamd64 r238669:kib2012-07-211-0/+2
* Use 16bit PIO instead of 32bit in case of misaligned buffer.mav2012-07-211-18/+14
* Fix typo in comment, should be MHz here.glebius2012-07-211-1/+1
* Constently use 2-space sentence breaks.kib2012-07-211-2/+2
* Stop caching curpcb in the local variable.kib2012-07-211-16/+12
* The PT_I386_{GET,SET}XMMREGS and PT_{GET,SET}XSTATE operate on thekib2012-07-211-1/+6
* Stop clearing x87 exceptions in the #MF handler on amd64. If user codekib2012-07-211-18/+13
* (Incomplete) fixes for symbols visibility issues and style in fcntl.h.kib2012-07-213-7/+14
* Fix typo in bzero length argument during sense fetching.mav2012-07-211-1/+1
* Remove copy/pasteo in the copyright notice.gnn2012-07-211-3/+0
* Add a new script, hotopen, which shows what uid is opening filesgnn2012-07-202-2/+63
* Make it possible to resize opened partitions.trasz2012-07-201-3/+8
* Make ZVOL resizing ('zfs set volsize') properly resize the GEOM provider.trasz2012-07-201-9/+3
* Use proper error message when fstat(2) fails on stdout.jh2012-07-201-1/+1
* style(9).jh2012-07-201-16/+19
* Add a needed #include due to my recent change.adrian2012-07-201-0/+1
* Add missing SRCS.adrian2012-07-201-1/+1
* Add the new athratestats tool.adrian2012-07-201-1/+1
* Tidy things up substantially:adrian2012-07-201-12/+44
* Don't forget to initialize return value.davidxu2012-07-201-1/+1
* Simplify code by replacing _thr_ref_add() with _thr_find_thread().davidxu2012-07-201-5/+1
* Eliminate duplicated code.davidxu2012-07-201-19/+10
* Don't assign same value.davidxu2012-07-202-6/+4
* Eliminate duplicated code.davidxu2012-07-201-29/+14
* Eliminate duplicated code.davidxu2012-07-201-30/+16
* Use the rate control table to display the rate rather than the rix,adrian2012-07-201-13/+61
* Introduce a rate table TLV so rate table statistics consumersadrian2012-07-202-24/+50
* Don't forget to release a thread reference count,davidxu2012-07-201-4/+2
* Bump this up to match what the HAL is at now.adrian2012-07-201-1/+1
* Implement a first cut of the 'sample' rate statistics userland utility.adrian2012-07-202-0/+227
* Enable the basic node-based rate control statistics via an ioctl().adrian2012-07-201-0/+40
* Add a per-node rate control routine for each rate control module.adrian2012-07-204-8/+97
* Create an ioctl API for fetching the current rate control information.adrian2012-07-202-0/+46
* Import an updated version of moduli(5) manual page from OpenBSD.delphij2012-07-201-133/+99
* Prepare for (re)using this header file in userland.adrian2012-07-201-0/+6
* Revert SVN r238628 (mistake).dteske2012-07-191-1/+1
* Fix syntax errors (s/:=/:-/).dteske2012-07-192-2/+2
* Remove line which was accidentally kept in r238614.kib2012-07-191-1/+0
* Merge more cosmetical changes from NetBSD's libedit.pfg2012-07-192-5/+5
* Introduce curpcb magic variable, similar to curthread, which is MDkib2012-07-195-14/+30
* Allow to specify no source-address-selection policyemax2012-07-191-0/+3
* Revert the use of BUS_DMA_ALLOCNOW when creating the DMA tag for usermarius2012-07-191-2/+2
OpenPOWER on IntegriCloud