History log of /src/sys/arch/mipsco/stand/installboot |
Revision | Date | Author | Comments |
1.3 | 03-Jun-2023 |
lukem | bsd.own.mk: rename to CC_WNO_ADDRESS_OF_PACKED_MEMBER
Provide a single variable CC_WNO_ADDRESS_OF_PACKED_MEMBER with options for both clang and gcc, to replace CLANG_NO_ADDR_OF_PACKED_MEMBER CC_NO_ADDR_OF_PACKED_MEMBER GCC_NO_ADDR_OF_PACKED_MEMBER
Using the convention CC_compilerflag, where compilerflag is based on the full compiler flag name.
|
1.2 | 07-Sep-2020 |
mrg | apply some GCC_NO_ADDR_OF_PACKED_MEMBER.
|
1.1 | 26-Sep-2000 |
wdk | branches: 1.1.2; Much needed installboot utility. Manual page to follow.
Builds and installs from stand directories, but untested from higher level makefiles.
|
1.1.2.2 | 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.1.2.1 | 26-Sep-2000 |
bouyer | file Makefile was added on branch thorpej_scsipi on 2000-11-20 20:14:14 +0000
|
1.10 | 21-Jan-2016 |
christos | PR/50683: David Binderman: Fix memory leak.
|
1.9 | 27-Jun-2013 |
christos | branches: 1.9.10; free boot_code http://M00nBSD.net/ae123a9bae03f7dde5c6d654412daf5a.html
|
1.8 | 18-Mar-2009 |
cegger | branches: 1.8.12; 1.8.22; Ansify function definitions w/o arguments. Generated with sed.
|
1.7 | 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.6 | 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.5 | 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.4 | 28-Apr-2008 |
martin | branches: 1.4.8; 1.4.14; Remove clause 3 and 4 from TNF licenses
|
1.3 | 08-Jul-2001 |
wdk | branches: 1.3.8; 1.3.126; 1.3.128; 1.3.130; change b*() -> mem*()
|
1.2 | 20-Feb-2001 |
cgd | use getprogname()
|
1.1 | 26-Sep-2000 |
wdk | branches: 1.1.2; Much needed installboot utility. Manual page to follow.
Builds and installs from stand directories, but untested from higher level makefiles.
|
1.1.2.3 | 12-Mar-2001 |
bouyer | Sync with HEAD.
|
1.1.2.2 | 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.1.2.1 | 26-Sep-2000 |
bouyer | file installboot.c was added on branch thorpej_scsipi on 2000-11-20 20:14:14 +0000
|
1.3.130.2 | 04-May-2009 |
yamt | sync with head.
|
1.3.130.1 | 16-May-2008 |
yamt | sync with head.
|
1.3.128.1 | 18-May-2008 |
yamt | sync with head.
|
1.3.126.1 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.3.8.2 | 08-Jul-2001 |
wdk | change b*() -> mem*()
|
1.3.8.1 | 08-Jul-2001 |
wdk | file installboot.c was added on branch nathanw_sa on 2001-07-08 04:25:38 +0000
|
1.4.14.1 | 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
1.4.8.1 | 28-Apr-2009 |
skrll | Sync with HEAD.
|
1.8.22.2 | 03-Dec-2017 |
jdolecek | update from HEAD
|
1.8.22.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.8.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.9.10.1 | 19-Mar-2016 |
skrll | Sync with HEAD
|