NetBSD/sys/arch/x68k
tsutsui c2e8ce644b Apply the following patch submitted by Evgeniy Ivanov:
http://mail-index.NetBSD.org/tech-kern/2011/12/15/msg012226.html
http://mail-index.NetBSD.org/tech-kern/2011/12/17/msg012229.html

 - add 'ls' op to struct fs_ops to support ls command on each fs,
   enabled by -DLIBSA_ENABLE_LS_OP and SAMISCMAKEFLAGS+="SA_ENABLE_LS_OP=yes"
   in libsa
 - split sys/lib/libsa/ufs_ls.c into UFS specific part and MI part (ls.c)
   that opens the target fs and calls fs-depedent XXX_ls() functions
 - add a ls op for ext2fs
   (all other fs than ufs and ext2fs don't have actual ls ops yet)
 - replace existing MD ufs_ls() calls with this new MI ls()

The original patch was written for i386 and ext2fs.
zaurus zboot has been tested by nonaka@.
ews4800mips and x68k loaders have been tested by me (with several fixes).
landisk might be okay since it was almost copied from i386.

XXX1: "ls" op in fs_ops looks a bit inconsistent, but we will be able to
      replace it with real fs ops like readdir if it's really worth
XXX2: someone might have to check sys/arch/ia64/stand/efi/libefi/efifs_ls.c
2011-12-25 06:09:08 +00:00
..
compile
conf WABPL is no longer considered experimental (has not been for some time) 2011-12-18 05:49:22 +00:00
dev Add powsw(4) for x68k power switch. It substitutes for a part about 2011-11-27 09:00:32 +00:00
include Obsolete pow(4) and rtcalarm(8). Discussed in port-x68k@. 2011-11-19 12:27:42 +00:00
stand Apply the following patch submitted by Evgeniy Ivanov: 2011-12-25 06:09:08 +00:00
usr.bin Obsolete pow(4) and rtcalarm(8). Discussed in port-x68k@. 2011-11-19 12:27:42 +00:00
x68k Merge m68881_save() and m68881_restore() (using most common mvme68k ones). 2011-12-22 15:33:28 +00:00
Makefile x68k pow(4) now uses MI sysmon_pswitch framework. suggested by tsutsui@. 2008-12-20 13:20:58 +00:00