| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| |
| |
| |
| | |
Submitted by: jasone
|
|\ \
| |/
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| |
| |
| |
| |
| |
| | |
basically disables any access unless other strings are set in the config
file. Note, that there is no way to set the communities back to NULL once
they're set to something not NULL.
|
|\ \
| |/
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
to COMPAT_43TTY.
Add COMPAT_43TTY to NOTES and */conf/GENERIC
Compile tty_compat.c only under the new option.
Spit out
#warning "Old BSD tty API used, please upgrade."
if ioctl_compat.h gets #included from userland.
|
| |
| |
| |
| |
| |
| |
| |
| | |
Instead of dragging the entire ICH4/82801DB into this mess, select
only few boards based on pci subdevice / subvendor.
Tested by: Daisuke Orikasa <luxury-acura-3.5rl at nifty.com>
MFC after: 3 days
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
fast taskqueues. The following have been added:
TASKQUEUE_FAST_DEFINE() - create a global task queue.
an arbitrary execution context.
TASKQUEUE_FAST_DEFINE_THREAD() - create a global taskqueue that uses a
dedicated kthread.
taskqueue_create_fast() - create a local/private taskqueue.
These are all complimentary of the standard taskqueue functions. They are
primarily useful for fast interrupt handlers that can only use spinlock for
synchronization.
I personally think that the taskqueue API is starting to get too narrow and
hairy, but fixing it will require a major redesign on the API. Such a
redesign would be good but would break compatibility with FreeBSD 6.x, so
it really isn't desirable at this time.
Submitted by: sam
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
"crontab /etc/crontab", but not the same format due to the who field.
Add some limited anti-foot-shooting support and refuse to load
/etc/crontab as someone's crontab. Users wishing shoot their foot in
this manner may copy /etc/crontab elsewhere. :)
MFC After: 1 week
|
| |
| |
| |
| | |
MFC after: 1 week
|
| |
| |
| |
| |
| |
| |
| |
| | |
entries from the interface rather than using ifconfig's delete command.
This preserves non-dhclient configured addresses (though they are wiped
out when dhclient is restarted).
MFC after: 1 week
|
| | |
|
| |
| |
| |
| | |
a given interface to be removed.
|
| |
| |
| |
| |
| | |
PR: bin/87465 (different solution used)
MFC after: 1 week
|
| |
| |
| |
| | |
static binary.
|
| |
| |
| |
| | |
Submitted by: jkim
|
| |
| |
| |
| | |
Pointed out by:thompsa
|
| |
| |
| |
| |
| |
| | |
iterated over when using MNT_VNODE_FOREACH.
Reviewed by: truckman
|
| |
| |
| |
| |
| |
| |
| | |
is set.
Approved by: krion
MFC after: 3 days
|
| |
| |
| |
| |
| |
| |
| | |
write completed wakeup could be missed. Close the race by grabbing the lock
normally used for protection of bp->b_xflags.
Reviewed by: truckman
|
| |
| |
| |
| |
| |
| | |
to avoid some dependencies being missed by softdep_flushworklist().
Reviewed by: truckman
|
| | |
|
| |
| |
| |
| | |
Reviewed by: truckman
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This option saves packages to PKGDIR (if defined or current directory by default)
as they are downloaded.
Silent a warning when -n is used and package has a +DISPLAY file.
Approved by: krion
MFC after: 1 week
|
| |
| |
| |
| |
| |
| | |
was harmless because the define is not used in coda_vfsops.c.
Submitted by: Hugo Meiland
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
This is based on MCPC USB mobile phone guide line (MCPC-GL005)
Some other 3G system or so will work with this driver.
Kyocera PHS terminal (a.k.a. Kyopon) is known to work, which
is now supported by umodem(4) driver.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
o record tsf in tx+rx frames
o switch from raw rssi to dbm for signal data and record both
signal and noise floor data (hacked for now to assume a fixed
noise floor; is correct with new hal)
o add monpass sysctl to control which rx'd frames are passed
up with errors; especially useful to see frames with CRC errors
o mark 'd packets w/ a CRC error with radiotap's BADFCS flag
Also add placeholder code for calibrating the noise floor when
using newer hals.
Reviewed by: avatar
MFC after: 1 week
|
| |
| |
| |
| |
| | |
Obtained from: netbsd
MFC after: 1 week
|
| |
| |
| |
| |
| |
| |
| |
| | |
This is the implementation of the HOSTRES MIB that was developed by
Victor during SoC 2005 with some stylification by philip@ and harti@.
Submitted by: Victor Cruceru <soc-victor@freebsd.org>
Reviewed by: philip, harti
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
PR: kern/66422, kern/75687, kern/84471
MFC after: 2 days
|
| |
| |
| |
| |
| | |
Obtained from: KAME
MFC After: 1 day
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
param.h. Per request, I've placed these just after the
_NO_NAMESPACE_POLLUTION ifndef. I've not renamed anything yet, but
may since we don't need the __.
Submitted by: bde, jhb, scottl, many others.
|
| |
| |
| |
| | |
MFC after: 1 day
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
PR: usb/90670
Submitted by: Wojciech A. Koszek <dunstan@freebsd.czest.pl>
Approved by: iedowse
MFC after: 1 week
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
CAM_LUN_INVALID or CAM_TID_INVALID. Retries were being triggered
here when a umass device was unplugged, and while the retries
themselves are probably harmless, they complicated finding the real
SIM removal problems.
|
| |
| |
| |
| |
| | |
PR: 87395
Submitted by: Eirik Mikkelsen <eirik@bsdbox.org>
|
| |
| |
| |
| | |
Explain the examples.
|
| |
| |
| |
| | |
Approved by: simon
|
| |
| |
| |
| |
| |
| | |
Reminded by: simon
Approved by: simon
MFC after: 3 days
|