summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* strtol -> strtoll (for off_t file size)ache2001-09-011-1/+1
* File positions are off_t nowdays, not long, so:ache2001-09-011-5/+5
* File positions are off_t nowdays, not long, so:ache2001-09-013-3/+3
* File positions are off_t nowdays, not long, so:ache2001-09-014-14/+14
* Remove some unsafe function calls from the signal handlers.kris2001-09-011-6/+14
* Exit gracefully when a SIGHUP is received. This prevents ee from going intomp2001-08-311-0/+1
* SECURITY: Drop `setgid kmem' bit as early as possible.ru2001-08-313-0/+3
* Sort predicates.ru2001-08-311-70/+70
* Add myself.jmas2001-08-311-0/+1
* Make my Grandfather famous by showing the world my middle name,adrian2001-08-311-1/+1
* Revert the previous delta and apply a better fix which correctsmike2001-08-301-9/+5
* Restore the `-perm +mode' feature.ru2001-08-301-2/+2
* Make my Dad famous by showing the world my middle name, as seemsjoe2001-08-301-1/+1
* Like su(1), make PAM use mandatory. Remove parts of the authenticationmarkm2001-08-305-82/+7
* Remove whitespace at end of line I happened to find during my last edit.alex2001-08-301-2/+2
* Add support for proper URI encoding, using strvisx(3)'s VIS_HTTPSTYLE.alex2001-08-301-3/+10
* Add support for HTTP/1.1 name-based virtual hosts. Also, usemike2001-08-301-7/+12
* o Fix some checks on snprintf(3) to prevent miscalculations.mike2001-08-291-4/+8
* Manually unifdef(1) CRAY, UNICOS, hpux and sun uselsess code.markm2001-08-295-51/+4
* In get_string(), 0-terminate the contents of buf ``just in case'';joerg2001-08-281-0/+1
* -a is not an options (sic).dd2001-08-281-1/+1
* Mention what an asterisk means in the -i display.dd2001-08-281-0/+4
* Remove MAP_INHERIT flag from mmaps.dillon2001-08-254-11/+11
* ``recognized -> recognize'' where appropriate.dd2001-08-231-2/+2
* Fix my previous snprintf() patches (which were largely no-ops).brian2001-08-232-9/+11
* Add myself.petef2001-08-221-0/+1
* Take maintainership of whois(1).mike2001-08-211-0/+2
* Update -v documentation to match reality.ru2001-08-211-4/+3
* Revert to version 1.16 which was more correct than either of my attempts.brian2001-08-211-4/+4
* Display a better error message when snprintf() returns < 0brian2001-08-211-1/+5
* Handle overflows from snprintf(), not just returns of < 0brian2001-08-211-5/+5
* Remove unnecessary casts.brian2001-08-211-4/+4
* Handle snprintf() returning -1.brian2001-08-204-18/+32
* Very minor stylistic nit.markm2001-08-201-2/+1
* Code merge and diff reduction between this and crypto telnet.markm2001-08-2014-567/+252
* Don't misuse the return from snprintf.brian2001-08-201-5/+7
* Don't overflow a buffer from command line arguments.kris2001-08-201-2/+6
* Part II of libss retirement: zap mk_cmds too.kris2001-08-209-552/+0
* Remove a blank line that snuck in with the previous commit.des2001-08-181-1/+1
* Correct path (../crypto, not ../../crypto)peter2001-08-181-1/+1
* Add some comments.des2001-08-171-3/+26
* Use a build-tool to create the .mgc files.obrien2001-08-171-5/+11
* add an entry about myselffjoe2001-08-171-0/+1
* Print a space between the function name and line number.mikeh2001-08-161-1/+1
* Add $FreeBSD$mikeh2001-08-167-0/+25
* * Update author's e-mail address.sheldonh2001-08-161-2/+2
* Use the .Cm macro to mark up the modifiers of the -s flag's size argument.sheldonh2001-08-161-9/+10
* Fix usage message, the executable is optional.mikeh2001-08-152-2/+2
* Substitute ARGSTR in-place.ru2001-08-151-4/+3
* Fixed the usage() string.ru2001-08-151-1/+3
OpenPOWER on IntegriCloud