aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* - document the -l option to usermodEitan Adler2011-12-221-1/+12
* - Fix style(9) bug I introduced in the last commitEitan Adler2011-12-211-1/+1
* - Remove extraneous null ptr deref checksEitan Adler2011-12-213-5/+8
* Allow boot0cfg to force a PXE boot via boot0 on the next boot.John Baldwin2011-12-202-2/+10
* Small cleanups to panic() prototype.Ed Schouten2011-12-202-5/+4
* In usr.sbin/yp_mkdb/yp_mkdb.c, cast some printf field width parametersDimitry Andric2011-12-191-2/+4
* In usr.sbin/uhsoctl/uhsoctl.c, fix a few warnings about format stringsDimitry Andric2011-12-191-2/+2
* Fix r228719; when you use intmax_t, you need stdint.h.Dimitry Andric2011-12-191-0/+1
* Some people pointed out long is 32-bit on some arches, while time_t isDimitry Andric2011-12-192-4/+4
* In usr.sbin/timed, fix several issues with printf formats:Dimitry Andric2011-12-194-9/+9
* Unfortunately, clang gives warnings about sendmail code that cannot beDimitry Andric2011-12-191-0/+7
* Forgot to add usr.sbin/sade/label.c in the previous commit.Dimitry Andric2011-12-181-1/+1
* In usr.sbin/sade/install.c and usr.sbin/sade/label.c, fix a few warningsDimitry Andric2011-12-181-2/+2
* In usr.sbin/sa/db.c, avoid warnings about assigning two const charDimitry Andric2011-12-181-2/+2
* In usr.sbin/rpc.ypupdated/yp_dbupdate.c, since intmax_t is signed, justDimitry Andric2011-12-181-1/+1
* In usr.sbin/rpc.ypupdated/yp_dbupdate.c, include stdint.h, so intmax_tDimitry Andric2011-12-181-0/+1
* In usr.sbin/rpc.ypupdated/yp_dbupdate.c, use the appropriate printfDimitry Andric2011-12-181-1/+1
* In usr.sbin/route6d/route6d.c, use the correct printf length modifierDimitry Andric2011-12-181-1/+1
* In usr.sbin/pw/pw_user.c, use the correct printf length modifier for aDimitry Andric2011-12-171-1/+1
* In usr.sbin/pmccontrol/pmccontrol.c, fix a few warnings about formatDimitry Andric2011-12-171-2/+2
* In usr.sbin/pkg_install/updating/main.c, use the size of the destinationDimitry Andric2011-12-171-2/+2
* Use NO_WCAST_ALIGN for usr.sbin/ndiscvt; because this is only built forDimitry Andric2011-12-172-0/+2
* In usr.sbin/lpr/lpd/printjob.c, use the correct printf length modifiersDimitry Andric2011-12-171-2/+4
* In usr.sbin/lpr/filters/lpf.c, use a less obtuse way of clearing theDimitry Andric2011-12-171-1/+2
* In usr.sbin/keyserv, fix some implicit enum conversions, and use theDimitry Andric2011-12-172-12/+12
* In usr.sbin/iostat/iostat.c, use printf format specifiers fromDimitry Andric2011-12-171-8/+9
* In usr.sbin/i2c/i2c.c, fix a few warnings about format strings not beingDimitry Andric2011-12-171-2/+2
* In usr.sbin/ctm/ctm_dequeue/ctm_dequeue.c, cast a printf field widthDimitry Andric2011-12-171-1/+1
* Use NO_WCAST_ALIGN for usr.sbin/cpucontrol; because this is only builtDimitry Andric2011-12-171-0/+2
* In usr.sbin/bsnmpd/modules/snmp_wlan/wlan_snmp.h, use the correctDimitry Andric2011-12-171-2/+2
* Use NO_WCAST_ALIGN for usr.sbin/boot0cfg; because this is only built forDimitry Andric2011-12-171-0/+2
* In usr.sbin/bluetooth/sdpd/server.c, don't use the size of a pointer asDimitry Andric2011-12-171-1/+1
* Add missing static and const keywords to kbdcontrol.Ed Schouten2011-12-121-63/+64
* Add VIA microde update support to cpuctl(4) and cpucontrol(8).Fabien Thomas2011-12-124-1/+288
* Add static keywords to vidcontrol(1).Ed Schouten2011-12-111-13/+11
* Add missing static keyword.Ed Schouten2011-12-111-1/+1
* Replace char copyright[] by static const char copyright[].Ed Schouten2011-12-101-1/+1
* Use the correct volume identifier field when parsing MR_EVT_ARG_LD_STRIPJohn Baldwin2011-12-051-1/+1
* Prevent user astonishment by providing the shell option at the end, afterNathan Whitehorn2011-12-021-12/+11
* Add a screen that asks if the user would like to enable crash dumps,Ken Smith2011-12-021-0/+14
* Sync xdialog_menu() implementation with sade.Max Khon2011-12-011-1/+39
* Fix dialog autosizing: dlg_count_columns() does not handle NL characters.Max Khon2011-12-011-4/+21
* Generate ${NORMAL_CTFCONVERT} invocation without '@' modifier:Max Khon2011-11-301-1/+1
* If using DISTDIR we need to be sure to create a ${DESTDIR}/var/db/zoneinfoDoug Barton2011-11-291-2/+2
* In build_volume(), check if arrays is allocated before traversing itsXin LI2011-11-291-3/+5
* Merge ACPICA 20111123.Jung-uk Kim2011-11-284-26/+31
* Plug memory leaks and fix open(2) error check.Kevin Lo2011-11-283-1/+3
* Point out that @reboot runs at every cron startup, not just systemWarren Block2011-11-251-1/+1
* Remove DEBUG_FLAGS.Max Khon2011-11-251-1/+0
* calloc +1 DIALOG_LISTITEM to prevent possible wild pointer accessMax Khon2011-11-241-3/+3