summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* remove most of the warningsassar2001-06-1516-277/+144
|
* add the option -S for printing port numbers symbolically but addressesassar2001-06-1510-45/+55
| | | | numerically. clean up the CFLAGS in Makefile.
* Restore -M -N support for -m.ru2001-06-144-32/+69
| | | | PR: 20808
* Removed -h option.ru2001-06-141-5/+1
|
* Really delete the -h option.ru2001-06-141-2/+2
| | | | | CSRG revision 5.33 deleted -h option from getopt(), but not from usage(). Revision 8.3 restored it in getopt().
* Silence warnings and minor style fixes. Mostly constify and don'tdd2001-06-142-10/+14
| | | | | | assume that time_t is a long. Clamp down with WARNS=2. Not objected to by: -audit
* Part 2 of gensetdefs de-orbit burn. linker sets are now self containedpeter2001-06-144-429/+0
| | | | for ELF, see src/sys/linker_set.h log.
* Respect REPLYTO in mailrc.mikeh2001-06-144-10/+8
| | | | | | PR: bin/8322 Submitted by: Philipp Mergenthaler <philipp.mergenthaler@stud.uni-karlsruhe.de> MFC after: 2 weeks
* Avoid the avm field joining the w field when avm is > 9.999.999 pagesschweikh2001-06-131-1/+1
| | | | | | | | which is slightly less than 4GB. To use a quote from someone who shall remain nameless "No one will ever need more than 4 GB" :-) But FreeBSD is prepared if we one day will. Requested by: Eugene Aleynikov <eugenea@infospace.com>
* Add '-I mask' cmdline flag to ignore/skip files and subdirectoriesroam2001-06-132-2/+70
| | | | | | | | matching a specified shell-glob mask. Reviewed by: no serious objections on -arch and -audit over the last few months MFC after: 1 month
* Increase field width by one for 'fre' to accomodate today's memory sizes.schweikh2001-06-121-3/+3
| | | | | | | PR: 25267 Submitted by: Eugene Aleynikov <eugene@infospace.com> Reviewed by: joerg MFC after: 2 weeks
* Allow -u to work with UID's also.obrien2001-06-121-6/+9
| | | | Submitted by: Seth Kingsley <seth.kingsley@windriver.com>
* Fixed printing of netatalk statistics WRT the -s flag.ru2001-06-121-2/+2
| | | | | | PR: bin/6994 Submitted by: Zahemszky Gabor <zgabor@zg.CoDe.hu> MFC after: 1 week
* ANSI C prohibits text after #endif.dd2001-06-121-2/+2
| | | | Reviewed by: md5(1)
* Mention about -rl behavior change. Now, MTU is printed.ume2001-06-111-1/+3
|
* Add missing column for Mtu in header when -rl is specified.ume2001-06-111-4/+13
|
* Sync with recent KAME.ume2001-06-117-43/+126
| | | | | | | | | | | | | | | | | | This work was based on kame-20010528-freebsd43-snap.tgz and some critical problem after the snap was out were fixed. There are many many changes since last KAME merge. TODO: - The definitions of SADB_* in sys/net/pfkeyv2.h are still different from RFC2407/IANA assignment because of binary compatibility issue. It should be fixed under 5-CURRENT. - ip6po_m member of struct ip6_pktopts is no longer used. But, it is still there because of binary compatibility issue. It should be removed under 5-CURRENT. Reviewed by: itojun Obtained from: KAME MFC after: 3 weeks
* ISO_ -> ISOache2001-06-112-2/+2
|
* ISO_ -> ISOache2001-06-116-748/+9
|
* ISO_ -> ISOache2001-06-119-41/+41
|
* ISO_ -> ISOache2001-06-1110-426/+11
|
* Handle ASCII and US-ASCII aliasesache2001-06-101-1/+3
|
* Install additional en_US linksache2001-06-101-1/+3
|
* Remove "SU" - not valid country codeache2001-06-101-2/+3
| | | | Fix locale comparison with "C", add "POSIX"
* Add more *.US-ASCII entriesache2001-06-101-1/+3
|
* Add Latin15 entriesache2001-06-101-0/+6
|
* Add new and Latin15 namesache2001-06-101-0/+8
|
* Understand new locale names and Latin15ache2001-06-101-2/+23
|
* Always print at least 2 bytes for IN_CLASSB_NET networks.ru2001-06-081-10/+29
| | | | | | | | | | Always print at least 3 bytes for IN_CLASSC_NET networks. The standard 193.0.0 class C network for example, will now be displayed as "193.0.0" as opposed to the confusing 193. PR: bin/21546 MFC after: 1 week
* The date for Australia day inphk2001-06-081-1/+1
| | | | | | | | | src/usr.bin/caldendar/calenders/calendar.holiday is incorrect. From looking through webcvs it seems like the error is in Open/NetBSD also. PR: 27960 Submitted by: Harley Anderson <Warragul@selcon.com.au>
* Correct cross-reference:sobomax2001-06-073-6/+6
| | | | | | portmap.8 --> rpcbind.8 Submitted by: .Xr testing script
* Null terminate buffer.jlemon2001-06-071-1/+2
| | | | | | PR: 23150 Submitted by: Dan Nelson <dnelson@emsphone.com> MFC in: 1 week
* Silence the remaining warnings and clamp down with WARNS=2.dd2001-06-072-4/+6
| | | | Not objected to by: -audit
* o If the file being tailed is moved back to the original location,jlemon2001-06-061-1/+3
| | | | | resume using kqueue to monitor it, if possible. o auto-clear the read filter on EOF; this is needed when tailing a FIFO.
* fmt(1) rewrite by Gareth McCaughan.ru2001-06-063-552/+660
| | | | | | | PR: bin/5901, bin/12242, bin/19071 Submitted by: Gareth McCaughan <gjm11@dpmms.cam.ac.uk> Obtained from: OpenBSD + ctype(3), WARNS=2, and manpage cleanup MFC after: 2 weeks
* There is no reason for logname to call getopt(3), it doesn't takephk2001-06-051-10/+4
| | | | | | | any options. PR: 26689 Submitted by: FĂ©lix-Antoine Paradis <reel@sympatico.ca>
* - Optimise current cursor position displaying routines, to avoid unnecessarysobomax2001-06-031-10/+8
| | | | | | | | cursor movements; - minor cleanups in cursor position displaying routines; - properly resent "file modified" flag when editing several files. MFC after: 1 week
* Use S_IXUSR instead of hardcoded values.mikeh2001-06-021-5/+5
| | | | Reviewed by: md5
* Don't treat the pipe symbol in capabilities as an alternateru2001-06-011-2/+4
| | | | | | | | | | | | record name indicator; this causes a spurious warning: $ cat x record:\ :capability=|value: $ cap_mkdb x cap_mkdb: ignored duplicate: record Spotted by: dcs
* Do retry next entry in addrinfo during connect.ume2001-06-011-5/+10
| | | | MFC after: 1 week
* Replace a use of the hw.nintr sysctl as it has just gone away, casttmm2001-06-013-6/+11
| | | | | size_t variables when passing them to a printf-like function, and some minor cleanups.
* Don't try to print a completion percentage for zero-size files.des2001-06-011-1/+1
| | | | | PR: 27780 Submitted by: Craig Leres <leres@ee.lbl.gov>
* Correct a typo.dd2001-06-011-1/+1
| | | | | PR: 22885 Submitted by: Rene de Vries <rene@tunix.nl>
* Correct some typos.dd2001-06-011-3/+3
| | | | | PR: 27251 Submitted by: Pekka Savola <pekkas@netcore.fi>
* Don't install setgid kmem.dd2001-06-011-2/+0
|
* Cast size_t variables before printing them to cope with the case oftmm2001-05-311-2/+2
| | | | sizeof(size_t) != sizeof(int).
* Convert to use the sysctl interface to obtain the data when operatingdd2001-05-312-52/+240
| | | | | | | on a running system. Using kvm is still supported, primarily for postmortem analysis. Reviewed by: tmm
* Display -tcp w/o load average so that all statistics fits on a 80x25 screen.ru2001-05-312-3/+3
|
* Show TCP checksum failures with -tcp display.ru2001-05-311-0/+3
| | | | | PR: bin/27786 Submitted by: Brooks Davis <brooks@one-eyed-alien.net>
* Note that the default behavior has changed to copy files.ru2001-05-301-9/+11
| | | | | | Also, fix markup in the SYNOPSIS. Submitted by: dougb
OpenPOWER on IntegriCloud