| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Fix locale comparison with "C", add "POSIX"
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
| |
portmap.8 --> rpcbind.8
Submitted by: .Xr testing script
|
|
|
|
|
|
| |
PR: 23150
Submitted by: Dan Nelson <dnelson@emsphone.com>
MFC in: 1 week
|
|
|
|
| |
Not objected to by: -audit
|
|
|
|
|
| |
resume using kqueue to monitor it, if possible.
o auto-clear the read filter on EOF; this is needed when tailing a FIFO.
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
any options.
PR: 26689
Submitted by: FĂ©lix-Antoine Paradis <reel@sympatico.ca>
|
|
|
|
|
|
|
|
| |
cursor movements;
- minor cleanups in cursor position displaying routines;
- properly resent "file modified" flag when editing several files.
MFC after: 1 week
|
|
|
|
| |
Reviewed by: md5
|
|
|
|
|
|
|
|
|
|
|
|
| |
record name indicator; this causes a spurious warning:
$ cat x
record:\
:capability=|value:
$ cap_mkdb x
cap_mkdb: ignored duplicate: record
Spotted by: dcs
|
|
|
|
| |
MFC after: 1 week
|
|
|
|
|
| |
size_t variables when passing them to a printf-like function, and some
minor cleanups.
|
|
|
|
|
| |
PR: 27780
Submitted by: Craig Leres <leres@ee.lbl.gov>
|
|
|
|
|
| |
PR: 22885
Submitted by: Rene de Vries <rene@tunix.nl>
|
|
|
|
|
| |
PR: 27251
Submitted by: Pekka Savola <pekkas@netcore.fi>
|
| |
|
|
|
|
| |
sizeof(size_t) != sizeof(int).
|
|
|
|
|
|
|
| |
on a running system. Using kvm is still supported, primarily for
postmortem analysis.
Reviewed by: tmm
|
| |
|
|
|
|
|
| |
PR: bin/27786
Submitted by: Brooks Davis <brooks@one-eyed-alien.net>
|
|
|
|
|
|
| |
Also, fix markup in the SYNOPSIS.
Submitted by: dougb
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
PR: 27690
Submitted by: Mike Meyer <mwm@mired.org>
|
|
|
|
|
| |
PR: 27747
Submitted by: Gerhard Sittig <Gerhard.Sittig@gmx.net>
|
|
|
|
| |
Reviewed by: md5(1)
|
|
|
|
|
|
|
| |
(well, at least one that gcc doesn't complain about). This fixes -r,
which rev. 1.16 broke.
Submitted by: bde
|
| |
|
|
|
|
|
| |
"install -C" then things will fail due to new checks. Relax the
checks so that install -C -d works again.
|
|
|
|
|
|
|
| |
len(`') didn't return an answer. Now it returns 0.
PR: bin/12942
MFC after: 5 days
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
PR: 24654
Submitted by: Daniel Hemmerich zartik@yahoo.com
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Tested on i386 and alpha.
|