aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Use the standardized CHAR_BIT constant instead of NBBY in userland.Mike Barcroft2002-09-251-2/+3
* Get howmany() macro from <sys/param.h>, instead of depending on itsMike Barcroft2002-09-241-1/+1
* Use POSIX-style sort syntax in exampleAndrey A. Chernov2002-09-241-1/+1
* If the peer gives us 0.0.0.0 as his IP number, NAK it rather than acceptingBrian Somers2002-09-231-1/+2
* Do not add a start offset time to the track duration time.Maxim Konovalov2002-09-231-1/+2
* Introduce to the !program specification a capability similar to the oneDaniel C. Sobral2002-09-232-2/+25
* Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the structGarrett Wollman2002-09-213-6/+6
* The resolver library does a pretty acceptable set of domainMark Murray2002-09-201-19/+2
* Kerberised NFS has never (as far as I can tell) worked outsideMark Murray2002-09-201-12/+2
* o Don't print devices that aren't attached unless run with the newlyWarner Losh2002-09-202-5/+13
* Pppctl seems to compile again nowJulian Elischer2002-09-191-1/+1
* Use consistent terminology in the usage message, the man pageJohn Polstra2002-09-172-10/+10
* Don't depend on <sys/types.h> pollution in <sys/fcntl.h>.Mike Barcroft2002-09-172-0/+2
* Check for FD_SET overruns.Jacques Vidrine2002-09-171-0/+8
* Only include parent directory Makefile.inc if it exists. Now you canJohn Baldwin2002-09-171-1/+3
* Add i386 to the list of architectures that libc_r is broken on. ThisPeter Wemm2002-09-171-1/+1
* Initiate deorbit burn for the i386-only a.out related support. Moves arePeter Wemm2002-09-172-32/+0
* xids are u_int32_ts, which are not necessarily the same size as time_ts orBill Fenner2002-09-161-2/+2
* Add sleep state explanation.Takanori Watanabe2002-09-161-4/+10
* Add "-t" to useage message and comment. (The -t option was addedDavid Malone2002-09-151-3/+3
* Some BIOSs are using MTRR values that are only documented under NDADavid Malone2002-09-152-1/+3
* Update to use *.tbz suffix, also update example URL.Bruce A. Mah2002-09-101-3/+3
* Sigh, finally activate pkgwrap.c.Maxim Sobolev2002-09-091-1/+1
* Fix minor off-by-one error.Bruce A. Mah2002-09-091-1/+1
* Make pkg_install go to the right place for 4.6-RELEASE and 4.6.2-RELEASEBruce A. Mah2002-09-091-0/+2
* Introduce notion of the package tools revision and allow to wrap all toolsMaxim Sobolev2002-09-095-18/+131
* Add tcl81 that was missing.Akinori MUSHA2002-09-091-0/+1
* Back out previous commit. I was a bit overzealous: the fd_set size isJacques Vidrine2002-09-091-2/+0
* Check for FD_SET overrun.Jacques Vidrine2002-09-091-0/+2
* Check for FD_SET overruns.Jacques Vidrine2002-09-094-0/+10
* Kill debugging line occasionally slipped into rev.1.3.Maxim Sobolev2002-09-091-2/+0
* Vastly decrease amount of memory comsumed in the case when we have to readMaxim Sobolev2002-09-092-4/+11
* Use --fast-read mode to extract metadata from package file. Since metadataMaxim Sobolev2002-09-091-2/+16
* Allow edquota(8) to be used for setting up quotas non-interactively (add aMaxim Sobolev2002-09-072-23/+149
* Make syslogd -u treat "*" as all levels by explictly setting pri_cmpDavid Malone2002-09-042-6/+24
* When printing the wait status, break it down into a signal and a exit status.David Malone2002-09-041-4/+10
* Swap sense of no_v[46]bind variables and rename as v[46]bind_ok -David Malone2002-09-041-19/+19
* Fix parsing of unix domain entries after addition of IPv6 RPC support.David Malone2002-09-041-38/+39
* When installing package from a local file assume that all subsequentMaxim Sobolev2002-09-031-2/+6
* Don't initialise policy, v4bind and v6bind where the variables areDavid Malone2002-09-021-3/+10
* tpc -> tcp in an error message.David Malone2002-09-021-2/+2
* Clear up a few warnings (unused variable, rpc versions are usigned so use %u,David Malone2002-09-021-8/+7
* Switch over to the new EA manipulation utilities.Poul-Henning Kamp2002-09-027-467/+1
* Unbreak -DNOINET6Brian Somers2002-09-021-0/+2
* Don't treat unknown commands as fatal errors: they are probably justKris Kennaway2002-08-311-2/+3
* Add the new userland tool for manipulating extended attributes.Poul-Henning Kamp2002-08-303-0/+369
* Correctly handle ifr.ifr_flags/ifr.ifr_flagshigh like ifconfig(8) does.Maxim Sobolev2002-08-292-5/+9
* - made ppp compliant to RFC 2472 (based on a patch from anotherBrian Somers2002-08-295-49/+176
* Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_Brian Somers2002-08-2724-6/+26
* After dialling using -n, add the ability to wait for the first responseHellmuth Michaelis2002-08-272-8/+76