| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| |
| |
| |
| | |
escaped lines etc. (used by mailwrapper)
|
| |
| |
| |
| |
| |
| |
| | |
geometry.
- Use i386/libi386/bootinfo.c instead of pc98/libpc98/bootinfo.c.
Submitted by: IMAI Takeshi <take-i@ceres.dti.ne.jp>
|
|\ \
| |/
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| |
| |
| |
| |
| |
| | |
chosen mailer.
Obtained from: NetBSD
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
vendor branch. This isn't visible anywhere unless the changes are
merged into the 3.0 mainline or the 2.2 branch.
There are a number of important bugfixes here, but I'm waiting on a
go/no-go from Jordan as to whether or not to risk it before 3.0.
|
| |
| |
| |
| | |
Spotted by: charnier
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
MAKEDEV can now run (with /sbin/chown and /bin/chgrp, still) without
any /usr. The default PATH for MAKEDEV is now "/sbin:/bin" to prevent
against further spammage of /usr programs in MAKEDEV. In the event
of an emergency, the variable "MAKEDEVPATH" can be used to replace
PATH, but I don't know what that emergency could be.
Let me know if you have any problems. I've tested it as well as
I could, which basically means everything except for RocketPorts.
Reviewed in principle by: peter
|
| |
| |
| |
| | |
Submitted by: bde on -current
|
| |
| |
| |
| |
| |
| | |
o Attach children in a better way than before.
o Remove some dead code
o collapse the socket attach routines into pcic_attach
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
The wd(4) family had to be disabled; wd(4) and ata(4) are mutually
exclusive, even at link level.
|
| |
| |
| |
| |
| |
| |
| | |
calls, vnops, vfsops, both in /kern, and to individual file systems that
require a vfsop_ array entry.
Reviewed by: eivind
|
| |
| |
| |
| |
| |
| |
| | |
The second pass commit with all the supporting code will happen shortly
afterwards.
Reviewed by: eivind
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
with guidance from EE. This is as far as I'm going without using
inline functions.
Reviewed by: eivind
|
| |
| |
| |
| | |
XXX: This code is sick, and so are some of the "fixes".
|
| |
| |
| |
| | |
Noticed by: eivind
|
| |
| |
| |
| |
| | |
to say anything about the lockstate before and after it. Thus, change the
lockspec from U L U to ? ? ?.
|
| |
| |
| |
| | |
presently in the tree.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
parent being locked, but rather plays some hide and seek (does not lock if
dvp == vp).
Also add a BUGS section noting that this is undesired behaviour.
|
| |
| |
| |
| |
| |
| | |
on non ATA[234] compliant disks.
Move all PCI dependent stuff under #ifdef NPCI > 0
|
| |
| |
| |
| |
| |
| |
| | |
m_mballoc_wakeup() (inline) -> MMBWAKEUP() (macro)
m_clalloc_wakeup() (inline) -> MCLWAKEUP() (macro)
Noticed by: peter
|
| |
| |
| |
| | |
GENERIC-broken-by: imp
|
| |
| |
| |
| |
| |
| | |
to generate hash index.
Reviewed by: Andrew Gallatin <gallatin@cs.duke.edu>
|
| |
| |
| |
| |
| | |
the manpage for namei(). This capability is not yet used attempted used
anywhere in the source tree.
|
| |
| |
| |
| | |
bug any more.
|
| |
| |
| |
| |
| |
| |
| |
| | |
happened as it was working around problems elsewhere (ie: binutils/ld
not doing the right thing according to the ELF design). libcrypt has
been adjusted to not need the runtime -lmd. It's still not quite right
(ld is supposed to work damnit) but at least it doesn't impact all the
users of libcrypt in Marcel's cross-build model.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
moving #ifdefs to the non-historically-correct place, indentation bugs),
and I've also completely restyle(9)d mbuf.h. There shouldn't be any
KNF issues with it anymore, nor should there be any internal
discrepencies.
(Oh, I also fixed a small bug, but it was benign. The spl was not
released in MCLALLOC if M_NOWAIT and there were no free mclusters.)
Not objected to by: bde
|
| |
| |
| |
| | |
Submitted by: Bryan Liesner <bleez@netaxs.com>
|
| |
| |
| |
| |
| |
| |
| | |
This avoids the ugly #if ARCH/#else/#endif construct.
Prompted to by: bde
Could have thought of this himself: marcel
|
| | |
|
| | |
|
| |
| |
| |
| | |
Merge PCCARD into NEWCARD
|
| |
| |
| |
| | |
Forgotten by: phk
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
3.3R and then to -current. The pccard support has been left in the
driver, but is presently non-functional because we are using the
isa_compat layer for the moment.
Obtained From: PAO
Sponsored by: Timing Solutions
|
| | |
|
| |
| |
| |
| | |
Obtained from: OpenBSD
|