| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
calling convention.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
statistics on a per network address basis.
Teach the IPv4 and IPv6 input/output routines to log packets/bytes
against the network address connected to the flow.
Teach netstat to display the per-address stats for IP protocols
when 'netstat -i' is evoked, instead of displaying the per-interface
stats.
|
|
|
|
|
|
| |
o Change name of bus
o Change the panic on resource allocation failure to just a message. We'll
work out why this fails later in the pcic/pccbb code merge.
|
| |
|
|
|
|
| |
This has been sitting in my tree for ages...
|
| |
|
|
|
|
| |
to place more pressure on the exception handling code.
|
|
|
|
|
| |
* Make sure we reset ar.k6 (used to hold the kernel stack pointer when
we are returning to user mode after a syscall.
|
|
|
|
| |
can be reaped.
|
|
|
|
| |
- Fix the sorting of function prototypes in sys/proc.h
|
|
|
|
| |
Pointy-hat to: ps
|
| |
|
|
|
|
|
| |
This fixes a null pointer dereference problem that is unlikely to
happen in normal circumstances.
|
|
|
|
|
|
|
|
|
| |
This commit adds support for Xircom X3201 based cardbus cards.
Support for the TDK 78Q2120 MII is also added.
IBM Etherjet, Intel and Xircom cards uses these chips.
Note that as a result of this commit, some Intel/DEC 21143 based cardbus
cards will also attach, but not get link. That is being looked at.
|
|
|
|
|
| |
interrupts are started before the device probe. This allows interrupt
threads to run during the device probe among other things.
|
| |
|
|
|
|
|
| |
interrupt from the PCI routing table (ffs returns 1 for the rightmost
bit, not 0).
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
"administrative" authorization checks. In most cases, the VADMIN test
checks to make sure the credential effective uid is the same as the file
owner.
o Modify vaccess() to set VADMIN as an available right if the uid is
appropriate.
o Modify references to uid-based access control operations such that they
now always invoke VOP_ACCESS() instead of using hard-coded policy checks.
o This allows alternative UFS policies to be implemented by replacing only
ufs_access() (such as mandatory system policies).
o VOP_ACCESS() requires the caller to hold an exclusive vnode lock on the
vnode: I believe that new invocations of VOP_ACCESS() are always called
with the lock held.
o Some direct checks of the uid remain, largely associated with the QUOTA
and SUIDDIR code.
Reviewed by: eivind
Obtained from: TrustedBSD Project
|
|
|
|
|
|
| |
for things such as halting CPU's, idling CPU's, etc.
Discussed with: msmith
|
| |
|
|
|
|
|
|
|
|
|
| |
Fixes bugs in devfs when unloading and reloading
Syncs with NetBSD changes
Submitted by: Alexander Langer <alex@big.endian.de>
Submitted by: Thomas Klausner <wiz@netbsd.org>
Submitted by: Daniel O'Connor" <doconnor@gsoft.com.au>
|
|
|
|
|
| |
which hopefully reflect something of what grog and phk presented in their
talks.
|
|
|
|
| |
do on PPP (atm problems.)
|
|
|
|
|
|
|
|
| |
entries in this guide don't override it.
Requested by: markm
Comment on tabulation style.
|
|
|
|
| |
Approved by: jkh
|
|
|
|
| |
and put some under bootverbose..
|
| |
|
| |
|
|
|
|
|
|
|
| |
and elsif belong on the same line as the closing brace for the
previous if or elsif block.
Suggested by: des
|
| |
|
| |
|
|
|
|
| |
one.
|
|
|
|
|
|
|
| |
Local variables should be separated from function arguments by a
blank line.
Suggested by: des
|
|
|
|
|
|
| |
The main code should be wrapped in a MAIN:{ ... } declaration.
Suggested by: des
|
| |
|
|
|
|
| |
Submitted by: MURAMATSU Atsushi <amura@ma3.seikyou.ne.jp>
|
|
|
|
|
| |
the second. NetBSD (from where I've taken this originally) needs
to fix this too.
|
|
|
|
|
|
|
|
| |
priority "0" and without PCATCH, so it was uninterruptable. And
even when it did wake up after entropy arrived, it exited after the
wakeup without actually reading the freshly arrived entropy. I
sent this to Mark before but it seems he is in transit.
Mark: feel free to replace this if it gets in your way.
|
|
|
|
|
|
| |
- barrier_read() enforces a memory read barrier
- barrier_write() enforces a memory write barrier
- barrier_rw() enforces a memory read/write barrier
|
|
|
|
|
|
| |
RF5C47x. Before the code would only do this on the RF5C46x bridges.
Submitted by: Jonathan Chen
|
| |
|
| |
|
| |
|
|
|
|
| |
handlers.
|
|
|
|
|
| |
Note: I am not redirecting stdout so that the amount of
data being transferred can be seen (22k and 576k currently).
|