| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | On start most of sysctl_kern_proc functions use the same pattern: | Mikolaj Golub | 2011-12-17 | 2 | -112/+94 |
* | syscons: provide a first iteration of cngrab/cnungrab implementation | Andriy Gapon | 2011-12-17 | 2 | -19/+37 |
* | belatedly transfer copyrights from libkern/gets.c to kern_cons.c | Andriy Gapon | 2011-12-17 | 1 | -0/+3 |
* | retire libkern gets | Andriy Gapon | 2011-12-17 | 3 | -79/+0 |
* | Unbreak the OCTEON1 kernel build after r228483 removing the left over | Bjoern A. Zeeb | 2011-12-17 | 1 | -1/+0 |
* | move GETS_*ECHO* defintions from libkern.h to cons.h | Andriy Gapon | 2011-12-17 | 2 | -5/+5 |
* | Another axe(4), found in ASUS zenbook. | Kevin Lo | 2011-12-17 | 2 | -0/+2 |
* | replace uses of libkern gets with cngets | Andriy Gapon | 2011-12-17 | 2 | -3/+4 |
* | introduce cngets, a method for kernel to read a string from console | Andriy Gapon | 2011-12-17 | 2 | -0/+50 |
* | introduce cngrab/cnungrab stub calls in some places where they make sense | Andriy Gapon | 2011-12-17 | 3 | -0/+10 |
* | kern cons: introduce infrastructure for console grabbing by kernel | Andriy Gapon | 2011-12-17 | 15 | -0/+192 |
* | Remove now redundant mac argument. | Bernhard Schmidt | 2011-12-17 | 4 | -14/+8 |
* | Fix some net80211 enum nits: | Bernhard Schmidt | 2011-12-17 | 25 | -161/+168 |
* | Allow this to work on embedded systems without Open Firmware by making | Nathan Whitehorn | 2011-12-16 | 1 | -35/+67 |
* | Zero BSS on start, in case the ELF loader that started the kernel did not | Nathan Whitehorn | 2011-12-16 | 1 | -0/+11 |
* | Fire a kevent if necessary after seeking on a regular file. This fixes a | John Baldwin | 2011-12-16 | 1 | -0/+1 |
* | Style cleanups by jh@. | Pedro F. Giffuni | 2011-12-16 | 9 | -26/+28 |
* | - Rename if_carp.ko to carp.ko. | Gleb Smirnoff | 2011-12-16 | 3 | -6/+8 |
* | Since size of struct in_aliasreq has just been changed in r228571, | Gleb Smirnoff | 2011-12-16 | 1 | -6/+0 |
* | Fix format string Z --> z, since the former is a deprecated and (in FreeBSD) | Stefan Eßer | 2011-12-16 | 1 | -2/+2 |
* | A major overhaul of the CARP implementation. The ip_carp.c was started | Gleb Smirnoff | 2011-12-16 | 18 | -1469/+1140 |
* | Add 'findstack' ddb command to search either the thread kernel stack | Konstantin Belousov | 2011-12-16 | 3 | -0/+39 |
* | Show the thread kernel stack base address for 'show threads'. | Konstantin Belousov | 2011-12-16 | 1 | -1/+2 |
* | Move kstack_cache_entry into the private header, and make the | Konstantin Belousov | 2011-12-16 | 2 | -7/+45 |
* | Fix typo in macro. | Ed Schouten | 2011-12-16 | 1 | -1/+1 |
* | Fix my braino in description of RADIX_MPATH. | Gleb Smirnoff | 2011-12-16 | 1 | -1/+1 |
* | Process a lot of feedback from bde@ on <sys/cdefs.h>: | Ed Schouten | 2011-12-16 | 1 | -20/+18 |
* | Many updates to cxgbe(4) | Navdeep Parhar | 2011-12-16 | 16 | -1831/+6181 |
* | Patch the new NFS server in a manner analagous to r228520 for the | Rick Macklem | 2011-12-16 | 1 | -1/+7 |
* | Add "%option noinput" to aicasm_scan.l and aicasm_macro_scan.l, so no | Dimitry Andric | 2011-12-16 | 2 | -0/+4 |
* | In sys/contrib/ngatm/netnatm/msg/uni_ie.c, use a more appropriate way to | Dimitry Andric | 2011-12-15 | 1 | -41/+43 |
* | Bring in reallocblk to ext2fs. | Pedro F. Giffuni | 2011-12-15 | 5 | -38/+335 |
* | Simplify the implementation of the identity mapping in start_all_aps(). | Alan Cox | 2011-12-15 | 2 | -10/+2 |
* | Use vm_mmap_to_errno(). | John Baldwin | 2011-12-15 | 1 | -9/+2 |
* | Simplify rtrequest(RTM_ADD): ifa can't be NULL after rt_getifa_fib(). | Gleb Smirnoff | 2011-12-15 | 1 | -9/+4 |
* | ARM pmap fixes: | Rafal Jaworowski | 2011-12-15 | 2 | -2/+5 |
* | Add a pointless and superfluous GNUism that people at a certain large data | David Chisnall | 2011-12-15 | 1 | -0/+7 |
* | Add RADIX_MPATH to LINT. | Gleb Smirnoff | 2011-12-15 | 1 | -0/+3 |
* | s/timout/timeout | Kevin Lo | 2011-12-15 | 4 | -4/+4 |
* | Eliminate vestiges of page coloring. | Alan Cox | 2011-12-15 | 7 | -15/+7 |
* | Honor NFSv3 commit call (RFC 1813, Section 3.3.21) where when count is 0, | Xin LI | 2011-12-15 | 1 | -1/+6 |
* | * Add in the gpio/gpioled drivers into AR91XX_BASE. | Adrian Chadd | 2011-12-15 | 3 | -0/+49 |
* | Re-jiggle the GPIO code a little to remove the hard-coded AR71xx GPIO | Adrian Chadd | 2011-12-15 | 1 | -25/+38 |
* | Add the 11n chipset RF frontends to the linker set, even though they're not | Adrian Chadd | 2011-12-15 | 4 | -0/+32 |
* | Print out the radio RF version at startup, so I can better see which | Adrian Chadd | 2011-12-15 | 1 | -0/+2 |
* | Use the correct RF version probe routine. | Adrian Chadd | 2011-12-15 | 1 | -1/+1 |
* | Modify the ACL code slightly to support a few nifty things: | Adrian Chadd | 2011-12-15 | 4 | -4/+17 |
* | Create large page mappings in pmap_map(). | Alan Cox | 2011-12-14 | 1 | -4/+32 |
* | Fix select/poll/kqueue for write on reverse direction before first write. | Jilles Tjoelker | 2011-12-14 | 1 | -2/+4 |
* | Add a helper API to allow in-kernel code to map portions of shared memory | John Baldwin | 2011-12-14 | 2 | -0/+124 |