| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
64 irqs.
This should be re-thought later.
|
| |
|
| |
|
|
|
|
|
|
| |
to the suid/sugid process, since apparently it has security implications.
Suggested by: rwatson
|
|
|
|
|
|
| |
in emulation layers), since it appears to be too broad.
Requested by: rwatson
|
|
|
|
|
|
| |
on dev.cpu.0 will affect all of the CPUs together. In the future,
independent control will be supported but this is good enough for now.
Check that the timecounter isn't TSC before switching (from Colin Percival.)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
former is callable from user space and the latter from the kernel one. Make
kernel version take additional argument which tells if the respective call
should check for additional restrictions for sending signals to suid/sugid
applications or not.
Make all emulation layers using non-checked version, since signal numbers in
emulation layers can have different meaning that in native mode and such
protection can cause misbehaviour.
As a result remove LIBTHR from the signals allowed to be delivered to a
suid/sugid application.
Requested (sorta) by: rwatson
MFC after: 2 weeks
|
| |
|
|
|
|
| |
McAfee instead of NETA.
|
|
|
|
|
| |
Submitted by: ru
Pointy hat to: me
|
|
|
|
| |
Pointy hat to: harti
|
| |
|
|
|
|
|
|
| |
the style nearby.
Submitted by: ru
|
|
|
|
| |
to build.
|
| |
|
| |
|
|
|
|
| |
when it is already in COPTFLAGS.
|
|
|
|
|
| |
read info about the possible settings for a CPU but cannot control them
directly.
|
|
|
|
|
|
|
|
|
| |
throttling, neglecting to do this kept the sysctls from appearing.
Attach an acpi_throttle device to each CPU that supports it.
Don't add a device if the P_BLK is invalid or if _PTC is not present.
This removes extraneous probe/attach failure messages on some machines.
Make the cpu throttle state local to the softc to account for partial
successes when changing the clock rate on MP machines.
|
|
|
|
| |
methods.
|
| |
|
|
|
|
|
| |
Implement more device functions.
Make DMA optional.
|
|
|
|
| |
Thanks to: Ruslan
|
|
|
|
|
|
|
| |
Modify wording in a sentence to avoid a run on within ().
Remove a contraction.
Submitted by: Joel Dahl <joel@automatvapen.se> (original version)
|
|
|
|
| |
This avoids having error messages get concatenated over multiple calls.
|
|
|
|
| |
Also remove some unnecessary blank lines from archive_read.3.
|
|
|
|
|
|
|
|
|
|
|
| |
When reading the bodies of Zip archive entries, request a minimum of 1
byte, rather than a minimum of the full entry size. This is faster
(since it does not force the decompression layer to combine reads) and
works around a bug in the "none" decompression handler (which I'm
testing a separate fix for now). I've also renamed "bytes_read" to
"bytes_avail" in several places to more accurately reflect that the
value returned from (a->compression_read_ahead) is the number of bytes
available, not necessarily the number of bytes requested.
|
|
|
|
|
|
|
|
|
|
|
|
| |
(padding) entries, extract inode value from PX entry, recognize SP and
ST (start/end of SUSP extensions).
I don't enforce SP yet, as I've seen CDROMs which use Rockridge
extensions but don't have the SP record (which is officially
required).
The ISO9660 support is now mature enough to extract FreeBSD
distribution CDROMs created with mkisofs.
|
|
|
|
|
|
|
| |
For example, when using 'gunzip | tar' to decompress.
Also, fix some style issues (write null character as '\0').
Thanks to: Jaakko Heinonen
|
|
|
|
|
| |
- Document the "nuke" command.
- Mention which commands correspond to which functions.
|
|
|
|
|
|
| |
Add ibsta and start to use it.
Rename the argument structure more sensibly.
Improve timeout and error handling
|
|
|
|
| |
MFC after: 3 days
|
|
|
|
| |
MFC after: 3 days
|
|
|
|
|
|
|
| |
new programs with old node wil receive EINVAL trying to access new
messages.
Submitted by: ru
|
|
|
|
|
|
| |
- use constant instead of number
Suggested by: ru
|
|
|
|
| |
SBus-only kernels regarding ofw_machdep.c.
|
|
|
|
|
|
|
|
|
|
|
|
| |
for nodes hanging off of Central (untested), FireHose (untested) and
PCI (tested) busses.
- Add an additional parameter to OF_decode_addr() which specifies the
index of the register bank to decode.
These should allow to eventually add support for the Z8530 hanging off of
FireHose to uart(4) and to write support for PCI-based graphics adapters.
Suggested by: tmm (back in '03)
|
|
|
|
|
| |
NetBSD rev. 1.4 (addition of the OFW_PCI_PHYS_HI_BUS macro) had already
been merged prior to adding this file to FreeBSD (with the 1.3 tag though).
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
which will finally lead to kernel panic.
Security: This prevents a local (root-launched) DoS
Submitted by: Wojciech A. Koszek [dunstan at freebsd czest pl]
PR: 77421
MFC After: 1 week
|
|
|
|
|
| |
Implement ibdma() (only affects ibrd() mode)
Implement ibeot()
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o Add a fallback location for the MAC address. Most of the early ne2000
PC Cards were built from the same parts, so most of them have the same
address in the CIS to grab the MAC from. Use this address as our
fallback if we don't find anything better.
o Add printf, in bootverbose, noting the MAC addresses that we find along
the way.
# Better sanity checking of the MAC address is needed. Will have to
# investigate using/creating a centralized function to do this as a number
# of other PC Card drivers each have their own ad-hoc tests.
|
|
|
|
| |
Pointy hat to: glebius
|
|
|
|
|
| |
Submitted by: Andreas Kohn <andreas.kohn@gmail.com>
MFC after: 1 week
|
| |
|
| |
|