| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
- Add definition of OHCI_HCC_BIBIV in fwohcireg.h.
|
|
|
|
| |
- Staticize.
|
|
|
|
|
| |
Move struct swdevt from sys/conf.h to the more appropriate vm/swap_pager.h.
Adjust #include use in libkvm and pstat(8) to match.
|
|
|
|
| |
especially in troff files.
|
|
|
|
| |
Add FreeBSD Id tag where missing.
|
| |
|
|
|
|
| |
Approved by: markm
|
|
|
|
| |
Approved by: markm
|
|
|
|
| |
Tested on: sparc64, x86
|
| |
|
| |
|
|
|
|
| |
Tested on: sparc64, Athlon[32]
|
|
|
|
| |
a sysadmin tool.
|
| |
|
| |
|
|
|
|
|
|
|
| |
Checked on Alpha and IA32.
Reviewed by: maintainer timeout
MFC after: 1 week
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
work. The interface was gleaned from the Linux driver. Currently only
one RX & one TX buffer are used. Firmware support is not tested so for the
MPI-350 so it is disabled. Signal cache and monitor mode are not supported
yet. Signal cache is not supported since in encapsulation mode ethernet
frames are returned by the chip. LAN monitor mode support will be added
shortly. Thanks to Warner for the MPI-350 card he sent me.
Add support for RSSI map from PR kern/32880 which was incomplete. Enhanced
with the ability to select the cache mode of raw, dbm or per-cent.
Clean up Signal/Noise/Quality structures and units with help from
Marco Molteni.
Change flash to use a malloc'ed buffer when needed.
PR: kern/32880
Submitted by: Douglas S. J. De Couto decouto@pdos.lcs.mit.edu,
Marco Molteni
MFC: 3 weeks
|
| |
|
|
|
|
|
|
|
|
| |
i386, remove the seatbelt preventing users from setting the UFS2 flag
on the root file system on i386. This seatbelt did not exist on
other platforms.
MFC candidate.
|
| |
|
|
|
|
|
|
|
|
| |
argument, leading whitespace and empty lines be ignored, and
the `#' character marks the rest of the line as a comment.
PR: bin/45958
MFC after: 3 days
|
| |
|
| |
|
|
|
|
|
|
|
| |
NUL character so do not expect it.
PR: bin/46489
MFC after: 1 week
|
|
|
|
|
| |
PR: 45604
Submitted by: Chris Pepper <pepper@rockefeller.edu>
|
|
|
|
|
| |
MFC after: 1 week
Reviewed by: ume
|
| |
|
|
|
|
|
|
| |
PR: 46395
Submitted by: maxim
MFC: eventually
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
RSDP. Scan the first 1MB on i386 if the sysctl fails,
o Extend struct ACPIrsdp with the ACPI 2.0 fields which involves
changing a prior reserved field into the ACPI revision,
o Only calculate the RSDP checksum on the first 20 bytes to remain
compatible with ACPI 1.0 tables; we don't check the extended
checksum covering the whole table,
o Use the length field in the RSDP to map the RSDP into the address
space so that we don't have to know about future extensions here.
|
|
|
|
|
|
| |
for wraparound, 99 was too much for fast drives since they
do not give 99 as the last value, but instead something
in the 90's range.
|
|
|
|
|
|
|
|
|
| |
from "unix" back to "local". Add some compat stuff so both
ways work for some time.
Reviewed by: phk
Approved by: imp (UPDATING)
Requested by: iedowse, lukem@netbsd.org
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
`J' flag means that newsyslog should wait for previously started compression
jobs to complete before starting a new one for this entry. When it is used
along with the `G' flag, in the case when several logfiles match the pattern
and should be compressed, the newsyslog will compress logs one by one,
ensuring that only one compression job is running at a time.
This prevents newsyslog(8) from overloading system by starting several
compression jobs on big files simultaneously.
Sponsored by: Porta Software Ltd
MFC after: 2 weeks
|
| |
|
|
|
|
|
| |
PR: 43678
Submitted by: ru
|
| |
|
|
|
|
|
|
|
|
| |
a nonexistant target, in addition to the FTS_SL previously, so e.g.
setfmac -h sebsd/system_u:object_r:malloc_conf_t /etc/malloc.conf
succeeds.
Approved by: re
|
|
|
|
| |
Approved by: re
|
|
|
|
|
|
| |
PR: 46104
Pointed out by: Rich Morin <rdm@cfcl.com>
Approved by: re (rwatson)
|
|
|
|
| |
Approved by: re
|
|
|
|
| |
Approved by: re
|
|
|
|
| |
Approved by: re
|
|
|
|
|
|
| |
Use GB from 100GB and upwards.
Approved by: re
|
|
|
|
|
|
|
| |
necessary nowadays, but is documented as "required", and may
become so again in the future.
Approved by: re
|
|
|
|
|
|
| |
documented in mdoc(7)).
Approved by: re
|
|
|
|
|
|
| |
commit.
Big pointy hat to: sobomax
|
|
|
|
|
|
| |
Sponsored by: Porta Software Ltd
Approved by: re
MFC after: 2 weeks
|
|
|
|
|
|
|
|
|
| |
Fixes segfault if rpcbind is started up a second time.
Solution has been taken from mountd(8).
Reviewed by: phk
Approved by: re (rwatson)
|