| History log of /src/sys/arch/landisk/stand |
| Revision | Date | Author | Comments |
| 1.1 | 01-Sep-2006 |
uwe | branches: 1.1.2; 1.1.6; 1.1.12; Initial import of NetBSD/landisk port by NONAKA Kimihiro <nonaka@NetBSD.org>
|
| 1.1.12.2 | 30-Dec-2006 |
yamt | sync with head.
|
| 1.1.12.1 | 01-Sep-2006 |
yamt | file Makefile was added on branch yamt-lazymbuf on 2006-12-30 20:46:24 +0000
|
| 1.1.6.2 | 09-Sep-2006 |
rpaulo | sync with head
|
| 1.1.6.1 | 01-Sep-2006 |
rpaulo | file Makefile was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:40:57 +0000
|
| 1.1.2.2 | 03-Sep-2006 |
yamt | sync with head.
|
| 1.1.2.1 | 01-Sep-2006 |
yamt | file Makefile was added on branch yamt-pdpolicy on 2006-09-03 15:23:19 +0000
|
| 1.6 | 12-Jan-2014 |
tsutsui | Add empty LIBCRTI= as LIBCRT0 to build sa programs without installed DESTDIR.
XXX: probabry we should have bsd.saprog.mk or something.
|
| 1.5 | 21-Aug-2013 |
matt | Use <bsd.klinks.mk> Add missing ${_MKTARGET_LINK}
|
| 1.4 | 27-May-2010 |
dholland | branches: 1.4.8; 1.4.18; 1.4.22; Introduce .WAIT into the cleandir rule for blasting the libsa/libkern/etc. trees, because it can race with the libsa/libkern/etc. makefiles' own cleandir rules. I think I've found all of the uses of the offending idiom... Closes PR 43360.
|
| 1.3 | 03-May-2009 |
tsutsui | branches: 1.3.2; 1.3.4; Fix race on parallel build by using the same way with i386.
XXX: we can't use <bsd.klinks.mk> if Makefile needs own .BEGIN: target.
|
| 1.2 | 13-Apr-2009 |
nonaka | Use <bsd.klinks.mk> to create ${MACHINE} and ${MACHINE_ARCH} symlinks.
|
| 1.1 | 01-Sep-2006 |
uwe | branches: 1.1.2; 1.1.6; 1.1.12; 1.1.66; 1.1.74; 1.1.80; Initial import of NetBSD/landisk port by NONAKA Kimihiro <nonaka@NetBSD.org>
|
| 1.1.80.1 | 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
| 1.1.74.1 | 28-Apr-2009 |
skrll | Sync with HEAD.
|
| 1.1.66.2 | 11-Aug-2010 |
yamt | sync with head.
|
| 1.1.66.1 | 04-May-2009 |
yamt | sync with head.
|
| 1.1.12.2 | 30-Dec-2006 |
yamt | sync with head.
|
| 1.1.12.1 | 01-Sep-2006 |
yamt | file Makefile.bootprogs was added on branch yamt-lazymbuf on 2006-12-30 20:46:24 +0000
|
| 1.1.6.2 | 09-Sep-2006 |
rpaulo | sync with head
|
| 1.1.6.1 | 01-Sep-2006 |
rpaulo | file Makefile.bootprogs was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:40:57 +0000
|
| 1.1.2.2 | 03-Sep-2006 |
yamt | sync with head.
|
| 1.1.2.1 | 01-Sep-2006 |
yamt | file Makefile.bootprogs was added on branch yamt-pdpolicy on 2006-09-03 15:23:19 +0000
|
| 1.3.4.1 | 30-May-2010 |
rmind | sync with head
|
| 1.3.2.1 | 17-Aug-2010 |
uebayasi | Sync with HEAD.
|
| 1.4.22.2 | 18-May-2014 |
rmind | sync with head
|
| 1.4.22.1 | 28-Aug-2013 |
rmind | sync with head
|
| 1.4.18.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.4.8.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
| 1.2 | 28-Aug-2016 |
christos | Sprinkle NOPIE
|
| 1.1 | 01-Sep-2006 |
uwe | branches: 1.1.2; 1.1.6; 1.1.12; 1.1.110; 1.1.130; Initial import of NetBSD/landisk port by NONAKA Kimihiro <nonaka@NetBSD.org>
|
| 1.1.130.1 | 05-Oct-2016 |
skrll | Sync with HEAD
|
| 1.1.110.1 | 03-Dec-2017 |
jdolecek | update from HEAD
|
| 1.1.12.2 | 30-Dec-2006 |
yamt | sync with head.
|
| 1.1.12.1 | 01-Sep-2006 |
yamt | file Makefile.inc was added on branch yamt-lazymbuf on 2006-12-30 20:46:24 +0000
|
| 1.1.6.2 | 09-Sep-2006 |
rpaulo | sync with head
|
| 1.1.6.1 | 01-Sep-2006 |
rpaulo | file Makefile.inc was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:40:57 +0000
|
| 1.1.2.2 | 03-Sep-2006 |
yamt | sync with head.
|
| 1.1.2.1 | 01-Sep-2006 |
yamt | file Makefile.inc was added on branch yamt-pdpolicy on 2006-09-03 15:23:19 +0000
|
| 1.3 | 27-May-2010 |
dholland | Introduce .WAIT into the cleandir rule for blasting the libsa/libkern/etc. trees, because it can race with the libsa/libkern/etc. makefiles' own cleandir rules. I think I've found all of the uses of the offending idiom... Closes PR 43360.
|
| 1.2 | 14-Nov-2006 |
drochner | branches: 1.2.4; 1.2.58; 1.2.78; 1.2.80; as on i386, don't use ":=" assignments with .OBJDIR
|
| 1.1 | 01-Sep-2006 |
uwe | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8; Initial import of NetBSD/landisk port by NONAKA Kimihiro <nonaka@NetBSD.org>
|
| 1.1.8.1 | 10-Dec-2006 |
yamt | sync with head.
|
| 1.1.6.2 | 09-Sep-2006 |
rpaulo | sync with head
|
| 1.1.6.1 | 01-Sep-2006 |
rpaulo | file Makefile was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:40:57 +0000
|
| 1.1.4.1 | 18-Nov-2006 |
ad | Sync with head.
|
| 1.1.2.2 | 03-Sep-2006 |
yamt | sync with head.
|
| 1.1.2.1 | 01-Sep-2006 |
yamt | file Makefile was added on branch yamt-pdpolicy on 2006-09-03 15:23:19 +0000
|
| 1.2.80.1 | 30-May-2010 |
rmind | sync with head
|
| 1.2.78.1 | 17-Aug-2010 |
uebayasi | Sync with HEAD.
|
| 1.2.58.1 | 11-Aug-2010 |
yamt | sync with head.
|
| 1.2.4.2 | 30-Dec-2006 |
yamt | sync with head.
|
| 1.2.4.1 | 14-Nov-2006 |
yamt | file Makefile was added on branch yamt-lazymbuf on 2006-12-30 20:46:24 +0000
|
| 1.7 | 08-Apr-2017 |
christos | centralize vers.c building for standalone programs.
|
| 1.6 | 21-Aug-2013 |
matt | branches: 1.6.6; 1.6.10; 1.6.14; Use <bsd.klinks.mk> Add missing ${_MKTARGET_LINK}
|
| 1.5 | 25-Dec-2011 |
tsutsui | branches: 1.5.6; 1.5.10; 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
|
| 1.4 | 22-Jan-2011 |
joerg | branches: 1.4.4; 1.4.8; Drop bootprog_maker (formerly enabled by -M) and bootprog_date (formerly disabled by -D) from the output of newvers_stand.sh. Change -D to the inverted logic, so that it adds the date to bootprog_rev in ().
Change all platforms accordingly. -D is added if MKREPRO is not yes and wasn't present before. Platforms that didn't use -D don't depend on MKREPRO now either.
|
| 1.3 | 22-Apr-2009 |
tsutsui | branches: 1.3.4; 1.3.6; 1.3.8; Add ustarfs boot support. This will be useful for disk size independent bootstrap installation image.
|
| 1.2 | 21-Apr-2009 |
tsutsui | Add UFS2 boot support. Tested on lantank.
|
| 1.1 | 01-Sep-2006 |
uwe | branches: 1.1.2; 1.1.6; 1.1.12; 1.1.66; 1.1.74; 1.1.80; Initial import of NetBSD/landisk port by NONAKA Kimihiro <nonaka@NetBSD.org>
|
| 1.1.80.1 | 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
| 1.1.74.1 | 28-Apr-2009 |
skrll | Sync with HEAD.
|
| 1.1.66.1 | 04-May-2009 |
yamt | sync with head.
|
| 1.1.12.2 | 30-Dec-2006 |
yamt | sync with head.
|
| 1.1.12.1 | 01-Sep-2006 |
yamt | file Makefile.boot was added on branch yamt-lazymbuf on 2006-12-30 20:46:24 +0000
|
| 1.1.6.2 | 09-Sep-2006 |
rpaulo | sync with head
|
| 1.1.6.1 | 01-Sep-2006 |
rpaulo | file Makefile.boot was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:40:57 +0000
|
| 1.1.2.2 | 03-Sep-2006 |
yamt | sync with head.
|
| 1.1.2.1 | 01-Sep-2006 |
yamt | file Makefile.boot was added on branch yamt-pdpolicy on 2006-09-03 15:23:19 +0000
|
| 1.3.8.1 | 08-Feb-2011 |
bouyer | Sync with HEAD
|
| 1.3.6.1 | 06-Jun-2011 |
jruoho | Sync with HEAD.
|
| 1.3.4.1 | 05-Mar-2011 |
rmind | sync with head
|
| 1.4.8.1 | 18-Feb-2012 |
mrg | merge to -current.
|
| 1.4.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
| 1.4.4.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.5.10.1 | 28-Aug-2013 |
rmind | sync with head
|
| 1.5.6.2 | 03-Dec-2017 |
jdolecek | update from HEAD
|
| 1.5.6.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.6.14.1 | 21-Apr-2017 |
bouyer | Sync with HEAD
|
| 1.6.10.1 | 26-Apr-2017 |
pgoyette | Sync with HEAD
|
| 1.6.6.1 | 28-Aug-2017 |
skrll | Sync with HEAD
|
| 1.1 | 01-Sep-2006 |
uwe | branches: 1.1.2; 1.1.6; 1.1.12; Initial import of NetBSD/landisk port by NONAKA Kimihiro <nonaka@NetBSD.org>
|
| 1.1.12.2 | 30-Dec-2006 |
yamt | sync with head.
|
| 1.1.12.1 | 01-Sep-2006 |
yamt | file bios.S was added on branch yamt-lazymbuf on 2006-12-30 20:46:24 +0000
|
| 1.1.6.2 | 09-Sep-2006 |
rpaulo | sync with head
|
| 1.1.6.1 | 01-Sep-2006 |
rpaulo | file bios.S was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:40:57 +0000
|
| 1.1.2.2 | 03-Sep-2006 |
yamt | sync with head.
|
| 1.1.2.1 | 01-Sep-2006 |
yamt | file bios.S was added on branch yamt-pdpolicy on 2006-09-03 15:23:19 +0000
|
| 1.4 | 17-May-2021 |
mrg | include libkern.h to get moved dkcksum() definition.
|
| 1.3 | 17-Jul-2011 |
joerg | branches: 1.3.70; 1.3.72; Retire varargs.h support. Move machine/stdarg.h logic into MI sys/stdarg.h and expect compiler to provide proper builtins, defaulting to the GCC interface. lint still has a special fallback. Reduce abuse of _BSD_VA_LIST_ by defining __va_list by default and derive va_list as required by standards.
|
| 1.2 | 06-Jul-2011 |
mrg | avoid a "multi-level non-const cast" warning from GCC 4.5.
|
| 1.1 | 01-Sep-2006 |
uwe | branches: 1.1.2; 1.1.6; 1.1.12; Initial import of NetBSD/landisk port by NONAKA Kimihiro <nonaka@NetBSD.org>
|
| 1.1.12.2 | 30-Dec-2006 |
yamt | sync with head.
|
| 1.1.12.1 | 01-Sep-2006 |
yamt | file biosdisk.c was added on branch yamt-lazymbuf on 2006-12-30 20:46:24 +0000
|
| 1.1.6.2 | 09-Sep-2006 |
rpaulo | sync with head
|
| 1.1.6.1 | 01-Sep-2006 |
rpaulo | file biosdisk.c was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:40:57 +0000
|
| 1.1.2.2 | 03-Sep-2006 |
yamt | sync with head.
|
| 1.1.2.1 | 01-Sep-2006 |
yamt | file biosdisk.c was added on branch yamt-pdpolicy on 2006-09-03 15:23:19 +0000
|
| 1.3.72.1 | 31-May-2021 |
cjep | sync with head
|
| 1.3.70.1 | 17-Jun-2021 |
thorpej | Sync w/ HEAD.
|
| 1.1 | 01-Sep-2006 |
uwe | branches: 1.1.2; 1.1.6; 1.1.12; Initial import of NetBSD/landisk port by NONAKA Kimihiro <nonaka@NetBSD.org>
|
| 1.1.12.2 | 30-Dec-2006 |
yamt | sync with head.
|
| 1.1.12.1 | 01-Sep-2006 |
yamt | file biosdisk.h was added on branch yamt-lazymbuf on 2006-12-30 20:46:24 +0000
|
| 1.1.6.2 | 09-Sep-2006 |
rpaulo | sync with head
|
| 1.1.6.1 | 01-Sep-2006 |
rpaulo | file biosdisk.h was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:40:57 +0000
|
| 1.1.2.2 | 03-Sep-2006 |
yamt | sync with head.
|
| 1.1.2.1 | 01-Sep-2006 |
yamt | file biosdisk.h was added on branch yamt-pdpolicy on 2006-09-03 15:23:20 +0000
|
| 1.1 | 01-Sep-2006 |
uwe | branches: 1.1.2; 1.1.6; 1.1.12; Initial import of NetBSD/landisk port by NONAKA Kimihiro <nonaka@NetBSD.org>
|
| 1.1.12.2 | 30-Dec-2006 |
yamt | sync with head.
|
| 1.1.12.1 | 01-Sep-2006 |
yamt | file biosdisk_ll.c was added on branch yamt-lazymbuf on 2006-12-30 20:46:24 +0000
|
| 1.1.6.2 | 09-Sep-2006 |
rpaulo | sync with head
|
| 1.1.6.1 | 01-Sep-2006 |
rpaulo | file biosdisk_ll.c was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:40:57 +0000
|
| 1.1.2.2 | 03-Sep-2006 |
yamt | sync with head.
|
| 1.1.2.1 | 01-Sep-2006 |
yamt | file biosdisk_ll.c was added on branch yamt-pdpolicy on 2006-09-03 15:23:20 +0000
|
| 1.1 | 01-Sep-2006 |
uwe | branches: 1.1.2; 1.1.6; 1.1.12; Initial import of NetBSD/landisk port by NONAKA Kimihiro <nonaka@NetBSD.org>
|
| 1.1.12.2 | 30-Dec-2006 |
yamt | sync with head.
|
| 1.1.12.1 | 01-Sep-2006 |
yamt | file biosdisk_ll.h was added on branch yamt-lazymbuf on 2006-12-30 20:46:24 +0000
|
| 1.1.6.2 | 09-Sep-2006 |
rpaulo | sync with head
|
| 1.1.6.1 | 01-Sep-2006 |
rpaulo | file biosdisk_ll.h was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:40:57 +0000
|
| 1.1.2.2 | 03-Sep-2006 |
yamt | sync with head.
|
| 1.1.2.1 | 01-Sep-2006 |
yamt | file biosdisk_ll.h was added on branch yamt-pdpolicy on 2006-09-03 15:23:20 +0000
|
| 1.1 | 01-Sep-2006 |
uwe | branches: 1.1.2; 1.1.6; 1.1.12; Initial import of NetBSD/landisk port by NONAKA Kimihiro <nonaka@NetBSD.org>
|
| 1.1.12.2 | 30-Dec-2006 |
yamt | sync with head.
|
| 1.1.12.1 | 01-Sep-2006 |
yamt | file boot.S was added on branch yamt-lazymbuf on 2006-12-30 20:46:24 +0000
|
| 1.1.6.2 | 09-Sep-2006 |
rpaulo | sync with head
|
| 1.1.6.1 | 01-Sep-2006 |
rpaulo | file boot.S was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:40:57 +0000
|
| 1.1.2.2 | 03-Sep-2006 |
yamt | sync with head.
|
| 1.1.2.1 | 01-Sep-2006 |
yamt | file boot.S was added on branch yamt-pdpolicy on 2006-09-03 15:23:20 +0000
|
| 1.1 | 01-Sep-2006 |
uwe | branches: 1.1.2; 1.1.6; 1.1.12; Initial import of NetBSD/landisk port by NONAKA Kimihiro <nonaka@NetBSD.org>
|
| 1.1.12.2 | 30-Dec-2006 |
yamt | sync with head.
|
| 1.1.12.1 | 01-Sep-2006 |
yamt | file boot.h was added on branch yamt-lazymbuf on 2006-12-30 20:46:24 +0000
|
| 1.1.6.2 | 09-Sep-2006 |
rpaulo | sync with head
|
| 1.1.6.1 | 01-Sep-2006 |
rpaulo | file boot.h was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:40:57 +0000
|
| 1.1.2.2 | 03-Sep-2006 |
yamt | sync with head.
|
| 1.1.2.1 | 01-Sep-2006 |
yamt | file boot.h was added on branch yamt-pdpolicy on 2006-09-03 15:23:20 +0000
|
| 1.7 | 30-Apr-2022 |
rin | Fix fallout from libsa change; stand.h includes <sys/param.h> now.
Use '\0' instead of NULL for NUL-character.
|
| 1.6 | 11-Jun-2016 |
dholland | PR 51200 gets in libsa considered harmful: use kgets
|
| 1.5 | 31-May-2016 |
dholland | PR 51193 David Binderman: simplify redundant conditional.
|
| 1.4 | 26-Mar-2014 |
christos | branches: 1.4.6; kill sprintf
|
| 1.3 | 25-Dec-2011 |
tsutsui | branches: 1.3.6; 1.3.10; 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
|
| 1.2 | 22-Jan-2011 |
joerg | branches: 1.2.4; 1.2.8; Drop bootprog_maker (formerly enabled by -M) and bootprog_date (formerly disabled by -D) from the output of newvers_stand.sh. Change -D to the inverted logic, so that it adds the date to bootprog_rev in ().
Change all platforms accordingly. -D is added if MKREPRO is not yes and wasn't present before. Platforms that didn't use -D don't depend on MKREPRO now either.
|
| 1.1 | 01-Sep-2006 |
uwe | branches: 1.1.2; 1.1.6; 1.1.12; 1.1.88; 1.1.94; 1.1.96; Initial import of NetBSD/landisk port by NONAKA Kimihiro <nonaka@NetBSD.org>
|
| 1.1.96.1 | 08-Feb-2011 |
bouyer | Sync with HEAD
|
| 1.1.94.1 | 06-Jun-2011 |
jruoho | Sync with HEAD.
|
| 1.1.88.1 | 05-Mar-2011 |
rmind | sync with head
|
| 1.1.12.2 | 30-Dec-2006 |
yamt | sync with head.
|
| 1.1.12.1 | 01-Sep-2006 |
yamt | file boot2.c was added on branch yamt-lazymbuf on 2006-12-30 20:46:24 +0000
|
| 1.1.6.2 | 09-Sep-2006 |
rpaulo | sync with head
|
| 1.1.6.1 | 01-Sep-2006 |
rpaulo | file boot2.c was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:40:57 +0000
|
| 1.1.2.2 | 03-Sep-2006 |
yamt | sync with head.
|
| 1.1.2.1 | 01-Sep-2006 |
yamt | file boot2.c was added on branch yamt-pdpolicy on 2006-09-03 15:23:20 +0000
|
| 1.2.8.1 | 18-Feb-2012 |
mrg | merge to -current.
|
| 1.2.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
| 1.2.4.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.10.1 | 18-May-2014 |
rmind | sync with head
|
| 1.3.6.2 | 03-Dec-2017 |
jdolecek | update from HEAD
|
| 1.3.6.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.4.6.1 | 09-Jul-2016 |
skrll | Sync with HEAD
|
| 1.1 | 01-Sep-2006 |
uwe | branches: 1.1.2; 1.1.6; 1.1.12; Initial import of NetBSD/landisk port by NONAKA Kimihiro <nonaka@NetBSD.org>
|
| 1.1.12.2 | 30-Dec-2006 |
yamt | sync with head.
|
| 1.1.12.1 | 01-Sep-2006 |
yamt | file boot_params.S was added on branch yamt-lazymbuf on 2006-12-30 20:46:24 +0000
|
| 1.1.6.2 | 09-Sep-2006 |
rpaulo | sync with head
|
| 1.1.6.1 | 01-Sep-2006 |
rpaulo | file boot_params.S was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:40:57 +0000
|
| 1.1.2.2 | 03-Sep-2006 |
yamt | sync with head.
|
| 1.1.2.1 | 01-Sep-2006 |
yamt | file boot_params.S was added on branch yamt-pdpolicy on 2006-09-03 15:23:20 +0000
|
| 1.1 | 01-Sep-2006 |
uwe | branches: 1.1.2; 1.1.6; 1.1.12; Initial import of NetBSD/landisk port by NONAKA Kimihiro <nonaka@NetBSD.org>
|
| 1.1.12.2 | 30-Dec-2006 |
yamt | sync with head.
|
| 1.1.12.1 | 01-Sep-2006 |
yamt | file bootinfo.c was added on branch yamt-lazymbuf on 2006-12-30 20:46:24 +0000
|
| 1.1.6.2 | 09-Sep-2006 |
rpaulo | sync with head
|
| 1.1.6.1 | 01-Sep-2006 |
rpaulo | file bootinfo.c was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:40:57 +0000
|
| 1.1.2.2 | 03-Sep-2006 |
yamt | sync with head.
|
| 1.1.2.1 | 01-Sep-2006 |
yamt | file bootinfo.c was added on branch yamt-pdpolicy on 2006-09-03 15:23:20 +0000
|
| 1.1 | 01-Sep-2006 |
uwe | branches: 1.1.2; 1.1.6; 1.1.12; Initial import of NetBSD/landisk port by NONAKA Kimihiro <nonaka@NetBSD.org>
|
| 1.1.12.2 | 30-Dec-2006 |
yamt | sync with head.
|
| 1.1.12.1 | 01-Sep-2006 |
yamt | file bootinfo.h was added on branch yamt-lazymbuf on 2006-12-30 20:46:24 +0000
|
| 1.1.6.2 | 09-Sep-2006 |
rpaulo | sync with head
|
| 1.1.6.1 | 01-Sep-2006 |
rpaulo | file bootinfo.h was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:40:57 +0000
|
| 1.1.2.2 | 03-Sep-2006 |
yamt | sync with head.
|
| 1.1.2.1 | 01-Sep-2006 |
yamt | file bootinfo.h was added on branch yamt-pdpolicy on 2006-09-03 15:23:20 +0000
|
| 1.3 | 22-Apr-2009 |
tsutsui | Add ustarfs boot support. This will be useful for disk size independent bootstrap installation image.
|
| 1.2 | 21-Apr-2009 |
tsutsui | Add UFS2 boot support. Tested on lantank.
|
| 1.1 | 01-Sep-2006 |
uwe | branches: 1.1.2; 1.1.6; 1.1.12; 1.1.66; 1.1.74; 1.1.80; Initial import of NetBSD/landisk port by NONAKA Kimihiro <nonaka@NetBSD.org>
|
| 1.1.80.1 | 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
| 1.1.74.1 | 28-Apr-2009 |
skrll | Sync with HEAD.
|
| 1.1.66.1 | 04-May-2009 |
yamt | sync with head.
|
| 1.1.12.2 | 30-Dec-2006 |
yamt | sync with head.
|
| 1.1.12.1 | 01-Sep-2006 |
yamt | file conf.c was added on branch yamt-lazymbuf on 2006-12-30 20:46:24 +0000
|
| 1.1.6.2 | 09-Sep-2006 |
rpaulo | sync with head
|
| 1.1.6.1 | 01-Sep-2006 |
rpaulo | file conf.c was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:40:57 +0000
|
| 1.1.2.2 | 03-Sep-2006 |
yamt | sync with head.
|
| 1.1.2.1 | 01-Sep-2006 |
yamt | file conf.c was added on branch yamt-pdpolicy on 2006-09-03 15:23:20 +0000
|
| 1.2 | 26-Mar-2014 |
christos | kill sprintf
|
| 1.1 | 01-Sep-2006 |
uwe | branches: 1.1.2; 1.1.6; 1.1.12; 1.1.100; 1.1.110; 1.1.116; Initial import of NetBSD/landisk port by NONAKA Kimihiro <nonaka@NetBSD.org>
|
| 1.1.116.1 | 18-May-2014 |
rmind | sync with head
|
| 1.1.110.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.1.100.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
| 1.1.12.2 | 30-Dec-2006 |
yamt | sync with head.
|
| 1.1.12.1 | 01-Sep-2006 |
yamt | file cons.c was added on branch yamt-lazymbuf on 2006-12-30 20:46:24 +0000
|
| 1.1.6.2 | 09-Sep-2006 |
rpaulo | sync with head
|
| 1.1.6.1 | 01-Sep-2006 |
rpaulo | file cons.c was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:40:57 +0000
|
| 1.1.2.2 | 03-Sep-2006 |
yamt | sync with head.
|
| 1.1.2.1 | 01-Sep-2006 |
yamt | file cons.c was added on branch yamt-pdpolicy on 2006-09-03 15:23:20 +0000
|
| 1.1 | 01-Sep-2006 |
uwe | branches: 1.1.2; 1.1.6; 1.1.12; Initial import of NetBSD/landisk port by NONAKA Kimihiro <nonaka@NetBSD.org>
|
| 1.1.12.2 | 30-Dec-2006 |
yamt | sync with head.
|
| 1.1.12.1 | 01-Sep-2006 |
yamt | file cons.h was added on branch yamt-lazymbuf on 2006-12-30 20:46:24 +0000
|
| 1.1.6.2 | 09-Sep-2006 |
rpaulo | sync with head
|
| 1.1.6.1 | 01-Sep-2006 |
rpaulo | file cons.h was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:40:57 +0000
|
| 1.1.2.2 | 03-Sep-2006 |
yamt | sync with head.
|
| 1.1.2.1 | 01-Sep-2006 |
yamt | file cons.h was added on branch yamt-pdpolicy on 2006-09-03 15:23:20 +0000
|
| 1.1 | 01-Sep-2006 |
uwe | branches: 1.1.2; 1.1.6; 1.1.12; Initial import of NetBSD/landisk port by NONAKA Kimihiro <nonaka@NetBSD.org>
|
| 1.1.12.2 | 30-Dec-2006 |
yamt | sync with head.
|
| 1.1.12.1 | 01-Sep-2006 |
yamt | file delay.c was added on branch yamt-lazymbuf on 2006-12-30 20:46:24 +0000
|
| 1.1.6.2 | 09-Sep-2006 |
rpaulo | sync with head
|
| 1.1.6.1 | 01-Sep-2006 |
rpaulo | file delay.c was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:40:57 +0000
|
| 1.1.2.2 | 03-Sep-2006 |
yamt | sync with head.
|
| 1.1.2.1 | 01-Sep-2006 |
yamt | file delay.c was added on branch yamt-pdpolicy on 2006-09-03 15:23:20 +0000
|
| 1.1 | 01-Sep-2006 |
uwe | branches: 1.1.2; 1.1.6; 1.1.12; Initial import of NetBSD/landisk port by NONAKA Kimihiro <nonaka@NetBSD.org>
|
| 1.1.12.2 | 30-Dec-2006 |
yamt | sync with head.
|
| 1.1.12.1 | 01-Sep-2006 |
yamt | file devopen.c was added on branch yamt-lazymbuf on 2006-12-30 20:46:24 +0000
|
| 1.1.6.2 | 09-Sep-2006 |
rpaulo | sync with head
|
| 1.1.6.1 | 01-Sep-2006 |
rpaulo | file devopen.c was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:40:57 +0000
|
| 1.1.2.2 | 03-Sep-2006 |
yamt | sync with head.
|
| 1.1.2.1 | 01-Sep-2006 |
yamt | file devopen.c was added on branch yamt-pdpolicy on 2006-09-03 15:23:20 +0000
|
| 1.4 | 24-Aug-2022 |
nonaka | Added missing copyright and license notice.
Pointed out by miod@o.o., Thanks.
|
| 1.3 | 12-Jan-2009 |
tsutsui | Replace time_t values in libsa sources with the following two types to avoid unnecessary 64 bit ops which would make binaries larger:
satime_t (currently unsigned int): numbers in seconds returned by the machine dependent getsecs() function which are used to measure relative time
saseconds_t (currently int): numbers in seconds used to specify timeout to network drivers
Per discussion on current-users.
|
| 1.2 | 11-Sep-2006 |
nonaka | branches: 1.2.6; 1.2.56; 1.2.60; 1.2.68; adapt to new rs5c313 driver.
|
| 1.1 | 01-Sep-2006 |
uwe | branches: 1.1.2; 1.1.4; 1.1.6; Initial import of NetBSD/landisk port by NONAKA Kimihiro <nonaka@NetBSD.org>
|
| 1.1.6.2 | 09-Sep-2006 |
rpaulo | sync with head
|
| 1.1.6.1 | 01-Sep-2006 |
rpaulo | file getsecs.c was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:40:57 +0000
|
| 1.1.4.1 | 18-Nov-2006 |
ad | Sync with head.
|
| 1.1.2.3 | 14-Sep-2006 |
yamt | sync with head.
|
| 1.1.2.2 | 03-Sep-2006 |
yamt | sync with head.
|
| 1.1.2.1 | 01-Sep-2006 |
yamt | file getsecs.c was added on branch yamt-pdpolicy on 2006-09-03 15:23:20 +0000
|
| 1.2.68.1 | 19-Jan-2009 |
skrll | Sync with HEAD.
|
| 1.2.60.1 | 04-May-2009 |
yamt | sync with head.
|
| 1.2.56.1 | 17-Jan-2009 |
mjf | Sync with HEAD.
|
| 1.2.6.2 | 30-Dec-2006 |
yamt | sync with head.
|
| 1.2.6.1 | 11-Sep-2006 |
yamt | file getsecs.c was added on branch yamt-lazymbuf on 2006-12-30 20:46:24 +0000
|
| 1.4 | 11-Jun-2016 |
dholland | PR 51200 gets in libsa considered harmful: use kgets
|
| 1.3 | 14-Mar-2009 |
dsl | branches: 1.3.22; 1.3.40; Change about 4500 of the K&R function definitions to ANSI ones. There are still about 1600 left, but they have ',' or /* ... */ in the actual variable definitions - which my awk script doesn't handle. There are also many that need () -> (void). (The script does handle misordered arguments.)
|
| 1.2 | 28-Apr-2008 |
martin | branches: 1.2.8; 1.2.14; Remove clause 3 and 4 from TNF licenses
|
| 1.1 | 01-Sep-2006 |
uwe | branches: 1.1.2; 1.1.6; 1.1.12; 1.1.62; 1.1.64; 1.1.66; Initial import of NetBSD/landisk port by NONAKA Kimihiro <nonaka@NetBSD.org>
|
| 1.1.66.2 | 04-May-2009 |
yamt | sync with head.
|
| 1.1.66.1 | 16-May-2008 |
yamt | sync with head.
|
| 1.1.64.1 | 18-May-2008 |
yamt | sync with head.
|
| 1.1.62.1 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
| 1.1.12.2 | 30-Dec-2006 |
yamt | sync with head.
|
| 1.1.12.1 | 01-Sep-2006 |
yamt | file monitor.c was added on branch yamt-lazymbuf on 2006-12-30 20:46:24 +0000
|
| 1.1.6.2 | 09-Sep-2006 |
rpaulo | sync with head
|
| 1.1.6.1 | 01-Sep-2006 |
rpaulo | file monitor.c was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:40:57 +0000
|
| 1.1.2.2 | 03-Sep-2006 |
yamt | sync with head.
|
| 1.1.2.1 | 01-Sep-2006 |
yamt | file monitor.c was added on branch yamt-pdpolicy on 2006-09-03 15:23:20 +0000
|
| 1.2.14.1 | 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
| 1.2.8.1 | 28-Apr-2009 |
skrll | Sync with HEAD.
|
| 1.3.40.1 | 09-Jul-2016 |
skrll | Sync with HEAD
|
| 1.3.22.1 | 03-Dec-2017 |
jdolecek | update from HEAD
|
| 1.1 | 01-Sep-2006 |
uwe | branches: 1.1.2; 1.1.6; 1.1.12; Initial import of NetBSD/landisk port by NONAKA Kimihiro <nonaka@NetBSD.org>
|
| 1.1.12.2 | 30-Dec-2006 |
yamt | sync with head.
|
| 1.1.12.1 | 01-Sep-2006 |
yamt | file prf.c was added on branch yamt-lazymbuf on 2006-12-30 20:46:24 +0000
|
| 1.1.6.2 | 09-Sep-2006 |
rpaulo | sync with head
|
| 1.1.6.1 | 01-Sep-2006 |
rpaulo | file prf.c was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:40:57 +0000
|
| 1.1.2.2 | 03-Sep-2006 |
yamt | sync with head.
|
| 1.1.2.1 | 01-Sep-2006 |
yamt | file prf.c was added on branch yamt-pdpolicy on 2006-09-03 15:23:20 +0000
|
| 1.2 | 28-Apr-2008 |
martin | Remove clause 3 and 4 from TNF licenses
|
| 1.1 | 01-Sep-2006 |
uwe | branches: 1.1.2; 1.1.6; 1.1.12; 1.1.62; 1.1.64; 1.1.66; Initial import of NetBSD/landisk port by NONAKA Kimihiro <nonaka@NetBSD.org>
|
| 1.1.66.1 | 16-May-2008 |
yamt | sync with head.
|
| 1.1.64.1 | 18-May-2008 |
yamt | sync with head.
|
| 1.1.62.1 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
| 1.1.12.2 | 30-Dec-2006 |
yamt | sync with head.
|
| 1.1.12.1 | 01-Sep-2006 |
yamt | file scifcons.c was added on branch yamt-lazymbuf on 2006-12-30 20:46:24 +0000
|
| 1.1.6.2 | 09-Sep-2006 |
rpaulo | sync with head
|
| 1.1.6.1 | 01-Sep-2006 |
rpaulo | file scifcons.c was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:40:57 +0000
|
| 1.1.2.2 | 03-Sep-2006 |
yamt | sync with head.
|
| 1.1.2.1 | 01-Sep-2006 |
yamt | file scifcons.c was added on branch yamt-pdpolicy on 2006-09-03 15:23:20 +0000
|
| 1.1 | 01-Sep-2006 |
uwe | branches: 1.1.2; 1.1.6; 1.1.12; Initial import of NetBSD/landisk port by NONAKA Kimihiro <nonaka@NetBSD.org>
|
| 1.1.12.2 | 30-Dec-2006 |
yamt | sync with head.
|
| 1.1.12.1 | 01-Sep-2006 |
yamt | file version was added on branch yamt-lazymbuf on 2006-12-30 20:46:24 +0000
|
| 1.1.6.2 | 09-Sep-2006 |
rpaulo | sync with head
|
| 1.1.6.1 | 01-Sep-2006 |
rpaulo | file version was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:40:57 +0000
|
| 1.1.2.2 | 03-Sep-2006 |
yamt | sync with head.
|
| 1.1.2.1 | 01-Sep-2006 |
yamt | file version was added on branch yamt-pdpolicy on 2006-09-03 15:23:20 +0000
|
| 1.1 | 01-Sep-2006 |
uwe | branches: 1.1.2; 1.1.6; 1.1.12; Initial import of NetBSD/landisk port by NONAKA Kimihiro <nonaka@NetBSD.org>
|
| 1.1.12.2 | 30-Dec-2006 |
yamt | sync with head.
|
| 1.1.12.1 | 01-Sep-2006 |
yamt | file Makefile was added on branch yamt-lazymbuf on 2006-12-30 20:46:24 +0000
|
| 1.1.6.2 | 09-Sep-2006 |
rpaulo | sync with head
|
| 1.1.6.1 | 01-Sep-2006 |
rpaulo | file Makefile was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:40:57 +0000
|
| 1.1.2.2 | 03-Sep-2006 |
yamt | sync with head.
|
| 1.1.2.1 | 01-Sep-2006 |
yamt | file Makefile was added on branch yamt-pdpolicy on 2006-09-03 15:23:20 +0000
|
| 1.6 | 27-May-2010 |
dholland | Introduce .WAIT into the cleandir rule for blasting the libsa/libkern/etc. trees, because it can race with the libsa/libkern/etc. makefiles' own cleandir rules. I think I've found all of the uses of the offending idiom... Closes PR 43360.
|
| 1.5 | 13-May-2009 |
tsutsui | branches: 1.5.2; 1.5.4; Add .WAIT between bootxx_ffsv1 and bootxx_ffsv2 to avoid race on parallel build as well as i386. XXX: maybe it's better to build libsa in each bootxx dir.
|
| 1.4 | 22-Apr-2009 |
tsutsui | Build and install bootxx_ustarfs.
|
| 1.3 | 21-Apr-2009 |
tsutsui | Add UFS2 boot support. Tested on lantank.
|
| 1.2 | 14-Nov-2006 |
drochner | branches: 1.2.4; 1.2.58; 1.2.66; 1.2.72; as on i386, don't use ":=" assignments with .OBJDIR
|
| 1.1 | 01-Sep-2006 |
uwe | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8; Initial import of NetBSD/landisk port by NONAKA Kimihiro <nonaka@NetBSD.org>
|
| 1.1.8.1 | 10-Dec-2006 |
yamt | sync with head.
|
| 1.1.6.2 | 09-Sep-2006 |
rpaulo | sync with head
|
| 1.1.6.1 | 01-Sep-2006 |
rpaulo | file Makefile was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:40:57 +0000
|
| 1.1.4.1 | 18-Nov-2006 |
ad | Sync with head.
|
| 1.1.2.2 | 03-Sep-2006 |
yamt | sync with head.
|
| 1.1.2.1 | 01-Sep-2006 |
yamt | file Makefile was added on branch yamt-pdpolicy on 2006-09-03 15:23:20 +0000
|
| 1.2.72.1 | 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
| 1.2.66.1 | 28-Apr-2009 |
skrll | Sync with HEAD.
|
| 1.2.58.3 | 11-Aug-2010 |
yamt | sync with head.
|
| 1.2.58.2 | 16-May-2009 |
yamt | sync with head
|
| 1.2.58.1 | 04-May-2009 |
yamt | sync with head.
|
| 1.2.4.2 | 30-Dec-2006 |
yamt | sync with head.
|
| 1.2.4.1 | 14-Nov-2006 |
yamt | file Makefile was added on branch yamt-lazymbuf on 2006-12-30 20:46:24 +0000
|
| 1.5.4.1 | 30-May-2010 |
rmind | sync with head
|
| 1.5.2.1 | 17-Aug-2010 |
uebayasi | Sync with HEAD.
|
| 1.4 | 21-Aug-2013 |
matt | Use <bsd.klinks.mk> Add missing ${_MKTARGET_LINK}
|
| 1.3 | 22-Apr-2009 |
tsutsui | branches: 1.3.12; 1.3.22; 1.3.26; Add ustarfs boot support. This will be useful for disk size independent bootstrap installation image.
|
| 1.2 | 03-Apr-2009 |
tsutsui | Remove obsolete LIBSA_USE_MEMCPY and LIBSA_USE_MEMSET. They were removed from <lib/libsa/stand.h> on December 2007.
|
| 1.1 | 01-Sep-2006 |
uwe | branches: 1.1.2; 1.1.6; 1.1.12; 1.1.66; 1.1.74; 1.1.80; Initial import of NetBSD/landisk port by NONAKA Kimihiro <nonaka@NetBSD.org>
|
| 1.1.80.1 | 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
| 1.1.74.1 | 28-Apr-2009 |
skrll | Sync with HEAD.
|
| 1.1.66.1 | 04-May-2009 |
yamt | sync with head.
|
| 1.1.12.2 | 30-Dec-2006 |
yamt | sync with head.
|
| 1.1.12.1 | 01-Sep-2006 |
yamt | file Makefile.bootxx was added on branch yamt-lazymbuf on 2006-12-30 20:46:24 +0000
|
| 1.1.6.2 | 09-Sep-2006 |
rpaulo | sync with head
|
| 1.1.6.1 | 01-Sep-2006 |
rpaulo | file Makefile.bootxx was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:40:57 +0000
|
| 1.1.2.2 | 03-Sep-2006 |
yamt | sync with head.
|
| 1.1.2.1 | 01-Sep-2006 |
yamt | file Makefile.bootxx was added on branch yamt-pdpolicy on 2006-09-03 15:23:20 +0000
|
| 1.3.26.1 | 28-Aug-2013 |
rmind | sync with head
|
| 1.3.22.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.3.12.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
| 1.2 | 21-Jan-2012 |
nonaka | fix my license notice.
|
| 1.1 | 22-Apr-2009 |
tsutsui | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.18; 1.1.22; Add ustarfs boot support. This will be useful for disk size independent bootstrap installation image.
|
| 1.1.22.1 | 18-Feb-2012 |
mrg | merge to -current.
|
| 1.1.18.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.6.2 | 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
| 1.1.6.1 | 22-Apr-2009 |
jym | file bios.S was added on branch jym-xensuspend on 2009-05-13 17:17:58 +0000
|
| 1.1.4.2 | 04-May-2009 |
yamt | sync with head.
|
| 1.1.4.1 | 22-Apr-2009 |
yamt | file bios.S was added on branch yamt-nfs-mp on 2009-05-04 08:11:24 +0000
|
| 1.1.2.2 | 28-Apr-2009 |
skrll | Sync with HEAD.
|
| 1.1.2.1 | 22-Apr-2009 |
skrll | file bios.S was added on branch nick-hppapmap on 2009-04-28 07:34:16 +0000
|
| 1.2 | 28-Apr-2008 |
martin | Remove clause 3 and 4 from TNF licenses
|
| 1.1 | 01-Sep-2006 |
uwe | branches: 1.1.2; 1.1.6; 1.1.12; 1.1.62; 1.1.64; 1.1.66; Initial import of NetBSD/landisk port by NONAKA Kimihiro <nonaka@NetBSD.org>
|
| 1.1.66.1 | 16-May-2008 |
yamt | sync with head.
|
| 1.1.64.1 | 18-May-2008 |
yamt | sync with head.
|
| 1.1.62.1 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
| 1.1.12.2 | 30-Dec-2006 |
yamt | sync with head.
|
| 1.1.12.1 | 01-Sep-2006 |
yamt | file boot1.c was added on branch yamt-lazymbuf on 2006-12-30 20:46:24 +0000
|
| 1.1.6.2 | 09-Sep-2006 |
rpaulo | sync with head
|
| 1.1.6.1 | 01-Sep-2006 |
rpaulo | file boot1.c was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:40:57 +0000
|
| 1.1.2.2 | 03-Sep-2006 |
yamt | sync with head.
|
| 1.1.2.1 | 01-Sep-2006 |
yamt | file boot1.c was added on branch yamt-pdpolicy on 2006-09-03 15:23:20 +0000
|
| 1.2 | 21-Jan-2012 |
nonaka | fix my license notice.
|
| 1.1 | 01-Sep-2006 |
uwe | branches: 1.1.2; 1.1.6; 1.1.12; 1.1.100; 1.1.104; Initial import of NetBSD/landisk port by NONAKA Kimihiro <nonaka@NetBSD.org>
|
| 1.1.104.1 | 18-Feb-2012 |
mrg | merge to -current.
|
| 1.1.100.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.12.2 | 30-Dec-2006 |
yamt | sync with head.
|
| 1.1.12.1 | 01-Sep-2006 |
yamt | file bootxx.S was added on branch yamt-lazymbuf on 2006-12-30 20:46:24 +0000
|
| 1.1.6.2 | 09-Sep-2006 |
rpaulo | sync with head
|
| 1.1.6.1 | 01-Sep-2006 |
rpaulo | file bootxx.S was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:40:57 +0000
|
| 1.1.2.2 | 03-Sep-2006 |
yamt | sync with head.
|
| 1.1.2.1 | 01-Sep-2006 |
yamt | file bootxx.S was added on branch yamt-pdpolicy on 2006-09-03 15:23:20 +0000
|
| 1.1 | 01-Sep-2006 |
uwe | branches: 1.1.2; 1.1.6; 1.1.12; Initial import of NetBSD/landisk port by NONAKA Kimihiro <nonaka@NetBSD.org>
|
| 1.1.12.2 | 30-Dec-2006 |
yamt | sync with head.
|
| 1.1.12.1 | 01-Sep-2006 |
yamt | file label.S was added on branch yamt-lazymbuf on 2006-12-30 20:46:24 +0000
|
| 1.1.6.2 | 09-Sep-2006 |
rpaulo | sync with head
|
| 1.1.6.1 | 01-Sep-2006 |
rpaulo | file label.S was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:40:57 +0000
|
| 1.1.2.2 | 03-Sep-2006 |
yamt | sync with head.
|
| 1.1.2.1 | 01-Sep-2006 |
yamt | file label.S was added on branch yamt-pdpolicy on 2006-09-03 15:23:20 +0000
|
| 1.2 | 21-Jan-2012 |
nonaka | fix my license notice.
|
| 1.1 | 01-Sep-2006 |
uwe | branches: 1.1.2; 1.1.6; 1.1.12; 1.1.100; 1.1.104; Initial import of NetBSD/landisk port by NONAKA Kimihiro <nonaka@NetBSD.org>
|
| 1.1.104.1 | 18-Feb-2012 |
mrg | merge to -current.
|
| 1.1.100.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.12.2 | 30-Dec-2006 |
yamt | sync with head.
|
| 1.1.12.1 | 01-Sep-2006 |
yamt | file pbr.S was added on branch yamt-lazymbuf on 2006-12-30 20:46:24 +0000
|
| 1.1.6.2 | 09-Sep-2006 |
rpaulo | sync with head
|
| 1.1.6.1 | 01-Sep-2006 |
rpaulo | file pbr.S was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:40:57 +0000
|
| 1.1.2.2 | 03-Sep-2006 |
yamt | sync with head.
|
| 1.1.2.1 | 01-Sep-2006 |
yamt | file pbr.S was added on branch yamt-pdpolicy on 2006-09-03 15:23:20 +0000
|
| 1.1 | 01-Sep-2006 |
uwe | branches: 1.1.2; 1.1.6; 1.1.12; Initial import of NetBSD/landisk port by NONAKA Kimihiro <nonaka@NetBSD.org>
|
| 1.1.12.2 | 30-Dec-2006 |
yamt | sync with head.
|
| 1.1.12.1 | 01-Sep-2006 |
yamt | file Makefile was added on branch yamt-lazymbuf on 2006-12-30 20:46:24 +0000
|
| 1.1.6.2 | 09-Sep-2006 |
rpaulo | sync with head
|
| 1.1.6.1 | 01-Sep-2006 |
rpaulo | file Makefile was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:40:57 +0000
|
| 1.1.2.2 | 03-Sep-2006 |
yamt | sync with head.
|
| 1.1.2.1 | 01-Sep-2006 |
yamt | file Makefile was added on branch yamt-pdpolicy on 2006-09-03 15:23:20 +0000
|
| 1.1 | 21-Apr-2009 |
tsutsui | branches: 1.1.2; 1.1.4; 1.1.6; Add UFS2 boot support. Tested on lantank.
|
| 1.1.6.2 | 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
| 1.1.6.1 | 21-Apr-2009 |
jym | file Makefile was added on branch jym-xensuspend on 2009-05-13 17:17:58 +0000
|
| 1.1.4.2 | 04-May-2009 |
yamt | sync with head.
|
| 1.1.4.1 | 21-Apr-2009 |
yamt | file Makefile was added on branch yamt-nfs-mp on 2009-05-04 08:11:24 +0000
|
| 1.1.2.2 | 28-Apr-2009 |
skrll | Sync with HEAD.
|
| 1.1.2.1 | 21-Apr-2009 |
skrll | file Makefile was added on branch nick-hppapmap on 2009-04-28 07:34:17 +0000
|
| 1.1 | 22-Apr-2009 |
tsutsui | branches: 1.1.2; 1.1.4; 1.1.6; Add ustarfs boot support. This will be useful for disk size independent bootstrap installation image.
|
| 1.1.6.2 | 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
| 1.1.6.1 | 22-Apr-2009 |
jym | file Makefile was added on branch jym-xensuspend on 2009-05-13 17:17:58 +0000
|
| 1.1.4.2 | 04-May-2009 |
yamt | sync with head.
|
| 1.1.4.1 | 22-Apr-2009 |
yamt | file Makefile was added on branch yamt-nfs-mp on 2009-05-04 08:11:24 +0000
|
| 1.1.2.2 | 28-Apr-2009 |
skrll | Sync with HEAD.
|
| 1.1.2.1 | 22-Apr-2009 |
skrll | file Makefile was added on branch nick-hppapmap on 2009-04-28 07:34:17 +0000
|
| 1.1 | 01-Sep-2006 |
uwe | branches: 1.1.2; 1.1.6; 1.1.12; Initial import of NetBSD/landisk port by NONAKA Kimihiro <nonaka@NetBSD.org>
|
| 1.1.12.2 | 30-Dec-2006 |
yamt | sync with head.
|
| 1.1.12.1 | 01-Sep-2006 |
yamt | file Makefile was added on branch yamt-lazymbuf on 2006-12-30 20:46:24 +0000
|
| 1.1.6.2 | 09-Sep-2006 |
rpaulo | sync with head
|
| 1.1.6.1 | 01-Sep-2006 |
rpaulo | file Makefile was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:40:57 +0000
|
| 1.1.2.2 | 03-Sep-2006 |
yamt | sync with head.
|
| 1.1.2.1 | 01-Sep-2006 |
yamt | file Makefile was added on branch yamt-pdpolicy on 2006-09-03 15:23:20 +0000
|
| 1.4 | 28-Aug-2016 |
christos | Sprinkle NOPIE
|
| 1.3 | 12-Jan-2014 |
tsutsui | branches: 1.3.6; Add empty LIBCRTI= as LIBCRT0 to build sa programs without installed DESTDIR.
XXX: probabry we should have bsd.saprog.mk or something.
|
| 1.2 | 13-Apr-2009 |
nonaka | branches: 1.2.12; 1.2.22; 1.2.26; Use <bsd.klinks.mk> to create ${MACHINE} and ${MACHINE_ARCH} symlinks.
|
| 1.1 | 01-Sep-2006 |
uwe | branches: 1.1.2; 1.1.6; 1.1.12; 1.1.66; 1.1.74; 1.1.80; Initial import of NetBSD/landisk port by NONAKA Kimihiro <nonaka@NetBSD.org>
|
| 1.1.80.1 | 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
| 1.1.74.1 | 28-Apr-2009 |
skrll | Sync with HEAD.
|
| 1.1.66.1 | 04-May-2009 |
yamt | sync with head.
|
| 1.1.12.2 | 30-Dec-2006 |
yamt | sync with head.
|
| 1.1.12.1 | 01-Sep-2006 |
yamt | file Makefile.mbr was added on branch yamt-lazymbuf on 2006-12-30 20:46:24 +0000
|
| 1.1.6.2 | 09-Sep-2006 |
rpaulo | sync with head
|
| 1.1.6.1 | 01-Sep-2006 |
rpaulo | file Makefile.mbr was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:40:57 +0000
|
| 1.1.2.2 | 03-Sep-2006 |
yamt | sync with head.
|
| 1.1.2.1 | 01-Sep-2006 |
yamt | file Makefile.mbr was added on branch yamt-pdpolicy on 2006-09-03 15:23:20 +0000
|
| 1.2.26.1 | 18-May-2014 |
rmind | sync with head
|
| 1.2.22.2 | 03-Dec-2017 |
jdolecek | update from HEAD
|
| 1.2.22.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.2.12.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
| 1.3.6.1 | 05-Oct-2016 |
skrll | Sync with HEAD
|
| 1.2 | 21-Jan-2012 |
nonaka | fix my license notice.
|
| 1.1 | 01-Sep-2006 |
uwe | branches: 1.1.2; 1.1.6; 1.1.12; 1.1.100; 1.1.104; Initial import of NetBSD/landisk port by NONAKA Kimihiro <nonaka@NetBSD.org>
|
| 1.1.104.1 | 18-Feb-2012 |
mrg | merge to -current.
|
| 1.1.100.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.12.2 | 30-Dec-2006 |
yamt | sync with head.
|
| 1.1.12.1 | 01-Sep-2006 |
yamt | file mbr.S was added on branch yamt-lazymbuf on 2006-12-30 20:46:24 +0000
|
| 1.1.6.2 | 09-Sep-2006 |
rpaulo | sync with head
|
| 1.1.6.1 | 01-Sep-2006 |
rpaulo | file mbr.S was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:40:57 +0000
|
| 1.1.2.2 | 03-Sep-2006 |
yamt | sync with head.
|
| 1.1.2.1 | 01-Sep-2006 |
yamt | file mbr.S was added on branch yamt-pdpolicy on 2006-09-03 15:23:20 +0000
|
| 1.1 | 01-Sep-2006 |
uwe | branches: 1.1.2; 1.1.6; 1.1.12; Initial import of NetBSD/landisk port by NONAKA Kimihiro <nonaka@NetBSD.org>
|
| 1.1.12.2 | 30-Dec-2006 |
yamt | sync with head.
|
| 1.1.12.1 | 01-Sep-2006 |
yamt | file Makefile was added on branch yamt-lazymbuf on 2006-12-30 20:46:24 +0000
|
| 1.1.6.2 | 09-Sep-2006 |
rpaulo | sync with head
|
| 1.1.6.1 | 01-Sep-2006 |
rpaulo | file Makefile was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:40:57 +0000
|
| 1.1.2.2 | 03-Sep-2006 |
yamt | sync with head.
|
| 1.1.2.1 | 01-Sep-2006 |
yamt | file Makefile was added on branch yamt-pdpolicy on 2006-09-03 15:23:20 +0000
|