summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* 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
* If using DISTDIR we need to be sure to create a ${DESTDIR}/var/db/zoneinfodougb2011-11-291-2/+2
* In build_volume(), check if arrays is allocated before traversing itsdelphij2011-11-291-3/+5
* Merge ACPICA 20111123.jkim2011-11-284-26/+31
* Plug memory leaks and fix open(2) error check.kevlo2011-11-283-1/+3
* Point out that @reboot runs at every cron startup, not just systemwblock2011-11-251-1/+1
* Remove DEBUG_FLAGS.fjoe2011-11-251-1/+0
* calloc +1 DIALOG_LISTITEM to prevent possible wild pointer accessfjoe2011-11-241-3/+3
* Port to new libdialog.fjoe2011-11-2412-355/+353
* Disk selection dialog is now a normal menu, not a checkboxed menu:fjoe2011-11-246-350/+215
* Port to new libdialog.fjoe2011-11-242-46/+126
* Remove unused code.fjoe2011-11-242-162/+1
* Remove unused code.fjoe2011-11-243-341/+1
* Remove unused functions.fjoe2011-11-232-109/+0
* - Remove unused old libdialog includesfjoe2011-11-232-185/+0
* Avoid double free creating a new RAID with invalid command line arguments.emaste2011-11-231-0/+3
* Plug fd leakskevlo2011-11-233-0/+4
* KNFobrien2011-11-151-16/+17
* Improve the chances of matching an outputted string with the line of code.obrien2011-11-155-129/+161
OpenPOWER on IntegriCloud