| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
dcons(4): very simple console and gdb port driver
dcons_crom(4): FireWire attachment
dconschat(8): User interface to dcons
Tested with: i386, i386-PAE, and sparc64.
|
|
|
|
|
|
|
|
|
|
| |
All functionality from the previous system has been preserved, and
users should still customize their system boot with the familiar
methods, rc.conf, rc.conf.local, rc.firewall, sysctl.conf, etc.
Users who have customized versions of scripts that have been removed
should take great care when upgrading, since the compatibility code
that used those old scripts has also been removed.
|
|
|
|
| |
Approved by: re@ (scottl)
|
| |
|
|
|
|
|
|
|
| |
interoperability with other systems like Solaris or GNU/Linux.
PR: 33810
Approved by: obrien
|
|
|
|
|
| |
PR: i386/29639
Submitted by: David Yeske <dyeske@yahoo.com>
|
|
|
|
|
| |
syscons sh code was identical on both platforms except for whitespace
differences.
|
|
|
|
|
|
|
|
| |
as the previous line already tells us we are in rc.${MACHINE_ARCH}. This
also allows more syscons configuration messages during startup to fit on
one line.
Reviewed by: dougb
|
|
|
|
|
|
|
|
|
|
| |
* Put quotes around each line
* Single quotes for lines with no variable interpolation
* Double quotes if there is
* Capitalize each word that begins a line
* Make echo -n 'Doing foo:' ... echo '.' more of a standard
No functionality changes
|
|
|
|
| |
The size is 3 x 1.44MB.
|
|
|
|
| |
case got lost.
|
|
|
|
|
|
|
|
|
|
| |
kernel modules for ibcs2_enable and svr4_enable.
Don't rely on a shell script to do the neglibly less simple
job of loading a kernel module and running one command for
linux_enable.
These shell scripts are going away.
|
|
|
|
|
|
| |
location.
Sponsored by: LinuxWorld frustration
|
|
|
|
| |
revisited when the new /dev/random is done.
|
|
|
|
|
|
| |
happen with a keyboard and monitor the console change was not as needed
in the i386 case as the Alpha case. IMO >50% of Alpha installs are using
a serial console, the change matching rev 1.7 should not be backed out.
|
|
|
|
|
| |
the console reguardless of the type of console.
* Make the Alpha version match the i386 version.
|
|
|
|
|
|
| |
anable -> enable
Spotted by: Alexander Leidinger <Alexander@leidinger.net>
|
|
|
|
| |
Submitted by: Blaz Zupan <blaz@amis.net>
|
|
|
|
|
| |
Necessary change to due removal of apmconf which got moved into apm
by green.
|
|
|
|
|
|
|
|
|
| |
more comprehensive. Previously, at least colour changes were not
applied to all virtual consoles.
PR: 15066
Reported by: Andy Farkas <andyf@speednet.com.au>
Submitted by: yokota
|
|
|
|
|
| |
of significance were due to the Alpha version going stale. We use common
device numbering for devices. Hopefully, this file's days are numbered.
|
|
|
|
| |
to usb255 and will be used for the event queue of the usb daemon.
|
| |
|
|
|
|
|
| |
PR: docs/14401
Submitted by: Crist J. Clark <cjc@cc942873-a.ewndsr1.nj.home.com>
|
|
|
|
| |
Noticed by: bde
|
|
|
|
| |
Spotted by: Mark Knight <mkn@FreeBSD.org.uk>
|
|
|
|
|
|
|
| |
the da driver and using the same major/minor scheme with the old name
only leads to confusion.
PR: misc/14279
|
| |
|
|
|
|
| |
and Myles drivers respectively.
|
|
|
|
| |
sort some comments
|
| |
|
| |
|
|
|
|
| |
Fixed bitrot in the `wcd*)' case.
|
|
|
|
|
|
|
|
|
| |
case instead of test where appropriate, since case allows case is a sh
builtin and (as a side-effect) allows case-insensitivity.
Changes discussed on freebsd-hackers.
Submitted by: Doug Barton <Doug@gorean.org>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* All variables are now embraced: ${foo}
* All comparisons against some value now take the form:
[ "${foo}" ? "value" ]
where ? is a comparison operator
* All empty string tests now take the form:
[ -z "${foo}" ]
* All non-empty string tests now take the form:
[ -n "${foo}" ]
Submitted by: jkh
|
| |
|
| |
|
|
|
|
|
|
|
| |
from the user name when using chown(8).
PR: 13157
Reported by: Patrick Powell <papowell@astart.com>
|
|
|
|
|
|
| |
Make it clear that apmd depends on apmconf -e.
Reviewed by: obrien, my friend :-)
|
|
|
|
|
| |
Pointed out by: obrien
Forgotten by: iwasaki
|
|
|
|
| |
Update some files for apmd.
|
| |
|
|
|
|
| |
Reported by: bde
|
|
|
|
|
| |
PR: 12568
Submitted by: Craig Leres <leres@ee.lbl.gov>
|
|
|
|
| |
disk devices are so-called.
|
| |
|
|
|
|
|
|
| |
by /etc/ttys.
Forgotten by: des
|
| |
|