| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Submitted by: Chiharu Shibata <chi@rd.njk.co.jp>
Notes:
svn path=/head/; revision=22089
|
| |
|
|
| |
Notes:
svn path=/head/; revision=22088
|
| |
|
|
| |
Notes:
svn path=/head/; revision=22087
|
| |
|
|
| |
Notes:
svn path=/head/; revision=22086
|
| |
|
|
|
|
|
|
|
|
| |
allocated size not reset to 0 causing NULL dereference
on call after login_close().
2) Modify login_capsize() behaviour to match manpage, allow
concatenated sizes; ie. 10m500k
Notes:
svn path=/head/; revision=22085
|
| |
|
|
| |
Notes:
svn path=/head/; revision=22084
|
| |
|
|
| |
Notes:
svn path=/head/; revision=22083
|
| |
|
|
| |
Notes:
svn path=/head/; revision=22082
|
| |
|
|
|
|
|
|
| |
Change the autotermination code slightly to be more careful on narrow
adapters.
Notes:
svn path=/head/; revision=22081
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
If we can, use timeouts instead of DELAYs when dealing with a bus reset.
This prevents us from holding up the whole machine for a noticible amount
of time (especially for a real time app).
Make a pass over the timeout/error handling code. Aborts are more
reliable. We actually handle parity errors correctly now instead of
locking up the bus. Added code to properly clean up disconnected SCBs
down on the card during error handling. Improved robustness in several
areas.
If we are using defaults, but are an Ultra card, negotiate at 20MHz instead
of 10.
Don't attempt to handle any commands for 100ms after a reset has occured.
This is the minimum time before a target will respond to selection. Also
disable the busfree interrupt before doing a bus reset. This prevents the
driver from getting confused by an "unexpected busfree".
Notes:
svn path=/head/; revision=22080
|
| |
|
|
| |
Notes:
svn path=/head/; revision=22079
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Expand the boundaries of a pause disabled region to close of possible race
condition.
Revert a portion of the DMA code to fix false overruns.
Add a missing "add_scb_to_free_list" so we don't leak SCBs.
Notes:
svn path=/head/; revision=22078
|
| |
|
|
| |
Notes:
svn path=/head/; revision=22077
|
| |
|
|
| |
Notes:
svn path=/head/; revision=22075
|
| |
|
|
|
|
|
|
| |
call. The SIGALRM just sets a flag now, preventing the possibility of
any nasty recursivness in the handler itself.
Notes:
svn path=/head/; revision=22074
|
| |
|
|
|
|
|
| |
Update /stand.
Notes:
svn path=/head/; revision=22072
|
| |
|
|
|
|
|
| |
configuration.
Notes:
svn path=/head/; revision=22071
|
| |
|
|
| |
Notes:
svn path=/head/; revision=22069
|
| |
|
|
| |
Notes:
svn path=/head/; revision=22068
|
| |
|
|
| |
Notes:
svn path=/head/; revision=22067
|
| |
|
|
|
|
|
|
|
|
|
| |
This error results from changing the name for the msdos file system
from "pcfs" to "msdos". Close PR #1105
submitted by: Thomas Wintergerst <thomas@lemur.nord.de>,
Slaven Rezic <eserte@cs.tu-berlin.de>
Notes:
svn path=/head/; revision=22066
|
| |
|
|
| |
Notes:
svn path=/head/; revision=22065
|
| |
|
|
|
|
|
|
| |
If you enable ip forwarding your net melts down.
This is a workaround, probably not the correct fix.
Notes:
svn path=/head/; revision=22062
|
| |
|
|
|
|
|
| |
Submitted by: "Brent J. Nordquist" <bjn@visi.com>
Notes:
svn path=/head/; revision=22061
|
| |
|
|
| |
Notes:
svn path=/head/; revision=22060
|
| |
|
|
| |
Notes:
svn path=/head/; revision=22058
|
| |
|
|
| |
Notes:
svn path=/head/; revision=22057
|
| |
|
|
| |
Notes:
svn path=/head/; revision=22056
|
| |
|
|
| |
Notes:
svn path=/head/; revision=22055
|
| |
|
|
|
|
|
| |
fstab.h.
Notes:
svn path=/head/; revision=22052
|
| |
|
|
|
|
|
| |
to fsck and not dump.
Notes:
svn path=/head/; revision=22051
|
| |
|
|
|
|
|
| |
Partially Obtained from: NetBSD-bugs mailing list
Notes:
svn path=/head/; revision=22050
|
| |
|
|
| |
Notes:
svn path=/head/; revision=22049
|
| |
|
|
|
|
|
|
|
| |
sys/param.h. Change _HAVE_PARAM_H to "HAVE_SYS_PARAM_H" for those who
still like this method -- leading underscores are in the compiler/library
name space and the Ollivier says to follow GNU Autoconf anyway.
Notes:
svn path=/head/; revision=22046
|
| |
|
|
|
|
|
|
| |
not quite as good as I would expect. So I'm introducing mknod to mkfifo,
and vice-versa.
Notes:
svn path=/head/; revision=22045
|
| |
|
|
|
|
|
| |
Submitted-By: pds
Notes:
svn path=/head/; revision=22044
|
| |
|
|
|
|
|
|
| |
could still clobber the static storage, yielding an error message with
a wrong hostname.
Notes:
svn path=/head/; revision=22041
|
| |
|
|
|
|
|
| |
Updated warnings about obsolete options.
Notes:
svn path=/head/; revision=22040
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The limit is now only used by init, so it may as well be "infinite".
Don't use RLIM_INFINITY, since setrlimit() doesn't allow setting
that value. Use maxfiles instead of RLIM_INFINITY for the hard
limit for the same reason.
Similarly for the maxprocesses limits (use the "infinite" value of
maxproc instead if MAXUPRC and RLIM_INFINITY).
NOFILES, MAXUPRC, CHILD_MAX and OPEN_MAX are no longer used in
/usr/src and should go away. Their values are almost guaranteed to
be wrong now that login.conf exists, so anything that uses the values
is broken. Unfortunately, there are probably a lot of ports that
depend on them being defined.
The global limits maxfilesperproc and maxprocperuid should go away
too.
Notes:
svn path=/head/; revision=22039
|
| |
|
|
| |
Notes:
svn path=/head/; revision=22038
|
| |
|
|
|
|
|
|
|
| |
Put obsolete GATEWAY option back in opt_defunct.h. It's the only
significant option that has gone away since 2.1.6, so warning about
it might be useful.
Notes:
svn path=/head/; revision=22037
|
| |
|
|
| |
Notes:
svn path=/head/; revision=22036
|
| |
|
|
|
|
|
|
|
| |
SEM* and SHM*. These are already supported in the options files. I
mostly used the default value plus 1. This ensures that the LINT kernel
depends on the options headers.
Notes:
svn path=/head/; revision=22035
|
| |
|
|
| |
Notes:
svn path=/head/; revision=22034
|
| |
|
|
|
|
|
| |
(bogusly) defined.
Notes:
svn path=/head/; revision=22033
|
| |
|
|
|
|
|
|
| |
mountpoint name for fixit.
Submitted-By: joerg
Notes:
svn path=/head/; revision=22032
|
| |
|
|
| |
Notes:
svn path=/head/; revision=22031
|
| |\
| |
| |
| |
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
Notes:
svn path=/head/; revision=22029
|
| | |
| |
| |
| |
| |
| |
| | |
Obtained from: ftp.sendmail.org:/pub/sendmail
Notes:
svn path=/vendor/sendmail/dist-old/; revision=22028
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
dkminor(). Use $((1 << 29)) instead of a mysterious decimal number for
$scisctl. Use dkminor() instead of repeating part of it for special cases.
Shortened some long lines.
Notes:
svn path=/head/; revision=22027
|