Age | Commit message (Expand) | Author |
2018-02-28 | move to 6.3-beta | Theo de Raadt |
2017-08-20 | crank to 6.2-beta | Theo de Raadt |
2017-03-04 | crank to 6.1-beta | Theo de Raadt |
2016-11-06 | Do not create machine@ symlinks in obj as root during includes:, but | Theo Buehler |
2016-09-13 | crank bootloader version after .SUNW_ctf change | Jasper Lievisse Adriaanse |
2016-07-30 | Prep for relro: make sure it's off for any non-PIE stand/ program | Philip Guenther |
2016-05-11 | crank to 6.0-beta | Theo de Raadt |
2016-03-30 | for some time now mandoc has not required MLINKS to function | Jason McIntyre |
2016-03-14 | Change a bunch of (<blah> *)0 to NULL. | Kenneth R Westerback |
2015-12-19 | move to 5.9-beta | Theo de Raadt |
2015-09-14 | unify free(NULL,size) behaviour by allowing passing NULL | Sebastien Marie |
2015-09-11 | Build actual boot code with -D_STANDALONE so that we do not include userland | Miod Vallat |
2015-06-22 | document that boot.conf can contain comments; | Jason McIntyre |
2015-06-17 | crank to 5.8-beta | Theo de Raadt |
2015-03-23 | Fix buglet in previous ofdev change causing NFS boot to fail; found the hard | Miod Vallat |
2015-03-14 | Allow for multiple concurrent devopen() calls, and fill the .readdir member | Miod Vallat |
2015-01-01 | move to 5.7-beta | Theo de Raadt |
2014-11-19 | Add netudp.c here too for consistency, even though this code ends up not being | Miod Vallat |
2014-08-21 | Kill the remaining <netinet/in_systm.h> inclusion! | Martin Pieuchot |
2014-07-15 | crank to 5.6-beta | Theo de Raadt |
2014-07-13 | more hanging tabs | Jasper Lievisse Adriaanse |
2014-07-13 | ugly hanging tabs; ok jasper | Theo de Raadt |
2014-07-13 | No libsa putchar wanted here actually | Miod Vallat |
2014-07-13 | Needs getchar.c now | Miod Vallat |
2014-07-13 | move putchar() into libsa | Jasper Lievisse Adriaanse |
2014-07-12 | move getchar() into libsa where applicable | Jasper Lievisse Adriaanse |
2014-02-23 | remove a surplus ')' in disabled code | Jonathan Gray |
2014-01-12 | crank to 5.5beta | Theo de Raadt |
2013-12-28 | crank the version | Theo de Raadt |
2013-11-02 | oops, do install man pages on macppc... | Theo de Raadt |
2013-10-27 | build the manual pages on all architectures | Theo de Raadt |
2013-10-18 | Add a proper MANSUBDIR, to have manpages install in the proper directory. | Miod Vallat |
2013-10-14 | Add a boot(8) manual, issue reported by landry@ | Martin Pieuchot |
2013-07-16 | Don't use a non initialized variable and fix RCS Ids while here. | Martin Pieuchot |
2013-07-07 | move to 5.4-beta | Theo de Raadt |
2013-03-21 | Use MAXBSIZE for block io limit (same value, but MAXPHYS is strictly a | Theo de Raadt |
2013-03-21 | NBPG -> PAGE_SIZE, PGSHIFT -> PAGE_SHIFT, PGOFSET -> PAGE_MASK | Theo de Raadt |
2013-02-09 | ater -> after | Miod Vallat |
2013-01-31 | welcome to 5.3-BETA | Miod Vallat |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-10-14 | The msdos1mb file has not been used since we got newfs_msdos. | Theo de Raadt |
2012-09-02 | Allow bootblocks to build in PIE; joint effort with pascal | Theo de Raadt |
2012-08-21 | Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always be | Pascal Stumpf |
2012-06-20 | move to 5.2-beta | Theo de Raadt |
2012-01-11 | crank to 5.1-beta | Theo de Raadt |
2011-11-19 | Remove unused function forgotten during the switch to the interactive | Martin Pieuchot |
2011-11-19 | Rewrite the parsing of arguments given to the ofwboot and restore the | Martin Pieuchot |
2011-07-18 | take us to 5.0-beta | Theo de Raadt |
2011-07-08 | Unbreak macppc bootloader due to libz changes. | Dale Rahn |
2011-04-10 | Include <libkern.h> to get proper strrchr() prototype. | Miod Vallat |