Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-09-18 | - pass the correct device to bios_getdisklabel(). | Federico G. Schwindt | |
- don't blindly return but check whether bios_getdisklabel() failed and act according. this fixes (at some extent) booting from a floppy if it wasn't inserted during floppyprobe(). toby@ ok. | |||
2003-09-16 | document extension support bitmap definition; requested by deraadt@. | Federico G. Schwindt | |
toby@ ok. | |||
2003-09-11 | handle case where bios EDD support only supports a subset; from fgsch, | Theo de Raadt | |
ok toby, and now tested for lots of machines | |||
2003-08-25 | rename struct dinode to ufs1_dinode. clears the namespace and makes | Ted Unangst | |
way for some future work. no function changes yet. help testing otto@ and markus@ | |||
2003-08-15 | no newline in errx; andrushock@korovino.net | Theo de Raadt | |
2003-08-11 | ansification and knf and protos | Theo de Raadt | |
2003-08-08 | let us call COMPAT_UFS dead | Theo de Raadt | |
2003-08-08 | ansi | Theo de Raadt | |
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-07 | Fix for PR 3177. | Tobias Weingartner | |
Diff from Otto Moerbeek <otto at drijf.net>, testing by same. Looked over, and other (outline testing) by me. | |||
2003-07-05 | do not make bad machine@ links | Theo de Raadt | |
2003-06-27 | Cleanup biosboot to remove uneeded 32-bit opcodes, initializations of | Tobias Weingartner | |
32-bit segment registers, and other things not really necessary. Cleanup some comments while there as well. Tweak blocktable to max size these changes allow us. This should help in shrinking the code some, making future changes easier. nate@ ok. | |||
2003-06-27 | Fix hang in EDD detection routine. | Tobias Weingartner | |
2003-06-06 | - section reorder | Jason McIntyre | |
- new sentence, new line - some macro fixes | |||
2003-06-04 | fix some 3/4 for toby | Theo de Raadt | |
2003-06-03 | three four kills | Michael Shalayeff | |
2003-06-03 | fix tree after mickey breakage | Theo de Raadt | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-06-01 | strcpy/strcat/sprintf removal in all bootblocks. various testing by | Theo de Raadt | |
various people. outside of some messy things in src/gnu, only one thing in the main tree now violates this rule: bind | |||
2003-05-31 | Unpeeing as pointed out by Dries Schellekens. | Tobias Weingartner | |
ok miod@ | |||
2003-05-31 | First lba support in /boot. Not complete lba boot support, but it's the | Tobias Weingartner | |
first step on the way there. Ok deraadt@, espie@, todd@, and others. | |||
2003-05-08 | EXAMPLE -> EXAMPLES in .Sh section, as per mdoc template. | Jason McIntyre | |
crunch stuff still needs a bit of work. | |||
2003-04-17 | there is no reason to keep both around. just rename | Michael Shalayeff | |
2003-04-17 | i386 ELF bootloader. developed with weingart@ | Dale Rahn | |
2003-02-07 | typos; | Jason McIntyre | |
2003-02-01 | typos; | Jason McIntyre | |
added .Fl to flags for boot_* ok deraadt@ | |||
2003-01-29 | typos; | Jason McIntyre | |
many tweaks by millert@ (thanks) thanks mpech@ for help with adduser(8) ok millert@ | |||
2003-01-17 | allow setting com baudrate up to 115200; req and testing by Sourabh Ladha ↵ | Michael Shalayeff | |
<ladha@mail.eecis.udel.edu> | |||
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. | |||
2002-09-16 | It's more convinient to spell convinient as ``convenient'', actually. | Miod Vallat | |
2002-08-28 | ancient file name in .file; from pbastos@rdc.puc-rio.br | Michael Shalayeff | |
2002-06-25 | and kill a now bogus comment | Michael Shalayeff | |
2002-06-25 | this monkey has not been a mbr for a couple of years already | Michael Shalayeff | |
2002-06-21 | Bump version to help distinquish new memory probe and fixes. | Tobias Weingartner | |
2002-06-20 | Fix 4GB memory probing and other memory probing issues. | Tobias Weingartner | |
Outstanding issue is with Compaq 16MB detection problem. ok deraadt@, and various people from the 'net. | |||
2002-06-10 | Maintain my sanity. | Tobias Weingartner | |
2002-05-03 | ptrdiff_t and size_t fixes. | Marc Espie | |
okay mickey@ | |||
2002-05-03 | no guarantee that ptrdiff_t is int and not long, so cast. | Marc Espie | |
ok mickey@ | |||
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller | |
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2002-03-12 | extraneous 'or'; from Sven Kirmess <sven.kirmess@gmx.net> | Michael Shalayeff | |
2002-03-01 | Change a config(8) reference to a more appropriate boot_config(8) reference. | Miod Vallat | |
2002-02-21 | Pasto. Ok mickey@ | Thierry Deval | |
2002-02-15 | fix the possible 4G overflow issues | Michael Shalayeff | |
2002-01-08 | Fix 16 vs. 32-bit mismatch. Solves the most common MBR hang. | Kjell Wooding | |
This is from Mickey's tree. I inadvertently committed it without his permission last time. ok mickey@ | |||
2001-12-15 | first i gave you one of the reasons it mmakes thing better. | Michael Shalayeff | |
second i did not see the final diff. third i never said you should commit this. fourth, 10x for running around offending lusers i'm trying to resolve their problems with. | |||
2001-12-15 | Fix a long-standing alignment bug by removing the 32-but call/return | Kjell Wooding | |
on Lchr. Notice Lmessage is using Lchr's return, and it has always been a 16-bit call. This should be the root of many (most?) of the Drive:0 Partition:3 hangs. tip o the hat to mickey, who fixed it without necessarily knowing it, and toby, who put the final nail in. gas sucks. | |||
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat | |
(Look ma, I might have broken the tree) | |||
2001-09-20 | grammar; from toby | Michael Shalayeff | |