summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update the documentation to reflect changes to the implementation indas2010-11-301-14/+14
* - Remove the remaining support for older (in this case pre-7.0-RELEASE)marius2010-11-301-47/+19
* Don't panic when we read an empty ACL from ZFS. Apparently this may happentrasz2010-11-301-1/+4
* Several chipset drivers alter parameters relevant for the DMA tag creation,marius2010-11-301-2/+1
* Rename a variable to match scvidctl.c.jkim2010-11-301-11/+11
* Stop hardcoding default font size.jkim2010-11-301-1/+1
* Change VM_KMEM_SIZE_MAX to be just (VM_MAX_KERNEL_ADDRESS - VM_MIN_KERNEL_ADD...fjoe2010-11-301-2/+1
* Clean up code a bit to make it more readable.jkim2010-11-301-42/+40
* Do not hardcode (20*60), but use current ARP timeout value configuredglebius2010-11-301-1/+7
* Teach crashinfo(8) to look at the currently running kernel (based on thecperciva2010-11-301-1/+1
* That should belong to r216075. Pointy hat on me.glebius2010-11-301-3/+3
* Use time_uptime instead of non-monotonic time_second to drive ARPglebius2010-11-303-10/+10
* Fix two errors in the man pagen_hibma2010-11-301-2/+1
* We need to define a cdev variable associated with each USB device,hselasky2010-11-301-0/+4
* Run all poll requests through a single function that can either do the genericjmallett2010-11-307-63/+43
* Remove redundant (and bogus) insertion of pnp info when announcing newimp2010-11-301-37/+2
* Display some Octeon 2 features and a feature for distinguishing between PCIejmallett2010-11-301-0/+3
* Clean up code a bit to make it more readable.jkim2010-11-291-18/+9
* Honor font size for the video mode when default fonts are compiled in kerneljkim2010-11-291-9/+35
* Fix uninitialized variable warning that shows on Tinderbox but not mymdf2010-11-291-1/+1
* Update the description of green_saver.kodougb2010-11-291-2/+5
* Don't free the work queue entry that we're using to hold the scatter-gatherjmallett2010-11-291-4/+8
* Do not hold the sysctl lock across a call to the handler. This fixes amdf2010-11-292-28/+70
* Slightly modify the logic in sysctl_find_oid to reduce the indentation.mdf2010-11-291-19/+22
* Use the SYSCTL_CHILDREN macro in kern_sysctl.c to help de-obfuscate themdf2010-11-291-7/+6
* Add new device ids.sanpei2010-11-293-0/+3
* If no floppy drive is installed kldBrowser() can generate an error early on.brucec2010-11-291-2/+2
* Update the serial port device names. They changed in 8.0 because the defaultbrucec2010-11-292-13/+13
* Add a dummy for IoOpenDeviceRegistryKey().bschmidt2010-11-291-0/+10
* Some drivers rely on the existence of certain keys. The Atheros 9xxxbschmidt2010-11-291-0/+10
* Fix fd leak in get_fontkevlo2010-11-291-0/+1
* Support the Falcom Twist USB GSM/GPRS modem in uftdi(4)gavin2010-11-292-0/+4
* Fix bug introduced by r194784: Under XEN, the page(s) allocated to dpcpucperciva2010-11-291-0/+2
* Make German formal clause to be consistent with the keymap counterpart.delphij2010-11-291-1/+1
* Plug well observed races on la_hold entries with the callout handler.bz2010-11-293-58/+90
* document that most of ioctl requests in cd(4) are implemented by acd(4)..jmg2010-11-281-0/+8
* sh: Make the test for cd/pwd with long pathnames more useful:jilles2010-11-281-7/+8
* Define VM_KMEM_SIZE_MAX on sparc64. Otherwise kernel built withfjoe2010-11-281-0/+8
* Add option -D for ranlib(1). When -D is speicified, ranlib(1) will generatekaiw2010-11-282-1/+5
* Several chipset drivers alter parameters relevant for the DMA tag creation,marius2010-11-288-28/+33
* Calling fill_fpregs() for curthread is legitimate, and ELF coredumpkib2010-11-282-2/+4
* Add a manual shrinked version of swiss-8x16 as swiss-8x14.delphij2010-11-282-1/+85
* Merge Cavium Octeon SDK 2.0 Simple Executive; this brings some fixes and newjmallett2010-11-28263-126624/+278391
|\
| * Import Cavium Octeon SDK 2.0 Simple Executive from cnusers.org.jmallett2010-11-28259-126600/+278169
* | - Add watchdog driver for Cavium Octeon. At the moment onlygonzo2010-11-283-0/+308
* | Bump up MIPS limits once again; the new Cavium Octeon SDK requires even higherjmallett2010-11-281-1/+2
* | o) Remove some commented out or unimplemented code.jmallett2010-11-289-364/+89
* | Fix issue noted by alc while reviewing r215938:jchandra2010-11-283-5/+5
* | Set MACHINE_ARCH based on ABI and endianness.jmallett2010-11-281-1/+17
* | Add initial AX88772A support.yongari2010-11-282-4/+75
OpenPOWER on IntegriCloud