| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Noticed by: marcel
|
| |
|
|
|
|
|
|
|
|
| |
script is gone.
PR: 15932
Submitted by: Jos Backus <Jos.Backus@nl.origin-it.com>
Tested by: brian, Manfred Antar <mantar@pacbell.net>
|
|
|
|
|
|
|
|
| |
to wake up any processes waiting via PIOCWAIT on process exit, and truss
needs to be more aware that a process may actually disappear while it's
waiting.
Reviewed by: Paul Saab <ps@yahoo-inc.com>
|
| |
|
|
|
|
|
|
| |
a true default of 0.0.0.0/0 as default.
Reviewed by: wollman
|
|
|
|
|
|
|
|
| |
. add Xrs to hosts.equiv(5), auth.conf(5), services(5) to some pages
. sort Xrs in SEE ALSO sections
Patches based on PR: docs/15680
Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de>
|
|
|
|
|
|
|
|
|
| |
only when either of sflag and "-f inet6" is specified.
-fix the indentation of default output
Specified by: Stephen McKay <syssgm@detir.qld.gov.au>
Reviewed and Confirmed by: Stephen McKay <syssgm@detir.qld.gov.au>
|
|
|
|
|
|
|
|
| |
appropriate bounds-checking and typecasts based on our knowledge of
the desired conversion format specifier.
Simplify diagnostics and take care to print the correct conversion
format specifier when %l is involved.
|
|
|
|
|
| |
Reviewed by: freebsd-arch, cvs-committers
Obtained from: KAME project
|
| |
|
|
|
|
|
|
|
|
| |
breaking a cross-build caused by taking the X libraries on the
build machine. In general this means that we never compile with
X support. The user has to manually compile doscmd for that.
Suggested by: bde, imp (among others)
|
|
|
|
|
| |
Supplied-by: Josef Grosch <jgrosch@MooseRiver.com>
PR: docs/15429
|
|
|
|
|
| |
wrapper. /usr/bin/cpp knows about all the GCC predefined symbols and has
the functionality of the previous EGCS 1.1.2 /usr/libexec/cpp.
|
|
|
|
|
|
|
|
| |
Also, at Boris' suggestion, add -l option to list known
ELF types.
PR: bin/15285
Reviewed by: bp
|
|
|
|
|
|
|
| |
byte.byte. This makes it consistent with our other utilities
like arp(8) and ifconfig(8).
Submitted by: Paul Vixie <paul@vix.com>
|
|
|
|
| |
Obtained from: bde
|
| |
|
|
|
|
| |
many places nowadays.
|
|
|
|
|
| |
PR: 15775
Submitted by: Martin Kammerhofer <mkamm@gmx.net>
|
|
|
|
|
|
| |
is an application space macro and the applications are supposed to be free
to use it as they please (but cannot). This is consistant with the other
BSD's who made this change quite some time ago. More commits to come.
|
|
|
|
| |
Submitted by: Bosko Milekic <bmilekic@dsuper.net>
|
|
|
|
|
|
|
| |
calculation of line numbers) never existed and the two bugs that made me
think it existed have been fixed (see recent commits about this date to
linenum.c:r.1.3 and ch.c:r.1.8 fixing broken line-number buffering and
braindead algorithms respectively).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
simply keep an index into the last access on the circular list and begin
searches at that point. An LRU list is inappropriate here since the
vast majority of accesses will occur in the same order that the list
is created in. The only case where an LRU is remotely useful here is when
reading from a file and the user is jumping to randomish positions and
constantly returning to some central position. Even for this case it is
such a small optimization as not to be noticed in an interactive program
such as more(1).
This change results in a _tremendously_ noticable speed-up when reading long
files through a pipe (where long = ~200k, machine = ~2.5h single-disk
worldstone).
|
| |
|
|
|
|
|
|
|
| |
Several udp and raw apps IPv6 support.
Reviewed by: freebsd-arch, cvs-committers
Obtained from: KAME project
|
|
|
|
|
| |
bug that prevented the line-number buffer from working correctly. AFAIK
the bug is still present in other derivatives of more(1).
|
| |
|
| |
|
|
|
|
|
|
| |
the docs on a couple other keys. While I'm here, document another ~3 bugs
that have been around for all eternity in the hope that I'll someday bother
to fix them.
|
|
|
|
| |
a search string input).
|
| |
|
|
|
|
|
| |
and it is a user-run utility, it should be in objformat, so gasp
is in the ${PATH} :)
|
| |
|
| |
|
|
|
|
| |
Reviewed by: current
|
|
|
|
|
|
|
| |
precludes using chfn, et al, to generate a divot in /etc.
Submitted by: Lukasz Luzar
Forgotten about for months by: imp
|
|
|
|
| |
for netstat/route.c
|
|
|
|
|
|
| |
caused by my previous patch, sorry.
Also, changed its var name from 'af' to 'wid_af', to avoid confusion with
global var 'af'.
|
|
|
|
|
|
|
|
|
|
|
|
| |
information in 80 columns.
TODO: IPv6 related information is not likely to be kept in 80 columns, anyway.
Some more print modes could be added,
but what is the priority between those modes?
-print out all information even if they don't fit into 80 columns
-strip off some information to fit them into 80 columns
Reviewed by: markm
|
|
|
|
|
| |
PR: docs/15579
Submitted by: Noriaki Mitsunaga <mitchy@er.ams.eng.osaka-u.ac.jp>
|
|
|
|
|
|
|
|
| |
I added $FreeBSD$ whicle I was here. The patch wasn't usable anymore
due to its age so I adapted it.
PR: bin/3648
Submitted by: Martin Birgmeier <mbirg@austria.ds.philips.com>
|
|
|
|
|
|
|
|
| |
happened as it was working around problems elsewhere (ie: binutils/ld
not doing the right thing according to the ELF design). libcrypt has
been adjusted to not need the runtime -lmd. It's still not quite right
(ld is supposed to work damnit) but at least it doesn't impact all the
users of libcrypt in Marcel's cross-build model.
|
| |
|
| |
|
|
|
|
|
| |
PR: docs/14936
Submitted by: Stephen J. Roznowski <sjr@home.com>
|
|
|
|
|
| |
Remove selfreference item from SEE ALSO section
Add reference to colldef(1) to SEE ALSO section
|
| |
|
|
|
|
|
| |
smart because it will definitely get it wrong. This popped up during
cross-linking.
|