aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Hide 'struct ifaddr' definition from userland. Two tools left that use it,Gleb Smirnoff2013-10-154-1/+9
* Remove unsigned < 0 check.Gleb Smirnoff2013-10-151-3/+1
* Remove useless check of ia6 against NULL, right after dereferencing it.Gleb Smirnoff2013-10-151-2/+2
* Now counter_u64_t is known to userland, thus remove hack from r253086.Gleb Smirnoff2013-10-151-14/+1
* - While we are spreading the counter(9) across network stack, more userlandGleb Smirnoff2013-10-151-0/+2
* Remove unsigned comparison < 0Kevin Lo2013-10-151-1/+1
* Treat INADDR_NONE as uint32_t.Kevin Lo2013-10-151-1/+1
* Add a sysctl kern.disallow_high_osrel which disables executing theKonstantin Belousov2013-10-152-0/+16
* By default, allow up to SSIZE_MAX i/o for non-devfs files.Konstantin Belousov2013-10-151-1/+1
* Similar to debug.iosize_max_clamp sysctl, introduceKonstantin Belousov2013-10-153-0/+10
* Remove two instances of ARGSUSED comment, and wrap lines nearby theKonstantin Belousov2013-10-151-4/+4
* Add new USB ID.Hans Petter Selasky2013-10-152-0/+2
* Add support for Mercurial repositories.Rui Paulo2013-10-151-3/+23
* Elminate NON_LEAF and use NESTED instead to unify our assemblerWarner Losh2013-10-155-19/+13
* Replace NLEAF with LEAF_NOPROFILE to unify the conventions we use inWarner Losh2013-10-152-3/+2
* Replace uses of the ALEAF macro with XLEAF and remove ALEAF macro toWarner Losh2013-10-154-9/+8
* Move DO_AST into pcb.h where it should have been all along. Move someWarner Losh2013-10-152-32/+56
* Move DO_AST into pcb.h where it should have been all along. Move someWarner Losh2013-10-152-31/+1
* Add the long-missing spibus_if.m to the MFILES list.Ian Lepore2013-10-151-1/+1
* Update the AR934x SoC support.Adrian Chadd2013-10-151-10/+87
* Update the AR933x SoC support to include a few new knobs:Adrian Chadd2013-10-151-2/+102
* Fix the Atheros MIPS startup path a little.Adrian Chadd2013-10-151-1/+12
* Add new features - an MDIO clock, WMAC reset, GMAC reset and ethernetAdrian Chadd2013-10-154-3/+30
* Add AR934x, AR8327 register definitions.Adrian Chadd2013-10-151-1/+216
* Add the rest of the AR934x SoC reset register definitions.Adrian Chadd2013-10-141-0/+22
* Add register definitions for the AR933x SoC GMAC (ie, ethernet MAC)Adrian Chadd2013-10-141-0/+18
* cxgbe(4): Store the log2 of the # of doorbells per BAR2 page for bothNavdeep Parhar2013-10-142-8/+14
* Update krping to the latest upstream code. Move all the FreeBSDNavdeep Parhar2013-10-144-708/+1173
* Delete all of the old RDMA code (except krping, which was switched toNavdeep Parhar2013-10-1432-13224/+0
* cxgbe(4): Update T4 and T5 firmwares to 1.9.12.0Navdeep Parhar2013-10-1415-16578/+17329
* Make di_blocks unsigned in UFS1 as is the case already for UFS2.Pedro F. Giffuni2013-10-141-1/+1
* Add needed files to the KLD random.ko.Mark Murray2013-10-141-0/+1
* Centralize the detection logic for the Hyper-V hypervisor.Justin T. Gibbs2013-10-134-45/+16
* Allow FreeBSD to be booted from CDROM media on XenServer 6.2 andJustin T. Gibbs2013-10-131-5/+33
* Make sure a vaiable is always initialised.Mark Murray2013-10-121-0/+1
* Fix a problem where the priority order of yarrow,dummy can get reversedMark Murray2013-10-124-7/+18
* Merge from project branch. Uninteresting commits are trimmed.Mark Murray2013-10-1240-531/+939
|\
| * MFC - tracking commit.Mark Murray2013-10-0913-39/+160
| |\
| * | Add a RANDOM_RWFILE option and hide the entropy cache code behind it.Dag-Erling Smørgrav2013-10-096-21/+44
| * | Define RANDOM_PURE_RNDTEST for rndtest(4).Dag-Erling Smørgrav2013-10-091-0/+1
| * | Sigh. I can't even get a single #ifdef right. Who's got the hat?Mark Murray2013-10-091-1/+1
| * | staticize struct random_hardware_sourceDag-Erling Smørgrav2013-10-092-2/+2
| * | Wrap some policy-rich code in 'if NOTYET' until we can thresh out what it rea...Mark Murray2013-10-091-0/+2
| * | MFC - tracking commitMark Murray2013-10-0930-1271/+2178
| |\ \
| * | | Re-add /dev/urandom for compatibility purposes.Dag-Erling Smørgrav2013-10-091-0/+1
| * | | comment nitDag-Erling Smørgrav2013-10-091-1/+1
| * | | Add missing include guards and move the existing ones out of theDag-Erling Smørgrav2013-10-098-9/+34
| * | | MFC - tracking commitMark Murray2013-10-0912-15/+82
| |\ \ \
| * | | | Fix some just-noticed problems:Mark Murray2013-10-087-24/+11
| * | | | MFC - tracking commit.Mark Murray2013-10-0814-55/+416
| |\ \ \ \