| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Noticed by: Peter Jeremy<peter.jeremy@alcatel.com.au>
|
|
|
|
|
|
|
|
| |
Remove the entire copy of ip_fw.h and just point readers at it as it
gets out of date..
Add mentions of dummynet and the fwd actions.
Still to do: Whoever did the 'stateful' stuff might mention it..
|
|
|
|
|
| |
PR: 21635
Submitted by: Mike Meyer <mwm@mired.org>
|
|
|
|
|
| |
PR: 21586
Submitted by: tim@desert.net
|
|
|
|
|
|
| |
o Document all the mutex calls, not just the entry and exit.
o Fix the mtx_t typedef (now is struct mtx).
|
| |
|
|
|
|
|
|
|
| |
longer present in the tree.
PR: 21005
Submitted by: Michael Harnois <mdharnois@home.com>
|
| |
|
| |
|
|
|
|
| |
Submitted by: Sheldon Hearn
|
|
|
|
|
|
|
| |
sync with the implementation. Vnode locks *are* required for these
operations, as some underlying implementations will require them.
Obtained from: TrustedBSD Project
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Previously, these cards were supported by the lnc driver (and they
still are, but the pcn driver will claim them first), which is fine
except the lnc driver runs them in 16-bit LANCE compatibility mode.
The pcn driver runs these chips in 32-bit mode and uses the RX alignment
feature to achieve zero-copy receive. (Which puts it in the same
class as the xl, fxp and tl chipsets.) This driver is also MI, so it
will work on the x86 and alpha platforms. (The lnc driver is still
needed to support non-PCI cards. At some point, I'll need to newbusify
it so that it too will me MI.)
The Am79c978 HomePNA adapter is also supported.
|
|
|
|
|
|
| |
If $<basedir>_output is not set, don't redirect output
PR: 21395
|
| |
|
|
|
|
|
| |
PR: 21215
Submitted by: Osamu MIHARA
|
| |
|
|
|
|
|
|
|
| |
declaration macro.
Thanks to Sheldon for a big patch with language/mdoc fixes.
Reviewed by: asmodai, sheldonh
|
| |
|
|
|
|
| |
environment so they can enable functionality such as SASL, LDAP, Hesiod.
|
|
|
|
|
|
| |
builded (on the clean machine without /etc/make.conf)
Submitted by: imp
|
|
|
|
| |
Submitted by: Evren Yurtesen <yurtesen@ispro.net.tr>
|
| |
|
| |
|
|
|
|
|
|
| |
This is part of whole subsystem fixing
Reviewed by: imp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
All periodic sub-scripts <larf> now have their return codes interpreted
by periodic(8). Output may be masked based on variable values in
periodic.conf.
It's also now possible to email periodic output to arbitrary addresses,
or to send it to a log file, examples of which can be found in
newsyslog.conf.
The upshot of it all should be no discernable changes to the default
behaviour of periodic(8).
PR: 21250
|
|
|
|
| |
Requested by: wollman
|
|
|
|
| |
Submitted by: Jean-Marc Zucconi <jmz@FreeBSD.org>
|
|
|
|
|
|
|
|
| |
Refer to kbdmap(5) from a few man pages.
Remove it from TODO list.
Add missing FreeBSD tags.
PR: 19260
|
| |
|
| |
|
|
|
|
| |
It's the only way to be sure.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
-- Unknown
Now that the RSA algorithm is released into the public domain, build
librsaintl by default unless NO_RSAINTL is set in make.conf.
The native OpenSSL implementation of RSA is much faster, doesn't have
an artificial keysize limitation, has 30% fewer calories and tastes great!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
live in ``/boot/kernel/''.
|
|
|
|
| |
live in ``/boot/kernel/''.
|
|
|
|
|
|
|
|
|
| |
stay broken for months without anyone noticing.
The boot-conf command was changed as to reproduce the behavior of builtin
loader words precisely. As a result, it now always need an argument, possibly
0 indicating that no other arguments are being passed. This broke in a
non-deterministic way (ie, it could go on working as if everything was fine).
|
|
|
|
|
|
| |
This is the most comprehensive UNIX famility tree I know of.
Submitted by: Poul-Henning Kamp <phk@critter.freebsd.dk>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: Evren Yurtesen <yurtesen@ispro.net.tr>
|
| |
|
| |
|
|
|
|
| |
Submitted by: Evren Yurtesen <yurtesen@ispro.net.tr>
|