summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Renumber clauses to reduce diffs to other versionsemaste2013-04-2370-70/+70
* Fix installkernel requiring users/groups defined in CHECK_UIDSbdrewery2013-04-231-2/+1
* Constify where appropriate.eadler2013-04-231-2/+2
* Cleanups to touch.ceadler2013-04-231-20/+22
* - Add the __dead2 attribute since it is a function that never returnseadler2013-04-231-1/+2
* Add support for Intel C600/X79 Series Chipset KT Controller.eadler2013-04-231-0/+1
* - sl_find does not modify 'name'eadler2013-04-233-3/+3
* Switch from K&R prototypes to modern Ceadler2013-04-231-10/+4
* Avoid warning about uninitalized variableeadler2013-04-231-0/+1
* Remove always-true conditions from if statement.eadler2013-04-231-2/+2
* Make temp, temp1 the same type that they will later be used for.eadler2013-04-231-1/+1
* Remove tautological compare.eadler2013-04-231-4/+4
* Add support for runtime switching of sample rate forhselasky2013-04-231-250/+431
* Add convenience wrapper functions to run callbacks in the context of thehselasky2013-04-232-0/+31
* Add an option for the GE FES based packet engines. Its board IDsimp2013-04-231-0/+1
* Update trapframe to be consistent with the changes made to regnum.h. Thisimp2013-04-235-14/+62
* Fix error check.mckusick2013-04-231-1/+1
* The zfs synctask code restructuring introduced a new bug that makes itmm2013-04-232-14/+24
* Add descriptive comment.hselasky2013-04-231-0/+6
* Prevent device.subr from auto-loading in the nameservers module.dteske2013-04-231-0/+3
* Preserve debugFile preference across the exec boundary.dteske2013-04-221-0/+1
* Partially uncommit r249779. The changes to share/common.subr were gooddteske2013-04-223-54/+12
* Fix "-D file" to automagically enable debugging if not explicitly disabled.dteske2013-04-224-29/+69
* Update description of process status output.joel2013-04-221-3/+4
* MFP4 223084, 227821:brooks2013-04-222-0/+77
* Update arswitch to the new API.adrian2013-04-221-1/+1
* Split BeagleBone DTS to generic AM335x part and Beagle-bone specificgonzo2013-04-222-194/+230
* Minor update about rc.conf.joel2013-04-221-1/+1
* Pass more variables to bsd.prog.mk andsjg2013-04-221-2/+5
* Point users towards nisdomainname and rc.conf.joel2013-04-221-6/+8
* Minor clarificiation.joel2013-04-221-2/+2
* - Some BIOSes use an Extended IRQ resource descriptor in _PRS for a linkjhb2013-04-222-2/+12
* Use a higher TTL (128) for DHCP packets. This matches the ISC DHCP client.jhb2013-04-221-1/+1
* Build uart_dev_lpc.c on arm only. This fixes pc98 build.nyan2013-04-222-1/+7
* Keep up with negative addrlen check removal in r249649.pluknet2013-04-221-5/+1
* Panic if UMA_ZONE_PCPU is created at early stages of boot, when mp_ncpusglebius2013-04-221-0/+1
* Initialize GIC_PMRR register on ARM GIC.dmarion2013-04-221-0/+6
* Clarify to the user the amount of time required to load the menus fordteske2013-04-221-4/+4
* New helper functions for common widgets.dteske2013-04-221-0/+136
* Proper fix for copy/paste error (first attempt r249756).dteske2013-04-221-2/+2
* Fix a copy/paste error.dteske2013-04-221-2/+2
* Update comment for accuracy.dteske2013-04-221-3/+3
* Style nit (to be consistent across project).dteske2013-04-221-2/+2
* Fix two bugs when setting up a plip interface. First, dhcp status was notdteske2013-04-221-1/+2
* Convert over the etherswitch framework to use VLAN IDs per port, ratheradrian2013-04-224-19/+34
* UI improvements. First, implement --default-item whenever and whereverdteske2013-04-2242-343/+845
* Use new f_getvar for clarity and general code follow-up to r249746.dteske2013-04-221-2/+5
* etherswitchcfg(8) crashes when you don't set vlangroup members.adrian2013-04-221-2/+5
* Initialise this to zero before using it to configure the vlangroupadrian2013-04-221-0/+1
* Add new flags `-d' (sets debug=1) and `-D file' (sets debugFile) anddteske2013-04-2256-129/+228
OpenPOWER on IntegriCloud