| Commit message (Expand) | Author | Age | Files | Lines |
* | Rotate auth.log and messages at the beginning of a year. Otherwise, | glebius | 2012-03-19 | 1 | -2/+2 |
* | Regenerate usb.conf to use new -n option when doing kldload. | hselasky | 2012-03-18 | 1 | -539/+539 |
* | Unhide /dev/zfs in devfsrules_jail. | mm | 2012-03-16 | 1 | -0/+1 |
* | Make init(8) slightly more robust when /dev/console is missing. | ed | 2012-03-14 | 1 | -0/+1 |
* | Hide stty(1) errors. | ed | 2012-03-14 | 2 | -2/+2 |
* | Rather than printing the output from route add for all FIBs just print them | bz | 2012-03-04 | 1 | -16/+30 |
* | Reapply 227753 (xlocale cleanup), plus some fixes so that it passes build | theraven | 2012-03-04 | 1 | -0/+2 |
* | Add backlight control to ATI-graphics PowerBooks and iBooks. | jhibbits | 2012-02-26 | 1 | -0/+20 |
* | Put the signal trap output to standard error instead of standard output. | delphij | 2012-02-18 | 1 | -3/+3 |
* | Increase the default shutdown timer to 90 seconds. This will allow | dougb | 2012-02-17 | 1 | -1/+1 |
* | Merge multi-FIB IPv6 support from projects/multi-fibv6/head/: | bz | 2012-02-17 | 1 | -5/+21 |
* | Style: prefer the use of line continuations to += | eadler | 2012-02-17 | 1 | -42/+42 |
* | Revert r231673 and r231682 for now, until we can run a full make | dim | 2012-02-14 | 1 | -2/+0 |
* | Cleanup of xlocale: | theraven | 2012-02-14 | 1 | -0/+2 |
* | Fix various issues with the NFS and RPC related scripts: | dougb | 2012-02-14 | 15 | -148/+68 |
* | Re-generate /etc/devd/usb.conf | hselasky | 2012-02-13 | 1 | -6/+15 |
* | start watchdogd before most of other daemons/servers | avg | 2012-02-12 | 2 | -2/+2 |
* | Avoid using BEFORE in the utx rc script. | ed | 2012-02-12 | 2 | -2/+1 |
* | Move utmpx handling out of init(8). | ed | 2012-02-11 | 3 | -2/+23 |
* | In the days before r208307 addswap was running early in the second stage | dougb | 2012-02-11 | 2 | -2/+2 |
* | Make etc/Makefile more conflict resistant | eadler | 2012-02-09 | 1 | -12/+42 |
* | Revert r211288 and move the logic to the acpi_timer itself. | jkim | 2012-02-08 | 2 | -18/+0 |
* | As it stands right now, the default devfs rulesets are only loaded as a | dougb | 2012-02-08 | 2 | -1/+3 |
* | Add an option to 404.status-zfs (enabled by default) to list all | gjb | 2012-02-08 | 2 | -4/+14 |
* | Fix $ipv6_network_interfaces handling in rc.d/routing. It could fail when | hrs | 2012-02-04 | 1 | -2/+4 |
* | Perform IPv6 DAD only in ifn_start. | hrs | 2012-01-29 | 1 | -2/+4 |
* | Remove the notify match from a couple devd apple events, the events don't | jhibbits | 2012-01-28 | 1 | -2/+0 |
* | Fix several glitches in IPv6-related knobs: | hrs | 2012-01-22 | 2 | -6/+28 |
* | When creating the jails /dev/log symlink, do it by full path to avoid | brooks | 2012-01-20 | 1 | -4/+1 |
* | /etc/netstart: remove invocation of dhclient | rea | 2012-01-20 | 1 | -1/+0 |
* | dhclient: don't use syslog for logging non-DHCP interface errors | rea | 2012-01-20 | 1 | -2/+2 |
* | If we're booting there is no need to waste time determining if the service | dougb | 2012-01-20 | 1 | -1/+1 |
* | Now that its callers have been udpated, remove set_rcvar(). | dougb | 2012-01-14 | 1 | -46/+5 |
* | Prepare for the removal of set_rcvar() by changing the rcvar= | dougb | 2012-01-14 | 66 | -70/+70 |
* | rc.d: document 'quiet' prefix and fix dhclient/devd interaction | rea | 2012-01-12 | 2 | -2/+9 |
* | Bunch of fixes to pfsync(4) module load/unload: | glebius | 2012-01-09 | 1 | -7/+0 |
* | There is no longer a need to abstract ${rcvar_manpage} as we are not | dougb | 2012-01-08 | 2 | -3/+2 |
* | Spelling fixes for etc/ | uqs | 2012-01-07 | 8 | -17/+17 |
* | Add 'nojail' keyword as auditd(8) can't really do anything useful when | pjd | 2012-01-06 | 1 | -1/+1 |
* | - Put one file into one line. This makes keeping local changes and merging | pjd | 2011-12-15 | 1 | -39/+154 |
* | Add compatibility support for specifing IPv4 aliases in | glebius | 2011-12-13 | 1 | -0/+7 |
* | Fix style(9) issues from r228270. | jhibbits | 2011-12-05 | 1 | -1/+1 |
* | Add a devd notification for closing/opening the lid on PowerBooks and iBooks. | jhibbits | 2011-12-05 | 1 | -0/+10 |
* | Ensure kldxref is run first. Currently both 'kldxref' and 'kld' depend | obrien | 2011-12-01 | 1 | -1/+1 |
* | Import libc++ / libcxxrt into base. Not build by default yet (use | theraven | 2011-11-25 | 1 | -0/+4 |
* | Better use pkill(1) in last commit. | glebius | 2011-11-21 | 1 | -1/+1 |
* | On some laptops it is important to re-open /dev/psm after resume. moused(8) | glebius | 2011-11-15 | 1 | -0/+4 |
* | The default setting, daily_accounting_compress="NO", was causing | dougb | 2011-11-13 | 1 | -6/+12 |
* | rc.d: Eliminate some unnecessary non-POSIX constructs: | jilles | 2011-11-08 | 3 | -2/+3 |
* | Whenever you boot with nfsv4_server_enable=NO (the default) in rc.conf, | dim | 2011-11-05 | 1 | -0/+5 |