Age | Commit message (Expand) | Author |
2017-07-25 | change -Os to -Oz all around the tree | Robert Nagy |
2017-06-01 | Sync with amd64 and allow building the i386 bootstrap with clang: | Christian Weisgerber |
2016-11-06 | Do not create machine@ symlinks in obj as root during includes:, but | Theo Buehler |
2016-07-04 | DEBUGLIBS has been broken since the gcc4 switch, so delete it. CFLAGS | Philip Guenther |
2015-10-08 | After replacement alloca() with alloc(), out-of-heap happened when booting | YASUOKA Masahiko |
2015-09-18 | Remove support for building the boot blocks with DEBUGFLAGS=-D_TEST, which is | Miod Vallat |
2013-12-28 | Try to load entropy data from disk:/etc/random.seed, and additionally | Theo de Raadt |
2013-01-18 | Generate assym.h where we need it, instead of reaching around into other | Joel Sing |
2012-10-30 | Remove the now unused i386 libsa/libz Makefiles. | Joel Sing |
2012-08-29 | Kill all NOPIE and NOPIE_FLAGS in i386/stand, replacing them with -fno-pie | Pascal Stumpf |
2012-08-21 | Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always be | Pascal Stumpf |
2007-11-26 | few more dribbles of LIBKERN cleanup | Theo de Raadt |
2007-11-26 | More LIBKERN bits that go away | Theo de Raadt |
2005-12-30 | Now that errno.h and sys/errno.h are separate header files there is no | Todd C. Miller |
2005-07-30 | Add libkern and link it in after libz | Todd C. Miller |
2004-07-24 | Use '=' not '==' with test. While ksh accepts '==' as a synomym for '=', | Todd C. Miller |
2004-07-13 | errno changes, lib major version bumps, and general flag day | Marco S Hyman |
2003-08-08 | put COPTS in CFLAGS; idea from miod | Theo de Raadt |
2003-07-19 | don't specify the leading "/" in MANSUBDIR (otherwise "//" occurs) | David Krause |
2003-07-05 | do not make bad machine@ links | Theo de Raadt |
2003-04-17 | i386 ELF bootloader. developed with weingart@ | Dale Rahn |
2002-12-02 | Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stack | Miod Vallat |
2000-10-09 | do not build debug libs (if enabled in mk.conf) | Michael Shalayeff |
2000-06-08 | bad mickey | Theo de Raadt |
2000-02-08 | evil typo; from Rusty Hunt <alaric@exoinc.com> | Michael Shalayeff |
1999-08-25 | give better support to the bios memory maps. | Michael Shalayeff |
1999-08-12 | Use -Os, not -O2 | Todd C. Miller |
1998-06-11 | nice DEBUGFLAGS handling | Michael Shalayeff |
1998-05-28 | cleanup the Makefiles a bit. | Michael Shalayeff |
1998-05-25 | put support for test /boot environment back; some CLEANFILES and spaces | Michael Shalayeff |
1998-04-20 | no need for debug options by default, now that the bug is dead | Theo de Raadt |
1998-04-18 | i386 bootblocks that work for 2.3. A tale too long to tell | Theo de Raadt |
1998-03-18 | ${DEBUG} var propagation | Michael Shalayeff |
1998-03-11 | change CPPFLAGS= to CPPFLAGS+= - so that the definition of -DSERIAL | Thomas Graichen |
1997-10-25 | alloca needs frame pointer i guess | Michael Shalayeff |
1997-10-12 | BOOT_APM bye, bye | Michael Shalayeff |
1997-09-21 | support new boots | Michael Shalayeff |
1997-08-13 | split off START into LINKADDR and LOADADDR (we will need reloctable boot) | Michael Shalayeff |
1997-07-28 | generate assym.h | Michael Shalayeff |
1997-07-25 | no need for -Imachine now | Michael Shalayeff |
1997-07-17 | don't count on luser includes | Michael Shalayeff |
1997-06-30 | remove obj@ dependency again | kstailey |
1997-06-03 | Handle obj dirs the correct way. PR#172 -moj | Mats O Jansson |
1997-04-18 | use libs from correct paths | Michael Shalayeff |
1997-04-18 | no more 60k limit! | Michael Shalayeff |
1997-04-11 | Works with .gz kernels now | Tobias Weingartner |
1997-04-05 | put gdt & idt in the separate file. | Michael Shalayeff |
1997-04-04 | dump regs w/ NMI (int 2) | Michael Shalayeff |
1997-03-31 | commit all my mods to the last imported libsa stuff.... | Michael Shalayeff |
1997-03-31 | Initial /boot stuff (from Mickey) | Tobias Weingartner |