summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Backout rev. 1.42 (relaxing the check for -d plus other flags).ru2001-05-301-1/+8
| | | | | | | Instead, issue a warning for now if -d and -C options are used together. This will be turned into an error before 4.5-RELEASE. Reviewed by: imp
* Mention how env(1) can be used with the "#!" construct.dd2001-05-301-0/+19
| | | | | PR: 27690 Submitted by: Mike Meyer <mwm@mired.org>
* Don't claim to ignore interrupts.dd2001-05-301-3/+3
| | | | | PR: 27747 Submitted by: Gerhard Sittig <Gerhard.Sittig@gmx.net>
* Remove home-grown prototypes of time() and localtime().dd2001-05-301-3/+3
| | | | Reviewed by: md5(1)
* Replace the cast I removed in rev. 1.16 with a slightly less evil onedd2001-05-291-1/+1
| | | | | | | (well, at least one that gcc doesn't complain about). This fixes -r, which rev. 1.16 broke. Submitted by: bde
* Remove MFSphk2001-05-291-4/+0
|
* Use use ${INSTALL} -d in our build process. If INSTALL is set toimp2001-05-291-1/+1
| | | | | "install -C" then things will fail due to new checks. Relax the checks so that install -C -d works again.
* Make sure the len() builtin always returns an answer. Previously,gshapiro2001-05-291-2/+1
| | | | | | | len(`') didn't return an answer. Now it returns 0. PR: bin/12942 MFC after: 5 days
* Direct queries for IP numbers to ARIN. It would be nice if we couldphk2001-05-282-6/+19
| | | | | | | | | | | send them to APNIC/RIPE intelligently, but we can't at this time so fallback to ARIN and depend on them telling the user where to look. Maybe we need a .whoisrc file... PR: 24707 Submitted by: Mike Barcroft mike@q9media.com MFC after: 1 week
* Call kvm_close() before exit for consistency.phk2001-05-281-1/+4
| | | | | PR: 24654 Submitted by: Daniel Hemmerich zartik@yahoo.com
* Many new features and optimization improvements:ru2001-05-282-292/+377
| | | | | | | | | | | o New flags: -b and -B (backup) o New flag: -S (safe copy; aka "atomic" install) o The -c flag is now the default. o The -D flag was withdrawn. Reviewed by: bde (up to some point) Obtained from: OpenBSD but heavily modified MFC after: 1 month
* Follow symbolic links named as command line arguments if run without -R.ru2001-05-281-2/+3
| | | | | | | | | | | | | | This is required by symlink(7), ``Commands not traversing a file tree'' subsection, third paragraph: : It is important to realize that this rule includes commands which may : optionally traverse file trees, e.g. the command ``chown file'' is : included in this rule, while the command ``chown -R file'' is not. For chown(8) and chgrp(1), this is also is compliance with the latest POSIX 1003.1-200x draft. MFC after: 1 week
* The last(1) choked if there were two successive "login" marksru2001-05-281-4/+1
| | | | | | | | | | | | | | | | | | | | | | found in wtmp(5) for the same TTY without in-between "logout" mark. This may be demonstrated by executing login(1), logging in and out, and watching the last(1) output on this TTY: : # last -tv7 -w : ru ttyv7 Mon May 28 12:46 - 12:46 (00:00:01) : ru ttyv7 Mon May 28 12:45 still logged in The fix merely takes the second "login" mark as the "logout" for the first "login" mark, if there were no "logout" mark in-between. This restores the behavior of last.c,v 1.2: : # last -tv7 -w : ru ttyv7 Mon May 28 12:46 - 12:46 (00:00:01) : ru ttyv7 Mon May 28 12:45 - 12:46 (00:00:25) Silence from: -arch, dg
* Silence warnings (most about constness) and clamp down with WARNS=2.dd2001-05-282-5/+7
| | | | Tested on i386 and alpha.
OpenPOWER on IntegriCloud