Age | Commit message (Expand) | Author |
2000-03-03 | $OpenBSD$ | Todd T. Fries |
2000-01-09 | add INET6 into conf/GENERIC. | Jun-ichiro itojun Hagino |
1999-12-08 | bring in KAME IPv6 code, dated 19991208. | Jun-ichiro itojun Hagino |
1999-12-08 | add GENERIC.v6 (IPv6 test configuration). to be integrated into GENREIC. | Jun-ichiro itojun Hagino |
1999-11-22 | add empty mmioctl() implementation for new /dev/mem interface for all | Matthieu Herrb |
1999-08-17 | New cpu_fork API to take a stack in which you point the child's stackpointer | Niklas Hallqvist |
1999-07-20 | 126 -> NBT_BAD | Constantine Sapuntzakis |
1999-07-09 | - remove all trailing whitespace | Aaron Campbell |
1999-05-24 | Only do basic work in the ethernet interrupt context, and queue packets to | Jason Wright |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell |
1999-05-22 | Add new vm_swap code for dynamic swap. From netbsd, munged some by me, and | Tobias Weingartner |
1999-02-04 | Deterministic register initalization on process startup | Niklas Hallqvist |
1999-01-21 | just include <m68k/spinlock.h> so <machine/spinlock.h> works for libc_r | Todd C. Miller |
1999-01-20 | setregs does not reset stack anymore | Niklas Hallqvist |
1999-01-11 | panic prints a newline for you, don't do it in the panic string | Todd C. Miller |
1999-01-10 | Generalize cpu_set_kpc to take any kind of arg; mostly from NetBSD | Niklas Hallqvist |
1998-09-25 | o xfs is in the house (thanks art, for getting me started) | Todd T. Fries |
1998-07-28 | Return EINVAL when msg_iovlen or iovcnt <= 0; Make uio_resid unsigned (size_t... | Todd C. Miller |
1998-07-07 | oops, i did not handle nchrdev correctly | Theo de Raadt |
1998-07-07 | fix chrtoblk() so that it returne ENODEV for entries beyond the end of the table | Theo de Raadt |
1998-03-01 | Merge of MACHINE_NEW_CONTIG (aka MNN) code from Chuck Cranor, | Niklas Hallqvist |
1997-11-23 | use MI cdev_decl(ipl) | Michael Shalayeff |
1997-11-09 | New endian.h design. All architectures now use a common file for the bulk | Niklas Hallqvist |
1997-09-15 | kill Locore.c | Theo de Raadt |
1997-08-08 | Change the bounds_check_with_label API to also take a cpu_disklabel | Niklas Hallqvist |
1997-07-24 | multiple inclusion protection; brenner@umr.edu | Theo de Raadt |
1997-07-23 | Add AppleTalk netisr. Only tested (indeed, only compiled) on mac68k port. | denny |
1997-04-08 | Clarify comment a bit and skip userret when flushing CPU caches in SunOS emul. | briggs |
1997-04-08 | Fix from NetBSD: flush caches on trap 2 in SunOS emulation. Comment on | briggs |
1997-02-28 | Add missing _MACHINE & _MACHINE_ARCH defines + some RCS Ids | Niklas Hallqvist |
1997-02-10 | add kernel_text symbol | Michael Shalayeff |
1997-01-16 | do not call resettodr() if RB_TIMEBAD is set due to being in ddb with clock u... | kstailey |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller |
1996-12-23 | use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary types | 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 |
1996-11-23 | remrq -> remrunqueue | kstailey |
1996-11-23 | added const to second parameter of cfprint_t routines | kstailey |
1996-11-11 | Updates for SCSI scanner and SCSI unknown devices. | kstailey |
1996-11-11 | Updates for SCSI scanner and SCSI unknown devices. | kstailey |
1996-10-19 | random device is permanent now. | Michael Shalayeff |
1996-09-20 | do not fool people into thinking VNODEPAGER is an option; netbsd pr#2757, eri... | Theo de Raadt |
1996-08-29 | rnd -> random | Theo de Raadt |
1996-07-27 | handle RB_CONFIG | Theo de Raadt |
1996-07-15 | add rnd driver | Michael Shalayeff |
1996-05-29 | enable ELF/a.out/ECOFF in machine/exec.h | Theo de Raadt |
1996-05-08 | fix the panic on reboot. | Michael Shalayeff |
1996-05-04 | remove #ifndef LKM, since that stuff already in sys/conf.h, | Michael Shalayeff |
1996-04-24 | Add network config dependencies. | Michael Shalayeff |
1996-03-26 | From NetBSD: vnode_if.[ch] made machine independent. | Michael Shalayeff |