Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-08-13 | remove unused include | Michael Shalayeff | |
more const | |||
1997-08-13 | print kernel arguments | Michael Shalayeff | |
1997-08-13 | getsecs() is in stand.h | Michael Shalayeff | |
move time_print() into libsa.h | |||
1997-08-13 | inline apm calls | Michael Shalayeff | |
1997-08-13 | inline calls | Michael Shalayeff | |
1997-08-13 | unused include | Michael Shalayeff | |
1997-08-13 | reuse ret code for both message and chr | Michael Shalayeff | |
some tab adjustment (4-pos tab is not good ;) | |||
1997-08-13 | typo | Niklas Hallqvist | |
1997-08-12 | poll BIOS as said in comment | Michael Shalayeff | |
1997-08-12 | _you_, hear?! never touch anything when doing commits! | Michael Shalayeff | |
1997-08-12 | revert to prev-cons behaviour | Michael Shalayeff | |
1997-08-12 | slite rewrite | Michael Shalayeff | |
set/print vars in a consistent (by niklas@) | |||
1997-08-12 | new cons | Michael Shalayeff | |
1997-08-12 | new cons | Michael Shalayeff | |
do no apm w/o one compiled int | |||
1997-08-12 | new cons | Michael Shalayeff | |
1997-08-12 | new cons | Michael Shalayeff | |
1997-08-12 | protos | Michael Shalayeff | |
1997-08-12 | new cons | Michael Shalayeff | |
do inline BIOS calls | |||
1997-08-12 | new, like dev/cninit.c+cons.c | Michael Shalayeff | |
1997-08-12 | who needs it? | Michael Shalayeff | |
1997-08-12 | inline biosd_rw | Michael Shalayeff | |
1997-08-12 | call BIOS inline (add struct EDD_cb into biosvar.h) | Michael Shalayeff | |
1997-08-12 | no more biosmem.S | Michael Shalayeff | |
1997-08-12 | better regs | Michael Shalayeff | |
1997-08-12 | move that inline | Michael Shalayeff | |
1997-08-12 | Removed unused vars. Added missing arg to bus_space_map. | Niklas Hallqvist | |
Reported by Berndt Josef Wulf <wulf@ping.net.au> | |||
1997-08-09 | The list of tcp/udp ports not to allocate dynamically is now | Todd C. Miller | |
a bitmask configurable via sysctl([38]). The default values have not changed. If one wants to change the list it should be done early on in /etc/rc. | |||
1997-08-09 | Fix boot message | Tobias Weingartner | |
1997-08-09 | SYN flood protection, by specifying | Angelos D. Keromytis | |
option TCPCOOKIE in the kernel config file. For very busy servers, consider raising the TCK_NFRIENDS value (it's currenly set to 16). Code originally from Matt Blaze and John Ioannidis. | |||
1997-08-08 | Sync up | Tobias Weingartner | |
1997-08-08 | Use the new bounds_check_with_label API. Add generic support for reading | Niklas Hallqvist | |
both little and big endian BSD disklabels. Add a specific hook to read such a big-endian disklabel as it is found on amiga (normally, however, amiga uses the native RDB format, which still is not supported). | |||
1997-08-08 | typo | Niklas Hallqvist | |
1997-08-08 | Change the bounds_check_with_label API to also take a cpu_disklabel | Niklas Hallqvist | |
reference for making transferral of meta-information possible from readdisklabel to bounds_check_with_label. The first (and maybe only) thing that will use this is the multi-disklabel-format code on the alpha where the labelsector is passed via cpu_disklabel so the label write-protection can work correctly no matter what label was found. Also use a new macro DKBAD to get at the dkbad field of the cpu_disklabel implementations that contain it. This too is for multi-disklabel architectures where the "bad" field can be inside a union. Use this macro as a means for a driver to check if an architecture supports dkbad constructs. Remove proto of bounds_check_with_label from all MD disklabel.h as it is in sys/disklabel.h. I have not been able to test the changes everywhere, if I break anything I apologize, and promise to fix it as soon as I become aware of it. | |||
1997-08-08 | Stab at fixing the locators.h mess, test! | Niklas Hallqvist | |
1997-08-08 | Add htobe32 and similar friends | Niklas Hallqvist | |
1997-08-08 | Temporary fix | Tobias Weingartner | |
1997-08-08 | More pedantic | Tobias Weingartner | |
1997-08-08 | Thanks Niklas (nuke push/pop) | Tobias Weingartner | |
1997-08-08 | Updated from GENERIC. | Jason Downs | |
1997-08-08 | Update GENERIC_SCSI3 from GENERIC and add tags. | Jason Downs | |
1997-08-08 | Missed these... | Jason Downs | |
1997-08-08 | Initialize hwreset. | Jason Downs | |
1997-08-08 | Initialize hwreset. | Jason Downs | |
1997-08-08 | Mostly sync to NetBSD-current 970804. | Jason Downs | |
GENERIC currently compiles and runs; some devices (isp) are not complete and not yet enabled. | |||
1997-08-08 | Initialize hwreset. | Jason Downs | |
1997-08-08 | Initialize hwreset. | Jason Downs | |
1997-08-08 | Initialize hwreset. | Jason Downs | |
1997-08-08 | Initialize hwreset. | Jason Downs | |
1997-08-08 | Mostly sync to NetBSD-current 970804 + tags. | Jason Downs | |