Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
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-18 | fix pmap_activate() and pmap_deactivate() arguments after art changed things | Theo de Raadt | |
1999-07-09 | - remove all trailing whitespace | Aaron Campbell | |
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it... | |||
1999-07-08 | flesh out .Dt | Theo de Raadt | |
1999-07-08 | install into man8/arch subdirs | Theo de Raadt | |
1999-07-07 | define vaddr_t, paddr_t, vsize_t and psize_t | Artur Grabowski | |
1999-05-29 | Main config for vme drivers. | Steve Murphree | |
1999-05-29 | Added vme bus device drivers. MVME328, MVME376, MVME332 | Steve Murphree | |
1999-05-24 | Only do basic work in the ethernet interrupt context, and queue packets to | Jason Wright | |
be bridged. Do the real work in a scheduled netisr. | |||
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell | |
is used instead; kwesterback@home.com | |||
1999-05-22 | Add new vm_swap code for dynamic swap. From netbsd, munged some by me, and | Tobias Weingartner | |
others. syscall commit pending. | |||
1999-05-10 | Use symbolic define for BYTE_ORDER. | Marc Espie | |
(don't forget that cpp is `lazy': #define A B #define B value #if A == value works, since A isn't extended before it's needed, by which time B is known) | |||
1999-04-11 | Fix for 25 Mhz. | Steve Murphree | |
1999-03-03 | rework check_eh() so that it is bridge aware | Jason Wright | |
1999-02-09 | $Log$ is ugly | Theo de Raadt | |
1999-02-09 | Added kernel support for user debugging. Fixed file ID's | Steve Murphree | |
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 | |
1999-01-08 | check for lp->d_secpercyl == 0) in bounds_check_with_label() | Todd C. Miller | |
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 | |
1999-01-07 | global decl for *intr() routines, plus add INET6 | Theo de Raadt | |
1998-12-16 | Part of remove to get rid of unwanted directories | Steve Murphree | |
1998-12-15 | This fixed a number of things. A serious bug in bugcrt.c's initial stack | Steve Murphree | |
among other things. | |||
1998-12-15 | Added sdcrt.c to make bootxx and bootsd work. | Steve Murphree | |
1998-12-15 | Greatly improved tapeboot. From mvme68k. | Steve Murphree | |
1998-12-15 | Commint for the first real mvme88k OpendBSD | Steve Murphree | |
1998-12-15 | Commit for the first real OpenBSD mvme88k port. | Steve Murphree | |
1998-12-15 | Commit for the first working mvme88k port. | Steve Murphree | |
1998-12-15 | Commit for the first real OpenBSD mvme88k kernel. | Steve Murphree | |
1998-10-04 | oops | Todd C. Miller | |
1998-10-03 | Add a "spoofonly" argument to readdisklabel() which will be used to | Todd C. Miller | |
implement an ioctl to get a spoofed label even for disks that have a label on them. | |||
1998-09-25 | o xfs is in the house (thanks art, for getting me started) | Todd T. Fries | |
o all but vax are major 51 | |||
1998-09-15 | Stuff | Steve Murphree | |
1998-08-31 | Return ENXIO on open of /dev/mem minor devs that don't exist | Todd C. Miller | |
1998-08-22 | fixed Makefiles. Removed reference to libgcc.a | Steve Murphree | |
1998-08-22 | fixed bugargs and lots of stuff regaurding netboot. | Steve Murphree | |
1998-08-22 | Major cleanup of stand directory. | Steve Murphree | |
1998-08-22 | Forgot this one. :-) | Steve Murphree | |
1998-08-22 | Fixed command line args. VID Volume ID is now M88K. | Steve Murphree | |
1998-08-22 | Fixed display error. | Steve Murphree | |
1998-08-22 | working netboot. | Steve Murphree | |
1998-08-22 | Initial import of bootxx. | Steve Murphree | |
1998-08-22 | New libsa. | Steve Murphree | |
1998-08-22 | New libsa. | Steve Murphree | |