| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
PR: 44268
Submitted by: Kestutis Paulikas <kestas@elen.ktu.lt>
|
| |
|
| |
|
|
|
|
|
|
|
| |
substitute normal DocBook. Pure coincidence that this thing built.
While here, pull in some more entities so that we can build in the
RELNOTESng environment.
|
|
|
|
|
|
|
|
|
|
| |
from the releng Perforce repository. (Not hooked up to the RELNOTESng
build yet.)
Makefile#1
article.sgml#6
Reviewed by: re
|
|
|
|
|
| |
Tested on: alpha
Reported by: marcel (on an ia64)
|
|
|
|
|
|
|
| |
Trim trailing whitespace.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
|
|
|
|
|
| |
memory datum is used for both input and output instead of using
matching constraints.
|
|
|
|
|
|
|
| |
This is not quite the set of information I would want, but the tree where
I have the "correct" version is messed up with conflicts.
Sponsored by: DARPA & NAI Labs.
|
|
|
|
|
|
|
| |
handles the MD fields of all the other MD portions of proc-related
structures.
Tested on: i386, alpha, sparc64
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Make DDB use %y instead of %z.
- Teach GCC about %y.
- Implement support for the C99 %z format modifier.
Approved by: re@
Reviewed by: peter
Tested on: i386, sparc64
|
|
|
|
|
|
|
| |
non-cross cases without DESTDIR, that the bin/sh that we're about to
install works. Otherwise, a 'make installworld' without having already
rebooted with a post-signal-fix kernel is a rather big disaster when
important things like /bin/sh coredump.
|
|
|
|
| |
Obtained from: bde
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
handling clean and functional as 5.x evolves. This allows some of the
nasty bandaids in the 5.x codepaths to be unwound.
Encapsulate 4.x signal handling under COMPAT_FREEBSD4 (there is an
anti-foot-shooting measure in place, 5.x folks need this for a while) and
finish encapsulating the older stuff under COMPAT_43. Since the ancient
stuff is required on alpha (longjmp(3) passes a 'struct osigcontext *'
to the current sigreturn(2), instead of the 'ucontext_t *' that sigreturn
is supposed to take), add a compile time check to prevent foot shooting
there too. Add uniform COMPAT_43 stubs for ia64/sparc64/powerpc.
Tested on: i386, alpha, ia64. Compiled on sparc64 (a few days ago).
Approved by: re
|
|
|
|
|
|
|
|
|
|
| |
Try INT 15H/E820H first, then fall back to the old compatibility
method (INT 12H).
This is a workaround for newer machines which have broken INT 12H BIOS
service implementation.
Reviewed by: -current ML
MFC after: 3 days
|
|
|
|
|
|
|
|
|
|
|
| |
seem to have all the prerequisites already.
Call g_waitidle() as the first thing in vfs_mountroot() so that we have
it out of the way before we even decide if we should call .._ask() or
.._try().
Call the g_dev_print() function to provide better guidance for the
root-mount prompt.
|
|
|
|
| |
know about.
|
|
|
|
|
|
|
| |
revision of tick.c, this was done at SI_SUB_CLOCKS, which is too late
because tick_MHz is required for DELAY() to work.
Reviewed by: jake
|
|
|
|
|
|
|
|
| |
streaming cache. This bug could have the potential to cause data
corruption on systems with Psycho U2P bridges (Sabre bridges have no
streaming cache).
However, due to the usual driver architecture, it is believed that
corruption did occur only in rare cases (if at all).
|
|
|
|
|
| |
The flag is sometimes unset if the interface has IPv6 link-local
address only.
|
|
|
|
|
|
|
| |
- strtoul pedant. pointed out by deraadt
Obtained from: KAME
MFC after: 1 week
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- port range check need to be done before htons. from deraadt
- %d/%u audit
- correct bad practice in the code - it uses two changing variables
to manage buffer (buf and buflen). we eliminate buflen and use
fixed point (ep) as the ending pointer.
- use snprintf, not sprintf
- pass correct name into q.name. from lukem@netbsd
- sync comment
Obtained from: KAME
MFC after: 1 week
|
|
|
|
|
|
| |
trap types and signals to send. Rearrange KASSERTs to better handle faults
early before curthread is setup, or in the case that it gets corrupted or
set to 0.
|
|
|
|
| |
Reviewed by: roberto
|
|
|
|
|
|
|
|
| |
rejected by ipfilter (510.ipfdenied), and a corresponding periodic.conf
knob (daily_status_security_ipfdenied_enable).
Reviewed by: roberto
Approved by: re@
|
|
|
|
|
|
|
| |
separate file, /etc/periodic/security/security.functions.
Reviewed by: roberto (mentor)
Approved by: re@
|
|
|
|
|
|
| |
collection.
src/release/sysinstall/dist.c 1.175.2.29 -> 1.175.2.30
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
does not require Giant.
This means that we may miss panics on a class of mutex programming bugs,
but only if running with a Chernobyl setting of debug-flags.
Spotted by: Pete Carah <pete@ns.altadena.net>
|
| |
|
| |
|
| |
|