| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/head/; revision=161595
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=121468
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=114492
|
| |
|
|
| |
Notes:
svn path=/head/; revision=112984
|
| |
|
|
|
|
|
|
|
|
| |
interoperability with other systems like Solaris or GNU/Linux.
PR: 33810
Approved by: obrien
Notes:
svn path=/head/; revision=94929
|
| |
|
|
| |
Notes:
svn path=/head/; revision=87646
|
| |
|
|
|
|
|
|
| |
PR: i386/29639
Submitted by: David Yeske <dyeske@yahoo.com>
Notes:
svn path=/head/; revision=82703
|
| |
|
|
| |
Notes:
svn path=/head/; revision=75352
|
| |
|
|
|
|
|
|
|
|
| |
always be a getty on the console reguardless of the type of console.
Instead always run a getty on ttyd0.
Reviewed by: gallatin
Notes:
svn path=/head/; revision=74665
|
| |
|
|
|
|
|
|
| |
syscons sh code was identical on both platforms except for whitespace
differences.
Notes:
svn path=/head/; revision=70856
|
| |
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=70737
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
Notes:
svn path=/head/; revision=70108
|
| |
|
|
|
|
|
| |
src/sys/modules/osf1/Makefile, so don't use it here!
Notes:
svn path=/head/; revision=69382
|
| |
|
|
|
|
|
|
|
|
| |
Document osf1_enable
Submitted by: Eric D. Futch <efutch@nyct.net>
PR: 21649
Notes:
svn path=/head/; revision=66634
|
| |
|
|
|
|
|
|
| |
the console reguardless of the type of console.
* Make the Alpha version match the i386 version.
Notes:
svn path=/head/; revision=56776
|
| |
|
|
| |
Notes:
svn path=/head/; revision=54642
|
| |
|
|
|
|
|
|
| |
of significance were due to the Alpha version going stale. We use common
device numbering for devices. Hopefully, this file's days are numbered.
Notes:
svn path=/head/; revision=53327
|
| |
|
|
|
|
|
| |
to usb255 and will be used for the event queue of the usb daemon.
Notes:
svn path=/head/; revision=53316
|
| |
|
|
|
|
|
| |
Noticed by: bde
Notes:
svn path=/head/; revision=52645
|
| |
|
|
|
|
|
| |
Spotted by: Mark Knight <mkn@FreeBSD.org.uk>
Notes:
svn path=/head/; revision=52259
|
| |
|
|
|
|
|
|
|
|
| |
the da driver and using the same major/minor scheme with the old name
only leads to confusion.
PR: misc/14279
Notes:
svn path=/head/; revision=52162
|
| |
|
|
| |
Notes:
svn path=/head/; revision=52091
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=51231
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50472
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
Notes:
svn path=/head/; revision=50357
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50177
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50122
|
| |
|
|
|
|
|
|
|
|
| |
from the user name when using chown(8).
PR: 13157
Reported by: Patrick Powell <papowell@astart.com>
Notes:
svn path=/head/; revision=49894
|
| |
|
|
|
|
|
| |
Reported by: bde
Notes:
svn path=/head/; revision=48705
|
| |
|
|
|
|
|
|
| |
PR: 12568
Submitted by: Craig Leres <leres@ee.lbl.gov>
Notes:
svn path=/head/; revision=48700
|
| |
|
|
| |
Notes:
svn path=/head/; revision=47996
|
| |
|
|
|
|
|
| |
on the Alpha anyway)
Notes:
svn path=/head/; revision=46029
|
| |
|
|
| |
Notes:
svn path=/head/; revision=46028
|
| |
|
|
|
|
|
|
| |
Submitted by: wes
Added commentary to ttys to clarify the meaning of the columns.
Notes:
svn path=/head/; revision=43817
|
| |
|
|
| |
Notes:
svn path=/head/; revision=43690
|
| |
|
|
| |
Notes:
svn path=/head/; revision=43619
|
| |
|
|
|
|
|
| |
the i386 disktab.
Notes:
svn path=/head/; revision=40002
|
| |
|
|
| |
Notes:
svn path=/head/; revision=39349
|
| |
|
|
| |
Notes:
svn path=/head/; revision=38738
|
| |
|
|
| |
Notes:
svn path=/head/; revision=38674
|
| |
|
|
|
|
|
|
|
| |
almost certainly have to change as the FreeBSD/Alpha kernel comes
along, but for the transitionary period this is the most correct.
Obtained from: NetBSD
Notes:
svn path=/head/; revision=36240
|
| |
|
|
|
|
|
|
| |
from blowing up. The disktab file isn't necessarily invalid either
for a PCI Alpha.
Notes:
svn path=/head/; revision=36239
|
|
|
Notes:
svn path=/head/; revision=36107
|