History log of /netbsd-current/distrib/ofppc/ramdisks/common/list.ramdisk
Revision Date Author Comments
# 1.10 19-Jun-2011 tsutsui

Fix indent.


# 1.9 19-Jun-2011 tsutsui

Remove unnecessary gnu/usr.bin path from SRCDIRS.


# 1.8 11-Feb-2010 roy

branches: 1.8.4;
Remove terminfo.db as it's now embedded in libterminfo.


# 1.7 05-Feb-2010 roy

Use the rescue terminfo.db in our images instead of termcap.


# 1.6 20-Sep-2009 abs

34 different termcap subsets, plus a couple of ports still using
the full termcap distfile. In an attempt to reduce the madness
switch everyone (except the i386 cd install which does its own
thing) to the same (under 8K) termcap subset:

ansi ansi/pc-term compatible with color
dumb|unknown 80-column dumb tty
hp300h HP Catseye console
iris-ansi-ap IRIS ANSI in application-keypad mode
iris-ansi|iris-ansi-net IRIS emulating 40 line ANSI terminal (almost VT100)
sun|sun1|sun2|sun-il Sun Microsystems Inc. console with working insert-line
vt100|vt100-am DEC VT100 (w/advanced video)
vt220-8 DEC VT220 8 bit terminal
vt220|vt200|vt300 DEC VT220 in vt100 emulation mode
wsvt25 NetBSD wscons in 25 line DEC VT220 mode
wsvt25m NetBSD wscons in 25 line DEC VT220 mode with Meta
x68k|x68k-ite NetBSD/x68k ITE
xterm|vs100 xterm terminal emulator (X Window System)

Trying to provide similar functionality across all ports? It'll never
catch on...


# 1.5 20-Sep-2009 abs

${NETBSDSRCDIR}/distrib/common/protocols => ${DISTRIBDIR}/common/protocols
${NETBSDSRCDIR}/distrib/common/services => ${DISTRIBDIR}/common/services


# 1.4 29-Apr-2009 tsutsui

Fix indent on common/protocols changes.


# 1.3 25-Jan-2009 abs

branches: 1.3.2;
Use the cutdown distrib/common/services and distrib/common/protocols
rather than the full fat etc versions


# 1.2 23-Jan-2008 garbled

branches: 1.2.2; 1.2.6;
Change bsddisklabel.c to export it's functions rather than declaring them
all static. This makes it possible to write a md_make_bsd_partitions()
function without having to copy all of bsddisklabel.c into md.c.

Make ofppc sysinst install sanely and in a bootable manner on both my
7044, and my pegasos. The only thing the user needs to do is pick the
right kernel set.


# 1.1 02-Jan-2008 mrg

branches: 1.1.2;
- put netbsd.ofppc and ofwboot.ofppc in the root of ofppciso.cd.

- create a mostly working sysinst/ramdisk environment. i was
able to successfully run sysinst, but the screen displays many
"bad format `p'" errors i am yet to track down entirely that
make it somewhat difficult to see.


# 1.1.2.3 22-Mar-2008 matt

sync with HEAD


# 1.1.2.2 08-Jan-2008 matt

sync with HEAD


# 1.1.2.1 02-Jan-2008 matt

file list.ramdisk was added on branch matt-armv6 on 2008-01-09 01:28:09 +0000


# 1.2.6.1 05-Oct-2008 mjf

Sync with HEAD.


# 1.2.2.2 23-Jan-2008 garbled

Change bsddisklabel.c to export it's functions rather than declaring them
all static. This makes it possible to write a md_make_bsd_partitions()
function without having to copy all of bsddisklabel.c into md.c.

Make ofppc sysinst install sanely and in a bootable manner on both my
7044, and my pegasos. The only thing the user needs to do is pick the
right kernel set.


# 1.2.2.1 23-Jan-2008 garbled

file list.ramdisk was added on branch mjf-devfs on 2008-01-23 23:15:38 +0000


# 1.3.2.1 13-May-2009 jym

Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html


# 1.8.4.1 23-Jun-2011 cherry

Catchup with rmind-uvmplock merge.