Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-30 | Now that errno.h and sys/errno.h are separate header files there is no | Todd C. Miller | |
need to use the -Derrno=errno workaround added when __errno() was introduced. OK deraadt@ | |||
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 | |
it is not valid in sh. | |||
2004-07-13 | errno changes, lib major version bumps, and general flag day | Marco S Hyman | |
To build you must: cd /usr/src && make obj && make includes cd lib/libc && make depend && make && NOMAN=1 sudo make install cd /usr/src && make build | |||
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 | |
ok millert@ | |||
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 | |
attack protection scheme, into gcc. This protection is enabled by default. It can be turned off by using the -fno-stack-protector flag. Code by Hiroaki Etoh (etoh at jp dot ibm dot com); work on openbsd-specific integration by fgsch@, deraadt@ and myself; tests by fgsch@, naddy@ and myself; beer drinking by myself. Please note that system upgrades with this new code will require a new libc and ld.so to be build and installed before the propolice-enabled compiler can be installed. | |||
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 | |
provide memory maps editing through the machine memory command. rearrange probing in machdep, so it provides less output, also giving a shot for apm to fix the memory maps. changes to kernel are minimal, only that is required due to the api version bits addition and such cosmetic changes. tested on all critical kernel,boot combinations; niklas@ ok | |||
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 | |
make machine link in a smart way, remove unused bits. | |||
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 | |
in mbr/Makefile will not be overridden (seems like nobody is using a serial console) | |||
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 | |
add to your config: bios0 at mainbus0 apm0 at mainbus0 # (if you are using APM) | |||
1997-08-13 | split off START into LINKADDR and LOADADDR (we will need reloctable boot) | Michael Shalayeff | |
BOOTREL as a linear address, not segment one more heap (; | |||
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 | |
no more explicit real<-->prot switching! fix 2.88 floppy drives..... kbd fixes coming soon! test it! | |||
1997-04-11 | Works with .gz kernels now | Tobias Weingartner | |
1997-04-05 | put gdt & idt in the separate file. | Michael Shalayeff | |
print trapno in dump_regs. no more NO_IDTR. | |||
1997-04-04 | dump regs w/ NMI (int 2) | Michael Shalayeff | |
more debugging is on the way | |||
1997-03-31 | commit all my mods to the last imported libsa stuff.... | Michael Shalayeff | |
including: - disklabel support; - better boot cmd line - smaller size (using some compilation switches ;) - no more relocations in /boot, it's loaded in the place; - better disk performance (maybe were already in there) - installboot -n does not require write perms for device - more debugs - missing parts in libsa (such as cd9660 and so) - i don't like 2 files for exec_i386 (sorry, toby, let's discuss maybe?) tricks and tails: - joined .text and .data (saves you a page) - prot mode switching still in biosboot (it's freezed for awhile) - biosdisk internals changed - biosdev is not passed propery to the kernel (i'll fix it soon) - sure i missed smth here to note (use the source, Luke!) | |||
1997-03-31 | Initial /boot stuff (from Mickey) | Tobias Weingartner | |