summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* The old fmt(1) always did what the new ``-l 8'' option does.ru2001-08-152-2/+16
* mdoc(7) police: utilize the new .Ex macro.ru2001-08-1532-106/+38
* Removal of following export controll related sentences:horikawa2001-08-151-13/+1
* Add hint about how we name profiled libraries (append _p at the right place).schweikh2001-08-141-0/+11
* Fix INT 10:09 (write char) and INT 10:0a (write char and attribute)tg2001-08-142-10/+12
* Move update of BIOS variable at 0x6c (time counter) completely to timer.c.tg2001-08-142-18/+16
* mdoc(7) police: s/BSD/.Bx/ where appropriate.ru2001-08-147-7/+21
* An empty at.deny doesn't mean everyone can use at.dd2001-08-141-4/+0
* Initialize outfile in main()peter2001-08-131-1/+2
* Initialize msg in main()peter2001-08-131-1/+2
* Initialize fp in main()peter2001-08-131-1/+2
* Initialize debugf in main()peter2001-08-132-1/+2
* mdoc(7) police: s;BSD/OS;.Bsx; where appropriate.ru2001-08-131-2/+2
* Spell "FreeBSD" with "F" and "BSD" in uppercase.ru2001-08-134-4/+4
* Removed duplicate VCS ID tags, as per style(9).ru2001-08-1316-24/+16
* Fix some bogus strncpy(3) to strlcpy(3) changes I made in the previousmike2001-08-131-6/+6
* Remove the WANT_INSECURE_OPIE option - it is now a default. This is notmarkm2001-08-123-9/+0
* o Replace occurrences of strncpy(3) with strlcpy(3); most ofmike2001-08-121-23/+47
* Change the compute_stats() call to the new devstat_compute_statistics()ken2001-08-111-21/+21
OpenPOWER on IntegriCloud