aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* On start most of sysctl_kern_proc functions use the same pattern:Mikolaj Golub2011-12-172-112/+94
* syscons: provide a first iteration of cngrab/cnungrab implementationAndriy Gapon2011-12-172-19/+37
* belatedly transfer copyrights from libkern/gets.c to kern_cons.cAndriy Gapon2011-12-171-0/+3
* retire libkern getsAndriy Gapon2011-12-173-79/+0
* Unbreak the OCTEON1 kernel build after r228483 removing the left overBjoern A. Zeeb2011-12-171-1/+0
* move GETS_*ECHO* defintions from libkern.h to cons.hAndriy Gapon2011-12-172-5/+5
* Another axe(4), found in ASUS zenbook.Kevin Lo2011-12-172-0/+2
* replace uses of libkern gets with cngetsAndriy Gapon2011-12-172-3/+4
* introduce cngets, a method for kernel to read a string from consoleAndriy Gapon2011-12-172-0/+50
* introduce cngrab/cnungrab stub calls in some places where they make senseAndriy Gapon2011-12-173-0/+10
* kern cons: introduce infrastructure for console grabbing by kernelAndriy Gapon2011-12-1715-0/+192
* Remove now redundant mac argument.Bernhard Schmidt2011-12-174-14/+8
* Fix some net80211 enum nits:Bernhard Schmidt2011-12-1725-161/+168
* Allow this to work on embedded systems without Open Firmware by makingNathan Whitehorn2011-12-161-35/+67
* Zero BSS on start, in case the ELF loader that started the kernel did notNathan Whitehorn2011-12-161-0/+11
* Fire a kevent if necessary after seeking on a regular file. This fixes aJohn Baldwin2011-12-161-0/+1
* Style cleanups by jh@.Pedro F. Giffuni2011-12-169-26/+28
* - Rename if_carp.ko to carp.ko.Gleb Smirnoff2011-12-163-6/+8
* Since size of struct in_aliasreq has just been changed in r228571,Gleb Smirnoff2011-12-161-6/+0
* Fix format string Z --> z, since the former is a deprecated and (in FreeBSD)Stefan Eßer2011-12-161-2/+2
* A major overhaul of the CARP implementation. The ip_carp.c was startedGleb Smirnoff2011-12-1618-1469/+1140
* Add 'findstack' ddb command to search either the thread kernel stackKonstantin Belousov2011-12-163-0/+39
* Show the thread kernel stack base address for 'show threads'.Konstantin Belousov2011-12-161-1/+2
* Move kstack_cache_entry into the private header, and make theKonstantin Belousov2011-12-162-7/+45
* Fix typo in macro.Ed Schouten2011-12-161-1/+1
* Fix my braino in description of RADIX_MPATH.Gleb Smirnoff2011-12-161-1/+1
* Process a lot of feedback from bde@ on <sys/cdefs.h>:Ed Schouten2011-12-161-20/+18
* Many updates to cxgbe(4)Navdeep Parhar2011-12-1616-1831/+6181
* Patch the new NFS server in a manner analagous to r228520 for theRick Macklem2011-12-161-1/+7
* Add "%option noinput" to aicasm_scan.l and aicasm_macro_scan.l, so noDimitry Andric2011-12-162-0/+4
* In sys/contrib/ngatm/netnatm/msg/uni_ie.c, use a more appropriate way toDimitry Andric2011-12-151-41/+43
* Bring in reallocblk to ext2fs.Pedro F. Giffuni2011-12-155-38/+335
* Simplify the implementation of the identity mapping in start_all_aps().Alan Cox2011-12-152-10/+2
* Use vm_mmap_to_errno().John Baldwin2011-12-151-9/+2
* Simplify rtrequest(RTM_ADD): ifa can't be NULL after rt_getifa_fib().Gleb Smirnoff2011-12-151-9/+4
* ARM pmap fixes:Rafal Jaworowski2011-12-152-2/+5
* Add a pointless and superfluous GNUism that people at a certain large dataDavid Chisnall2011-12-151-0/+7
* Add RADIX_MPATH to LINT.Gleb Smirnoff2011-12-151-0/+3
* s/timout/timeoutKevin Lo2011-12-154-4/+4
* Eliminate vestiges of page coloring.Alan Cox2011-12-157-15/+7
* Honor NFSv3 commit call (RFC 1813, Section 3.3.21) where when count is 0,Xin LI2011-12-151-1/+6
* * Add in the gpio/gpioled drivers into AR91XX_BASE.Adrian Chadd2011-12-153-0/+49
* Re-jiggle the GPIO code a little to remove the hard-coded AR71xx GPIOAdrian Chadd2011-12-151-25/+38
* Add the 11n chipset RF frontends to the linker set, even though they're notAdrian Chadd2011-12-154-0/+32
* Print out the radio RF version at startup, so I can better see whichAdrian Chadd2011-12-151-0/+2
* Use the correct RF version probe routine.Adrian Chadd2011-12-151-1/+1
* Modify the ACL code slightly to support a few nifty things:Adrian Chadd2011-12-154-4/+17
* Create large page mappings in pmap_map().Alan Cox2011-12-141-4/+32
* Fix select/poll/kqueue for write on reverse direction before first write.Jilles Tjoelker2011-12-141-2/+4
* Add a helper API to allow in-kernel code to map portions of shared memoryJohn Baldwin2011-12-142-0/+124