summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Add ^ getpid() to make more random results for subsequent calling.ache1997-03-081-5/+6
| | | | | | Add proper type casting to random calls Should go into 2.2
* Made sure the string formated by strftime() is properlyyokota1997-03-071-1/+2
| | | | | | | | | | | null-terminated. Fixed a wrong if statement which should test a string is empty where in fact it tested the string pointer was NULL. Should go to RELENG_2_1 and RELENG_2_2. Reviewed by guido@freebsd.org.
* Made sure the string formated by strftime() is properlyyokota1997-03-072-2/+4
| | | | | | | | null-terminated. Should go to RELENG_2_1 and RELENG_2_2. Reviewed by guido@freebsd.org.
* fix restarting http transfers and understanding response from server.jmg1997-03-061-4/+4
| | | | | | | | | Slight modification of patch by wollman. Closes PR#2870 Reviewed by: wollman Submitted by: Marc Slemko <marcs@znep.com>
* fix a couple problems with fetch:jmg1997-03-061-3/+6
| | | | | . don't try to interpet a colon in the pathname as a port number . don't report an errno message when one don't exist
* fix a couple misspellings, one of 'em closes pr 2892.jmg1997-03-061-3/+3
|
* Fix FTP_PROXY to use user@host[@port] for FTP proxy and eliminatefenner1997-03-053-70/+118
| | | | | | | | | | | undocumented FTP_PROXY_USER Make FTP file errors contian hostname and path. Pass the FTP port to libftp. Partially un-HTMLify error messages returned from server Handle "HTTP NNN" instead of "HTTP/V.vv NNN" response sent by pre-HTTP/1.0 servers Reviewed by: wollman
* Added missing #include, cleaned up #includes.bde1997-03-031-5/+11
| | | | Print VFCF_UNICODE flag in the unlikely event that it is set.
* Back out MAXLOGNAME fix, Bruce points that copyinstr require NULache1997-03-031-2/+2
|
* Add enviroment variable MAKEOBJDIRPREFIX, still undocumented exceptwosch1997-03-031-1/+2
| | | | in bsd.obj.mk.
* Fix MAXLOGNAME usage, the code has wrong assumption that it must beache1997-03-021-3/+3
| | | | NULL terminated
* Make more not immediately exit on a short file, if the -e option isjoerg1997-03-022-4/+1
| | | | | | | | | | | | given. This makes more -e basically usable at all when your termcap entry supports an alternate screen buffer (like xterm-r6). I wonder whether we should make more -e the default. Oure more seems to be the only one on the world with this funny behaviour. 2.2 candidate Submitted by: dawes@rf900.physics.usyd.edu.au (David Dawes)
* Include copyright message from <sys/copyright.h>wosch1997-03-011-5/+4
|
* Add generic colldef for ISO-8859-2.wosch1997-03-013-15/+238
| | | | | | Submitted by: Slaven Reziæ (Tomiæ) <eserte@cs.tu-berlin.de> Use '.for' loop from make(1), not sh(1) 'for' loops.
* minor nitadam1997-02-281-3/+3
|
* Add lt_LN.ISO_8859-2.src.wosch1997-02-282-10/+102
| | | | | | Use '.for' loop from make(1), not sh(1) 'for' loops. Submitted by: Slaven Reziæ (Tomiæ) <eserte@cs.tu-berlin.de>
* Back out "shell" / pw_shell change, I was confused by the sameache1997-02-271-4/+7
| | | | variable name (with different functionality)
* Fix few bogons with pw_shell / shell variables values mismatchache1997-02-271-7/+4
| | | | introduced by LOGIN_CAP
* If an administrator somehow manages to break the hardlinksmpp1997-02-262-5/+9
| | | | | | | | | | | | on chpass & passwd and turn the links into individual files with the schg flag set, make install will fail to install all of the proper links. Fixed by removing the schg flag on all of the links before installing. Closes PR# 2040. Submitted by: Ph. Charnier <charnier@xp11.frmug.org>
* Added calendar entries from OpenBSD and NetBSD that we were missing.mpp1997-02-254-11/+20
|
* Add the date of Carl Sagan's death, since we list his birthday.mpp1997-02-251-1/+2
| | | | Obtained from: NetBSD PR# 3235
* Holiday renamedache1997-02-242-4/+4
| | | | Should go into 2.2
* Use new sysctl(3) interface to mbuf statistics. While we're at it,wollman1997-02-241-21/+45
| | | | count free mbufs correctly.
* Use the new sysctl(3) interface to mbuf statistics rather thanwollman1997-02-241-7/+19
| | | | groveling about in kmem.
* When group wheel is empty, allow everyone to su to root. This has normallyguido1997-02-242-5/+7
| | | | | | | no conseqeunces as we ship with a non-empty wheel. Closes PR/1882 Submitted by: Arne Henrik Juul <arnej@frida.imf.unit.no>
* These man page will appear in 2.2, not 3.0.wosch1997-02-221-3/+3
|
* Add Korean CTYPE localeache1997-02-222-2/+117
| | | | Submitted by: Choi Jun Ho <junker@jazz.snu.ac.kr>
* Revert $FreeBSD$ to $Id$peter1997-02-22212-213/+216
|
* Revert $FreeBSD$ to $Id$peter1997-02-22122-122/+131
|
* Revert $FreeBSD$ to $Id$peter1997-02-225-5/+5
|
* Use the .Bx macro in the HISTORY section.mpp1997-02-191-1/+2
|
* Add history section. Follows chflags(2).obrien1997-02-191-0/+4
|
* Treat 'end\0', 'end\n', 'end\r\n' as trailer line, see rev 1.2wosch1997-02-181-1/+3
|
* Fix default whois server.markm1997-02-181-1/+1
|
* Better check for detecting header line. A header line must matchwosch1997-02-181-1/+32
| | | | | | | | "begin [0-7]* *". Now `begin with, ' is not a header line. Do a boundary check for body characters. Characters less than 33 or greater than 96 are out of range. If characters are out of range uudecode print a error message and die.
* Fix ranges - off by one.wosch1997-02-181-2/+5
|
* Fix for hard-coded length of login name.davidn1997-02-181-3/+11
| | | | | | Submitted by: Philippe Charnier <charnier@xp11.frmug.org> Closes #PR bin/2755
* This page will first appear in 2.2, not 3.0.jmg1997-02-171-1/+1
| | | | 2.2 Candidate
* Fix fetch so that all status information is sent to stderr, preventsjmg1997-02-171-11/+10
| | | | | | | | corruption of file being recieved to stdout. Submitted-by: Kent Vander Velden <graphix@iastate.edu> Closes PR#2739
* Don't call sendmail with "-f root" when run with "-a". Thismpp1997-02-161-1/+1
| | | | | | | eliminates the "X-authentication-warning" header line that has been coming out since I made it so that sendmail is run totally as the user whose calendar file is currently being processed.
* Implement the -o commandline switch. This does almost exactlysteve1997-02-161-12/+61
| | | | | | | what bison does with -o, except it DTRT with respect to naming the .code file when the -r switch is also used. Submitted by: bde
* The screen layout of the lefthand side for the vmstat display was way off.obrien1997-02-151-11/+11
| | | | (based on my running it on 2.2-GAMMA)
* Modified the display() function to recognize when the output it going to ajmg1997-02-141-14/+18
| | | | | | | | | file. When it is don't do the percentage update, but still display the file size and rate. Closes PR#2725 Reviewed by: wollman
* Bye Bye.wosch1997-02-143-390/+0
|
* Print error messages to stderr, not to stdout.bde1997-02-131-2/+2
| | | | | Fixed usage message to match reality (-a was missing) and man page (arg names were spelled differently).
* When the mbuf code was changed to use a private allocator instead ofwollman1997-02-121-3/+4
| | | | | | | the kernel malloc, netstat was never updated to reflect the fact that there are once again allocated-but-free mbufs, just as there are clusters, and so the information presented about how much memory was allocated to the network was bogus. Fixed.
* Typo fix.mpp1997-02-121-1/+1
| | | | Obtained from: NetBSD-bugs PR# 3214
* Fix remote request for HTTP proxies. Should close PR#2670.wollman1997-02-112-5/+15
|
* Reduce the command field width by one when idle time is > 9 days, todanny1997-02-113-4/+10
| | | | | | eliminate unsightly blank line. Possibly a 2.2 candidate.
* Fix a couple of typos.mpp1997-02-111-4/+4
| | | | Submitted by: bde
OpenPOWER on IntegriCloud