summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Compute the exponential of x for Intel 80-bit format and IEEE 128-bitkargl2012-07-237-6/+620
* When WITHOUT_CLANG is being used, also clean out the clang 3.1 headersdim2012-07-231-0/+24
* Quirk MS keyboard so that function keys workemaste2012-07-231-0/+1
* u3g: add support for Huawei E392 LTE modemrea2012-07-232-0/+2
* Revert this; it wasn't supposed to be part of this commit.adrian2012-07-231-2/+0
* Begin separating out the TX DMA setup in preparation for TX EDMA support.adrian2012-07-2310-14/+262
* Flesh out a new DMA map for the EDMA TX completion status, as welladrian2012-07-233-0/+24
* Begin modifying the descriptor allocation functions to support a variableadrian2012-07-233-11/+23
* Document the following in rc.conf.5:gjb2012-07-221-1/+29
* Correct ugen.4 to show that it has been integrated into usb(4). Also fixwblock2012-07-221-34/+24
* Derive FREEBSD_PART from /etc/fstab, and make it full device name.phk2012-07-221-23/+25
* Put struct ostat and struct nstat under #ifdef _KERNEL. Thekib2012-07-221-3/+3
* Replace hardcoded /mnt with ${SBMNT} which defaults to /mnt.sysbuildphk2012-07-221-51/+55
* 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
OpenPOWER on IntegriCloud