Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-09-17 | Double default NMBCLUSTERS, they're too small for modern networks. | Jason Downs | |
1997-09-16 | no need to include sys/ioccom.h; guy@netapp.com | Theo de Raadt | |
1997-09-11 | toast BDB; netbsd | Theo de Raadt | |
1997-09-08 | Bug: fixed bits around in %cr4. | dm | |
1997-09-07 | fill text on align with nop, not 0 | Michael Shalayeff | |
1997-09-05 | add full defines for %cr4 bits and cpu_feature bits (names match freebsd | chuck | |
and intel docs) | |||
1997-09-04 | add invlpg and %cr4 read/write | chuck | |
1997-09-04 | support boot API version number | Michael Shalayeff | |
1997-09-03 | 2nd part of pretty "machine diskinfo" | Tobias Weingartner | |
1997-08-30 | wrong namespace! | Theo de Raadt | |
1997-08-29 | multi-include protection | Michael Shalayeff | |
1997-08-29 | define DOSACTIVE for bootable partition | Michael Shalayeff | |
1997-08-29 | s/XXX/__MBR_XXX/ and undef it after use | Michael Shalayeff | |
1997-08-29 | undef XXX after use | Michael Shalayeff | |
1997-08-29 | add struct dos_mbr | Michael Shalayeff | |
1997-08-27 | add get OS features support vector, as per SCO OS 5.0 | Michael Shalayeff | |
1997-08-26 | and considering text segments are normally not even going to hit swap | Theo de Raadt | |
1997-08-26 | come on, let people run useful sized software! | Theo de Raadt | |
1997-08-26 | reasonably useful data size | Theo de Raadt | |
1997-08-22 | use words for apm functions | Michael Shalayeff | |
define struct of bios/boot vars to be passed to kernel | |||
1997-08-16 | Bug. | dm | |
1997-08-12 | call BIOS inline (add struct EDD_cb into biosvar.h) | Michael Shalayeff | |
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-07 | RCS tag + KNF | Niklas Hallqvist | |
1997-08-07 | RCS tag | Niklas Hallqvist | |
1997-08-07 | right DOINT for C | Michael Shalayeff | |
1997-08-05 | kentry proto is in the libsa.h | Michael Shalayeff | |
change var name | |||
1997-08-02 | change vars names, add attach_args | Michael Shalayeff | |
1997-08-01 | proto __flt_rounds correctly | Theo de Raadt | |
1997-07-28 | adopt for assym.h | Michael Shalayeff | |
1997-07-27 | document bpb media types | Michael Shalayeff | |
1997-07-26 | protect from asm.h _C_LABEL pre-inclusion | Michael Shalayeff | |
1997-07-24 | multiple inclusion protection; brenner@umr.edu | Theo de Raadt | |
1997-07-17 | add BIOS definitios/etc | Michael Shalayeff | |
1997-07-16 | add tag | kstailey | |
1997-07-16 | be more conservative | kstailey | |
1997-07-07 | Too many things include <machine/ansi.h> w/o <sys/types.h> so | Todd C. Miller | |
make time_t int not int32_t. | |||
1997-07-05 | Make _BSD_TIME_T_ int32_t on all platforms. You can't write | Todd C. Miller | |
lint-free code when these differ in name accross platforms. Fundamnetal type has not changed (was int on alpha and long on others). | |||
1997-07-05 | implement unimplemented..... | Michael Shalayeff | |
implement unimplemented..... implement unimplemented..... in cc -S it looks like it should.... in cc -S it looks like it should.... in cc -S it looks like it should.... | |||
1997-06-04 | Raise memory resource limits, drive by the need to run netscape 4.0b5 | kstailey | |
which has a text segment of > 8MB. If you maintain a port you might want to do the same. | |||
1997-04-20 | Allow kern_clock.c to see interrupt frames on i386 | Thorsten Lockert | |
1997-04-20 | Add new clock related types; from NetBSD | Thorsten Lockert | |
1997-04-17 | Do interrupt time accounting by running interrupt handlers with a seperate | Thorsten Lockert | |
code segment selector (otherwise identical to the standard kernel code selector); idea by Dave Richards <richards@zso.dec.com> | |||
1997-04-10 | additions & fixes from niklas & i | Theo de Raadt | |
1997-04-04 | add 'machine check' trap for Pentium and PPro cpus. | Michael Shalayeff | |
no special handler for it. i guess there will be rare cases when you receive it, and then you should repair your cpu, since it happens on internal cpu error. | |||
1997-04-04 | Define in_addr_t and in_port_t everywhere but use u_intXX_t for | Todd C. Miller | |
htonl and friends. | |||
1997-03-31 | do not let PSL_NT be set in VM86 mode; netbsd | Theo de Raadt | |
1997-03-21 | New FIXUP_PC_AFTER_BREAK convention from NetBSD | Niklas Hallqvist | |
1997-03-03 | Add a little ioctl at 4am to set the screen blanking. | Jason Downs | |
1997-02-08 | Add definitions for the exception bits in the status word | Thorsten Lockert | |