| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
mi_switch() is sufficient.
|
|
|
|
| |
breaks when cdboot is used with an MFS root.
|
| |
|
|
|
|
| |
something to be interpreted. Urk.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
hw.midi.debug and hw.midi.seq.debug to 1 to enable debug log.
- Make debug messages human-frendly.
- Implement /dev/music.
- Add a timer engine required by /dev/music.
- Fix nonblocking I/O.
- Fix the numbering of midi and synth devices.
|
|
|
|
| |
Reviewed by: des
|
| |
|
|
|
|
| |
Noticed by: "Peter Holm" <p_holm@mail.tele.dk>
|
|
|
|
|
|
| |
ATA133?).
MFC noted: "more" chipsets supported by ata(4).
|
|
|
|
| |
for Xircom 3201 and Conexant LANfinity RS7112, ifpi(4).
|
|
|
|
|
|
|
| |
as vnode_if.pl instead of vnode_if.sh.
PR: 33509
MFC after: 3 weeks
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
firmware to delay completion of commands so that it can attempt to batch
a bunch of completions at once- either returning 16 bit handles in mailbox
registers, or in a resposne queue entry that has a whole wad of 16 bit handles.
Distinguish between 2300 and 2312 chipsets- if only because the revisions
on the chips have different meanings.
Add more instrumentation plus ISP_GET_STATS and ISP_CLR_STATS ioctls.
Run up the maximum number of response queue entities we'll look at
per interrupt.
If we haven't set HBA role yet, always return success from isp_fc_runstate.
MFC after: 2 weeks
|
| |
|
|
|
|
| |
Submitted by: jake
|
| |
|
| |
|
|
|
|
| |
the readers.
|
|
|
|
| |
Remove some diagnostics that aren't relevant yet.
|
|
|
|
| |
for some user just by entering user name and doing nothing on password prompt
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
(There has been some discussion, whether ENOENT or EBADF is more
appropriate. I choose the latter, since the operation is not supported
on the file descriptor at that time, even if it was, immediately before.)
PR: 32681
Reviewed by: dillon, iedowse, ...
Approved by: nectar
MFC after: 3 days
(pending RE approval)
|
| |
|
|
|
|
|
|
|
| |
* White space changes.
* Updates to comments.
* Replace some delay() calls with usb_delay_ms().
* Replace 0's with NULL's.
|
|
|
|
|
|
|
|
| |
reinserted by a userland process, will lose a number of packet
attributes, including their source interface. This may affect
the behavior of later rules, and while not strictly a BUG, may
cause unexpected behavior if not clearly documented. A similar
note for natd(8) might be desirable.
|
|
|
|
|
| |
date: 2001/08/06 15:15:08; author: augustss; state: Exp;
Don't write back status bits that are cleared when written.
|
|
|
|
|
| |
date: 2001/11/20 16:08:10; author: augustss; state: Exp;
Use longer reset for root hubs (as told in the spec).
|
|
|
|
|
| |
(or calculate by hand) the effect of interactions between shpgperproc,
physical ram size, maxproc, maxdsiz, etc.
|
|
|
|
| |
do the right thing on -current.
|
|
|
|
|
|
| |
closer to the NetBSD version.
Reviewed by: md5
|
|
|
|
|
|
|
|
| |
ipfirewall(4) to the IMPLEMENTATION NOTES section because it
considers kernel internals and may confuse newbies if placed
at the very beginning of the manpage (where it used to be previously.)
Not objected by: luigi
|
|
|
|
|
| |
requires logic changes. For now leave it as usb_device_info.lowspeed.
It will get addressed when the usb.c code is sync'd.
|
|
|
|
|
| |
PR: docs/31263
Permitted by: luigi
|
|
|
|
|
|
|
|
| |
This will be trimmed as the FreeBSD Security Architecture document
is fleshed out and committed.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
a) Convert all the remaining older Perl system() calls to the new,
more secure LIST format so they are robust to whitespace and
shell metacharacters in their arguments.
b) Add a new option: -force, which allows adding usernames containing
characters that are otherwise illegal.
PR: bin/22860 bin/31049
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
substantial fraction of the number of entries of tte's in the tsb
would need to be looked up, traverse the tsb instead. This is crucial
in some places, e.g. when swapping out a process, where a certain
pmap_remove() call would take very long time to complete without this.
2. Implement pmap_qenter_flags(), which will become used later
3. Reactivate the instruction cache flush done when mapping as executable.
This is required e.g. when executing files via NFS, but is known to
cause problems on UltraSPARC-IIe CPU's. If you have such a CPU, you
will need to comment this call out for now.
Submitted by: jake (3)
|
|
|
|
| |
UIPROTO_MASS_BULK _after_ the previous change was made in NetBSD.
|
|
|
|
|
|
| |
date: 2000/02/29 21:37:01; author: augustss; state: Exp;
Distinguish between device and interface classes.
(I finally found a document that said that they were different.)
|
|
|
|
|
|
|
| |
struct ofw_nexus_reg. Implement UPA device memory management in the
nexus driver.
Adapt the psycho driver to these changes, and do some minor cleanup work
while being there.
|
|
|
|
|
|
| |
cause a panic.
Reported and tested (in another version) by: Jamey Wood <Jamey.Wood@Sun.COM>
|
| |
|
|
|
|
| |
appear to do what we do.
|
|
|
|
| |
to hide the distinction between struct proc and struct thread.
|
|
|
|
| |
in the code and what the warning message reads.
|
| |
|
|
|
|
|
| |
Previously, it was possible due to 0 and "0" being
equivalent in Perl.
|
|
|
|
| |
locale settings: allow any date and time separator characters.
|