summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2007-06-21Add the newgrp(1) utility, which changes effective group ID. Thisginsbach
2007-06-16Under DEBUG(VAR) report when the variable wasn't found.dsl
2007-06-13call setprogname(); from anon ymous.christos
2007-06-08Improve description of EXIT CODES. Based on the following OpenBSD commit,wiz
2007-06-06Dynamically allocate the buffer used for reading data from the inputbriggs
2007-06-05Add RCSID's to help files and centralize the function to cat the help files.christos
2007-06-05Enforce restriction that (http) proxied URL fetchs don't supportlukem
2007-06-03make sure we have args before we try to parse numbers in the compat argumentchristos
2007-06-01When displaying 'KTR_USER' data, exclude the header from the length, don'tdsl
2007-05-31Add a new command-line option "-n chunk_count", that splits the inputjschauma
2007-05-29- getopt parsingchristos
2007-05-28Since Christos cleaned up the use of libc internals here, we can switchtls
2007-05-28Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on thetls
2007-05-26remove the rest of the libc cruft.christos
2007-05-26This does not appear to need rpc_generic.cchristos
2007-05-24Add new keys to the help screen.ad
2007-05-24- Allow a single process to be selected by pid.ad
2007-05-24Display times in RFC2822 form rather than using ctime(3), sincelukem
2007-05-24Revert previous "64bit fix" because it actually removed desired functionality.lukem
2007-05-23Delete some comments that refer to long-extinct code.dsl
2007-05-22Unbreak debug printf on 64-bit arches.tnn
2007-05-22* main: call tzset() to ensure TZ is setup for other <time.h> functions.lukem
2007-05-21fallout from si_sigval -> si_valuedogcow
2007-05-19make this compile again. Thanks Kurt Schreiner.christos
2007-05-15* Modify parse_url() to consistently strip the leading `/' off ftp URLs.lukem
2007-05-13Using ${NETBSDSRCDIR} requires <bsd.own.mk>veego
2007-05-12Enable the code that adds global constants to every kernel object filedsl
2007-05-10Use '.equ' instead of '.set' when defining global constants.dsl
2007-05-10Switch from fparseln() to the internal getline() when parsing HTTP headers.lukem
2007-05-10Replace references from draft-ietf-ftpext-mlst-NN to RFC 3659.lukem
2007-05-10Use getline() instead of fparseln()lukem
2007-05-10Implement copy_bytes() to copy bytes from one fd to another via thelukem
2007-05-09PR/36294: De Zeurkous: login(1) -- inconsistent exit behavior on EOFchristos
2007-05-06Display a message indicating who's password is being changed, as perjnemeth
2007-05-05const-as-const-can: make the "suffixes" pointers const, as probably wasmartin
2007-05-05PR/36280: Christer Folkesson: Remove extra constchristos
2007-05-05PR/36278: David A. Holland: hard-coded paths in fingerchristos
2007-05-01- Create sysctl nodes for AIO.rmind
2007-04-29fix typosmsaitoh
2007-04-27Fall back to kvm interface for protocols that do not yetmlelstv
2007-04-23Correct documentation:tron
2007-04-21Fix 64bit build, strlen() doesn't return int.dsl
2007-04-21Add 'service level' security for L2CAP and RFCOMM connections, followingplunky
2007-04-18Bring in xargs from FreeBSD to gain -I, -J etc. but keep our GNU compatiblechristos
2007-04-18fix rev 1.144: initconn() may be called with verbose==-1 (e.g., during remotelukem
2007-04-18Clean up use of confirm() and mbort() so that the current operationlukem
2007-04-17provide _POSIX2_LINE_MAX if not there.christos
2007-04-17* Implement -s srcaddr; uses srcaddr as the local IP address for alllukem
2007-04-16Replace a "while" with an "if" since the code path only gets executed once.lukem
2007-04-14use { | } for required alternatesplunky