| Commit message (Expand) | Author | Age | Files | Lines |
* | Move initialization of CESA decoding windows from common section | gber | 2013-05-06 | 6 | -162/+124 |
* | Only check fan type once. Not only is continuously rechecking pointless, a | nwhitehorn | 2013-05-05 | 1 | -11/+40 |
* | use a plain 'make toolchain' to build toolchain, and | luigi | 2013-05-05 | 1 | -11/+5 |
* | Some fixes to snd_envy24ht(4) driver: | mav | 2013-05-05 | 2 | -32/+13 |
* | remove a leftover comment | luigi | 2013-05-05 | 1 | -2/+0 |
* | sh: Use O_CLOEXEC and F_DUPFD_CLOEXEC instead of separate fcntl() call. | jilles | 2013-05-05 | 4 | -17/+11 |
* | Add the AR9300 descriptor decoding code. | adrian | 2013-05-05 | 3 | -4/+6 |
* | This is a simple script to output the delta between each TX and TXSTATUS. | adrian | 2013-05-05 | 1 | -0/+34 |
* | - Use int8_t type for the mftrecsz field in g_label_ntfs. char type | stas | 2013-05-05 | 1 | -3/+4 |
* | MFV: Update zlib to 1.2.8. | delphij | 2013-05-05 | 25 | -139/+328 |
* | Optimize vm_radix_lookup_ge() and vm_radix_lookup_le(). Specifically, | alc | 2013-05-04 | 1 | -103/+75 |
* | Make a debugging printf a little more useful. | kientzle | 2013-05-04 | 1 | -2/+2 |
* | Fix comment block formatting. | ian | 2013-05-04 | 1 | -1/+2 |
* | Insert STOP_UNWINDING directives in the _start (kernel entry point) and | ian | 2013-05-04 | 3 | -4/+12 |
* | EABI unwinder enhancements... When it's time to stop unwinding, don't | ian | 2013-05-04 | 1 | -26/+39 |
* | Use FF02:0:0:0:0:2:FF00::/104 prefix for IPv6 Node Information Group | hrs | 2013-05-04 | 7 | -16/+90 |
* | POSIX 1003.1-2008: add ENOTRECOVERABLE, EOWNERDEAD errnos. | pluknet | 2013-05-04 | 4 | -2/+14 |
* | Add missing vdrop() in error case. | mdf | 2013-05-04 | 1 | -0/+1 |
* | Use unified method for accessing / updating cached rule pointers. | melifaro | 2013-05-04 | 1 | -40/+35 |
* | Document that the return type is different from 1003.1-2008. | pluknet | 2013-05-04 | 1 | -2/+9 |
* | mdoc: missing comma in .Dd macro. | pluknet | 2013-05-04 | 5 | -5/+5 |
* | If the kernel is compiled with VMIMAGE support, the first attempt of | davide | 2013-05-04 | 1 | -1/+10 |
* | Add a few xargs tests related to -0, -n and quoting. | stefanf | 2013-05-04 | 11 | -1/+71 |
* | - Fix exit status when ip6addrctl_verbose=yes [*] | hrs | 2013-05-04 | 1 | -26/+34 |
* | Kill yet another reference to UserConfig | gavin | 2013-05-04 | 1 | -1/+1 |
* | Change VM_OBJECT_LOCK/UNLOCK() -> VM_OBJECT_WLOCK/WUNLOCK() to reflect | davide | 2013-05-04 | 1 | -8/+9 |
* | Overhaul locking in netsmb, getting rid of the obsolete lockmgr() primitive. | davide | 2013-05-04 | 4 | -113/+166 |
* | Completely rewrite the interface to smbdev switching from dev_clone | davide | 2013-05-04 | 6 | -177/+142 |
* | Introduce and use new flag -L to mount for mounting only late filesystems. | crees | 2013-05-04 | 3 | -15/+20 |
* | Add entry for errno ECAPMODE. | pluknet | 2013-05-04 | 1 | -0/+2 |
* | Bump date. | pluknet | 2013-05-04 | 1 | -1/+1 |
* | libkvm: Make second /dev/null file descriptor close-on-exec as well. | jilles | 2013-05-04 | 1 | -1/+1 |
* | libkvm: Use O_CLOEXEC instead of separate fcntl(F_SETFD) call. | jilles | 2013-05-04 | 1 | -15/+4 |
* | The holding buffer logic needs to be used for _all_ transmission, not | adrian | 2013-05-04 | 1 | -13/+14 |
* | Improve compatibility with recent flex from flex.sourceforge.net. | jkim | 2013-05-03 | 14 | -34/+37 |
* | Reduce diff with upstream. | jkim | 2013-05-03 | 12 | -32/+45 |
* | Similar to 233760 and 236717, export some more useful info about the | jhb | 2013-05-03 | 10 | -3/+201 |
* | sh: Remove racy test case for read builtin. | jilles | 2013-05-03 | 1 | -13/+0 |
* | cxgbe: Switch to a better way to install firmware. | np | 2013-05-03 | 1 | -1/+1 |
* | Fix FIONREAD on regular files. The computed result was being ignored and | jhb | 2013-05-03 | 1 | -3/+2 |
* | Fix two bugs in the current NUMA-aware allocation code: | jhb | 2013-05-03 | 1 | -6/+48 |
* | cxgbe/tom: Do not use M_PROTO1 to mark rx zero-copy mbufs as special. | np | 2013-05-03 | 3 | -25/+28 |
* | Allow building clang on older FreeBSD releases, where log2() does not | dim | 2013-05-03 | 1 | -0/+5 |
* | sh: Improve error handling in read builtin: | jilles | 2013-05-03 | 4 | -5/+47 |
* | Fix compile warning. | hselasky | 2013-05-03 | 1 | -1/+2 |
* | Also, add a missing period. | pluknet | 2013-05-03 | 3 | -3/+3 |
* | Remove an extra comma. | pluknet | 2013-05-03 | 3 | -3/+3 |
* | Remove the STANDARDS section. | pluknet | 2013-05-03 | 1 | -4/+1 |
* | Tune support for removable media in da driver: | mav | 2013-05-03 | 1 | -17/+13 |
* | - Add more defines to limit USB memory usage and number of allocations | hselasky | 2013-05-03 | 11 | -35/+99 |