| History log of /src/sys/arch/x68k/stand/common |
| Revision | Date | Author | Comments |
| 1.2 | 21-Feb-2011 |
itohy | Cleanup my copyright notice.
|
| 1.1 | 27-Sep-2001 |
minoura | branches: 1.1.2; 1.1.6; 1.1.8; 1.1.152; 1.1.158; 1.1.160; libsa for the new bootloader of x68k port.
|
| 1.1.160.1 | 05-Mar-2011 |
bouyer | Sync with HEAD
|
| 1.1.158.1 | 06-Jun-2011 |
jruoho | Sync with HEAD.
|
| 1.1.152.1 | 05-Mar-2011 |
rmind | sync with head
|
| 1.1.8.2 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.1.8.1 | 27-Sep-2001 |
thorpej | file chkfmt.s was added on branch kqueue on 2002-01-10 19:50:31 +0000
|
| 1.1.6.2 | 27-Sep-2001 |
minoura | libsa for the new bootloader of x68k port.
|
| 1.1.6.1 | 27-Sep-2001 |
minoura | file chkfmt.s was added on branch nathanw_sa on 2001-09-27 10:03:28 +0000
|
| 1.1.2.2 | 01-Oct-2001 |
fvdl | Catch up with -current.
|
| 1.1.2.1 | 27-Sep-2001 |
fvdl | file chkfmt.s was added on branch thorpej-devvp on 2001-10-01 12:43:07 +0000
|
| 1.3 | 07-Jan-2024 |
isaki | TAB/space/indent cleanup.
|
| 1.2 | 27-Sep-2001 |
minoura | branches: 1.2.2; 1.2.6; 1.2.8; Make these compile with the old (a.out) toolchain.
|
| 1.1 | 27-Sep-2001 |
minoura | Initial commit of the new bootloader to support ELF kernel. It consists of two programs named boot_ufs and boot; the former reads the latter (an OMAGIC a.out). Boot now utilizes the libsa library to read the actual kernel.
- LFS code exists, but probobly does not work. - Currently the ELF toolchain is required. - Many features are missing.
|
| 1.2.8.2 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.2.8.1 | 27-Sep-2001 |
thorpej | file exec_image.S was added on branch kqueue on 2002-01-10 19:50:32 +0000
|
| 1.2.6.2 | 27-Sep-2001 |
minoura | Make these compile with the old (a.out) toolchain.
|
| 1.2.6.1 | 27-Sep-2001 |
minoura | file exec_image.S was added on branch nathanw_sa on 2001-09-27 14:08:29 +0000
|
| 1.2.2.2 | 01-Oct-2001 |
fvdl | Catch up with -current.
|
| 1.2.2.1 | 27-Sep-2001 |
fvdl | file exec_image.S was added on branch thorpej-devvp on 2001-10-01 12:43:08 +0000
|
| 1.1 | 27-Sep-2001 |
minoura | branches: 1.1.2; 1.1.6; 1.1.8; Initial commit of the new bootloader to support ELF kernel. It consists of two programs named boot_ufs and boot; the former reads the latter (an OMAGIC a.out). Boot now utilizes the libsa library to read the actual kernel.
- LFS code exists, but probobly does not work. - Currently the ELF toolchain is required. - Many features are missing.
|
| 1.1.8.2 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.1.8.1 | 27-Sep-2001 |
thorpej | file exec_image.h was added on branch kqueue on 2002-01-10 19:50:32 +0000
|
| 1.1.6.2 | 27-Sep-2001 |
minoura | Initial commit of the new bootloader to support ELF kernel. It consists of two programs named boot_ufs and boot; the former reads the latter (an OMAGIC a.out). Boot now utilizes the libsa library to read the actual kernel.
- LFS code exists, but probobly does not work. - Currently the ELF toolchain is required. - Many features are missing.
|
| 1.1.6.1 | 27-Sep-2001 |
minoura | file exec_image.h was added on branch nathanw_sa on 2001-09-27 10:14:51 +0000
|
| 1.1.2.2 | 01-Oct-2001 |
fvdl | Catch up with -current.
|
| 1.1.2.1 | 27-Sep-2001 |
fvdl | file exec_image.h was added on branch thorpej-devvp on 2001-10-01 12:43:08 +0000
|
| 1.6 | 14-Mar-2009 |
dsl | ANSIfy another 1261 function definitions. The only ones left in sys are beyond by sed script! (or in sys/dist or sys/external) Mostly they have function pointer parameters.
|
| 1.5 | 14-Mar-2009 |
dsl | 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.4 | 14-Mar-2009 |
dsl | Remove all the __P() from sys (excluding sys/dist) Diff checked with grep and MK1 eyeball. i386 and amd64 GENERIC and sys still build.
|
| 1.3 | 24-Dec-2005 |
perry | branches: 1.3.78; 1.3.86; 1.3.92; Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
|
| 1.2 | 10-Dec-2002 |
thorpej | branches: 1.2.22; Rename __LDPGSZ to AOUT_LDPGSZ, to accurately reflect what it is.
|
| 1.1 | 18-May-2002 |
isaki | branches: 1.1.4; 1.1.6; 1.1.8; Make ELF kernel loadable, by itohy-san.
|
| 1.1.8.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
| 1.1.8.1 | 18-May-2002 |
jdolecek | file exec_sub.c was added on branch kqueue on 2002-06-23 17:43:22 +0000
|
| 1.1.6.3 | 11-Dec-2002 |
thorpej | Sync with HEAD.
|
| 1.1.6.2 | 20-Jun-2002 |
nathanw | Catch up to -current.
|
| 1.1.6.1 | 18-May-2002 |
nathanw | file exec_sub.c was added on branch nathanw_sa on 2002-06-20 03:42:34 +0000
|
| 1.1.4.2 | 30-May-2002 |
gehenna | Catch up with -current.
|
| 1.1.4.1 | 18-May-2002 |
gehenna | file exec_sub.c was added on branch gehenna-devsw on 2002-05-30 15:36:38 +0000
|
| 1.2.22.1 | 21-Jun-2006 |
yamt | sync with head.
|
| 1.3.92.1 | 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
| 1.3.86.1 | 28-Apr-2009 |
skrll | Sync with HEAD.
|
| 1.3.78.1 | 04-May-2009 |
yamt | sync with head.
|
| 1.4 | 21-Feb-2011 |
itohy | Cleanup my copyright notice.
|
| 1.3 | 18-May-2002 |
isaki | branches: 1.3.136; 1.3.142; 1.3.144; Make ELF kernel loadable, by itohy-san.
|
| 1.2 | 12-Jun-2001 |
minoura | branches: 1.2.2; 1.2.8; 1.2.16; Another steps for ELF. - register prefix - machine/asm.h - deprecated -T option for ld(1)
|
| 1.1 | 01-Sep-1998 |
itohy | branches: 1.1.26; Files used in common.
|
| 1.1.26.1 | 21-Jun-2001 |
nathanw | Catch up to -current.
|
| 1.2.16.1 | 30-May-2002 |
gehenna | Catch up with -current.
|
| 1.2.8.2 | 20-Jun-2002 |
nathanw | Catch up to -current.
|
| 1.2.8.1 | 12-Jun-2001 |
nathanw | file execkern.S was added on branch nathanw_sa on 2002-06-20 03:42:34 +0000
|
| 1.2.2.1 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
| 1.3.144.1 | 05-Mar-2011 |
bouyer | Sync with HEAD
|
| 1.3.142.1 | 06-Jun-2011 |
jruoho | Sync with HEAD.
|
| 1.3.136.1 | 05-Mar-2011 |
rmind | sync with head
|
| 1.5 | 21-Feb-2011 |
itohy | Cleanup my copyright notice.
|
| 1.4 | 14-Mar-2009 |
dsl | branches: 1.4.4; 1.4.6; 1.4.8; Remove all the __P() from sys (excluding sys/dist) Diff checked with grep and MK1 eyeball. i386 and amd64 GENERIC and sys still build.
|
| 1.3 | 24-Dec-2007 |
perry | branches: 1.3.10; 1.3.18; 1.3.24; Remove __attribute__((__noreturn__)) from things already marked __dead Found by the department of redundancy department.
|
| 1.2 | 18-May-2002 |
isaki | branches: 1.2.24; 1.2.86; 1.2.96; 1.2.100; Make ELF kernel loadable, by itohy-san.
|
| 1.1 | 01-Sep-1998 |
itohy | branches: 1.1.28; 1.1.32; 1.1.40; Files used in common.
|
| 1.1.40.1 | 30-May-2002 |
gehenna | Catch up with -current.
|
| 1.1.32.1 | 20-Jun-2002 |
nathanw | Catch up to -current.
|
| 1.1.28.1 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
| 1.2.100.1 | 02-Jan-2008 |
bouyer | Sync with HEAD
|
| 1.2.96.1 | 26-Dec-2007 |
ad | Sync with head.
|
| 1.2.86.1 | 09-Jan-2008 |
matt | sync with HEAD
|
| 1.2.24.1 | 21-Jan-2008 |
yamt | sync with head
|
| 1.3.24.1 | 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
| 1.3.18.1 | 28-Apr-2009 |
skrll | Sync with HEAD.
|
| 1.3.10.1 | 04-May-2009 |
yamt | sync with head.
|
| 1.4.8.1 | 05-Mar-2011 |
bouyer | Sync with HEAD
|
| 1.4.6.1 | 06-Jun-2011 |
jruoho | Sync with HEAD.
|
| 1.4.4.1 | 05-Mar-2011 |
rmind | sync with head
|
| 1.4 | 07-Jan-2024 |
isaki | TAB/space/indent cleanup.
|
| 1.3 | 21-Feb-2011 |
itohy | Cleanup my copyright notice.
|
| 1.2 | 11-Nov-1999 |
itohy | branches: 1.2.156; 1.2.162; 1.2.164; Make it build on ELF toolchain.
|
| 1.1 | 01-Sep-1998 |
itohy | branches: 1.1.14; 1.1.16; 1.1.20; Files used in common.
|
| 1.1.20.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
| 1.1.16.1 | 15-Nov-1999 |
fvdl | Sync with -current
|
| 1.1.14.1 | 20-Nov-2000 |
bouyer | Update thorpej_scsipi to -current as of a month ago A i386 GENERIC kernel compiles without the siop, ahc and bha drivers (will be updated later). i386 IDE/ATAPI and ncr work, as well as sparc/esp_sbus. alpha should work as well (untested yet). siop, ahc and bha will be updated once I've updated the branch to current -current, as well as machine-dependant code.
|
| 1.2.164.1 | 05-Mar-2011 |
bouyer | Sync with HEAD
|
| 1.2.162.1 | 06-Jun-2011 |
jruoho | Sync with HEAD.
|
| 1.2.156.1 | 05-Mar-2011 |
rmind | sync with head
|
| 1.5 | 21-Feb-2011 |
itohy | Cleanup my copyright notice.
|
| 1.4 | 14-Mar-2009 |
dsl | branches: 1.4.4; 1.4.6; 1.4.8; ANSIfy another 1261 function definitions. The only ones left in sys are beyond by sed script! (or in sys/dist or sys/external) Mostly they have function pointer parameters.
|
| 1.3 | 14-Mar-2009 |
dsl | 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 | 14-Mar-2009 |
dsl | Remove all the __P() from sys (excluding sys/dist) Diff checked with grep and MK1 eyeball. i386 and amd64 GENERIC and sys still build.
|
| 1.1 | 01-Sep-1998 |
itohy | branches: 1.1.154; 1.1.162; 1.1.168; Files used in common.
|
| 1.1.168.1 | 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
| 1.1.162.1 | 28-Apr-2009 |
skrll | Sync with HEAD.
|
| 1.1.154.1 | 04-May-2009 |
yamt | sync with head.
|
| 1.4.8.1 | 05-Mar-2011 |
bouyer | Sync with HEAD
|
| 1.4.6.1 | 06-Jun-2011 |
jruoho | Sync with HEAD.
|
| 1.4.4.1 | 05-Mar-2011 |
rmind | sync with head
|
| 1.3 | 21-Feb-2011 |
itohy | Cleanup my copyright notice.
|
| 1.2 | 14-Mar-2009 |
dsl | branches: 1.2.4; 1.2.6; 1.2.8; Remove all the __P() from sys (excluding sys/dist) Diff checked with grep and MK1 eyeball. i386 and amd64 GENERIC and sys still build.
|
| 1.1 | 01-Sep-1998 |
itohy | branches: 1.1.154; 1.1.162; 1.1.168; Files used in common.
|
| 1.1.168.1 | 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
| 1.1.162.1 | 28-Apr-2009 |
skrll | Sync with HEAD.
|
| 1.1.154.1 | 04-May-2009 |
yamt | sync with head.
|
| 1.2.8.1 | 05-Mar-2011 |
bouyer | Sync with HEAD
|
| 1.2.6.1 | 06-Jun-2011 |
jruoho | Sync with HEAD.
|
| 1.2.4.1 | 05-Mar-2011 |
rmind | sync with head
|