Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-10-18 | typo in comment; from gluk@ptci.ru | Michael Shalayeff | |
2000-09-26 | Implement getnulldev that returns the dev_t for "/dev/null". | Artur Grabowski | |
2000-07-11 | since .cvsignore is there, .keep_me is not needed | Theo de Raadt | |
2000-07-06 | Add spllowersoftclock(), same as splsoftclock(). (art@ ok) | Hakan Olsson | |
2000-07-06 | Fix pmap_activate and activation of the | Artur Grabowski | |
correct pmap. | |||
2000-07-06 | Make the handling of going into ddb from the console more like the | Artur Grabowski | |
other architectures. | |||
2000-06-23 | remove obsolete vtrace guts; art@ | Michael Shalayeff | |
2000-06-10 | er, wrong | Theo de Raadt | |
2000-06-10 | better ifdef | Theo de Raadt | |
2000-06-08 | Add explicit inclusions of signalvar.h to files actually using syms defined | Niklas Hallqvist | |
there but relying on an indirect inclusion | |||
2000-06-08 | use arch/mvme68k/dev/memdevs.c, not mvme88k. | Artur Grabowski | |
2000-06-07 | &vm_pmap -> vm_map.pmap | Artur Grabowski | |
2000-06-05 | Changes to exit handling. | Artur Grabowski | |
cpu_exit no longer frees the vmspace and u-area. This is now handled by a separate kernel thread "reaper". This is to avoid sleeping locks in the critical path of cpu_exit where we're not allowed to sleep. From NetBSD | |||
2000-05-25 | cause traversal into arch & subdirectories for the purposes of manual page ↵ | Theo de Raadt | |
install... | |||
2000-04-11 | Check usec for >= 1000000, not just > ; as msaitoh@NetBSD.org | Paul Janzen | |
2000-04-07 | add DISKMINOR(), and repair redefinitions | Theo de Raadt | |
2000-03-26 | callout.h is gone | Theo de Raadt | |
2000-03-23 | New API for timeouts. Replaces the old timeout()/untimeout() API and | Artur Grabowski | |
makes it the callers responsibility to allocate resources for the timeouts. This is a KISS implementation and does _not_ solve the problems of slow handling of a large number of pending timeouts (this will be solved in future work) (although hardclock is now guarateed to take constant time for handling of timeouts). Old timeout() and untimeout() are implemented as wrappers around the new API and kept for compatibility. They will be removed as soon as all subsystems are converted to use the new API. | |||
2000-03-03 | $OpenBSD$ | Todd T. Fries | |
2000-02-22 | enlarge msgbuf, somewhat line netbsd did | Theo de Raadt | |
2000-01-29 | Updated flash and ipic device compatability with MC rev 0x01. zs mods to ↵ | Steve Murphree | |
work with LX style 162 boards. | |||
2000-01-27 | goof. | Steve Murphree | |
2000-01-27 | Took out le* at 0xffffd200. It conflicts with GCSR on some boards. | Steve Murphree | |
2000-01-27 | Fix for boards with only one zs chip. | Steve Murphree | |
2000-01-25 | fix dmesg print | Theo de Raadt | |
2000-01-25 | Added support for MVME328 SCSI VME board. | Steve Murphree | |
2000-01-24 | Fixed bug in disksubr.c relating to disklabels. Added MVME376 support to ↵ | Steve Murphree | |
le. Made installboot insert M68K for volume ID, not M88K. Correctly documented installboot. | |||
2000-01-09 | add INET6 into conf/GENERIC. | Jun-ichiro itojun Hagino | |
add pseudo-devices for IPv6 into arch/*/conf/GENERIC. nuke arch/*/conf/GENERIC.v6. | |||
2000-01-06 | Added support for MVME177 | Steve Murphree | |
2000-01-06 | Add support for MVME177 | Steve Murphree | |
2000-01-06 | Fix for IP v.6 | Steve Murphree | |
2000-01-06 | Added support for MVME177 (mc68060) | Steve Murphree | |
2000-01-03 | .Sh "SEE ALSO" -> .Sh SEE ALSO | Paul Janzen | |
1999-12-08 | bring in KAME IPv6 code, dated 19991208. | Jun-ichiro itojun Hagino | |
replaces NRL IPv6 layer. reuses NRL pcb layer. no IPsec-on-v6 support. see sys/netinet6/{TODO,IMPLEMENTATION} for more details. GENERIC configuration should work fine as before. GENERIC.v6 works fine as well, but you'll need KAME userland tools to play with IPv6 (will be bringed into soon). | |||
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 | |
architectures. | |||
1999-11-08 | move MI definition of rd into it's MI place also fixing | Michael Shalayeff | |
attributes, allowing kernels to exist w/ rd as the only disk device. tested on a few archs; niels@ & millert@ ok | |||
1999-10-04 | Fixed garbled dmesg. | Steve Murphree | |
1999-09-27 | This gets us to 2.6... | Steve Murphree | |
1999-09-27 | Made loader load at 0x3f0000 | Steve Murphree | |
1999-09-27 | Addition of 32bit if_ie | Steve Murphree | |
1999-09-26 | More installboot related stuff. | Steve Murphree | |
1999-09-26 | This fixes installboot. | Steve Murphree | |
1999-09-26 | This needed to be there... | Steve Murphree | |
1999-09-25 | bye | Theo de Raadt | |
1999-09-22 | Don't worry, be a happy gcc | Marc Espie | |
1999-09-03 | Change the pmap_enter api to pass down an argument that indicates | Artur Grabowski | |
the access type that caused this mapping. This is to simplify pmaps with mod/ref emulation (none for the moment) and in some cases speed up pmap_is_{referenced,modified}. At the same time, clean up some mappings that had too high protection. XXX - the access type is incorrect in old vm, it's only used by uvm and MD code. The actual use of this in pmap_enter implementations is not in this commit. | |||
1999-08-17 | factor out ie device definition; niklas@ ok | Michael Shalayeff | |
1999-08-17 | New cpu_fork API to take a stack in which you point the child's stackpointer | Niklas Hallqvist | |
to, at the bottom or the top, depending on your architecture's stack growth direction. This is in preparation for Linux' clone(2) emulation. port maintainers, please check that I did the work right. | |||
1999-07-20 | 126 -> NBT_BAD | Constantine Sapuntzakis | |
Fix disklabel/bad sectors stuff in wd |