| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
P.S. it is stupid I have to define both SCRIPTS and SCRIPTSNAME.
|
|
|
|
|
|
| |
PR: 48297
Submitted by: Josef Grosch <jgrosch@mooseriver.com>
MFC after: 3 days
|
|
|
|
| |
array, it isn't likely to find any ARPAnet IMP drivers in FreeBSD.
|
|
|
|
| |
it was ignored all this time.
|
|
|
|
| |
the opposite. Does this pointy hat look good on me?
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
|
|
|
| |
is compiled in the kernel. Also add some useful xrefs to lock(1).
|
|
|
|
|
|
|
|
|
|
| |
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.)
|
| |
|
|
|
|
|
| |
initial and possibly the final framing lines. This is particularly
handy for dealing with broken files or fragments of MIME messages.
|
|
|
|
| |
not a special file.
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
`priority | [-n incr]' was optionnal which is wrong according to the code.
Add FreeBSD Id.
Reviewed by: maxim
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
| |
|
|
|
|
| |
Reviewed by: mike (mentor)
|
| |
|
|
|
|
| |
List from: benno
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
<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
|
|
|
|
|
| |
We've been installing chflags(1) into /bin since 2000-11-10, so this
shouldn't cause any problems.
|
|
|
|
|
|
|
|
| |
for -not.
PR: bin/48423
Submitted by: Matsumura Naoki <matsu@jp.FreeBSD.org>
MFC after: 3 days
|
|
|
|
|
| |
My apologies for missing these #includes, I must have confused the
dependencies with a wrong timestamp or something.
|
| |
|
| |
|
| |
|
|
|
|
| |
pam_opieaccess() to work as expected for local logins.
|
|
|
|
|
|
| |
* 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...
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Discussed with: alfred, bde, jmallett, obrien
|
|
|
|
| |
photography in the 15th century?
|
|
|
|
|
| |
plain magic numbers - one of them was apparently wrong but unharmful.
- Remove empty line.
|
|
|
|
| |
of ioctl TIOCGETP/TIOCSETP.
|
|
|
|
| |
parsers that are non-portable.
|
|
|
|
| |
are waiting for, and we don't want to reap the wrong process.
|
| |
|
| |
|
|
|
|
|
|
| |
PR: 47953
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
MFC after: 3 days
|
| |
|
|
|
|
| |
Standard sccsid[] area according to style(9).
|
| |
|