summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Use a reasonable-sized buffer when formatting error messages aboutwollman2012-01-121-3/+31
* Add the CAM Target Layer (CTL).ken2012-01-127-1/+5197
* Merge ACPICA 20120111.jkim2012-01-112-8/+9
* Implement an option to execute SNMP walks using GETBULK requests in bsnmpwalk(1)syrinx2012-01-104-26/+62
* X11BASE has been deprecated for a long time and will die sooneadler2012-01-091-1/+1
* Allow daemon(8) to run pidfile_open() before relenquishing privilegesghelmer2012-01-051-3/+3
* Touch up some more small typos missed in the previous round.uqs2012-01-052-2/+2
* Further fix a typo and spelling classic correctly in function names,uqs2012-01-051-8/+8
* Partial backout of r228990, restore original MIB object name.uqs2012-01-052-4/+4
* Add an missing argument to open(2). If O_CREAT flag is specified,pjd2012-01-041-1/+1
* Add an missing argument to open(2). If O_CREAT flag is specified,pjd2012-01-041-1/+1
* 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
OpenPOWER on IntegriCloud