Age | Commit message (Expand) | Author |
2000-08-31 | re-org ecoff headers. move some declarations from exec_ecoff.c to exec_ecoff.h | Eric Jackson |
2000-07-31 | Add defines for ULLONG_MAX, LLONG_MAX, and LLONG_MIN in terms of | Todd C. Miller |
2000-07-06 | Add spllowersoftclock(), same as splsoftclock(). (art@ ok) | Hakan Olsson |
2000-07-06 | #ifndef MSGBUFSIZE, ok niklas@ | Eric Jackson |
2000-04-06 | include vm/vm.h because some stuff in the kernel depends on that. | Artur Grabowski |
2000-02-22 | enlarge msgbuf, somewhat line netbsd did | Theo de Raadt |
2000-02-22 | Use an _BSD_FOO_T_ type declaration for off_t in machine/ansi.h to allow | Todd C. Miller |
1999-12-04 | DOSPTYP_EXTENDL; sigh@kuzirabekon.econ.nagasaki-u.ac.jp | Theo de Raadt |
1999-09-26 | netbsd_sendsig() + supporting code | kstailey |
1999-09-14 | signals | kstailey |
1999-09-12 | Add COMPAT_NETBSD. Currently only works for ELF64. Many missing system calls. | kstailey |
1999-09-10 | ELF64 | kstailey |
1999-07-18 | pmap_activate() and pmap_deactivate() are MD | Theo de Raadt |
1999-07-18 | fix pmap_activate() and pmap_deactivate() arguments after art changed things | Theo de Raadt |
1999-07-07 | define vaddr_t, paddr_t, vsize_t and psize_t | Artur Grabowski |
1999-05-10 | Use symbolic define for BYTE_ORDER. | Marc Espie |
1999-03-23 | Add DOSMBR_SIGNATURE_OFF define, needed for last disklabel change | Todd C. Miller |
1999-02-04 | implement __weak_alias macro in ECOFF case too | Niklas Hallqvist |
1999-01-08 | move spinlock.h into the real world | David Leonard |
1999-01-08 | make uint*_t line up nicely and add a few $OpenBSD$ tags that were missing | Todd C. Miller |
1999-01-07 | move uint*_t to machine/types.h | Todd C. Miller |
1998-06-29 | isa_intr_check(), alpha style. | Jason Downs |
1998-06-28 | Some more system definitions, from NetBSD | Angelos D. Keromytis |
1998-06-05 | Comment out text after #endif | janjaap |
1998-03-22 | Add UID_MAX and GID_MAX | Todd C. Miller |
1998-02-24 | rename some DOS MBR partition types | Theo de Raadt |
1998-02-19 | add netbsd partition, rename 386BSD one to FreeBSD.. | Theo de Raadt |
1998-01-20 | Merge bus_dma support from NetBSD, mostly by Jason Thorpe. Only i386 uses it | Niklas Hallqvist |
1998-01-11 | disklabel spoofing for FAT32. | Niels Provos |
1997-11-10 | $OpenBSD$ | Niklas Hallqvist |
1997-11-09 | New endian.h design. All architectures now use a common file for the bulk | Niklas Hallqvist |
1997-09-29 | DOSMBR_SIGNATURE, DOSACTIVE; weingart | Theo de Raadt |
1997-09-17 | Double default NMBCLUSTERS settings. | Jason Downs |
1997-08-08 | Use the new bounds_check_with_label API. Add generic support for reading | Niklas Hallqvist |
1997-08-08 | Add htobe32 and similar friends | Niklas Hallqvist |
1997-08-01 | proto __flt_rounds correctly | Theo de Raadt |
1997-08-01 | ALPHA_PTE_WRITE needs to include the "user write" bit; thorpej | Theo de Raadt |
1997-07-24 | multiple inclusion protection; brenner@umr.edu | Theo de Raadt |
1997-07-23 | Correct the return instruction recognizer. Add the DB_VALID_BREAKPOINT macro | Niklas Hallqvist |
1997-07-20 | protect against NULL curproc derefs. Enables MMU hits inside interupt | Niklas Hallqvist |
1997-07-19 | Rewritten | Niklas Hallqvist |
1997-07-08 | Recognize that a symbol table may exist, move up proc0paddr if so. | Niklas Hallqvist |
1997-07-07 | Too many things include <machine/ansi.h> w/o <sys/types.h> so | Todd C. Miller |
1997-07-06 | Make DDB support more complete (still faking a lot) | Niklas Hallqvist |
1997-07-05 | Make _BSD_TIME_T_ int32_t on all platforms. You can't write | Todd C. Miller |
1997-06-30 | Add MBR & i386/disklabel probing in a generic fashion usable for more | Niklas Hallqvist |
1997-06-25 | Include usage notes in the rest of the endian.h files for consistancy. | grr |
1997-06-25 | Big endian HTON?() macros should be (void)(x). | Jason Downs |
1997-06-05 | non-DEBUG __abs_nonsingle correct use; grr | Theo de Raadt |
1997-04-10 | Fix typo (aligend -> aligned) | Todd C. Miller |