Hiroki Sato
42203b623d
New release notes: bge(4) 5705 support.
...
Update release notes: rescue(7) man page.
MFC: safe(4).
2003-07-25 14:08:32 +00:00
Ruslan Ermilov
9dd993a7be
Make the PC98 small boot floppy usable again.
...
Spotted by: nyan
Reviewed by: nyan
2003-07-25 13:39:11 +00:00
Hartmut Brandt
ec6d8361cd
When deciding whether to download the microcode or not look at the API rather
...
than at the vendor. We have three different Fore cards and only the PCA200
need the microcode. Look also at the RAM address and load the code only if
it is not zero. A zero RAM address means either a bug in the driver or
this is a interface created by harp(4) in which case fatm(4) handles the
microcode issue.
2003-07-25 12:40:03 +00:00
Hartmut Brandt
a327640a9e
Print the offending SPANS message only if printing is enabled.
2003-07-25 12:32:08 +00:00
Maxime Henrion
434252892a
An u_int8_t can never be bigger than 255, so remove a useless check.
...
Spotted by: GCC
2003-07-25 12:23:25 +00:00
Maxime Henrion
42e271cf22
Remove a duplicate entry.
2003-07-25 11:14:03 +00:00
Maxim Konovalov
853af3f3f0
o Do not overwrite saved interrupt priority level by alloc_hash(),
...
use a separate variable.
o Restore interrupt priority level before return (no-op in HEAD).
Spotted by: Don Bowman <don@sandvine.com>
MFC after: 5 days
2003-07-25 09:59:16 +00:00
Ruslan Ermilov
a3a2d24e9c
The RELEASE9 knob is now OBE.
...
OK'ed by: jhb
2003-07-25 08:55:51 +00:00
Ruslan Ermilov
3d610ec8a3
Moved the boot floppy generation code out from release.9 to release.10.
...
The release.9 target is now responsible only for generation of MFS root
file systems, that are built for all architectures, even those that do
not provide a floppy installation option. The release.10 target is now
responsible for creation of a set of boot, MFS root, and fixit floppies,
and the NO_FLOPPIES variable now affects only this target.
Also, replaced the FIXIT_TARGET variable with a check of whether the
*FIXITSIZE variables are present for a given architecture, similar to
how this is done when generating boot floppies.
Discussed with: jhb
2003-07-25 08:54:41 +00:00
Hartmut Brandt
ebcdc0a12e
Add support for VBR and CBR PVCs for IP over ATM.
...
Submitted by: Vincent Jardin <vjardin@wanadoo.fr>
MFC after: 2 weeks
2003-07-25 08:35:26 +00:00
Hartmut Brandt
84ce3db3e5
Make library WARNS=6 clean. The problems have been: alignment on sparc64
...
and one of the usual sizeof(in_addr_t) == sizeof(u_long) bugs.
2003-07-25 08:22:08 +00:00
Hartmut Brandt
ec3770a91a
Due to a gcc bug, it doesn't like local variables with names like 'sin'.
...
Rename this for the moment. Also fix a sparc64 alignment warning.
2003-07-25 08:15:09 +00:00
Hartmut Brandt
bf6da6238b
Make ilmid WARNS=6 clean. The problem were a couple of unused function
...
arguments and missing consts.
2003-07-25 08:09:18 +00:00
Marcel Moolenaar
c1e97bb458
Remove __aligned(16) from the definition of struct _ia64_fpreg. It's
...
a non-standard construct. Instead, redefine struct _ia64_fpreg as a
union and put a long double in it. On ia64 and for LP64, this is
defined by the ABI to have 16-byte alignment. For ILP32 a long double
has 4-byte alignment, but we don't support ILP32.
Note that the in-memory image of a long double does not match the in-
memory image of spilled FP registers. This means that one cannot use
the fpr_flt field to interpet the bits. For this reason we continue
to use an aggregate type.
2003-07-25 08:02:24 +00:00
Marcel Moolenaar
cd7e5d6eb4
Remove INVARIANT* and WITNESS. This makes the simulator much more
...
pleasant to use.
2003-07-25 07:52:20 +00:00
Dag-Erling Smørgrav
fd9eb4ba67
Ready to go live.
2003-07-25 07:18:06 +00:00
Hartmut Brandt
69ba39416a
Set the interface type of the network interfaces to IFT_IPOVERATM(114).
...
This is specified by RFC2320.
2003-07-25 07:16:28 +00:00
Hartmut Brandt
9b18b1f47d
Hand the packet to bpf not only in the LLC/SNAP case, but for all
...
connections. While this confuses tcpdump, it enables other applications
to see and analyze non-IP traffic (signalling, for example).
Pointed out by: Vincent Jardin <vjardin@wanadoo.fr>
2003-07-25 06:43:41 +00:00
Hartmut Brandt
6c373d607e
Make the debugging variable that controls printing of UNI messages
...
accessible as a sysctl and move the debugging stuff out of DIAGNOSTICS.
Submitted by: Vincent Jardin <vjardin@wanadoo.fr>
MFC after: 2 weeks
2003-07-25 06:39:46 +00:00
Marcel Moolenaar
076f523998
Move ia64_pa_access() from machdep.c to mem.c and declare it static.
...
It's only used in mem.c and cannot accidentally be used elsewhere
this way.
2003-07-25 05:37:13 +00:00
Stephen McKay
e599d6df26
Make the example "too large" message in the manual match the updated one
...
actually sent by ctm_smail since rev 1.13.
2003-07-25 00:48:29 +00:00
David Xu
74bbb26b51
Align upcall stack top to odd times of 8. GCC accounts return address
...
in callee function for stack alignment.
2003-07-25 00:21:37 +00:00
Marcel Moolenaar
c5262d75ed
Disable the single-step trap on a debug related trap, including of
...
course the single-step trap itself.
2003-07-25 00:11:14 +00:00
Scott Long
fdbc83723d
Move the mlx driver back into the kernel so that the drivers floppy doesn't
...
overflow.
2003-07-25 00:10:33 +00:00
Robert Watson
82fefada64
Print group name in getfacl output when calculating an effective
...
permission set based on a more restrictive mask.
Submitted by: Glen Gibb <grg@ridley.unimelb.edu.au>
2003-07-24 23:33:25 +00:00
Mark Murray
0ff67a254e
Hide more crypto from being crunched at release time.
2003-07-24 20:20:16 +00:00
Mark Murray
e0c2721505
Turn on the extended syntax, which TCP_wrappers has by default, as
...
distributed.
2003-07-24 19:58:56 +00:00
Mark Murray
d368bc9f59
Remove GCC-specific debugging option.
...
OK'ed by: phk
2003-07-24 19:53:02 +00:00
Mark Murray
ebb9f0efa8
Don't check for the existance of src/crypto/ for building items that
...
may contain crypto. The days of ITAR paranoia are over, and the simple
macro tests that remain are sufficient.
2003-07-24 18:30:25 +00:00
Mike Makonnen
22b4909430
Missing quotes around a variable. In this case we are only
...
evaluating the $_precmd command as a string. We're not actually
trying to evaluate the contents of the command.
Reported by: Glenn Johnson <gjohnson@srrc.ars.usda.gov>
2003-07-24 18:17:21 +00:00
Mark Murray
234f7acb7c
Don't lint(1) so early in the build. Its OK to keep this for the
...
"make all" phase.
2003-07-24 18:14:29 +00:00
Mark Murray
8c692b5e9b
Forced commit.
...
The previous commit included some commented-out macro-assignments
with comments documenting their function. These macros were of
considerable use to me in building a test "make release".
2003-07-24 18:11:27 +00:00
Mark Murray
98b2ae09c6
Get the correct set of cryptographically-infected binaries
...
automagically from the (secure|kerberos5)/Makefile:[KS]PROG.
2003-07-24 17:28:52 +00:00
Mark Murray
482d5f1f6a
Make sure that a "make release" (more accurately the bit that makes
...
the crunched binary) get a non-cryptographic telnet. This is overkill
in that it covers stuff that is not normally used in a crunched binary.
2003-07-24 17:19:15 +00:00
Mike Makonnen
a6ca48085c
The POSIX spec also requires that kern_sigtimedwait return
...
EINVAL if tv_nsec of the timeout is less than zero.
2003-07-24 17:07:17 +00:00
Hartmut Brandt
80366b6d6a
Make the debugging variable that controls dumping of IP over ATM packets
...
accessible as a sysctl.
Submitted by: Vincent Jardin <vjardin@wanadoo.fr>
MFC after: 2 weeks
2003-07-24 15:25:17 +00:00
Hartmut Brandt
5d53a37cb4
Create a sysctl that allows to enable/disable printing of SPANS messages.
...
While here delete to sys/types.h includes when sys/param.h is also included.
Submitted by: Vincent Jardin <vjardin@wanadoo.fr>
MFC after: 2 weeks
2003-07-24 14:37:01 +00:00
Ruslan Ermilov
d3c93cef78
Replaced the hardcoded target names in the touch(1) commands with
...
${.TARGET}, to ease maintenance.
2003-07-24 13:45:05 +00:00
Hartmut Brandt
892e9c9b57
Free the UNI vcc to the same zone from where it was allocated from.
...
This resulted in a panic when detaching the uni31 signalling manager.
2003-07-24 12:24:41 +00:00
Hartmut Brandt
fb4304eca0
Now that we have if_detach() don't try to get rid of all the interface
...
stuff (routes, ...) by hand - simply use if_detach().
Submitted by: Vincent Jardin <vjardin@wanadoo.fr>
MFC after: 2 week
2003-07-24 11:17:36 +00:00
Dag-Erling Smørgrav
fe468ebbfb
Complain about extraneous command line arguments.
2003-07-24 10:44:45 +00:00
Hartmut Brandt
ca4125f7b3
Create a subtree 'harp' of the net sysctl tree. This uses a fixed
...
OID as the other protocol family sub-trees do, that is equal to the
protocol family identifier. Make the ATM layer debugging flags
available under this tree.
Submitted by: Vincent Jardin <vjardin@wanadoo.fr>
MFC after: 2 weeks
2003-07-24 10:33:01 +00:00
Hartmut Brandt
30c6c4029c
Forced commit for the MFC.
...
MFC after: 2 weeks
2003-07-24 09:14:50 +00:00
Hartmut Brandt
56acf6178a
Constify the arguments to several pdu_print functions.
2003-07-24 09:13:03 +00:00
David Xu
c3f8e34d6b
Implement cpu_set_upcall and cpu_set_upcall_kse.
...
Reviewed by: peter
2003-07-24 08:52:44 +00:00
David Xu
81ebc68226
Set fault address to si_addr.
...
Reviewed by: peter
2003-07-24 08:51:22 +00:00
Hartmut Brandt
5be9a825e2
Add BPF support to HARP network interfaces. This allows one to see
...
the traffic on LLC multiplexed connections (like CLIP).
PR: kern/51831
Submitted by: Vincent Jardin <vjardin@wanadoo.fr>
MFC after: 2 weeks
2003-07-24 08:15:20 +00:00
Marcel Moolenaar
c24297c0f2
Implement _get_curthread and _set_curthread. We use GCCs builtin
...
function this, which expands to PAL calls (rduniq and wruniq).
This needs adjustment when TLS is implemented.
2003-07-24 07:51:49 +00:00
Marcel Moolenaar
e180afe760
Implement casuptr().
2003-07-24 07:49:45 +00:00
Marcel Moolenaar
8af2fbd6fb
In get_mcontext() and set_mcontext() save and restore the current
...
thread pointer.
2003-07-24 07:48:11 +00:00