Home | History | Annotate | only in /src/sys/arch/hppa/stand
History log of /src/sys/arch/hppa/stand
RevisionDateAuthorComments
 1.1 24-Feb-2014  skrll branches: 1.1.4; 1.1.6; 1.1.10;
Rename NetBSD/hp700 to NetBSD/hppa.

Unfortunately our VCS isn't very helpful here.
 1.1.10.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.10.1 24-Feb-2014  tls file Makefile was added on branch tls-maxphys on 2014-08-20 00:03:05 +0000
 1.1.6.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.1.6.1 24-Feb-2014  yamt file Makefile was added on branch yamt-pagecache on 2014-05-22 11:39:50 +0000
 1.1.4.2 18-May-2014  rmind sync with head
 1.1.4.1 24-Feb-2014  rmind file Makefile was added on branch rmind-smpnet on 2014-05-18 17:45:11 +0000
 1.8 29-Apr-2024  skrll Whitespace
 1.7 03-Aug-2023  mrg ignore "-Warray-bounds" for various low level platform code that knows
how something is setup but technically is undefined behaviour. the
most common here is "extern int end;" and then using offsets of "&end"
that are outside the bounds of this 4-byte integer.

these uses are almost certainly all OK in reality.

found by GCC 12.
 1.6 13-Nov-2018  skrll Apply -fno-delete-null-pointer-checks so PAGE0 is handled correctly

netinstall.lif works again
 1.5 13-Nov-2018  skrll Trailing whitespace
 1.4 29-Aug-2017  christos branches: 1.4.2; 1.4.4;
disable PIE and SSP
 1.3 08-Apr-2017  christos branches: 1.3.6;
centralize vers.c building for standalone programs.
 1.2 21-Feb-2016  christos branches: 1.2.2; 1.2.4;
move the NODEBUG to the boot blocks only.
 1.1 24-Feb-2014  skrll branches: 1.1.4; 1.1.6; 1.1.10; 1.1.12;
Rename NetBSD/hp700 to NetBSD/hppa.

