| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Submitted by: Mike Heffner <mheffner@vt.edu>
|
|
|
|
|
|
|
|
|
| |
all-lower or all-upper case characters, respectively. These were added
to further reduce differences between NetBSD/OpenBSD and FreeBSD make(1)
to propagate OpenPackages.
PR: 19959
Submitted by: Gaspar Chilingarav <nm@web.am>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
but allows for regex. I removed NO_REGEX since no one could give a reason
to have it, and since we don't use make in bootstrap tools, it's not needed.
This is mostly added to synch up with NetBSD/OpenBSD so as to eliminate
roadblocks in the OpenPackages project (see http://www.openpackages.org/).
It's also quite useful, and costs us only about 3 kilobytes of space.
PR: 21605
Submitted by: Hubert Feyrer <hubertf@NetBSD.org>
Reviewed by: silence on -arch
Obtained from: NetBSD
|
|
|
|
|
|
|
|
|
| |
Replace all in-tree uses with necessary subset of <sys/{fb,kb,cons}io.h>.
This is also the appropriate fix for exo-tree sources.
Put warnings in <machine/console.h> to discourage use.
November 15th 2000 the warnings will be converted to errors.
January 15th 2001 the <machine/console.h> files will be removed.
|
|
|
|
|
| |
A garbage timestamp was used for at least installing /dev/null with -C -p
when the target doesn't already exist.
|
|
|
|
| |
command-line options for selecting what to display.
|
|
|
|
|
|
|
|
|
|
|
|
| |
wrote, and as such was not very pretty.
Changes that may cause problems for people who use sockstat in scripts:
- sockstat(8) now displays Unix domain sockets in addition to IPv4 and IPv6
- the last period in local and foreign addresses is changed to a colon to
make the port number easier to spot
- IPv4 and IPv6 sockets are listed separately (IPv4 first, then IPv6, then
Unix)
|
|
|
|
|
| |
PR: 21734
Submitted by: Giorgos Keramidas <keramida@ceid.upatras.gr>
|
|
|
|
|
| |
PR: 21734
Submitted by: Johan Karlsson <k@numeri.campus.luth.se>
|
|
|
|
| |
Let the user know...
|
| |
|
| |
|
|
|
|
|
|
| |
inside /etc/finger.conf
PR: 21704
|
|
|
|
|
| |
In the case where the program is executed by a daemon running in the
background the terminal might not have a tty. The '(null)' is confusing.
|
|
|
|
|
|
|
| |
improvements (including :C & :L, among others). After that, I'll be coming
up with other ways to improve make(1).
Discussed in spirit with: peter
|
|
|
|
| |
a different pointer size from the target.
|
| |
|
|
|
|
| |
PR: bin/21476
|
|
|
|
|
|
| |
user-supplied host name if we can't get a canonical name.
Obtained from: contrib/tcp_wrappers/socket.c rev. 1.4 (in spirit)
|
|
|
|
| |
are treated, regardless of protocol.
|
|
|
|
| |
TCP.
|
|
|
|
|
|
|
|
|
|
| |
is not exploitable because telnet doesn't run with elevated privs.
Didn't fix all the other potential buffer overflows. Would be a good
task for someone who has lots of time to carefully study each case
because cut and paste solutions are dangerous for this code base.
Added $FreeBSD$ in the same way that command.c did it.
|
|
|
|
| |
Broken in rev 1.44.
|
|
|
|
|
|
| |
-h for NIS host).
Submitted by: Peter Avalos <pavalos@theshell.com>
|
| |
|
| |
|
|
|
|
|
|
| |
-I/usr/src/usr.bin/kdump/../.. Fix ioctl.c creation to deal with the depend case more properly.
Submitted by: Ruslan Ermilov <ru@sunbay.com>
|
|
|
|
| |
Submitted by: Ruslan Ermilov <ru@sunbay.com>
|
|
|
|
| |
Approved by: sef
|
|
|
|
|
|
| |
may expand to more than one user.
PR: 21228
|
|
|
|
| |
Noticed by: Don Lewis <Don.Lewis@tsc.tdk.com>
|
|
|
|
|
|
|
| |
should be prefixed by YYPREFIX as well.
Only relevant if -p <yyprefix> is used. Used in cases where multiple parsers
are used in executable.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
include:
* Mutual exclusion is used instead of spl*(). See mutex(9). (Note: The
alpha port is still in transition and currently uses both.)
* Per-CPU idle processes.
* Interrupts are run in their own separate kernel threads and can be
preempted (i386 only).
Partially contributed by: BSDi (BSD/OS)
Submissions by (at least): cp, dfr, dillon, grog, jake, jhb, sheldonh
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
configure FreeBSD so that various databases such as passwd and group can be
looked up using flat files, NIS, or Hesiod.
= Hesiod has been added to libc (see hesiod(3)).
= A library routine for parsing nsswitch.conf and invoking callback
functions as specified has been added to libc (see nsdispatch(3)).
= The following C library functions have been modified to use nsdispatch:
. getgrent, getgrnam, getgrgid
. getpwent, getpwnam, getpwuid
. getusershell
. getaddrinfo
. gethostbyname, gethostbyname2, gethostbyaddr
. getnetbyname, getnetbyaddr
. getipnodebyname, getipnodebyaddr, getnodebyname, getnodebyaddr
= host.conf has been removed from src/etc. rc.network has been modified
to warn that host.conf is no longer used at boot time. In addition, if
there is a host.conf but no nsswitch.conf, the latter is created at boot
time from the former.
Obtained from: NetBSD
|
|
|
|
|
|
| |
in the previous commit. Pass me the pointy hat.
PR: bin/21061
|
|
|
|
|
| |
appears to be the standard FreeBSD way to do this. style(9) is silent
about this, however.
|
|
|
|
| |
getopt returns -1 not EOF.
|
|
|
|
| |
h_error is declared in netdb.h
|
| |
|
| |
|
|
|
|
| |
Pointed out by: cwt
|
| |
|
|
|
|
|
|
| |
correct the author's name. Were broken in rev 1.6.
Approved by: des
|
| |
|
| |
|
|
|
|
|
| |
Submitted by: Dan Papasian <bugg@bugg.strangled.net>
Reviewed by: jhb
|
|
|
|
|
|
|
|
|
| |
using killall.c instead of the perl version that depends on procfs.
The C version uses sysctl(). The program is based on a hack that was
originally written about 6 years ago and has evolved somewhat since then.
(which is why it is a superset of killall.pl, rather than being a clone.)
With apologies to: wosch
|
| |
|
|
|
|
| |
years ago.
|
|
|
|
|
|
| |
loop.
Submitted by: billf
|