Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-11-09 | New endian.h design. All architectures now use a common file for the bulk | Niklas Hallqvist | |
part. Some ports can optimize the swap operations. This also means the general API is extended with swap16, swap32, htobe16, htobe32, betoh16, betoh32, htole16, htole32, letoh16 and letoh32. | |||
1997-11-07 | simple_lock api changed slightly | Theo de Raadt | |
1997-09-17 | Double default NMBCLUSTERS settings. | Jason Downs | |
1997-09-17 | NETBSD_CURRENT_970916. Lot's just ID changes, since changes don't apply to | Jason Downs | |
us. Includes some pmap changes, for which I don't have the original commit message(s) handy. | |||
1997-08-25 | Implement LED blinking as a run-time configurable option via the sysctl | Jason Downs | |
machdep.led_blink. Rename auxreg.h because we need config to generate one now. | |||
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-01 | proto __flt_rounds correctly | Theo de Raadt | |
1997-07-24 | multiple inclusion protection; brenner@umr.edu | Theo de Raadt | |
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-01 | gestures in the direction of TurboSpPARC compatibility | grr | |
1997-06-25 | Sigh, Revert changes to endian.h - it was all confusion due to incorrect | grr | |
usage in new ip_* code, since fixed. Added usage notes to prevent future confusion in this regard. | |||
1997-06-24 | The HTONS class of macros are defined as HTONS(x) <- (void) (x), which | grr | |
really doesn't make a lot of sense if you're actually going to use these as some recent changes to netinet/* want to do. (x) or (u_int*_t) (x) would be the ticket, and since the rest of the ports settle for (x)... Note that powerpc has this same problem and needs to be fixed! | |||
1997-06-24 | New floppy and auxreg drivers, from NetBSD. fd.c has many changes preserved, | Jason Downs | |
and uses our fdformat interface (same code base as NetBSD, with differently named ioctls, but we have always preserved the names of the original code's authors, unlike NetBSD...) | |||
1997-06-12 | sparc/pmap.c | grr | |
1997-06-11 | import netbsd kcore.h so that sparc can use libkvm vs. libkvm.old | grr | |
1997-06-04 | Bump MAXTSIZ to 16MB (makes latest netscape communicator work) | Niklas Hallqvist | |
1997-05-06 | add ipl device | kstailey | |
1997-04-20 | Add new clock related types; from NetBSD | Thorsten Lockert | |
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-04-02 | add SVR4_T_* flags; might be wrong for sparc | Theo de Raadt | |
1997-02-01 | trapsignal/sendsig type/sigval changes | Theo de Raadt | |
1997-01-27 | add another parameter to trapsignal() and sendsig() -- fault addr to be | Theo de Raadt | |
delivered with in the siginfo information | |||
1996-12-23 | use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary types | Theo de Raadt | |
1996-12-11 | SUNXPART always; also one case of MAXPARTITIONS not being there | Theo de Raadt | |
1996-12-11 | MCLSHIFT=11, and calc MCLBYTES in such terms. found by pefo | Theo de Raadt | |
1996-11-25 | htons et al. works on explicit 16- and 32-bit quantities and not the | Niklas Hallqvist | |
machine dependent "short" and "long" integer. Correct and enhance manpage. Change all short and longs to u_int16_t and u_int32_t, respectively. OpenBSD RCSIds | |||
1996-11-11 | Updates for SCSI scanner and SCSI unknown devices. | kstailey | |
Removed MI *dev_decl() stuff that is now in sys/conf.h | |||
1996-09-12 | Add 16 partition support to the SPARC. From NetBSD PR#2675, by der Mouse, | Jason Downs | |
<mouse@Collatz.McRCIM.McGill.EDU>. | |||
1996-09-06 | random decl | Theo de Raadt | |
1996-08-16 | fix for sun4 netbsd merges | ccappuc | |
1996-08-13 | Revert back to Theo's eeprom.h. | Jason Downs | |
1996-08-11 | elf/a.out symbols | Theo de Raadt | |
1996-08-11 | netbsd port, now we merge our changes back in | Theo de Raadt | |
1996-05-29 | enable ELF/a.out/ECOFF in machine/exec.h | Theo de Raadt | |
1996-03-24 | Prefix usage of "long long" with a "/* LONGLONG */" comment to shut up | Thorsten Lockert | |
lint(1) about it | |||
1996-03-24 | Use __asm in place of asm | Thorsten Lockert | |
1996-03-24 | Provide empty __warn_references() when we are not running GCC | Thorsten Lockert | |
1996-01-12 | from netbsd; | Theo de Raadt | |
New generic disk framework. Highlights: New metrics handling. Metrics are now kept in the new `struct disk'. Busy time is now stored as a timeval, and transfer count in bytes. Storage for disklabels is now dynamically allocated, so that the size of the disk structure is not machine-dependent. Several new functions for attaching and detaching disks, and handling metrics calculation. Old-style instrumentation is still supported in drivers that did it before. However, old-style instrumentation is being deprecated, and will go away once the userland utilities are updated for the new framework. For usage and architectural details, see the forthcoming disk(9) manual page. | |||
1996-01-06 | from netbsd; some U tags | Theo de Raadt | |
1995-12-31 | from netbsd; handle more netbsd versions | Theo de Raadt | |
1995-12-30 | from netbsd: support more gcc versions | Theo de Raadt | |
1995-12-15 | new mapdev/()/mapiodev() calling convention uses "struct rom_reg *" to supply | Theo de Raadt | |
base plus an offset new dvma routines | |||
1995-12-15 | simplify vm inclusions | Theo de Raadt | |
1995-12-14 | __FORK_BRAINDAMAGE | Theo de Raadt | |
1995-11-13 | varargs.h needs ... in va_dcl for gcc >= 2; from arnej@imf.unit.no; netbsd ↵ | Theo de Raadt | |
pr#1695 | |||
1995-10-25 | wrap function protos in __P() | Theo de Raadt | |
1995-10-25 | Added V3 SMP function pointers to romvec. | davem | |
1995-10-23 | add EE_TRUE and EE_FALSE | Theo de Raadt | |
1995-10-23 | + SYSEN_VIDEO | Theo de Raadt | |