| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused ACPICA sources from userland makefiles. | jkim | 2012-01-13 | 2 | -10/+9 |
* | Fix copyright year | kevlo | 2012-01-13 | 1 | -1/+1 |
* | fgets(3) returns a pointer, so compare against NULL, not integer 0. | kevlo | 2012-01-13 | 3 | -6/+6 |
* | Use a reasonable-sized buffer when formatting error messages about | wollman | 2012-01-12 | 1 | -3/+31 |
* | Add the CAM Target Layer (CTL). | ken | 2012-01-12 | 7 | -1/+5197 |
* | Merge ACPICA 20120111. | jkim | 2012-01-11 | 2 | -8/+9 |
* | Implement an option to execute SNMP walks using GETBULK requests in bsnmpwalk(1) | syrinx | 2012-01-10 | 4 | -26/+62 |
* | X11BASE has been deprecated for a long time and will die soon | eadler | 2012-01-09 | 1 | -1/+1 |
* | Allow daemon(8) to run pidfile_open() before relenquishing privileges | ghelmer | 2012-01-05 | 1 | -3/+3 |
* | Touch up some more small typos missed in the previous round. | uqs | 2012-01-05 | 2 | -2/+2 |
* | Further fix a typo and spelling classic correctly in function names, | uqs | 2012-01-05 | 1 | -8/+8 |
* | Partial backout of r228990, restore original MIB object name. | uqs | 2012-01-05 | 2 | -4/+4 |
* | Add an missing argument to open(2). If O_CREAT flag is specified, | pjd | 2012-01-04 | 1 | -1/+1 |
* | Add an missing argument to open(2). If O_CREAT flag is specified, | pjd | 2012-01-04 | 1 | -1/+1 |
* | Replace index() and rindex() calls with strchr() and strrchr(). | ed | 2012-01-03 | 9 | -26/+26 |
* | Fix subtle typo: compare against idx -- not index. | ed | 2012-01-03 | 1 | -1/+1 |
* | Simply use getprogname() to obtain the name of the process. | ed | 2012-01-03 | 1 | -4/+2 |
* | 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 |