Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-10-03 | Add missing bzero(). | Hakan Olsson | |
1999-09-30 | Change extmem counter to include *all* extended memory segments. | Jason Downs | |
Obviously, the kernel does not (and can not) know where the ACPI and such pages are, since the boot -> kernel API does not support passing the information. This will stomp on them, once again, but we can NOT limit half the PCs in existance to only 64MB of RAM. Approved by deraadt. | |||
1999-09-23 | Typo fixes. | Alex Feldman | |
1999-09-15 | repairs | Michael Shalayeff | |
1999-09-15 | apply grammer fixes from pr#831; from kwesterback@home.com | Michael Shalayeff | |
although boot options (i.e. RB_* from the sys/reboot.h) should be described elsewhere. | |||
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 | |
1999-07-09 | MANSUBDIR | Theo de Raadt | |
1999-07-09 | Fixup for link | Tobias Weingartner | |
1999-07-09 | - remove all trailing whitespace | Aaron Campbell | |
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it... | |||
1999-07-08 | flesh out .Dt | Theo de Raadt | |
1999-07-08 | bye | Theo de Raadt | |
1999-07-08 | no man page! | Theo de Raadt | |
1999-07-08 | install into man8/arch subdirs | Theo de Raadt | |
1999-07-03 | remove redundant .Pp macros | Aaron Campbell | |
1999-07-02 | consistent .Dd usage; proper format is: .Dd Month DD, YYYY | Aaron Campbell | |
1999-05-23 | getopt(3) returns -1, not EOF | Aaron Campbell | |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell | |
is used instead; kwesterback@home.com | |||
1999-05-20 | fix some typos; kwesterback@home.com | Aaron Campbell | |
1999-05-16 | Cleanup xrefs under SEE ALSO. Specifically: | Alex Feldman | |
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries. | |||
1999-05-09 | provide suport for an apm data segemnt in the lower memory bios | Michael Shalayeff | |
data segment area, also calculate the apm segment lenghts. niklas@ - ok | |||
1999-02-14 | inherit DEBUGFLAGS form Makefile.inc | Michael Shalayeff | |
1999-01-31 | Fix clobbers so that GENERIC may compile with egcs. | Marc Espie | |
Historically, the documentation of extended asm was lacking, namely you should NOT specify the same register as an input, and a clobber. If the register is clobbered, it should be specified as an output as well, e.g., by linking input and output through the "number" notation. (Beware of lvalues, some local variables needed...) In older versions, up-to egcs1.1.1, the compiler did not even warn about it, but it was liable to output bad code. Newer egcs are pickier and simply refuse to swallow such code. | |||
1999-01-24 | The E801 probe has several problems. Disable for now. | Niklas Hallqvist | |
1999-01-24 | applied s/then/than/ from krw@tcn.net; even better grammar now | Michael Shalayeff | |
1998-12-16 | cast multipliers in boot record byte offset calculation to | Michael Shalayeff | |
off_t to avoid overflow for partitions starting at high cylinders. spotted and tested by WHS <wouters@cistron.nl>, 10x! | |||
1998-09-27 | some inline | Michael Shalayeff | |
1998-09-27 | #ifdef and if() debugging stuff | Michael Shalayeff | |
1998-09-25 | from Martin Fredriksson <martin@gbg.netman.se>: | Michael Shalayeff | |
clean NT bit in eflags after switching back into prot mode. solves bug in 2940UW and HP recent motherboards bios combination. some more flags should be set/clean at that point. leave that for later investigation. light optimize. | |||
1998-09-16 | fix comments | Michael Shalayeff | |
1998-09-07 | More man page fixes. Particularly fix uses of it's/its, affect/effect, | Aaron Campbell | |
then/than and such. Other miscellaneous problems fixed across these source files. | |||
1998-08-31 | better debug printfs | Michael Shalayeff | |
1998-08-18 | s/dec/dev/ | ryker | |
1998-07-20 | new exec framework | Michael Shalayeff | |
1998-07-13 | alloca() is in stand.h no | Michael Shalayeff | |
1998-07-11 | Roll-back previous commit; someone is working on getting all the boot* | Angelos D. Keromytis | |
pages make some sense. | |||
1998-07-11 | Rename boot.8 to boot-second-stage.8, so it's possible to get it | Angelos D. Keromytis | |
through man (it conflicted with the boot_$arch.8 page); wsimpson@greendragon.com | |||
1998-07-08 | reflect MI boot changes; remove dead time_print() prototype | Michael Shalayeff | |
1998-07-04 | add nop; fixes Kapok Computer AMI WinBIOS boot sector detection garbage | Theo de Raadt | |
1998-06-11 | nice DEBUGFLAGS handling | Michael Shalayeff | |
1998-06-11 | put missed changes that support booting from floppy (; | Michael Shalayeff | |
i applodgize for any inconvinience this memory hole caused to people. ps. i would like to know the snapshots schedule to issue extra testing cycles to ensure i did not forget anything. | |||
1998-06-09 | there is no such thing as dprintf'' | Michael Shalayeff | |
1998-06-08 | use named constatnts | Michael Shalayeff | |
1998-06-08 | typos | Michael Shalayeff | |
1998-05-30 | no math needed for cd9660 any more | Michael Shalayeff | |
1998-05-30 | kill the hack! | Michael Shalayeff | |
1998-05-30 | compile ctime.c | Michael Shalayeff | |
1998-05-28 | cleanup the Makefiles a bit. | Michael Shalayeff | |
make machine link in a smart way, remove unused bits. | |||
1998-05-27 | conditional LD definition | Michael Shalayeff | |
1998-05-25 | put support for test /boot environment back; some CLEANFILES and spaces | Michael Shalayeff | |