summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Remove cross reference to pkg_update(1).eric2002-05-111-1/+0
* #include netinet/in.h when !__FreeBSD__ to silence some warnings frombrian2002-05-111-0/+3
* sysctl -w -> sysctldd2002-05-111-1/+1
* Beware the log demon! (Fix typo: s/demon/daemon/)dd2002-05-111-1/+1
* replace __FUNCTION__ with standardized __func__.alfred2002-05-1111-58/+58
* unbreak build: fix multi-line string literalalfred2002-05-111-1/+1
* unbreak build: ditch multi-line string literalsalfred2002-05-111-1/+1
* fix build:alfred2002-05-118-51/+67
* NetBSD keeps des.h in /usr/include/openssl these daysbrian2002-05-111-0/+4
* Typo.max2002-05-101-1/+1
* Add support for MS-CHAP authentication via a RADIUS server.brian2002-05-106-42/+200
* Turn off pppctl -- it won't like with an in-tree Gcc 3.1 built libc_r.obrien2002-05-101-0/+3
* When packing installed package into a file (pkg_create -b) make sure tosobomax2002-05-101-4/+11
* Fix buildworld breakage.roberto2002-05-091-1/+1
* Replace /kernel with /boot/kernel/kernel.joe2002-05-097-19/+19
* Unbreak this file after the last drive-by committing. We have towpaul2002-05-091-2/+2
* Do my bit for the Perl removal team and shoot my own, rather mangypaul2002-05-084-306/+1
* Make compilable without -DINET6.ume2002-05-081-2/+2
* Log address family of a connection.ume2002-05-081-4/+6
* Use libutil instead of pw_{copy,util}.c. Clean up a little. Warnsify.des2002-05-086-517/+169
* Fix a boatload of format errors and constness violations.des2002-05-082-36/+40
* style(9): remove an EOF space.maxim2002-05-081-1/+1
* Implement 'speed' command: set a maximum read speed. At the moment itmaxim2002-05-082-0/+22
* Update ARP to access token-ring source routing information at it's newkbyanc2002-05-081-5/+10
* Use libutil and libypclnt for all passwd manipulation and NIS needs.des2002-05-084-353/+47
* Re-remove these files. Somehow obrien managed to revive them with apeter2002-05-072-185/+0
* Don't corrupt MP fragments when they're put back on the front of ourbrian2002-05-071-5/+6
* Understand the Session-Timeout RADIUS attributebrian2002-05-075-4/+109
* inet_aton returns 0 on failure, not -1.dwmalone2002-05-061-1/+1
* New feature: allow origins of all dependencies be recorded into package listsobomax2002-05-056-9/+56
* In a origin lookup mode (-O) don't bail out when encountering empty packagesobomax2002-05-051-2/+8
* Update usage() and manpage to match reality (add -O into usage and adjustsobomax2002-05-052-4/+10
* Use PLIST_ORIGIN instead of rolling own version using PLIST_COMMENT.sobomax2002-05-051-4/+5
* Handle PLIST_ORIGIN properly.sobomax2002-05-052-0/+9
* * Fix a small typo, thanks to olgenidougb2002-05-041-1/+4
* * Add some niceties to make the -p option quieter, and better behaveddougb2002-05-041-5/+28
* Tweak a data type from char * to u_char *brian2002-05-041-2/+2
* Make ``set mru'' require a context. In multi-link mode, there's nobrian2002-05-041-1/+1
* Add ability to query installed packages based on origin.sobomax2002-05-047-11/+99
* style(9): sort includes, remove EOL spaces.maxim2002-05-031-6/+6
* wait(2) for compress_log() processes to complete before exit.maxim2002-05-031-0/+3
* Make pkg_info working again when argument is a file not in the currentsobomax2002-05-021-2/+5
* Make `-g' working for symlinks.sobomax2002-05-021-3/+20
* Kill local variable which shadows global one. This fixes creation of bzip2sobomax2002-05-021-1/+0
* Bump the version to mark the fixed FSM TLD orderingbrian2002-05-011-1/+1
* If we receive a config request while Open, call TLD *before* decodingbrian2002-05-011-3/+7
* Allow the peer to modify the LQR intervalbrian2002-05-011-0/+1
* Make this compile and not segfault on ia64. ptr = strdup("foo"); ispeter2002-05-011-3/+4
* Add the ability to use Bzip'ed packages.obrien2002-04-307-19/+44
* Make crunchide(1) a cross-tool; needed for cross-arch "make release".ru2002-04-305-7/+17
OpenPOWER on IntegriCloud