aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Use the .Bx macro in the HISTORY section.Mike Pritchard1997-02-191-1/+2
* Add history section. Follows chflags(2).David E. O'Brien1997-02-191-0/+4
* Treat 'end\0', 'end\n', 'end\r\n' as trailer line, see rev 1.2Wolfram Schneider1997-02-181-1/+3
* Fix default whois server.Mark Murray1997-02-181-1/+1
* Better check for detecting header line. A header line must matchWolfram Schneider1997-02-181-1/+32
* Fix ranges - off by one.Wolfram Schneider1997-02-181-2/+5
* Fix for hard-coded length of login name.David Nugent1997-02-181-3/+11
* This page will first appear in 2.2, not 3.0.John-Mark Gurney1997-02-171-1/+1
* Fix fetch so that all status information is sent to stderr, preventsJohn-Mark Gurney1997-02-171-11/+10
* Don't call sendmail with "-f root" when run with "-a". ThisMike Pritchard1997-02-161-1/+1
* Implement the -o commandline switch. This does almost exactlySteve Price1997-02-161-12/+61
* The screen layout of the lefthand side for the vmstat display was way off.David E. O'Brien1997-02-151-11/+11
* Modified the display() function to recognize when the output it going to aJohn-Mark Gurney1997-02-141-14/+18
* Bye Bye.Wolfram Schneider1997-02-143-390/+0
* Print error messages to stderr, not to stdout.Bruce Evans1997-02-131-2/+2
* When the mbuf code was changed to use a private allocator instead ofGarrett Wollman1997-02-121-3/+4
* Typo fix.Mike Pritchard1997-02-121-1/+1
* Fix remote request for HTTP proxies. Should close PR#2670.Garrett Wollman1997-02-112-5/+15
* Reduce the command field width by one when idle time is > 9 days, toDaniel O'Callaghan1997-02-113-4/+10
* Fix a couple of typos.Mike Pritchard1997-02-111-4/+4
* Fix PR#2700: report correct transmission speed, and restart transfersGarrett Wollman1997-02-102-4/+6
* Adds login class support for local & nis passwords:David Nugent1997-02-103-16/+60
* Better buffer length calculation and overrun detection. Closes PR 2577Mark Murray1997-02-091-4/+8
* Typo police.Mike Pritchard1997-02-091-1/+1
* Add a manpage for brandelf(1). Minor stylistic fixes, and a bufferJoerg Wunsch1997-02-093-8/+98
* Removed potential buffer overflow.Eivind Eklund1997-02-094-9/+15
* Really fix calendar to drop all permissions whenMike Pritchard1997-02-091-4/+28
* Typo fix.Mike Pritchard1997-02-091-1/+1
* Basically reverse last commit which was plain wrong.Poul-Henning Kamp1997-02-081-1/+3
* Fix off-by-one error in proxy host:port parser.Garrett Wollman1997-02-071-2/+1
* Add ${.CURDIR}/ to relative path to contrib.Poul-Henning Kamp1997-02-073-3/+3
* Activate new OPIE programsPaul Traina1997-02-071-1/+1
* Build opiepasswd from contrib_opie module.Paul Traina1997-02-071-0/+16
* Build opiekey from contrip_opie sources.Paul Traina1997-02-071-0/+16
* Build opiekey from the contrib_opie module.Paul Traina1997-02-071-0/+16
* delete unused variable BINDIR=/usr/libexecWolfram Schneider1997-02-061-2/+1
* Initialize the group list when we switch uids when run asMike Pritchard1997-02-062-0/+5
* Add a couple of relavant man page xrefs for more informationMike Pritchard1997-02-061-5/+3
* Some bug-fixes, clean-ups, and one new feature:Garrett Wollman1997-02-056-63/+503
* Add framemaker 5.0.Poul-Henning Kamp1997-02-041-0/+1
* Cruft cleanup to eliminate useless warningsPaul Traina1997-02-021-3/+6
* ${DESTDIR}/usr/bin -> ${DESTDIR}${BINDIR}Wolfram Schneider1997-02-025-7/+7
* Null-terminate the string in percent_decode() so that we don't depend onBruce Evans1997-02-021-1/+2
* Fix calendar so that it doesn't report strange results onMike Pritchard1997-02-021-2/+8
* Some fixes for HTTP:Garrett Wollman1997-01-314-46/+293
* Correct the year that Sydney Australia was settled.Mike Pritchard1997-01-311-1/+1
* Here is my long-threatened revamping of fetch. Jean-Marc probably won'tGarrett Wollman1997-01-309-761/+2428
* The option "fstype" does not handle the argument "msdos" correctly.Wolfram Schneider1997-01-281-7/+4
* Store temp files in current directory instead /tmp. The currentWolfram Schneider1997-01-271-1/+1
* Don't dereference NULL pwd on non-existant username (I wonder how longJordan K. Hubbard1997-01-221-1/+2