Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1995-10-22 | crank NMBCLUSTERS | Theo de Raadt | |
1995-10-19 | sun_* -> sunos_* | Theo de Raadt | |
1995-10-19 | sun-like eeprom.h | Theo de Raadt | |
1995-10-18 | mmu_pagein proto | Theo de Raadt | |
1995-10-18 | pretty | Theo de Raadt | |
1995-10-18 | put bus_*() protos here; pfour support | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |