aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Ignore absent CPUs when listing the current state of PMC hardware.Joseph Koshy2008-11-161-1/+4
* Finish a few more .Dl "quoted" arguments missed in revision 184984Giorgos Keramidas2008-11-151-4/+4
* Add missing quotes to .Dl arguments.Giorgos Keramidas2008-11-151-4/+4
* Add ADMA, SATA and SAS mass storage subclasses.Alexander Motin2008-11-131-0/+3
* Add ale(4) to the list of supported network interface.Pyun YongHyeon2008-11-121-0/+1
* No need to run rm ${COMPFILE} after mm_install() - mm_install()Maxim Sobolev2008-11-111-1/+0
* Make usr.sbin/cron/crontab and usr.sbin/cron/lib WARNS=3 cleanMatteo Riondato2008-11-106-23/+20
* Improve on 184781 - instead of ignoring the file when the only differenceMaxim Sobolev2008-11-091-2/+8
* Revert to previous revision.Matteo Riondato2008-11-091-23/+0
* - Document the changed meaning of a '*' argument to option "-c".Joseph Koshy2008-11-091-7/+7
* Change the meaning of a "*" argument to option -c to mean 'allJoseph Koshy2008-11-091-7/+21
* Ignore files that only differ in CVS Id tag.Maxim Sobolev2008-11-091-0/+14
* Don't leave files in /var/cront/tabs when interruptedMatteo Riondato2008-11-091-0/+26
* Be paranoid and use snprintfMatteo Riondato2008-11-091-7/+7
* Update ports number and size of Ports Collection.Marc Fonvieille2008-11-071-2/+2
* Be paranoid and zero out passwdMatteo Riondato2008-11-061-0/+2
* Tiny typo fix and remove 'example' from a "real" manpage.Giorgos Keramidas2008-11-051-3/+3
* Bring in USB4BSD, Hans Petter Selasky rework of the USB stackAlfred Perlstein2008-11-045-0/+1241
* Implement support for RPCSEC_GSS authentication to both the NFS clientDoug Rabson2008-11-037-40/+903
* Clamp the values of t_column to 5 digits in `pstat -t' and `show all ttys'.Ed Schouten2008-11-011-1/+1
* - Whenever a password/shell is changed via rpc.yppasswdd, the daemon leavesRong-En Fan2008-10-301-0/+4
* We do not have a libkse anymore and Mk/bsd.* does not knowBjoern A. Zeeb2008-10-271-1/+1
* Slightly adjust code logic: we allocate a "size"ed length of memory, notXin LI2008-10-231-5/+5
* Use strlcpy() before strlen() instead of strncpy().Xin LI2008-10-231-1/+1
* Since we are going to strlen() on the string, it is supposed to beXin LI2008-10-231-1/+1
* Replace malloc() + memset() with calloc. This corrects a misuse ofXin LI2008-10-233-20/+10
* Turns out its not a good idea to assume the packages that might beKen Smith2008-10-221-4/+11
* Add HDA multimedia subclass.Alexander Motin2008-10-211-0/+1
* Add "SD host controller" subclass name.Alexander Motin2008-10-211-0/+1
* - Use static for usage()Xin LI2008-10-171-3/+5
* Display usage when pkg_add is called with no arguments.Brooks Davis2008-10-171-1/+1
* Adjust default keymaps for Ireland and Channel Islands. They use the UKPhilip Paeps2008-10-171-0/+4
* Package installation is handled by starting off with the list of packagesKen Smith2008-10-155-9/+69
* Reduce code duplication: use calloc instead of allocing and memsetXin LI2008-10-1210-92/+38
* Removing startup banner.Michael Bushkov2008-10-101-12/+0
* - Avoid a spurious error when a command line is specified withoutJoseph Koshy2008-10-072-5/+6
* - Allow gstat to print values to different kind of outputs.Ulf Lilleengen2008-10-072-73/+108
* - Revert to the pre-r183242 behavior of building sade(8) on sparc64.Marius Strobl2008-10-051-3/+4
* - Add ae(4) to sysinstall devices list.Stanislav Sedov2008-10-041-0/+1
* Only build the bsnmpd netgraph module if MK_NETGRAPH_SUPPORT is set.Bruce M Simpson2008-10-021-1/+4
* - Improve error message given on g_providername call failure.Ulf Lilleengen2008-09-301-2/+2
* - Build jexec (1) and slstat.Antoine Brodin2008-09-271-6/+6
* The previous commit re-introduced sade on platformsMarcel Moolenaar2008-09-261-0/+2
* Add a flag, -T, that tells syslogd to always replace the timestamp onDavid Malone2008-09-252-7/+24
* Remove spurious duplicated defination of sock.Xin LI2008-09-241-2/+0
* Introduce a hooks layer for the MPSAFE TTY layer.Ed Schouten2008-09-222-0/+3
* add new build knobs and jigger some existing controls to improveSam Leffler2008-09-211-61/+181
* crunchgen doesn't work yet on mips. So sysinstall can't be built there.Warner Losh2008-09-191-1/+1
* Bring the usage message in sync with the manual page.Joseph Koshy2008-09-191-1/+2
* Add an example illustrating the use sleep(1) for performing timedJoseph Koshy2008-09-191-2/+7