summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use the SCRIPTS knob.ru2002-04-291-4/+1
* Spell void * as void * rather than caddr_t. This is complicated by thedes2002-04-2810-101/+105
* Fix a number of warnings. A gcc preprocessor bug relating to macrosiedowse2002-04-281-38/+53
* Oops, remove references to NLOCKED and NWANTED, now that they noiedowse2002-04-282-8/+0
* Include <netinet/in.h> to squash one more compile-time warning.gad2002-04-251-0/+2
* When using %p to print out pointers to struct's, first cast the valuesgad2002-04-251-7/+8
* PR: 33966hm2002-04-241-6/+6
* handle ECONNABORTED.ume2002-04-241-1/+3
* typo in connect(2) error handling.ume2002-04-241-2/+2
* Change the name of the 'bin' distribution to 'base'.obrien2002-04-236-26/+26
* Improve the error message the user sees if the startdaemon routine cannotgad2002-04-231-4/+6
* Implement new printcap option of "rc" aka "remote.resend_copies".gad2002-04-234-11/+70
* Add 'const' to some casts to fix two warnings that are printed by thegad2002-04-222-4/+4
* Add 'const' to some casts to fix two warnings that are printed by thegad2002-04-221-2/+2
* Usage style sweep: spell "usage" with a small 'u'.des2002-04-2219-26/+26
* Don't needlessly redefine the afterinstall target.ru2002-04-221-6/+1
* Add a Makefile for this.jake2002-04-221-0/+6
* Underline the default value for rp=, the same way all the other string-typegad2002-04-221-1/+1
* Add description of `mc' (max copies), add short-form to long-form mappinggad2002-04-223-0/+6
* Turn blank lines into .Pp . This does not significantly change thefenner2002-04-211-1/+2
* Don't load the netgraph line discipline. When it's in use, TIOCMGETbrian2002-04-211-0/+7
* Improve the Bzip2 handling.obrien2002-04-204-19/+35
* sysinstall compiles on sparc64.jake2002-04-201-4/+1
* Use `The .Nm utility'charnier2002-04-2029-102/+181
* Add character translation table between Unix and NetWare accordingbp2002-04-201-9/+9
* Change lpd to recognize the '-s' parameter as a preferred synonymgad2002-04-192-13/+26
* Remove a safety-setting line which is unnecessary now that the previousgad2002-04-191-1/+0
* Fix 'deamon' -> 'daemon' in a comment.gad2002-04-191-1/+1
OpenPOWER on IntegriCloud