| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
operations.
Submitted by: jake, jasone
|
|
|
|
|
| |
Submitted by: josh@zipperup.org
Submitted by: Robert Drehmel <robd@gmx.net>
|
|
|
|
|
|
|
|
|
| |
since ether_ifattach() does it for us. We do need to call ether_ifdetach()
instead of if_detach(). And we don't have to check for ifp->if_name
already being initialized because it never will be in FreeBSD 4.x and
above.
Reviewed by: Warner Losh, Duncan Barclay
|
|
|
|
| |
much as I thought it would and according to bde was a pessimization.
|
|
|
|
| |
Submitted by: Ben Smithurst <csxbcs@comp.leeds.ac.uk>
|
|
|
|
| |
Submitted by: phk
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
.PATH to ${.CURDIR}/[...]/kern , the "exists" expression will fail for the
form exists(${.CURDIR}/[...]/kern/). This appears to be happening because
make is searching for the argument to "exists" by using .PATH rather than a
relative search, because .PATH and the argument match at the beginning.
Additionally, make appears to consider a path that starts with ${.CURDIR}
as relative, even though it expands to an absolute path.
The reason that most people aren't seeing this problem is that the absolute
paths of /usr/src/sys and /sys are also searched, so as long as the kernel
source can be found in at least one of those places, no problems surface.
This problem was inadvertently introduced on 1 December 2000, with the
addition of the sysvipc modules.
|
| |
|
|
|
|
|
|
| |
sentence in a comment.
Submitted by: bde
|
|
|
|
|
|
|
| |
"Security notes" section to the man page added by me.
PR: 23097
Submitted by: Doug Ambrisko <ambrisko@whistle.com>
|
|
|
|
|
| |
PR: 23097
Submitted by: Doug Ambrisko <ambrisko@whistle.com>
|
|
|
|
|
|
|
| |
calling the C functions mtx_enter_hard() and mtx_exit_hard() clobbers them.
Note that %eax is also not call safe, but it is already clobbered due to
cmpxchg. However, now we are back to not compiling again, so these macros
are still left disabled for now.
|
| |
|
|
|
|
|
|
| |
It was possible cause of kernel panic.
Pointed Out by: phk@FreeBSD.ORG
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
backslash as a special char, but not all.
|
|
|
|
| |
(since it starts later now).
|
|
|
|
| |
Reported by: phk
|
|
|
|
| |
#defines for bits corresponding to pending interrupts. Yay threads!
|
|
|
|
|
|
| |
slightly more sane. Make the arguments to the nop MPASS2 match those
of the functional one. Change 4 spaces to a tab. Don't indeent a
label so its easier to see.
|
| |
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| | |
|
| |
| |
| |
| |
| | |
as parameters. Use them in the mutex inlines so that the file and
line numbers are those of the caller instead of always in this file.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
infrastructure. It's not perfect, but it's a lot better than what
we've been using so far. The following rules apply to this:
o BSD component names should be capitalised
o Layer names should be taken from the non-CA set for now. We
may elect to add some new BSD-specific layers later.
- Make it possible to turn off selective debugging flags or layers
by listing them in debug.acpi.layer or debug.acpi.level prefixed
with !.
- Fully implement support for avoiding nodes in the ACPI namespace.
Nodes may be listed in the debug.acpi.avoid environment variable;
these nodes and all their children will be ignored (although still
scanned over) by ACPI functions which scan the namespace. Multiple
nodes can be specified, separated by whitespace.
- Implement support for selectively disabling ACPI subsystem components
via the debug.acpi.disable environment variable. The following
components can be disabled:
o bus creation/scanning of the ACPI 'bus'
o children attachment of children to the ACPI 'bus'
o button the acpi_button control-method button driver
o ec the acpi_ec embedded-controller driver
o isa acpi replacement of PnP BIOS for ISA device discovery
o lid the control-method lid switch driver
o pci pci root-bus discovery
o processor CPU power/speed management
o thermal system temperature detection and control
o timer ACPI timecounter
Multiple components may be disabled by specifying their name(s)
separated by whitespace.
- Add support for ioctl registration. ACPI subsystem components may
register ioctl handlers with the /dev/acpi generic ioctl handler,
allowing us to avoid the need for a multitude of /dev/acpi* control
devices, etc.
|
| |
| |
| |
| |
| |
| |
| | |
that of MTX_EXIT. Don't assume that the reg parameter to MTX_ENTER
holds curproc, load it explicitly. Put semi-colons at the end of
the macros to be more consistent and so its harder to forget them
when these change.
|
| |
| |
| |
| | |
Go Ansi on the functions.
|
| |
| |
| |
| |
| | |
disable the optimized mutex micro-operations for the non-I386_CPU case
and fall back to the C stubs that call the atomic_foo() inlines.
|
| |
| |
| |
| |
| |
| |
| |
| | |
member f_devdata to be a pointer to a socket number. When currdev
is "pxe", that assumption is correct. When currdev is "disk*", that
assumption is incorrect.
Submitted by: Jim Browne <jbrowne@jbrowne.com>
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
o add kernel option to the synopsis.
o remove "only as module" from bugs.
Reviewed by: sheldonh
|
| |
| |
| |
| |
| | |
locked. This list is subject to change, but hopefully many changes will
not have to be made.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
We must force payload alignment to a longword boundary to make the
alpha happy. This should stop the driver from trapping on the alpha
when the interface is ifconfig'ed (actually, when the first frame is
received).
|
| | |
|
| |
| |
| |
| | |
Noticed long time ago by: bde
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Fix various warnings while here anyway.
|
| | |
|
| |
| |
| |
| | |
don't know if these things were ever produced.
|
| |
| |
| |
| |
| | |
Thanks to: gallatin & Compaq for open-sourcing bits of Tru64 UNIX
Tested by: wilko
|
| |
| |
| |
| |
| |
| |
| | |
may not be (un)loaded.
PR: 23350
Submitted by: Gordon Tetlow <gordont@bluemtn.net>
|
| |
| |
| |
| | |
Approved by: groudier
|