Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2001-09-17 | genassym changes | Theo de Raadt | |
2001-09-11 | remove acd references; millert@ ok. | Federico G. Schwindt | |
2001-09-03 | pretty this up | Theo de Raadt | |
2001-08-21 | 2nd rule of comitting fix | Michael Shalayeff | |
2001-08-20 | bump the version for new kbd probe; 10x for a reminder from fgsch@ | Michael Shalayeff | |
2001-08-18 | probe for ps2 model and check if kbd controller is present | Michael Shalayeff | |
for deciding on a20 method to use. based on csapuntz@'s info provided. | |||
2001-08-18 | Timeout non-functional KBC (e.g. when missing) and gate A20 using port 0x92 | Constantine Sapuntzakis | |
2001-07-15 | spelling | Peter Valchev | |
2001-06-29 | biosboot is more than 256 bytes for a while now | Michael Shalayeff | |
2001-05-06 | increase version since we've removed -b; per fgsch@'s suggestion | Michael Shalayeff | |
2001-05-02 | document boot options, i dunno what -b does so i just do not mention it anymore | Michael Shalayeff | |
2001-03-03 | Fix typo, "edx" -> "%edx", so that the %edx register is properly protected | Aaron Campbell | |
from clobbering; mickey@ ok. | |||
2001-01-16 | add timeout variable, alphabetize the var list; pointed out by Rob Francis ↵ | Michael Shalayeff | |
<rfrancis@slurb.com> | |||
2000-12-27 | better english and fix some spelling mistakes, Ok'd by aaron@ | Brad Smith | |
adjucent -> adjacent usefull -> useful | |||
2000-11-22 | s/stroul/strtoul/; spotted by brad@ | Michael Shalayeff | |
2000-11-18 | Add an example for boot -c. | Aaron Campbell | |
2000-11-18 | - Add an EXAMPLES section. I still haven't chosen a "standard" format. | Aaron Campbell | |
- Some more .Li usage. | |||
2000-11-18 | - "OpenBSD BOOT [x.xx]" -> ">> OpenBSD/i386 BOOT [x.xx]" to reflect reality. | Aaron Campbell | |
- As far as I know, there is no such thing as 9600 "baud". Change to "bps". - Split MLINKs in NAME section to separate lines as standard. - Many grammar/spelling fixups. - Remove hard sentence breaks. - Some other miscellaneous fixes. | |||
2000-11-13 | Address the i8042 keyboard controller registers as offsets from IO_KBD; from | Aaron Campbell | |
NetBSD. This will ease the pain when we bring in the pckbc MI keyboard driver to be used for wscons/i386 and wscons/alpha. | |||
2000-10-25 | some people may say that i suck | Michael Shalayeff | |
2000-10-25 | add pciprobe back into /boot. | Michael Shalayeff | |
it appears there are machines only equipped w/ real-mode pci bios. int time, we will benefit from this the other way around, -- we'll elliminate pci bios _calls_ in kernel instead. | |||
2000-10-19 | Increment version; deraadt@ ok. | Federico G. Schwindt | |
2000-10-19 | Pass SACFLAGS correctly so all files are compiled with -fpack-struct, | Federico G. Schwindt | |
fixing the help hang and making machine [boot|diskinfo|memory] working again. Closes PR #1435. Found by me, fix by mickey and i; deraadt@ ok. | |||
2000-10-18 | before sending a character check for DSR state. | Michael Shalayeff | |
from: Martin Portmann <map@infinitum.ch> | |||
2000-10-09 | pcibios kernel device is now doing this job | Michael Shalayeff | |
2000-10-09 | do not build debug libs (if enabled in mk.conf) | Michael Shalayeff | |
2000-08-07 | add a couple of examples, and generally elaborate more on the subject | Michael Shalayeff | |
2000-07-12 | typo | Theo de Raadt | |
2000-06-12 | Fix typo and mention valid tty values. | Todd C. Miller | |
2000-06-08 | bad mickey | Theo de Raadt | |
2000-06-08 | move cnspeed func and comspeed proto in places | Michael Shalayeff | |
2000-06-08 | MANSUBDIR is common for this whole dir | Michael Shalayeff | |
2000-05-30 | aout_ldsym, increase boot minor version | Michael Shalayeff | |
2000-05-26 | more portable manual pages | Theo de Raadt | |
2000-05-25 | cause traversal into arch & subdirectories for the purposes of manual page ↵ | Theo de Raadt | |
install... | |||
2000-05-25 | man subdir | Theo de Raadt | |
2000-03-05 | D not forget our memmap changes, ok mickey@ | Niklas Hallqvist | |
2000-02-18 | full support for a serial console. | Michael Shalayeff | |
iface addition: pass serial speed from /boot. tested on 4 /boot+kernel permutations. also, niklas@ said he likes it bugs: any printfs before cninit() will go to the default console, which is mon/kbd, but are usually only sorts of debugging messages (like bios_memmap load). | |||
2000-02-08 | evil typo; from Rusty Hunt <alaric@exoinc.com> | Michael Shalayeff | |
2000-01-29 | this makes some rough and tough calculations on apm | Michael Shalayeff | |
segment addresses, should be installed (some bioses do report weird values some times) | |||
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 | |