Unfortunately our VCS isn't very helpful here.
 1.1.12.2 28-Aug-2017  skrll Sync with HEAD
 1.1.12.1 19-Mar-2016  skrll Sync with HEAD
 1.1.10.3 03-Dec-2017  jdolecek update from HEAD
 1.1.10.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.10.1 24-Feb-2014  tls file Makefile.buildboot was added on branch tls-maxphys on 2014-08-20 00:03:05 +0000
 1.1.6.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.1.6.1 24-Feb-2014  yamt file Makefile.buildboot was added on branch yamt-pagecache on 2014-05-22 11:39:50 +0000
 1.1.4.2 18-May-2014  rmind sync with head
 1.1.4.1 24-Feb-2014  rmind file Makefile.buildboot was added on branch rmind-smpnet on 2014-05-18 17:45:11 +0000
 1.2.4.1 21-Apr-2017  bouyer Sync with HEAD
 1.2.2.1 26-Apr-2017  pgoyette Sync with HEAD
 1.3.6.1 31-Aug-2017  martin Pull up following revision(s) (requested by skrll in ticket #249):
sys/arch/hppa/stand/Makefile.buildboot: revision 1.4
sys/arch/hppa/stand/boot/ld.script: revision 1.2
sys/arch/hppa/stand/Makefile.inc: revision 1.4
disable PIE and SSP
Ensure all data is captured under the edata symbol for srt0.S to relocate
it correctly.
gcc 5.3 marks some data as .data.rel.local, .data.rel or .data.rel.ro
port-hppa/52484: lif images from -8 and HEAD not loadable/bootable over network
 1.4.4.1 10-Jun-2019  christos Sync with HEAD
 1.4.2.1 26-Nov-2018  pgoyette Sync with HEAD, resolve a couple of conflicts
 1.5 13-Apr-2021  mrg more -fcommon for sources not ready yet
 1.4 29-Aug-2017  christos branches: 1.4.18;
disable PIE and SSP
 1.3 21-Feb-2016  christos branches: 1.3.10;
move the NODEBUG to the boot blocks only.
 1.2 21-Feb-2016  christos No debug, pic, or ctf for standalone code.
- debug makes things not fit
- ctf is useless
- pic does not work with the function call convention standalone uses
 1.1 24-Feb-2014  skrll branches: 1.1.4; 1.1.6; 1.1.10; 1.1.12;
Rename NetBSD/hp700 to NetBSD/hppa.

Unfortunately our VCS isn't very helpful here.
 1.1.12.1 19-Mar-2016  skrll Sync with HEAD
 1.1.10.3 03-Dec-2017  jdolecek update from HEAD
 1.1.10.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.10.1 24-Feb-2014  tls file Makefile.inc was added on branch tls-maxphys on 2014-08-20 00:03:05 +0000
 1.1.6.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.1.6.1 24-Feb-2014  yamt file Makefile.inc was added on branch yamt-pagecache on 2014-05-22 11:39:50 +0000
 1.1.4.2 18-May-2014  rmind sync with head
 1.1.4.1 24-Feb-2014  rmind file Makefile.inc was added on branch rmind-smpnet on 2014-05-18 17:45:11 +0000
 1.3.10.1 31-Aug-2017  martin Pull up following revision(s) (requested by skrll in ticket #249):
sys/arch/hppa/stand/Makefile.buildboot: revision 1.4
sys/arch/hppa/stand/boot/ld.script: revision 1.2
sys/arch/hppa/stand/Makefile.inc: revision 1.4
disable PIE and SSP
Ensure all data is captured under the edata symbol for srt0.S to relocate
it correctly.
gcc 5.3 marks some data as .data.rel.local, .data.rel or .data.rel.ro
port-hppa/52484: lif images from -8 and HEAD not loadable/bootable over network
 1.4.18.1 17-Apr-2021  thorpej Sync with HEAD.
 1.2 04-May-2024  skrll Whitespace
 1.1 24-Feb-2014  skrll branches: 1.1.4; 1.1.6; 1.1.10;
Rename NetBSD/hp700 to NetBSD/hppa.

Unfortunately our VCS isn't very helpful here.
 1.1.10.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.10.1 24-Feb-2014  tls file Makefile was added on branch tls-maxphys on 2014-08-20 00:03:05 +0000
 1.1.6.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.1.6.1 24-Feb-2014  yamt file Makefile was added on branch yamt-pagecache on 2014-05-22 11:39:50 +0000
 1.1.4.2 18-May-2014  rmind sync with head
 1.1.4.1 24-Feb-2014  rmind file Makefile was added on branch rmind-smpnet on 2014-05-18 17:45:11 +0000
 1.1 24-Feb-2014  skrll branches: 1.1.4; 1.1.6; 1.1.10;
Rename NetBSD/hp700 to NetBSD/hppa.

Unfortunately our VCS isn't very helpful here.
 1.1.10.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.10.1 24-Feb-2014  tls file boot.c was added on branch tls-maxphys on 2014-08-20 00:03:05 +0000
 1.1.6.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.1.6.1 24-Feb-2014  yamt file boot.c was added on branch yamt-pagecache on 2014-05-22 11:39:50 +0000
 1.1.4.2 18-May-2014  rmind sync with head
 1.1.4.1 24-Feb-2014  rmind file boot.c was added on branch rmind-smpnet on 2014-05-18 17:45:11 +0000
 1.1 24-Feb-2014  skrll branches: 1.1.4; 1.1.6; 1.1.10;
Rename NetBSD/hp700 to NetBSD/hppa.

Unfortunately our VCS isn't very helpful here.
 1.1.10.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.10.1 24-Feb-2014  tls file bootinfo.c was added on branch tls-maxphys on 2014-08-20 00:03:05 +0000
 1.1.6.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.1.6.1 24-Feb-2014  yamt file bootinfo.c was added on branch yamt-pagecache on 2014-05-22 11:39:50 +0000
 1.1.4.2 18-May-2014  rmind sync with head
 1.1.4.1 24-Feb-2014  rmind file bootinfo.c was added on branch rmind-smpnet on 2014-05-18 17:45:11 +0000
 1.1 24-Feb-2014  skrll branches: 1.1.4; 1.1.6; 1.1.10;
Rename NetBSD/hp700 to NetBSD/hppa.

Unfortunately our VCS isn't very helpful here.
 1.1.10.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.10.1 24-Feb-2014  tls file bootinfo.h was added on branch tls-maxphys on 2014-08-20 00:03:05 +0000
 1.1.6.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.1.6.1 24-Feb-2014  yamt file bootinfo.h was added on branch yamt-pagecache on 2014-05-22 11:39:50 +0000
 1.1.4.2 18-May-2014  rmind sync with head
 1.1.4.1 24-Feb-2014  rmind file bootinfo.h was added on branch rmind-smpnet on 2014-05-18 17:45:11 +0000
 1.1 24-Feb-2014  skrll branches: 1.1.4; 1.1.6; 1.1.10;
Rename NetBSD/hp700 to NetBSD/hppa.

Unfortunately our VCS isn't very helpful here.
 1.1.10.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.10.1 24-Feb-2014  tls file conf.c was added on branch tls-maxphys on 2014-08-20 00:03:05 +0000
 1.1.6.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.1.6.1 24-Feb-2014  yamt file conf.c was added on branch yamt-pagecache on 2014-05-22 11:39:50 +0000
 1.1.4.2 18-May-2014  rmind sync with head
 1.1.4.1 24-Feb-2014  rmind file conf.c was added on branch rmind-smpnet on 2014-05-18 17:45:11 +0000
 1.2 29-Aug-2017  skrll Ensure all data is captured under the edata symbol for srt0.S to relocate
it correctly.

gcc 5.3 marks some data as .data.rel.local, .data.rel or .data.rel.ro

port-hppa/52484: lif images from -8 and HEAD not loadable/bootable over network
 1.1 24-Feb-2014  skrll branches: 1.1.4; 1.1.6; 1.1.10; 1.1.28;
Rename NetBSD/hp700 to NetBSD/hppa.

Unfortunately our VCS isn't very helpful here.
 1.1.28.1 31-Aug-2017  martin Pull up following revision(s) (requested by skrll in ticket #249):
sys/arch/hppa/stand/Makefile.buildboot: revision 1.4
sys/arch/hppa/stand/boot/ld.script: revision 1.2
sys/arch/hppa/stand/Makefile.inc: revision 1.4
disable PIE and SSP
Ensure all data is captured under the edata symbol for srt0.S to relocate
it correctly.
gcc 5.3 marks some data as .data.rel.local, .data.rel or .data.rel.ro
port-hppa/52484: lif images from -8 and HEAD not loadable/bootable over network
 1.1.10.3 03-Dec-2017  jdolecek update from HEAD
 1.1.10.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.10.1 24-Feb-2014  tls file ld.script was added on branch tls-maxphys on 2014-08-20 00:03:05 +0000
 1.1.6.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.1.6.1 24-Feb-2014  yamt file ld.script was added on branch yamt-pagecache on 2014-05-22 11:39:50 +0000
 1.1.4.2 18-May-2014  rmind sync with head
 1.1.4.1 24-Feb-2014  rmind file ld.script was added on branch rmind-smpnet on 2014-05-18 17:45:11 +0000
 1.1 24-Feb-2014  skrll branches: 1.1.4; 1.1.6; 1.1.10;
Rename NetBSD/hp700 to NetBSD/hppa.

Unfortunately our VCS isn't very helpful here.
 1.1.10.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.10.1 24-Feb-2014  tls file tgets.c was added on branch tls-maxphys on 2014-08-20 00:03:05 +0000
 1.1.6.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.1.6.1 24-Feb-2014  yamt file tgets.c was added on branch yamt-pagecache on 2014-05-22 11:39:50 +0000
 1.1.4.2 18-May-2014  rmind sync with head
 1.1.4.1 24-Feb-2014  rmind file tgets.c was added on branch rmind-smpnet on 2014-05-18 17:45:11 +0000
 1.1 24-Feb-2014  skrll branches: 1.1.4; 1.1.6; 1.1.10;
Rename NetBSD/hp700 to NetBSD/hppa.

Unfortunately our VCS isn't very helpful here.
 1.1.10.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.10.1 24-Feb-2014  tls file version was added on branch tls-maxphys on 2014-08-20 00:03:05 +0000
 1.1.6.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.1.6.1 24-Feb-2014  yamt file version was added on branch yamt-pagecache on 2014-05-22 11:39:50 +0000
 1.1.4.2 18-May-2014  rmind sync with head
 1.1.4.1 24-Feb-2014  rmind file version was added on branch rmind-smpnet on 2014-05-18 17:45:11 +0000
 1.1 24-Feb-2014  skrll branches: 1.1.4; 1.1.6; 1.1.10;
Rename NetBSD/hp700 to NetBSD/hppa.

Unfortunately our VCS isn't very helpful here.
 1.1.10.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.10.1 24-Feb-2014  tls file Makefile was added on branch tls-maxphys on 2014-08-20 00:03:05 +0000
 1.1.6.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.1.6.1 24-Feb-2014  yamt file Makefile was added on branch yamt-pagecache on 2014-05-22 11:39:51 +0000
 1.1.4.2 18-May-2014  rmind sync with head
 1.1.4.1 24-Feb-2014  rmind file Makefile was added on branch rmind-smpnet on 2014-05-18 17:45:11 +0000
 1.1 24-Feb-2014  skrll branches: 1.1.4; 1.1.6; 1.1.10;
Rename NetBSD/hp700 to NetBSD/hppa.

Unfortunately our VCS isn't very helpful here.
 1.1.10.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.10.1 24-Feb-2014  tls file cdboot.c was added on branch tls-maxphys on 2014-08-20 00:03:05 +0000
 1.1.6.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.1.6.1 24-Feb-2014  yamt file cdboot.c was added on branch yamt-pagecache on 2014-05-22 11:39:51 +0000
 1.1.4.2 18-May-2014  rmind sync with head
 1.1.4.1 24-Feb-2014  rmind file cdboot.c was added on branch rmind-smpnet on 2014-05-18 17:45:11 +0000
 1.1 24-Feb-2014  skrll branches: 1.1.4; 1.1.6; 1.1.10;
Rename NetBSD/hp700 to NetBSD/hppa.

Unfortunately our VCS isn't very helpful here.
 1.1.10.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.10.1 24-Feb-2014  tls file conf.c was added on branch tls-maxphys on 2014-08-20 00:03:05 +0000
 1.1.6.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.1.6.1 24-Feb-2014  yamt file conf.c was added on branch yamt-pagecache on 2014-05-22 11:39:51 +0000
 1.1.4.2 18-May-2014  rmind sync with head
 1.1.4.1 24-Feb-2014  rmind file conf.c was added on branch rmind-smpnet on 2014-05-18 17:45:11 +0000
 1.2 01-Sep-2017  skrll Use the same linker script as sys/arch/hppa/stand/boot and fix the gcc
5.3 problem here as well.
 1.1 24-Feb-2014  skrll branches: 1.1.4; 1.1.6; 1.1.10; 1.1.28;
Rename NetBSD/hp700 to NetBSD/hppa.

Unfortunately our VCS isn't very helpful here.
 1.1.28.1 01-Sep-2017  martin Pull up following revision(s) (requested by skrll in ticket #260):
sys/arch/hppa/stand/cdboot/ld.script: revision 1.2
Use the same linker script as sys/arch/hppa/stand/boot and fix the gcc
5.3 problem here as well.
 1.1.10.3 03-Dec-2017  jdolecek update from HEAD
 1.1.10.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.10.1 24-Feb-2014  tls file ld.script was added on branch tls-maxphys on 2014-08-20 00:03:05 +0000
 1.1.6.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.1.6.1 24-Feb-2014  yamt file ld.script was added on branch yamt-pagecache on 2014-05-22 11:39:51 +0000
 1.1.4.2 18-May-2014  rmind sync with head
 1.1.4.1 24-Feb-2014  rmind file ld.script was added on branch rmind-smpnet on 2014-05-18 17:45:11 +0000
 1.1 24-Feb-2014  skrll branches: 1.1.4; 1.1.6; 1.1.10;
Rename NetBSD/hp700 to NetBSD/hppa.

Unfortunately our VCS isn't very helpful here.
 1.1.10.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.10.1 24-Feb-2014  tls file version was added on branch tls-maxphys on 2014-08-20 00:03:05 +0000
 1.1.6.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.1.6.1 24-Feb-2014  yamt file version was added on branch yamt-pagecache on 2014-05-22 11:39:51 +0000
 1.1.4.2 18-May-2014  rmind sync with head
 1.1.4.1 24-Feb-2014  rmind file version was added on branch rmind-smpnet on 2014-05-18 17:45:11 +0000
 1.1 24-Feb-2014  skrll branches: 1.1.4; 1.1.6; 1.1.10;
Rename NetBSD/hp700 to NetBSD/hppa.

Unfortunately our VCS isn't very helpful here.
 1.1.10.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.10.1 24-Feb-2014  tls file cons.c was added on branch tls-maxphys on 2014-08-20 00:03:05 +0000
 1.1.6.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.1.6.1 24-Feb-2014  yamt file cons.c was added on branch yamt-pagecache on 2014-05-22 11:39:51 +0000
 1.1.4.2 18-May-2014  rmind sync with head
 1.1.4.1 24-Feb-2014  rmind file cons.c was added on branch rmind-smpnet on 2014-05-18 17:45:11 +0000
 1.1 24-Feb-2014  skrll branches: 1.1.4; 1.1.6; 1.1.10;
Rename NetBSD/hp700 to NetBSD/hppa.

Unfortunately our VCS isn't very helpful here.
 1.1.10.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.10.1 24-Feb-2014  tls file ct.c was added on branch tls-maxphys on 2014-08-20 00:03:05 +0000
 1.1.6.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.1.6.1 24-Feb-2014  yamt file ct.c was added on branch yamt-pagecache on 2014-05-22 11:39:51 +0000
 1.1.4.2 18-May-2014  rmind sync with head
 1.1.4.1 24-Feb-2014  rmind file ct.c was added on branch rmind-smpnet on 2014-05-18 17:45:11 +0000
 1.2 26-Mar-2014  christos branches: 1.2.4; 1.2.6; 1.2.10;
kill sprintf
 1.1 24-Feb-2014  skrll Rename NetBSD/hp700 to NetBSD/hppa.

Unfortunately our VCS isn't very helpful here.
 1.2.10.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.2.10.1 26-Mar-2014  tls file dev_hppa.c was added on branch tls-maxphys on 2014-08-20 00:03:05 +0000
 1.2.6.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.6.1 26-Mar-2014  yamt file dev_hppa.c was added on branch yamt-pagecache on 2014-05-22 11:39:51 +0000
 1.2.4.2 18-May-2014  rmind sync with head
 1.2.4.1 26-Mar-2014  rmind file dev_hppa.c was added on branch rmind-smpnet on 2014-05-18 17:45:11 +0000
 1.1 24-Feb-2014  skrll branches: 1.1.4; 1.1.6; 1.1.10;
Rename NetBSD/hp700 to NetBSD/hppa.

Unfortunately our VCS isn't very helpful here.
 1.1.10.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.10.1 24-Feb-2014  tls file dev_hppa.h was added on branch tls-maxphys on 2014-08-20 00:03:05 +0000
 1.1.6.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.1.6.1 24-Feb-2014  yamt file dev_hppa.h was added on branch yamt-pagecache on 2014-05-22 11:39:51 +0000
 1.1.4.2 18-May-2014  rmind sync with head
 1.1.4.1 24-Feb-2014  rmind file dev_hppa.h was added on branch rmind-smpnet on 2014-05-18 17:45:11 +0000
 1.1 24-Feb-2014  skrll branches: 1.1.4; 1.1.6; 1.1.10;
Rename NetBSD/hp700 to NetBSD/hppa.

Unfortunately our VCS isn't very helpful here.
 1.1.10.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.10.1 24-Feb-2014  tls file dk.c was added on branch tls-maxphys on 2014-08-20 00:03:05 +0000
 1.1.6.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.1.6.1 24-Feb-2014  yamt file dk.c was added on branch yamt-pagecache on 2014-05-22 11:39:51 +0000
 1.1.4.2 18-May-2014  rmind sync with head
 1.1.4.1 24-Feb-2014  rmind file dk.c was added on branch rmind-smpnet on 2014-05-18 17:45:11 +0000
 1.1 24-Feb-2014  skrll branches: 1.1.4; 1.1.6; 1.1.10;
Rename NetBSD/hp700 to NetBSD/hppa.

Unfortunately our VCS isn't very helpful here.
 1.1.10.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.10.1 24-Feb-2014  tls file exec_hppa.c was added on branch tls-maxphys on 2014-08-20 00:03:05 +0000
 1.1.6.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.1.6.1 24-Feb-2014  yamt file exec_hppa.c was added on branch yamt-pagecache on 2014-05-22 11:39:51 +0000
 1.1.4.2 18-May-2014  rmind sync with head
 1.1.4.1 24-Feb-2014  rmind file exec_hppa.c was added on branch rmind-smpnet on 2014-05-18 17:45:11 +0000
 1.1 24-Feb-2014  skrll branches: 1.1.4; 1.1.6; 1.1.10;
Rename NetBSD/hp700 to NetBSD/hppa.

Unfortunately our VCS isn't very helpful here.
 1.1.10.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.10.1 24-Feb-2014  tls file exec_som.c was added on branch tls-maxphys on 2014-08-20 00:03:05 +0000
 1.1.6.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.1.6.1 24-Feb-2014  yamt file exec_som.c was added on branch yamt-pagecache on 2014-05-22 11:39:51 +0000
 1.1.4.2 18-May-2014  rmind sync with head
 1.1.4.1 24-Feb-2014  rmind file exec_som.c was added on branch rmind-smpnet on 2014-05-18 17:45:11 +0000
 1.1 24-Feb-2014  skrll branches: 1.1.4; 1.1.6; 1.1.10;
Rename NetBSD/hp700 to NetBSD/hppa.

Unfortunately our VCS isn't very helpful here.
 1.1.10.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.10.1 24-Feb-2014  tls file itecons.c was added on branch tls-maxphys on 2014-08-20 00:03:05 +0000
 1.1.6.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.1.6.1 24-Feb-2014  yamt file itecons.c was added on branch yamt-pagecache on 2014-05-22 11:39:51 +0000
 1.1.4.2 18-May-2014  rmind sync with head
 1.1.4.1 24-Feb-2014  rmind file itecons.c was added on branch rmind-smpnet on 2014-05-18 17:45:11 +0000
 1.1 24-Feb-2014  skrll branches: 1.1.4; 1.1.6; 1.1.10;
Rename NetBSD/hp700 to NetBSD/hppa.

Unfortunately our VCS isn't very helpful here.
 1.1.10.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.10.1 24-Feb-2014  tls file lf.c was added on branch tls-maxphys on 2014-08-20 00:03:05 +0000
 1.1.6.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.1.6.1 24-Feb-2014  yamt file lf.c was added on branch yamt-pagecache on 2014-05-22 11:39:51 +0000
 1.1.4.2 18-May-2014  rmind sync with head
 1.1.4.1 24-Feb-2014  rmind file lf.c was added on branch rmind-smpnet on 2014-05-18 17:45:11 +0000
 1.1 24-Feb-2014  skrll branches: 1.1.4; 1.1.6; 1.1.10;
Rename NetBSD/hp700 to NetBSD/hppa.

Unfortunately our VCS isn't very helpful here.
 1.1.10.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.10.1 24-Feb-2014  tls file libsa.h was added on branch tls-maxphys on 2014-08-20 00:03:05 +0000
 1.1.6.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.1.6.1 24-Feb-2014  yamt file libsa.h was added on branch yamt-pagecache on 2014-05-22 11:39:51 +0000
 1.1.4.2 18-May-2014  rmind sync with head
 1.1.4.1 24-Feb-2014  rmind file libsa.h was added on branch rmind-smpnet on 2014-05-18 17:45:11 +0000
 1.2 04-Sep-2018  riastradh Fix some min/max -> uimin/uimax stragglers.

Confirmed by the 2018-09-04T04:40Z autobuild.
 1.1 24-Feb-2014  skrll branches: 1.1.4; 1.1.6; 1.1.10; 1.1.34; 1.1.36;
Rename NetBSD/hp700 to NetBSD/hppa.

Unfortunately our VCS isn't very helpful here.
 1.1.36.1 10-Jun-2019  christos Sync with HEAD
 1.1.34.1 06-Sep-2018  pgoyette Sync with HEAD

Resolve a couple of conflicts (result of the uimin/uimax changes)
 1.1.10.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.10.1 24-Feb-2014  tls file lif.c was added on branch tls-maxphys on 2014-08-20 00:03:05 +0000
 1.1.6.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.1.6.1 24-Feb-2014  yamt file lif.c was added on branch yamt-pagecache on 2014-05-22 11:39:51 +0000
 1.1.4.2 18-May-2014  rmind sync with head
 1.1.4.1 24-Feb-2014  rmind file lif.c was added on branch rmind-smpnet on 2014-05-18 17:45:11 +0000
 1.1 24-Feb-2014  skrll branches: 1.1.4; 1.1.6; 1.1.10;
Rename NetBSD/hp700 to NetBSD/hppa.

Unfortunately our VCS isn't very helpful here.
 1.1.10.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.10.1 24-Feb-2014  tls file machdep.c was added on branch tls-maxphys on 2014-08-20 00:03:05 +0000
 1.1.6.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.1.6.1 24-Feb-2014  yamt file machdep.c was added on branch yamt-pagecache on 2014-05-22 11:39:51 +0000
 1.1.4.2 18-May-2014  rmind sync with head
 1.1.4.1 24-Feb-2014  rmind file machdep.c was added on branch rmind-smpnet on 2014-05-18 17:45:11 +0000
 1.1 24-Feb-2014  skrll branches: 1.1.4; 1.1.6; 1.1.10;
Rename NetBSD/hp700 to NetBSD/hppa.

Unfortunately our VCS isn't very helpful here.
 1.1.10.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.10.1 24-Feb-2014  tls file milli_tiny.S was added on branch tls-maxphys on 2014-08-20 00:03:05 +0000
 1.1.6.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.1.6.1 24-Feb-2014  yamt file milli_tiny.S was added on branch yamt-pagecache on 2014-05-22 11:39:51 +0000
 1.1.4.2 18-May-2014  rmind sync with head
 1.1.4.1 24-Feb-2014  rmind file milli_tiny.S was added on branch rmind-smpnet on 2014-05-18 17:45:11 +0000
 1.4 08-Jan-2019  christos no need for <machine/param.h>
 1.3 08-Jan-2019  christos Include <sys/param.h> for DEV_BSIZE/DEV_BSHIFT
 1.2 05-Sep-2018  riastradh One more min->uimin straggler confirmed by 201809042300Z autobuild.
 1.1 24-Feb-2014  skrll branches: 1.1.4; 1.1.6; 1.1.10; 1.1.34; 1.1.36;
Rename NetBSD/hp700 to NetBSD/hppa.

Unfortunately our VCS isn't very helpful here.
 1.1.36.1 10-Jun-2019  christos Sync with HEAD
 1.1.34.2 18-Jan-2019  pgoyette Synch with HEAD
 1.1.34.1 06-Sep-2018  pgoyette Sync with HEAD

Resolve a couple of conflicts (result of the uimin/uimax changes)
 1.1.10.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.10.1 24-Feb-2014  tls file pdc.c was added on branch tls-maxphys on 2014-08-20 00:03:05 +0000
 1.1.6.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.1.6.1 24-Feb-2014  yamt file pdc.c was added on branch yamt-pagecache on 2014-05-22 11:39:51 +0000
 1.1.4.2 18-May-2014  rmind sync with head
 1.1.4.1 24-Feb-2014  rmind file pdc.c was added on branch rmind-smpnet on 2014-05-18 17:45:11 +0000
 1.1 24-Feb-2014  skrll branches: 1.1.4; 1.1.6; 1.1.10;
Rename NetBSD/hp700 to NetBSD/hppa.

Unfortunately our VCS isn't very helpful here.
 1.1.10.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.10.1 24-Feb-2014  tls file srt0.S was added on branch tls-maxphys on 2014-08-20 00:03:05 +0000
 1.1.6.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.1.6.1 24-Feb-2014  yamt file srt0.S was added on branch yamt-pagecache on 2014-05-22 11:39:51 +0000
 1.1.4.2 18-May-2014  rmind sync with head
 1.1.4.1 24-Feb-2014  rmind file srt0.S was added on branch rmind-smpnet on 2014-05-18 17:45:11 +0000
 1.1 24-Feb-2014  skrll branches: 1.1.4; 1.1.6; 1.1.10;
Rename NetBSD/hp700 to NetBSD/hppa.

Unfortunately our VCS isn't very helpful here.
 1.1.10.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.10.1 24-Feb-2014  tls file time.c was added on branch tls-maxphys on 2014-08-20 00:03:05 +0000
 1.1.6.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.1.6.1 24-Feb-2014  yamt file time.c was added on branch yamt-pagecache on 2014-05-22 11:39:51 +0000
 1.1.4.2 18-May-2014  rmind sync with head
 1.1.4.1 24-Feb-2014  rmind file time.c was added on branch rmind-smpnet on 2014-05-18 17:45:11 +0000
 1.1 24-Feb-2014  skrll branches: 1.1.4; 1.1.6; 1.1.10;
Rename NetBSD/hp700 to NetBSD/hppa.

Unfortunately our VCS isn't very helpful here.
 1.1.10.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.10.1 24-Feb-2014  tls file Makefile was added on branch tls-maxphys on 2014-08-20 00:03:05 +0000
 1.1.6.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.1.6.1 24-Feb-2014  yamt file Makefile was added on branch yamt-pagecache on 2014-05-22 11:39:51 +0000
 1.1.4.2 18-May-2014  rmind sync with head
 1.1.4.1 24-Feb-2014  rmind file Makefile was added on branch rmind-smpnet on 2014-05-18 17:45:11 +0000
 1.5 31-Oct-2024  gutteridge mkboot.c: ensure all functions are declared

Addresses build failure issue on current Linux distros that have a GCC
with implicit-function-declaration baked in as an error. Use be32toh(3)
instead of ntohl(3), seems to make more sense stylistically. Build
tested on Fedora 40.

Issue reported by Jan-Benedict Glaw. Also relevant to PR lib/58674.
 1.4 20-Mar-2024  christos branches: 1.4.2;
remove extra stat (Jan-Benedict Glaw)
 1.3 08-Feb-2024  christos PR/57911: Jan-Benedict Glaw: Allow to set repro timestamp (and use it)
 1.2 21-Jan-2016  christos branches: 1.2.48;
PR/50684: David Binderman: Fix memory leak
 1.1 24-Feb-2014  skrll branches: 1.1.4; 1.1.6; 1.1.10; 1.1.12;
Rename NetBSD/hp700 to NetBSD/hppa.

Unfortunately our VCS isn't very helpful here.
 1.1.12.1 19-Mar-2016  skrll Sync with HEAD
 1.1.10.3 03-Dec-2017  jdolecek update from HEAD
 1.1.10.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.10.1 24-Feb-2014  tls file mkboot.c was added on branch tls-maxphys on 2014-08-20 00:03:05 +0000
 1.1.6.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.1.6.1 24-Feb-2014  yamt file mkboot.c was added on branch yamt-pagecache on 2014-05-22 11:39:51 +0000
 1.1.4.2 18-May-2014  rmind sync with head
 1.1.4.1 24-Feb-2014  rmind file mkboot.c was added on branch rmind-smpnet on 2014-05-18 17:45:11 +0000
 1.2.48.1 15-Dec-2024  martin Pull up following revision(s) (requested by gutteridge in ticket #1019):

sys/arch/hppa/stand/mkboot/mkboot.c: revision 1.5
sys/arch/powerpc/stand/mkbootimage/mkbootimage.c: revision 1.21
usr.bin/elf2aout/elf2aout.c: revision 1.25

mkboot.c: ensure all functions are declared

Addresses build failure issue on current Linux distros that have a GCC
with implicit-function-declaration baked in as an error. Use be32toh(3)
instead of ntohl(3), seems to make more sense stylistically. Build
tested on Fedora 40.

Issue reported by Jan-Benedict Glaw. Also relevant to PR lib/58674.


elf2aout.c: switch to use htobe32(3)

As discussed on tech-toolchain. Tested with virt68k tools build on
Fedora 40. (Relevant to PR lib/58674.)


mkbootimage.c: consistently use sa_htobe32(2)

There were 38 calls to sa_htobe32(2) and two to htonl(3), mixed even
within the same function, with arpa/inet.h not included. (It's unclear
why this varied, as the original version of this file first checked in
included this discrepancy.)

Addresses build failure issue on current Linux distros that have a GCC
with implicit-function-declaration baked in as an error. Build tested
on Fedora 40.

Issue reported by Jan-Benedict Glaw. Also relevant to PR lib/58674.
 1.4.2.1 02-Aug-2025  perseant Sync with HEAD
 1.6 29-Apr-2024  skrll Whitespace
 1.5 29-Apr-2024  skrll Ensure a user specified DBG isn't used for xxboot.
 1.4 13-Jan-2023  martin Avoid 64bit math in the hppa first stage bootloader. Ok chs@
 1.3 13-Nov-2018  skrll branches: 1.3.30;
Apply -fno-delete-null-pointer-checks so PAGE0 is handled correctly

netinstall.lif works again
 1.2 21-Feb-2016  christos branches: 1.2.16; 1.2.18;
move the NODEBUG to the boot blocks only.
 1.1 24-Feb-2014  skrll branches: 1.1.4; 1.1.6; 1.1.10; 1.1.12;
Rename NetBSD/hp700 to NetBSD/hppa.

Unfortunately our VCS isn't very helpful here.
 1.1.12.1 19-Mar-2016  skrll Sync with HEAD
 1.1.10.3 03-Dec-2017  jdolecek update from HEAD
 1.1.10.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.10.1 24-Feb-2014  tls file Makefile was added on branch tls-maxphys on 2014-08-20 00:03:05 +0000
 1.1.6.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.1.6.1 24-Feb-2014  yamt file Makefile was added on branch yamt-pagecache on 2014-05-22 11:39:51 +0000
 1.1.4.2 18-May-2014  rmind sync with head
 1.1.4.1 24-Feb-2014  rmind file Makefile was added on branch rmind-smpnet on 2014-05-18 17:45:11 +0000
 1.2.18.1 10-Jun-2019  christos Sync with HEAD
 1.2.16.1 26-Nov-2018  pgoyette Sync with HEAD, resolve a couple of conflicts
 1.3.30.1 15-May-2023  martin Pull up following revision(s) (requested by chs in ticket #168):

sys/sys/types.h: revision 1.106
sys/arch/hppa/stand/xxboot/Makefile: revision 1.4

Avoid 64bit math in the hppa first stage bootloader. Ok chs@
 1.1 24-Feb-2014  skrll branches: 1.1.4; 1.1.6; 1.1.10;
Rename NetBSD/hp700 to NetBSD/hppa.

Unfortunately our VCS isn't very helpful here.
 1.1.10.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.10.1 24-Feb-2014  tls file README.ipl was added on branch tls-maxphys on 2014-08-20 00:03:05 +0000
 1.1.6.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.1.6.1 24-Feb-2014  yamt file README.ipl was added on branch yamt-pagecache on 2014-05-22 11:39:51 +0000
 1.1.4.2 18-May-2014  rmind sync with head
 1.1.4.1 24-Feb-2014  rmind file README.ipl was added on branch rmind-smpnet on 2014-05-18 17:45:11 +0000
 1.2 13-Dec-2015  christos PR/50532: David Binderman: Add missing fclose.
 1.1 24-Feb-2014  skrll branches: 1.1.4; 1.1.6; 1.1.10; 1.1.12;
Rename NetBSD/hp700 to NetBSD/hppa.

Unfortunately our VCS isn't very helpful here.
 1.1.12.1 27-Dec-2015  skrll Sync with HEAD (as of 26th Dec)
 1.1.10.3 03-Dec-2017  jdolecek update from HEAD
 1.1.10.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.10.1 24-Feb-2014  tls file iplsum.c was added on branch tls-maxphys on 2014-08-20 00:03:05 +0000
 1.1.6.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.1.6.1 24-Feb-2014  yamt file iplsum.c was added on branch yamt-pagecache on 2014-05-22 11:39:51 +0000
 1.1.4.2 18-May-2014  rmind sync with head
 1.1.4.1 24-Feb-2014  rmind file iplsum.c was added on branch rmind-smpnet on 2014-05-18 17:45:11 +0000
 1.1 24-Feb-2014  skrll branches: 1.1.4; 1.1.6; 1.1.10;
Rename NetBSD/hp700 to NetBSD/hppa.

Unfortunately our VCS isn't very helpful here.
 1.1.10.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.10.1 24-Feb-2014  tls file main.c was added on branch tls-maxphys on 2014-08-20 00:03:05 +0000
 1.1.6.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.1.6.1 24-Feb-2014  yamt file main.c was added on branch yamt-pagecache on 2014-05-22 11:39:51 +0000
 1.1.4.2 18-May-2014  rmind sync with head
 1.1.4.1 24-Feb-2014  rmind file main.c was added on branch rmind-smpnet on 2014-05-18 17:45:11 +0000
 1.1 24-Feb-2014  skrll branches: 1.1.4; 1.1.6; 1.1.10;
Rename NetBSD/hp700 to NetBSD/hppa.

Unfortunately our VCS isn't very helpful here.
 1.1.10.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.10.1 24-Feb-2014  tls file readufs.c was added on branch tls-maxphys on 2014-08-20 00:03:05 +0000
 1.1.6.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.1.6.1 24-Feb-2014  yamt file readufs.c was added on branch yamt-pagecache on 2014-05-22 11:39:51 +0000
 1.1.4.2 18-May-2014  rmind sync with head
 1.1.4.1 24-Feb-2014  rmind file readufs.c was added on branch rmind-smpnet on 2014-05-18 17:45:11 +0000
 1.3 23-Aug-2015  dholland Sync lfs changes with the x68k version of this code.
 1.2 20-Aug-2015  christos minimal changes to get this to compile.
 1.1 24-Feb-2014  skrll branches: 1.1.4; 1.1.6; 1.1.10; 1.1.12;
Rename NetBSD/hp700 to NetBSD/hppa.

Unfortunately our VCS isn't very helpful here.
 1.1.12.1 22-Sep-2015  skrll Sync with HEAD
 1.1.10.3 03-Dec-2017  jdolecek update from HEAD
 1.1.10.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.10.1 24-Feb-2014  tls file readufs.h was added on branch tls-maxphys on 2014-08-20 00:03:05 +0000
 1.1.6.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.1.6.1 24-Feb-2014  yamt file readufs.h was added on branch yamt-pagecache on 2014-05-22 11:39:51 +0000
 1.1.4.2 18-May-2014  rmind sync with head
 1.1.4.1 24-Feb-2014  rmind file readufs.h was added on branch rmind-smpnet on 2014-05-18 17:45:11 +0000
 1.2 17-Nov-2022  chs Restore backward compatibility of UFS2 with previous NetBSD releases by
disabling support in UFS2 for extended attributes (including ACLs).
Add a new variant of UFS2 called "UFS2ea" that does support extended attributes.
Add new fsck_ffs operations "-c ea" and "-c no-ea" to convert file systems
from UFS2 to UFS2ea and vice-versa (both of which delete all existing extended
attributes in the process).
 1.1 24-Feb-2014  skrll branches: 1.1.4; 1.1.6; 1.1.10;
Rename NetBSD/hp700 to NetBSD/hppa.

Unfortunately our VCS isn't very helpful here.
 1.1.10.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.10.1 24-Feb-2014  tls file readufs_ffs.c was added on branch tls-maxphys on 2014-08-20 00:03:05 +0000
 1.1.6.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.1.6.1 24-Feb-2014  yamt file readufs_ffs.c was added on branch yamt-pagecache on 2014-05-22 11:39:51 +0000
 1.1.4.2 18-May-2014  rmind sync with head
 1.1.4.1 24-Feb-2014  rmind file readufs_ffs.c was added on branch rmind-smpnet on 2014-05-18 17:45:11 +0000
 1.3 20-Aug-2015  christos minimal changes to get this to compile.
 1.2 28-Jul-2015  christos fix build.
 1.1 24-Feb-2014  skrll branches: 1.1.4; 1.1.6; 1.1.10; 1.1.12;
Rename NetBSD/hp700 to NetBSD/hppa.

Unfortunately our VCS isn't very helpful here.
 1.1.12.1 22-Sep-2015  skrll Sync with HEAD
 1.1.10.3 03-Dec-2017  jdolecek update from HEAD
 1.1.10.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.10.1 24-Feb-2014  tls file readufs_lfs.c was added on branch tls-maxphys on 2014-08-20 00:03:05 +0000
 1.1.6.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.1.6.1 24-Feb-2014  yamt file readufs_lfs.c was added on branch yamt-pagecache on 2014-05-22 11:39:51 +0000
 1.1.4.2 18-May-2014  rmind sync with head
 1.1.4.1 24-Feb-2014  rmind file readufs_lfs.c was added on branch rmind-smpnet on 2014-05-18 17:45:11 +0000
 1.1 24-Feb-2014  skrll branches: 1.1.4; 1.1.6; 1.1.10;
Rename NetBSD/hp700 to NetBSD/hppa.

Unfortunately our VCS isn't very helpful here.
 1.1.10.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.10.1 24-Feb-2014  tls file start.S was added on branch tls-maxphys on 2014-08-20 00:03:05 +0000
 1.1.6.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.1.6.1 24-Feb-2014  yamt file start.S was added on branch yamt-pagecache on 2014-05-22 11:39:51 +0000
 1.1.4.2 18-May-2014  rmind sync with head
 1.1.4.1 24-Feb-2014  rmind file start.S was added on branch rmind-smpnet on 2014-05-18 17:45:11 +0000

RSS XML Feed