summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Replace index() and rindex() calls with strchr() and strrchr().ed2012-01-039-26/+26
* Fix subtle typo: compare against idx -- not index.ed2012-01-031-1/+1
* Simply use getprogname() to obtain the name of the process.ed2012-01-031-4/+2
* Fix typos in command descriptions.stefanf2011-12-311-2/+2
* Spelling fixes for usr.sbin/uqs2011-12-30113-219/+210
* Reencode files to UTF-8. Drop CP1252 em-dash.uqs2011-12-3015-18/+18
* - Fail when the utility is not invoked as rtprio nor idprio.delphij2011-12-271-23/+19
* - document the -l option to usermodeadler2011-12-221-1/+12
* - Fix style(9) bug I introduced in the last commiteadler2011-12-211-1/+1
* - Remove extraneous null ptr deref checkseadler2011-12-213-5/+8
* Allow boot0cfg to force a PXE boot via boot0 on the next boot.jhb2011-12-202-2/+10
* Small cleanups to panic() prototype.ed2011-12-202-5/+4
* In usr.sbin/yp_mkdb/yp_mkdb.c, cast some printf field width parametersdim2011-12-191-2/+4
* In usr.sbin/uhsoctl/uhsoctl.c, fix a few warnings about format stringsdim2011-12-191-2/+2
* Fix r228719; when you use intmax_t, you need stdint.h.dim2011-12-191-0/+1
* Some people pointed out long is 32-bit on some arches, while time_t isdim2011-12-192-4/+4
* In usr.sbin/timed, fix several issues with printf formats:dim2011-12-194-9/+9
* Unfortunately, clang gives warnings about sendmail code that cannot bedim2011-12-191-0/+7
* Forgot to add usr.sbin/sade/label.c in the previous commit.dim2011-12-181-1/+1
* In usr.sbin/sade/install.c and usr.sbin/sade/label.c, fix a few warningsdim2011-12-181-2/+2
* In usr.sbin/sa/db.c, avoid warnings about assigning two const chardim2011-12-181-2/+2
* In usr.sbin/rpc.ypupdated/yp_dbupdate.c, since intmax_t is signed, justdim2011-12-181-1/+1
* In usr.sbin/rpc.ypupdated/yp_dbupdate.c, include stdint.h, so intmax_tdim2011-12-181-0/+1
* In usr.sbin/rpc.ypupdated/yp_dbupdate.c, use the appropriate printfdim2011-12-181-1/+1
* In usr.sbin/route6d/route6d.c, use the correct printf length modifierdim2011-12-181-1/+1
* In usr.sbin/pw/pw_user.c, use the correct printf length modifier for adim2011-12-171-1/+1
* In usr.sbin/pmccontrol/pmccontrol.c, fix a few warnings about formatdim2011-12-171-2/+2
* In usr.sbin/pkg_install/updating/main.c, use the size of the destinationdim2011-12-171-2/+2
* Use NO_WCAST_ALIGN for usr.sbin/ndiscvt; because this is only built fordim2011-12-172-0/+2
* In usr.sbin/lpr/lpd/printjob.c, use the correct printf length modifiersdim2011-12-171-2/+4
* In usr.sbin/lpr/filters/lpf.c, use a less obtuse way of clearing thedim2011-12-171-1/+2
* In usr.sbin/keyserv, fix some implicit enum conversions, and use thedim2011-12-172-12/+12
* In usr.sbin/iostat/iostat.c, use printf format specifiers fromdim2011-12-171-8/+9
* In usr.sbin/i2c/i2c.c, fix a few warnings about format strings not beingdim2011-12-171-2/+2
* In usr.sbin/ctm/ctm_dequeue/ctm_dequeue.c, cast a printf field widthdim2011-12-171-1/+1
* Use NO_WCAST_ALIGN for usr.sbin/cpucontrol; because this is only builtdim2011-12-171-0/+2
* In usr.sbin/bsnmpd/modules/snmp_wlan/wlan_snmp.h, use the correctdim2011-12-171-2/+2
* Use NO_WCAST_ALIGN for usr.sbin/boot0cfg; because this is only built fordim2011-12-171-0/+2
* In usr.sbin/bluetooth/sdpd/server.c, don't use the size of a pointer asdim2011-12-171-1/+1
* Add missing static and const keywords to kbdcontrol.ed2011-12-121-63/+64
* Add VIA microde update support to cpuctl(4) and cpucontrol(8).fabient2011-12-124-1/+288
* Add static keywords to vidcontrol(1).ed2011-12-111-13/+11
* Add missing static keyword.ed2011-12-111-1/+1
* Replace char copyright[] by static const char copyright[].ed2011-12-101-1/+1
* Use the correct volume identifier field when parsing MR_EVT_ARG_LD_STRIPjhb2011-12-051-1/+1
* Prevent user astonishment by providing the shell option at the end, afternwhitehorn2011-12-021-12/+11
* Add a screen that asks if the user would like to enable crash dumps,kensmith2011-12-021-0/+14
* Sync xdialog_menu() implementation with sade.fjoe2011-12-011-1/+39
* Fix dialog autosizing: dlg_count_columns() does not handle NL characters.fjoe2011-12-011-4/+21
* Generate ${NORMAL_CTFCONVERT} invocation without '@' modifier:fjoe2011-11-301-1/+1
OpenPOWER on IntegriCloud