| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
This allows obtaining crash dumps from the panics occured during late stages
of kernel initialisation before system enters into single-user mode.
MFC after: 2 weeks
|
|
|
|
| |
Submitted by: Eric Liedtke <eliedtke@apogeetelecom.com>
|
| |
|
|
|
|
|
|
|
| |
revision 1.125
date: 2000/09/23 21:00:10; author: augustss; state: Exp; lines: +19 -3
Avoid "bandwidth reclamation" for control transfers. The kue device chokes
on it.
|
|
|
|
|
|
|
|
|
|
| |
uhci.c: -r1.124
uhcireg.h: -r1.13
date: 2000/08/13 18:20:14; author: augustss; state: Exp;
Fix race condition when unlinking xfers. Thanks to IWAMOTO Toshihiro
<iwamoto@sat.t.u-tokyo.ac.jp> for analyzing the problem and suggesting a fix.
Fixes PR 10662.
|
|
|
|
|
|
|
|
|
|
| |
5.0-CURRENT-20020121-JPSNAP was failed to build since kern.flp has no
space. There is already a hack to kgzip loader, and it makes:
-r-xr-xr-x 1 root wheel 163840 Jan 21 07:40 loader*
-r-xr-xr-x 1 root wheel 90121 Jan 21 08:06 loader.kgz*
73719 bytes of free spaces to us.
|
|
|
|
| |
fix indentation of FILE_LOCK/UNLOCK macros while I'm here.
|
|
|
|
|
|
|
| |
replace mutex_lock calls on uidinfo with macro calls:
mtx_lock(&uidp->ui_mtx) -> UIDINFO_LOCK(uidp)
Terry Lambert <tlambert2@mindspring.com> helped with this.
|
|
|
|
|
|
| |
Add getpwnam return check
Approved by: des, markm
|
|
|
|
|
|
|
|
|
|
|
|
| |
uhci.c: -r1.123 (and a tiny bit of -r1.92)
uhcivar.h: -r1.32
date: 2000/08/13 16:18:09; author: augustss; state: Exp;
Implement what in Intel-speech is known as "bandwidth
reclamation". It means that we continously poll USB devices
that have a pending transfer instead of polling just once
every ms. This speeds up some transfers at the expense of
using more PCI bandwidth.
|
|
|
|
|
|
|
| |
chunk.
PR: bin/33608
MFC after: 2 weeks
|
|
|
|
|
| |
PR: misc/34043
MFC after: 2 weeks
|
|
|
|
|
| |
the per-thread jobtorun queue.
o Use TAILQ_EMPTY() instead of TAILQ_FIRST(...) == NULL.
|
|
|
|
| |
OK'ed by: des
|
|
|
|
|
|
|
|
| |
the skeleton directory are chown'd to the new user.
PR: bin/10601
Submitted by: Adrian Filipi-Martin <adrian2ubergeeks.com@gosub.cstone.net>
MFC after: 1 month
|
| |
|
|
|
|
|
|
|
| |
the driver cannot do U160.
Submitted by: ladisalv.kostal@fem.uniag.sk
MFC after: 1 day
|
|
|
|
|
|
|
|
|
| |
Any of readfds, writefds, and exceptfds may be given as nil
pointers if no descriptors are of interest.
neither wfds nor efds were of interest so now they are nil.
also, do a little better then making an educated guess for nfds.
|
|
|
|
|
|
|
|
| |
uchireg.h: -r1.12
uchi.c: -r1.121
date: 2000/07/23 19:43:38; author: augustss; state: Exp;
Be a little more explicit and careful about setting links in TDs and QHs.
|
| |
|
|
|
|
|
|
|
|
| |
prior ICP Vortex models. This driver was developed by Achim Leubner
of Intel (previously with ICP Vortex) and Boji Kannanthanam of Intel.
Submitted by: "Kannanthanam, Boji T" <boji.t.kannanthanam@intel.com>
MFC after: 2 weeks
|
|
|
|
|
|
|
| |
Integrated RAID driver, supported by <boji.t.kannanthanam@intel.com> and
<achim.leubner@intel.com>.
Submitted by: "Kannanthanam, Boji T" <boji.t.kannanthanam@intel.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This typo keeps us from properly routing an interrupt for CardBus
bridges on this machine. So, now we look for $PIR and then _PIR to
cope. With these changes, the Libretto L1 now works properly.
Evidentally, the idea comes from patch that the Japanese version of
RedHat (or against a Japanese version of Red Hat), but my Japanese
isn't good enough to to know for sure.
Reported by: Hiroyuki Aizu-san <eyes@navi.org>
# This may be an MFC candidate, but I'm not yet sure.
|
|
|
|
|
|
| |
PR: bin/19422
Not objected to by: -audit
MFC after: 3 weeks
|
|
|
|
|
|
|
|
|
| |
sleeping on a process object but changed the corresponding
wakeup()s to the thread object. The result was that non-raw
aio ops waited for an aio daemon to timeout before action
was taken. Now, we sleep on the thread object.
PR: kern/34016
|
|
|
|
|
|
| |
but it is pretty close.
Not objected to by: -standards
|
|
|
|
|
|
|
|
| |
time_to_xxx() and xxx_to_time() functions. e.g. _time_to_xxx()
instead of time_to_xxx(), to make it more obvious that these are
stopgap functions & placemarkers and not meant to create a defacto
standard. They will eventually be replaced when a real standard
comes out of committee.
|
|
|
|
| |
twentyfour hours ago, except for RCS ids.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
/etc/pam.d/.
|
|
|
|
| |
keyword, where possible.
|
| |
|
|
|
|
|
| |
of producing fake prompts with random numbers which can be detected by
potential intruder in two tries and totally confuse non-OPIE users.
|
|
|
|
| |
old expired password assumed there
|
| |
|
| |
|
|
|
|
|
| |
"[default=ignore success=done cred_err=die]"
options instead of "required"
|
|
|
|
| |
indicate die case, different from PAM_SUCCESS and PAM_AUTH_ERR
|
|
|
|
|
|
|
| |
changed firmware and the new cards don't work without this.
Submitted by: ume
MFC after: 3 days
|
|
|
|
| |
chained with pam_opie
|
|
|
|
|
|
| |
Replace snprintf %s with strlcpy
Check for NULL returned from getpwnam()
|
|
|
|
| |
equals to zero.
|
| |
|
| |
|
|
|
|
|
|
| |
panic in case where a session has no session leader.
Inspired by: Solaris 8
|