| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
| |
EBUSY if there's a device still open.
|
| |
|
|
|
|
|
|
|
|
| |
before it will start logging to them.
PR: 27088
Approved by: des
MFC after: 10 days
|
|
|
|
| |
Submitted by: Mark Peek <mark@whistle.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
e->cmd. free_entry() now does the right thing with
partially-initialized structures.
load_entry(): Don't call env_free() on e->envp throughout the routine
before jumping to eof; the free_entry() call at that label will take
care of it. The previous behavior resulted in e->envp being free'd
twice (well, the second time would usually result in a crash, but
that's besides the point); once in load_entry(), and once in
free_entry() after the former called the latter. Also note that the
check added to free_entry() (above) doesn't help, since e->envp wasn't
reset to NULL after env_free().
Submitted by: Mark Peek <mark@whistle.com>
|
|
|
|
|
|
|
|
| |
this entire subtree would be in src/contrib, but if that isn't going
to happen at least this has a chance of warning off unsuspecting
committers.
Approved by: wollman
|
|
|
|
|
|
| |
most of the files aren't on the vendor branch.
Submitted by: wollman
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to have the $FreeBSD$ keyword, as this is now enforced
by the CVSROOT/commit_prep.pl script.
Fold multi-word macro arguments into a single argument
by putting the surrounding double quotes - this speeds
up the -mdoc processing drastically (of course if used
systematically).
Use the new features of -mdoc: exact -width specifiers,
.In macro as an ``.Fd #include'' replacement.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
directory does not exist, instead of creating/overwriting a file
with the name of the (expected) directory. Yes, this deviates a bit
from nearly all other install targets in the tree, but let's face it,
removing a modules directory is not all that uncommon a mistake,
and finding a file with the contents of the last module installed
is a baaad surprise at boot time..
PR: 26317
Submitted by: "T. William Wells" <bill@twwells.com> (the PR)
Gregory Bond <gnb@itga.com.au> (the actual patch)
Reviewed by: silence on -arch and -audit for the last 10 days
MFC after: 2 weeks
|
|
|
|
|
|
| |
CONNECT message.
MFC after: 1 week
|
| |
|
|
|
|
|
|
| |
boot0cfg(8): add FILES section.
Reviewed by: rnordier
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| |
| |
| |
| |
| |
| |
| |
| | |
: 2001-07-18 Ruslan Ermilov <ru@FreeBSD.org>
:
: * tmac/groff_mdoc.man: Document new -width and -column syntax.
: Some other minor fixes.
: * tmac/an-old.tmac: Add `AT' and `UC' macros.
|
| |
| |
| |
| |
| |
| |
| | |
pbuf.9 vm_page_alloc.9 vm_page_copy.9 vm_page_flag.9 vm_page_hold.9
vm_page_insert.9 vm_page_io.9 vm_page_lookup.9 vm_page_protect.9
vm_page_sleep_busy.9 vm_page_wakeup.9 vm_page_wire.9
vm_page_zero_fill.9 vm_set_page_size.9
|
| |
| |
| |
| | |
Submitted by: Chad David <davidc@acns.ab.ca>
|
| |
| |
| |
| | |
-r RELENG_4 -D "2001-07-17 12:00"
|
| |
| |
| |
| |
| |
| |
| | |
the components and trigger actions based on its position. This reduces
the need to remember the functions of various keys, and makes the
interface more consistant across library.
~
|
| |
| |
| |
| | |
mail(1) -E, SA-01:48.
|
| | |
|
| |
| |
| |
| | |
Submitted by: wollman
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
According to RFC 1112, which deals with multicasting, an application must
specify the interface on which it wished to send a multicast packet. In the
absence of such an interface, a default is selected.
Previous behavior in ip_output.c erroneously checked for a route to the
destination multicast address, rejecting the packet if none existed.
Applications got around this with a FAQ recommending a 224.0.0.0/29 route
to loopback. This worked because the multicast code in ip_output.c discards
route information if an interface was selected.
The previous commit skips the route check in the case where a multicast packet
is being send to an application-defined interface.
The only change in behavior, if no bugs were introduced, is the lack of
rejection of a multicast packet for which no route exists sent to an
application-defined interface.
MFC after: 2 weeks
|
| |
| |
| |
| |
| |
| |
| |
| | |
[This fixes a bug where one would type 'whois foo.bar.'
and get an error because of the trailing period.]
PR: 28880
Approved by: des
|
| |
| |
| |
| | |
While we're here, fix a snprintf() usage warning.
|
| |
| |
| |
| | |
inetd(8) AF_UNIX support.
|
| |
| |
| |
| | |
files that aren't WARNS clean it causes trouble.
|
| |
| |
| |
| |
| |
| |
| | |
interfaces.
Reviewed by: people at that channel
Approved by: silence on -net
|
| |
| |
| |
| |
| |
| | |
details. Also move an existing item.
Details provided by: ume
|
| |
| |
| |
| | |
This takes a GENERIC kernel (MAXUSERS=32) from 1536 to 3072.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
for separating the startup scripts' list into individual filenames.
Run the shutdown scripts in reverse alphabetical order, so dependent
services are stopped before the services they depend upon.
Reviewed by: -arch, -audit
MFC after: 3 weeks
|
| |
| |
| |
| |
| |
| |
| | |
the proper alignment. Change dummy variable in npxinit from stack to bss
to ensure proper alignment.
Reviewed by: bde
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This macro was supposed to only match local IP addresses of
interfaces, and all consumers of this macro assume this as
well. (See IP_MULTICAST_IF and IP_ADD_MEMBERSHIP socket
options in the ip(4) manpage.)
This fixes a major security breach in IPFW-based firewalls
where the `me' keyword would match the other end of a P2P
link.
PR: kern/28567
|
| |
| |
| |
| | |
Submitted by: jkh
|
| |
| |
| |
| | |
Submitted by: Harti Brandt <brandt@fokus.gmd.de>
|
| |
| |
| |
| | |
OK'ed by: imp
|
| |
| |
| |
| | |
FreeBSD/PAM modules.
|
| |
| |
| |
| | |
According to Peter, the port works - this needs more testing.
|
| |
| |
| |
| |
| |
| |
| |
| | |
o Mark unused variables.
o Set WARNS?=2
o Results in no code changes.
Submitted by: Mike Barcroft <mike@q9media.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
for glue records and forces the glue record to be reloaded from the real NS.
The 5% ttl reduction can cause the glue IN A to timeout before the NS
record in certain situations, such as when the domain owner does not match
up NS records with the NIC. This behavior by domain owners is becoming
more common as primary zone serving iterates through another glue level
(i.e. exodus hosts the master NS's but the customer then redirects the
NS's to the real DNS servers). The result is that named would appear to
work properly for about 40 minutes, and then unexpectedly fail for that
zone. This causes named to behave very inconsistently and a google search
shows that it has obviously frustrated many, many people. So until the bind
guys make named behave consistently (either fail instantly or accomodate the
case), we need to set this option to accomodate the case. The result
will be much more consistent behavior and fewer head-scratching failures.
MFC after: 3 days
|
| |
| |
| |
| | |
Reviewed by: audit, jkh's silence
|
| |
| |
| |
| |
| |
| | |
than the maximum physical values.
MFC after: 1 week
|
| |
| |
| |
| |
| |
| | |
the language-independent catalog.
Tested by: Alex Kapranoff <kapr@acm.org>
|
| | |
|
| | |
|
| |
| |
| |
| | |
obtaining.sgml: 1.1.2.1->1.1.2.2
|
| |
| |
| |
| |
| |
| | |
method for obtaining FreeBSD.
Discussed with: Paul A Vixie <vixie@vix.com>
|