| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typos in command descriptions. | stefanf | 2011-12-31 | 1 | -2/+2 |
* | Spelling fixes for usr.sbin/ | uqs | 2011-12-30 | 113 | -219/+210 |
* | Reencode files to UTF-8. Drop CP1252 em-dash. | uqs | 2011-12-30 | 15 | -18/+18 |
* | - Fail when the utility is not invoked as rtprio nor idprio. | delphij | 2011-12-27 | 1 | -23/+19 |
* | - document the -l option to usermod | eadler | 2011-12-22 | 1 | -1/+12 |
* | - Fix style(9) bug I introduced in the last commit | eadler | 2011-12-21 | 1 | -1/+1 |
* | - Remove extraneous null ptr deref checks | eadler | 2011-12-21 | 3 | -5/+8 |
* | Allow boot0cfg to force a PXE boot via boot0 on the next boot. | jhb | 2011-12-20 | 2 | -2/+10 |
* | Small cleanups to panic() prototype. | ed | 2011-12-20 | 2 | -5/+4 |
* | In usr.sbin/yp_mkdb/yp_mkdb.c, cast some printf field width parameters | dim | 2011-12-19 | 1 | -2/+4 |
* | In usr.sbin/uhsoctl/uhsoctl.c, fix a few warnings about format strings | dim | 2011-12-19 | 1 | -2/+2 |
* | Fix r228719; when you use intmax_t, you need stdint.h. | dim | 2011-12-19 | 1 | -0/+1 |
* | Some people pointed out long is 32-bit on some arches, while time_t is | dim | 2011-12-19 | 2 | -4/+4 |
* | In usr.sbin/timed, fix several issues with printf formats: | dim | 2011-12-19 | 4 | -9/+9 |
* | Unfortunately, clang gives warnings about sendmail code that cannot be | dim | 2011-12-19 | 1 | -0/+7 |
* | Forgot to add usr.sbin/sade/label.c in the previous commit. | dim | 2011-12-18 | 1 | -1/+1 |
* | In usr.sbin/sade/install.c and usr.sbin/sade/label.c, fix a few warnings | dim | 2011-12-18 | 1 | -2/+2 |
* | In usr.sbin/sa/db.c, avoid warnings about assigning two const char | dim | 2011-12-18 | 1 | -2/+2 |
* | In usr.sbin/rpc.ypupdated/yp_dbupdate.c, since intmax_t is signed, just | dim | 2011-12-18 | 1 | -1/+1 |
* | In usr.sbin/rpc.ypupdated/yp_dbupdate.c, include stdint.h, so intmax_t | dim | 2011-12-18 | 1 | -0/+1 |
* | In usr.sbin/rpc.ypupdated/yp_dbupdate.c, use the appropriate printf | dim | 2011-12-18 | 1 | -1/+1 |
* | In usr.sbin/route6d/route6d.c, use the correct printf length modifier | dim | 2011-12-18 | 1 | -1/+1 |
* | In usr.sbin/pw/pw_user.c, use the correct printf length modifier for a | dim | 2011-12-17 | 1 | -1/+1 |
* | In usr.sbin/pmccontrol/pmccontrol.c, fix a few warnings about format | dim | 2011-12-17 | 1 | -2/+2 |
* | In usr.sbin/pkg_install/updating/main.c, use the size of the destination | dim | 2011-12-17 | 1 | -2/+2 |
* | Use NO_WCAST_ALIGN for usr.sbin/ndiscvt; because this is only built for | dim | 2011-12-17 | 2 | -0/+2 |
* | In usr.sbin/lpr/lpd/printjob.c, use the correct printf length modifiers | dim | 2011-12-17 | 1 | -2/+4 |
* | In usr.sbin/lpr/filters/lpf.c, use a less obtuse way of clearing the | dim | 2011-12-17 | 1 | -1/+2 |
* | In usr.sbin/keyserv, fix some implicit enum conversions, and use the | dim | 2011-12-17 | 2 | -12/+12 |
* | In usr.sbin/iostat/iostat.c, use printf format specifiers from | dim | 2011-12-17 | 1 | -8/+9 |
* | In usr.sbin/i2c/i2c.c, fix a few warnings about format strings not being | dim | 2011-12-17 | 1 | -2/+2 |
* | In usr.sbin/ctm/ctm_dequeue/ctm_dequeue.c, cast a printf field width | dim | 2011-12-17 | 1 | -1/+1 |
* | Use NO_WCAST_ALIGN for usr.sbin/cpucontrol; because this is only built | dim | 2011-12-17 | 1 | -0/+2 |
* | In usr.sbin/bsnmpd/modules/snmp_wlan/wlan_snmp.h, use the correct | dim | 2011-12-17 | 1 | -2/+2 |
* | Use NO_WCAST_ALIGN for usr.sbin/boot0cfg; because this is only built for | dim | 2011-12-17 | 1 | -0/+2 |
* | In usr.sbin/bluetooth/sdpd/server.c, don't use the size of a pointer as | dim | 2011-12-17 | 1 | -1/+1 |
* | Add missing static and const keywords to kbdcontrol. | ed | 2011-12-12 | 1 | -63/+64 |
* | Add VIA microde update support to cpuctl(4) and cpucontrol(8). | fabient | 2011-12-12 | 4 | -1/+288 |
* | Add static keywords to vidcontrol(1). | ed | 2011-12-11 | 1 | -13/+11 |
* | Add missing static keyword. | ed | 2011-12-11 | 1 | -1/+1 |
* | Replace char copyright[] by static const char copyright[]. | ed | 2011-12-10 | 1 | -1/+1 |
* | Use the correct volume identifier field when parsing MR_EVT_ARG_LD_STRIP | jhb | 2011-12-05 | 1 | -1/+1 |
* | Prevent user astonishment by providing the shell option at the end, after | nwhitehorn | 2011-12-02 | 1 | -12/+11 |
* | Add a screen that asks if the user would like to enable crash dumps, | kensmith | 2011-12-02 | 1 | -0/+14 |
* | Sync xdialog_menu() implementation with sade. | fjoe | 2011-12-01 | 1 | -1/+39 |
* | Fix dialog autosizing: dlg_count_columns() does not handle NL characters. | fjoe | 2011-12-01 | 1 | -4/+21 |
* | Generate ${NORMAL_CTFCONVERT} invocation without '@' modifier: | fjoe | 2011-11-30 | 1 | -1/+1 |
* | If using DISTDIR we need to be sure to create a ${DESTDIR}/var/db/zoneinfo | dougb | 2011-11-29 | 1 | -2/+2 |
* | In build_volume(), check if arrays is allocated before traversing its | delphij | 2011-11-29 | 1 | -3/+5 |
* | Merge ACPICA 20111123. | jkim | 2011-11-28 | 4 | -26/+31 |