aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Mention the ``end of output'' for each periodic script.Brian Somers2002-05-141-0/+3
* Calculate the number of open links properly when deciding on whether toBrian Somers2002-05-141-11/+10
* Fix a syntax errorBrian Somers2002-05-131-0/+1
* Mark all internal libraries with INTERNALLIB.Ruslan Ermilov2002-05-135-24/+5
* Removed now unused INTERNALSTATICLIB.Ruslan Ermilov2002-05-132-8/+0
* o Uncapitalize .Nd macro arguments and remove punctuationGiorgos Keramidas2002-05-131-10/+10
* Remove EOL space.Giorgos Keramidas2002-05-131-7/+7
* Sigh... Yet a BBSIZE breakage.Poul-Henning Kamp2002-05-121-0/+1
* Add a man page for the devinfo command; I'd argue devinfo is the singleRobert Watson2002-05-122-1/+73
* demon -> daemonDima Dorfman2002-05-111-1/+1
* We don't need to include arpa/inet.h here. In fact, only FreeBSD needsBrian Somers2002-05-111-2/+1
* Remove cross reference to pkg_update(1).Eric Melville2002-05-111-1/+0
* #include netinet/in.h when !__FreeBSD__ to silence some warnings fromBrian Somers2002-05-111-0/+3
* sysctl -w -> sysctlDima Dorfman2002-05-111-1/+1
* Beware the log demon! (Fix typo: s/demon/daemon/)Dima Dorfman2002-05-111-1/+1
* replace __FUNCTION__ with standardized __func__.Alfred Perlstein2002-05-1111-58/+58
* unbreak build: fix multi-line string literalAlfred Perlstein2002-05-111-1/+1
* unbreak build: ditch multi-line string literalsAlfred Perlstein2002-05-111-1/+1
* fix build:Alfred Perlstein2002-05-118-51/+67
* NetBSD keeps des.h in /usr/include/openssl these daysBrian Somers2002-05-111-0/+4
* Typo.Masafumi Max NAKANE2002-05-101-1/+1
* Add support for MS-CHAP authentication via a RADIUS server.Brian Somers2002-05-106-42/+200
* Turn off pppctl -- it won't like with an in-tree Gcc 3.1 built libc_r.David E. O'Brien2002-05-101-0/+3
* When packing installed package into a file (pkg_create -b) make sure toMaxim Sobolev2002-05-101-4/+11
* Fix buildworld breakage.Ollivier Robert2002-05-091-1/+1
* Replace /kernel with /boot/kernel/kernel.Josef Karthauser2002-05-097-19/+19
* Unbreak this file after the last drive-by committing. We have toBill Paul2002-05-091-2/+2
* Do my bit for the Perl removal team and shoot my own, rather mangyPaul Richards2002-05-084-306/+1
* Make compilable without -DINET6.Hajimu UMEMOTO2002-05-081-2/+2
* Log address family of a connection.Hajimu UMEMOTO2002-05-081-4/+6
* Use libutil instead of pw_{copy,util}.c. Clean up a little. Warnsify.Dag-Erling Smørgrav2002-05-086-517/+169
* Fix a boatload of format errors and constness violations.Dag-Erling Smørgrav2002-05-082-36/+40
* style(9): remove an EOF space.Maxim Konovalov2002-05-081-1/+1
* Implement 'speed' command: set a maximum read speed. At the moment itMaxim Konovalov2002-05-082-0/+22
* Update ARP to access token-ring source routing information at it's newKelly Yancey2002-05-081-5/+10
* Use libutil and libypclnt for all passwd manipulation and NIS needs.Dag-Erling Smørgrav2002-05-084-353/+47
* Re-remove these files. Somehow obrien managed to revive them with aPeter Wemm2002-05-072-185/+0
* Don't corrupt MP fragments when they're put back on the front of ourBrian Somers2002-05-071-5/+6
* Understand the Session-Timeout RADIUS attributeBrian Somers2002-05-075-4/+109
* inet_aton returns 0 on failure, not -1.David Malone2002-05-061-1/+1
* New feature: allow origins of all dependencies be recorded into package listMaxim Sobolev2002-05-056-9/+56
* In a origin lookup mode (-O) don't bail out when encountering empty packageMaxim Sobolev2002-05-051-2/+8
* Update usage() and manpage to match reality (add -O into usage and adjustMaxim Sobolev2002-05-052-4/+10
* Use PLIST_ORIGIN instead of rolling own version using PLIST_COMMENT.Maxim Sobolev2002-05-051-4/+5
* Handle PLIST_ORIGIN properly.Maxim Sobolev2002-05-052-0/+9
* * Fix a small typo, thanks to olgeniDoug Barton2002-05-041-1/+4
* * Add some niceties to make the -p option quieter, and better behavedDoug Barton2002-05-041-5/+28
* Tweak a data type from char * to u_char *Brian Somers2002-05-041-2/+2
* Make ``set mru'' require a context. In multi-link mode, there's noBrian Somers2002-05-041-1/+1
* Add ability to query installed packages based on origin.Maxim Sobolev2002-05-047-11/+99