obrien
1d6788bfb7
Add an embellished lesspipe.sh as described in the man page.
...
P.S. it is stupid I have to define both SCRIPTS and SCRIPTSNAME.
2003-03-06 04:35:48 +00:00
dwmalone
7e2664b668
Update Judaic calendar for this year.
...
PR: 48297
Submitted by: Josef Grosch <jgrosch@mooseriver.com>
MFC after: 3 days
2003-03-05 21:13:28 +00:00
peter
6467f119a1
Kill #ifdef NS and some leftover #ifdef ISO code. Re-pack the nlist[]
...
array, it isn't likely to find any ARPAnet IMP drivers in FreeBSD.
2003-03-05 19:20:29 +00:00
peter
60fad63fbf
Kill references to netns in comment about how it conflicted with netipx so
...
it was ignored all this time.
2003-03-05 19:19:08 +00:00
fanf
d943cf7d51
Don't complain about an early end-of-file in the -r case rather than
...
the opposite. Does this pointy hat look good on me?
2003-03-04 21:22:05 +00:00
ru
74cf5d6de7
mdoc(7) police: Revision.
2003-03-03 11:51:30 +00:00
jmallett
c09c34bb73
Forgot to update the date field; from David Magda <dmagda@magda.ca>.
2003-03-01 23:43:53 +00:00
jmallett
a8d4a15be4
Add functionality to only list hosts specified on the command line. If none
...
are specified the old behaviour is old. The submitted applied a much cleaner
diff to ruptime.c, however it did not cover cases like listing failures. It
would probably be a good idea to move the printing from the ruptime function,
and have that function just be used to build the list, as that would unbreak
sorting, but this diff is intended to be clear, relative to the original
code. As the sort order is the order specified on the command line, for now,
such is documented in the manual page accordingly.
Submitted by: Edward J. M. Blocklesby <ejb@lythe.org.uk>
MFC after: 3 weeks
2003-03-01 23:09:26 +00:00
keramida
561a9d28ec
The .Nm utility.
2003-02-28 21:04:17 +00:00
nectar
04024f5d74
Spellcheck.
2003-02-28 15:01:31 +00:00
obrien
35702bcc11
Update for version 3.41.
2003-02-28 05:31:47 +00:00
mux
b67c360759
Document the fact that VTY locking is easily bypassable when DDB
...
is compiled in the kernel. Also add some useful xrefs to lock(1).
2003-02-27 18:25:26 +00:00
fanf
860333542f
Pull some common uu/b64 code out into shared functions. Move some
...
end-of-file checks out of the inner base64 loop, and remove the
trailing whitespace stripper. The latter was added in rev 1.23 but
the actual fix for the problem was in 1.24 -- b64_pton doesn't mind
extra whitespace. (However there's a bogus comment in OpenSSH's
uuencode.c that also mentions problems with trailing whitespace and
b64_pton, but their real problem is the comment field in the key
file.)
2003-02-27 05:59:18 +00:00
fanf
dd5737a1e3
Document uudecode's new relaxed mode for handling raw data.
2003-02-27 03:32:37 +00:00
fanf
d90bc6c932
Add a relaxed mode for handling raw input which is missing the
...
initial and possibly the final framing lines. This is particularly
handy for dealing with broken files or fragments of MIME messages.
2003-02-27 03:28:29 +00:00
fanf
2e51ade059
Be POSIXly correct in the handling of /dev/stdout -- it's a "magic cookie"
...
not a special file.
2003-02-27 02:24:01 +00:00
jmallett
c350585bc9
Extend our -R extension which sets the number of arguments in which -I will
...
replace to support magic values less than zero, which mean to just go nuts
and expand as many as we want.
MFC after: 2 weeks
2003-02-26 22:44:32 +00:00
jmallett
9d4ea753fb
De-typo usage string.
2003-02-26 22:36:55 +00:00
charnier
037412ba78
The usage string: renice [priority | [-n incr]] ... assumed that the part
...
`priority | [-n incr]' was optionnal which is wrong according to the code.
Add FreeBSD Id.
Reviewed by: maxim
2003-02-26 20:27:24 +00:00
das
3fa6bd360f
The cmp utility has the questionable feature of using mmap when
...
comparing regular files. Add a SIGSEGV handler to make its
behavior less surprising when a read error occurs. The handler
does not attempt to distinguish errors from file truncation, but
anyone actively modifying a file while trying to compare it
shouldn't even expect something sane to happen.
PR: 45391
Reviewed by: mike (mentor)
2003-02-26 06:44:46 +00:00
ru
0dea541567
mdoc(7) police: Scheduled sweep.
2003-02-24 22:53:26 +00:00
mike
16b05986d0
Fix style bugs in previous commit.
2003-02-24 17:10:32 +00:00
das
eaf0456ef3
Let everyone know when to send the gifts.
...
Reviewed by: mike (mentor)
2003-02-21 19:25:39 +00:00
tjr
e63d1e49ed
Remove "sleeper" nonsense.
2003-02-21 08:46:44 +00:00
obrien
5fcbca2516
Some things don't build for PowerPC yet.
...
List from: benno
2003-02-21 02:30:51 +00:00
ru
e4c356edeb
Removed extra parentheses.
2003-02-20 15:09:52 +00:00
ru
b36c276cc5
Fixed comment.
2003-02-20 15:05:39 +00:00
bmilekic
26ba0eb55c
o Allow "buckets" in mb_alloc to be differently sized (according to
...
compile-time constants). That is, a "bucket" now is not necessarily
a page-worth of mbufs or clusters, but it is MBUF_BUCK_SZ, CLUS_BUCK_SZ
worth of mbufs, clusters.
o Rename {mbuf,clust}_limit to {mbuf,clust}_hiwm and introduce
{mbuf,clust}_lowm, which currently has no effect but will be used
to set the low watermarks.
o Fix netstat so that it can deal with the differently-sized buckets
and teach it about the low watermarks too.
o Make sure the per-cpu stats for an absent CPU has mb_active set to 0,
explicitly.
o Get rid of the allocate refcounts from mbuf map mess. Instead,
just malloc() the refcounts in one shot from mbuf_init()
o Clean up / update comments in subr_mbuf.c
2003-02-20 04:26:58 +00:00
ru
cd6022184c
Back out the removal (here too) of the "custom" version of
...
<sys/endian.h>. It is needed to cross-build sparc64 on
RELENG_4 and to build sparc64 on say 5.0-DP1 (on systems
without <sys/endian.h>). This will be revisited when we
create RELENG_5.
Spotted by: make universe
2003-02-19 15:25:07 +00:00
obrien
2c8f50670b
chflags(1) repo copied, usr.bin->bin.
...
We've been installing chflags(1) into /bin since 2000-11-10, so this
shouldn't cause any problems.
2003-02-18 19:51:59 +00:00
des
8927a9197d
Correctly alphabetize options[] so we don't stop at -nouser when searching
...
for -not.
PR: bin/48423
Submitted by: Matsumura Naoki <matsu@jp.FreeBSD.org>
MFC after: 3 days
2003-02-18 14:30:43 +00:00
phk
9948f76f41
Add #include <sys/resource.h>
...
My apologies for missing these #includes, I must have confused the
dependencies with a wrong timestamp or something.
2003-02-16 16:01:52 +00:00
phk
69de4d8f37
Add #include <sys/resource.h>
2003-02-16 15:46:25 +00:00
phk
4bfb37f22e
Remove #include <sys/dkstat.h>
2003-02-16 14:13:23 +00:00
des
3fc8f67380
Back out previous commit, I wasn't thinking clearly.
2003-02-15 23:20:04 +00:00
des
56e06910f2
Set PAM_RHOST to "localhost" if no remote host was specified. This allows
...
pam_opieaccess() to work as expected for local logins.
2003-02-15 23:16:41 +00:00
obrien
f078dbeb01
Update for version 3.40.
...
* We have inttypes.h (yes, even in RELENG_4).
* We now have GNU getopt, so lets be the first thing in the tree to
acutally use it...
2003-02-15 19:05:10 +00:00
seanc
ab4fbcec73
Add the Space Shuttle Columbia incident to calendar.history. While here
...
move LOTR "history" events into their own calendar file. Link
calendar.lotr into calendar.world to preserve visibility of this pre-trendy
gem in BSD.
2003-02-15 10:57:20 +00:00
davidc
7df8d20337
Add __unused to the declaration of yyrcsid in a more portable way.
...
Discussed with: alfred, bde, jmallett, obrien
2003-02-12 18:03:55 +00:00
grog
46b1de6b73
Get Fox Talbot's birth year right. How could anybody have expected
...
photography in the 15th century?
2003-02-11 01:42:19 +00:00
robert
1932d78f6c
- Determine the size of buffers with sizeof() instead of using
...
plain magic numbers - one of them was apparently wrong but unharmful.
- Remove empty line.
2003-02-10 16:58:47 +00:00
tjr
a6fa833b15
Make this work without COMPAT_43 by using tcgetattr()/tcsetattr() instead
...
of ioctl TIOCGETP/TIOCSETP.
2003-02-10 02:08:49 +00:00
davidc
ff5d2916db
Backout my previous commit as requested. This solution generates
...
parsers that are non-portable.
2003-02-08 17:23:22 +00:00
des
912192732e
Use waitpid() instead of wait() since we know the pid of the process we
...
are waiting for, and we don't want to reap the wrong process.
2003-02-08 16:11:20 +00:00
chris
a7320c3c85
I seem to have never added myself to the FreeBSD birthday calendar.
2003-02-08 05:54:10 +00:00
davidc
583bf78cf8
Add __unused to the declaration of yyrcsid.
2003-02-07 03:39:27 +00:00
mike
e7fb1825df
Fix singular/plural confusion in a printf.
...
PR: 47953
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
MFC after: 3 days
2003-02-06 22:39:44 +00:00
des
c4a7a7ecc1
Pass the correct, verified username to PAM instead of getlogin().
2003-02-06 14:29:28 +00:00
charnier
f9143f2eab
Do not start err(3) strings with uppercase nor dot terminate them.
...
Standard sccsid[] area according to style(9).
2003-02-05 14:25:43 +00:00
charnier
dd3bdff2f6
Header was included twice. Hardcode program name in usage string.
2003-02-05 14:20:27 +00:00