| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
main:
If the wrong version is started, execve the correct version.
|
|
|
|
|
|
| |
vinum_lsi:
Print rough size of plex in parentheses.
Print drive info with -v option (previously required -V).
|
|
|
|
| |
vinum_resetstats: count objects correctly.
|
|
|
|
| |
a specific one (X11/X.h).
|
| |
|
| |
|
|
|
|
| |
one of Doug's machines apparently.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
the atkbd device to isa, as was in the old (and 3.x) GENERIC config.
|
| |
|
|
|
|
| |
commit.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
i386 platform boots, it is no longer ISA-centric, and is fully dynamic.
Most old drivers compile and run without modification via 'compatability
shims' to enable a smoother transition. eisa, isapnp and pccard* are
not yet using the new resource manager. Once fully converted, all drivers
will be loadable, including PCI and ISA.
(Some other changes appear to have snuck in, including a port of Soren's
ATA driver to the Alpha. Soren, back this out if you need to.)
This is a checkpoint of work-in-progress, but is quite functional.
The bulk of the work was done over the last few years by Doug Rabson and
Garrett Wollman.
Approved by: core
|
|
|
|
|
|
| |
compile just to work. We have the room now, so what the heck.
Reqested by: Thomas Roell <roell@xig.com>
|
|
|
|
| |
and attach, nothing else. This is confusing to people.
|
|
|
|
| |
processes were being charged for time when the system was idle.
|
|
|
|
|
| |
egcs manupilates stack pointer with 'subq/addq' rather than 'lha'.
- Surpress warnings
|
|
|
|
| |
things while I'm here.
|
|
|
|
| |
<svetzal@icom.ca>).
|
|
|
|
| |
Submitted by: Larry Lile <lile@stdio.com>
|
|
|
|
|
| |
root device name. The parser for the name is still too simple (it
forces slice = none, partition = 'a').
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
only worked for configurations with "swap on generic".
usr.sbin/config/config.y:
- ignore all "swap [on] device ...' specifications except for
warning about them. They haven't done anything related to swap
for almost 4 years, and were previously silently ignored,
except for "swap on generic" which stopped swap${KERNEL}.c
from being generated. Code to support swapping is now deader
than before.
usr.sbin/config/mkswapconf.c:
- don't generate a dummy setconf() function in swap${KERNEL}.c.
sys/i386/conf/files.i386:
- swapgeneric.c is now standard. It should be merged into autoconf.c
so that it doesn't conflict with swap${KERNEL}.c for kernels named
"generic".
sys/i386/i386/autoconf.c:
- don't call setroot() for mfs roots. Since setroot() doesn't do anything
harmful, this was just a waste of time, except possibly for booting with
-a it may have helped prevent an undesireable call to setconf() by
finding a bogus rootdev.
- honor -a for ffs roots. -a now overrides all other ways of specifying
the root device. Previously, -r had precedence over -a, and the -a
handling was usually a no-op.
- don't honor -a for non-ffs roots, since it would currently just get in
the way of a clean panic.
sys/i386/i386/swapgeneric.c:
- don't declare things that are now always declared in swap${KERNEL}.c.
Don't decide things that are now decided in autoconf.c. Code to
support the "generic" case is now dead instead of useless.
|
| |
|
| |
|
|
|
|
|
| |
Suggested by: Sheldon Hearn <sheldonh@iafrica.com>
Approved by: Peter Wemm <peter@netplex.com.au>
|
|
|
|
| |
missed bring in his changes into my work.
|
|
|
|
|
|
| |
sync with bsd.port.mk rev 1.309.
Submitted by: make world
|
|
|
|
|
|
| |
Compiling -g sometimes doesn't work (from Bruce)
libgcc_r won't build (Jos Backus)
Also mention that make -j n world is working again
|
|
|
|
|
|
|
|
|
|
|
|
| |
3c900B-TPC (twisted pair and coax). Treated similarly to the
3c900B-COMBO, except no AUI port.
- Fix media selection so that it's possible to select the AUI and BNC
ports on the 3c905B-COMBO. This board is now fully supported.
- Change TX queueing strategy to hopefully be more efficient by avoiding
register accesses in xl_start(). Should provide small performance
improvement and a little better reliability.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
transceiver. Note in the manual page that autoselection doesn't
work on the 82c168 because the built-in NWAY support is horribly
broken. Manual mode selection works fine, but autoneg is broken for
everything except maybe 10Mbps half-duplex. There's no simple way
to fix this at the moment, so I have to settle for documenting the
bug for now. Fortunately, there aren't anywhere near as many 82c168
boards around as there are 82c169s.
|
|
|
|
| |
PCATCH to slpflag.
|
|
|
|
|
|
| |
PR: docs/8682
Submitted by: hnokubi@yyy.or.jp
Reviewed by: nik
|
|
|
|
|
|
|
|
|
| |
by default, file(1) does not follow symlinks, the -L flag must be
specified.
PR: docs/8602
Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp>
Reviewed by: nik
|
| |
|
|
|
|
|
| |
it here since a -g LINT kernel is 100% useless as it won't run and hence
doesn't need debug capabilities (and would just waste disk space :-).
|
| |
|
| |
|
|
|
|
| |
Sorted lists.
|
|
|
|
|
|
|
|
|
|
| |
in the RB_ASKNAME case. I had thought that I made this change in
rev.1.18, but rev.1.18 only affects obscure subcases of the
RB_DFLTROOT case (subcases where the compiled in default root is
not found in bdevsw[] -- then the root device is set to the first
device in the half-baked table that is also in bdevsw[]).
Removed yet more vestiges of config-time swap configuration.
|
|
|
|
| |
Old version reviewed by: se
|
| |
|
|
|
|
| |
in yp_next_record().
|
|
|
|
| |
Submitted by: Luoqi Chen <luoqi@chen.ml.org>
|
|
|
|
| |
Submitted by: Luoqi Chen <luoqi@chen.ml.org> (reorganized by me)
|
|
|
|
| |
kernel.debug.
|
|
|
|
|
|
|
|
|
|
|
|
| |
All it did was match a specific device ID and turn on a quirk for
the wdc driver.
Incidently, at line 1462 there is a return that prevents the generic
ide_pci code from trying to look at the device. I'd be interested
to know if we can take out the return and let the generic code "see" it.
I've left the return in because that's the way it worked before.
(Be sure to rerun config after cvsup or you'll get undefined files!)
|