Age | Commit message (Expand) | Author |
2001-06-23 | no more kernfs | Theo de Raadt |
2001-06-08 | Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface to | Artur Grabowski |
2001-05-30 | Remove ipf. Darren Reed has interpreted his (old, new, whichever) | Theo de Raadt |
2001-05-17 | convert mbuf and cluster allocation to pool, mostly from NetBSD | Niels Provos |
2001-05-17 | It's Daylight Saving Time, not Savings. Fix comments. | Peter Valchev |
2001-05-16 | kill COMPAT_{09,10,11} kernel options. We still need kern_info_09.c and kern... | Todd C. Miller |
2001-05-12 | Do not use curproc before it gets initialized. | Miod Vallat |
2001-05-11 | Don't ask C for more syntactic sugar than it can provide. | Miod Vallat |
2001-05-11 | unify rd(4) even more | Theo de Raadt |
2001-05-11 | unify | Theo de Raadt |
2001-05-10 | Provide PAGE_{MASK,SHIFT,SIZE} constants. | Miod Vallat |
2001-05-09 | More sync to NetBSD. | Artur Grabowski |
2001-05-06 | Update some comments wrt. the CLSIZE changes. | Artur Grabowski |
2001-05-05 | remove some private stuff people put into here | Theo de Raadt |
2001-05-05 | Rename configure() to cpu_configure(). | Artur Grabowski |
2001-05-05 | Remove the (vaddr_t) casts inside the round_page and trunc_page macros. | Artur Grabowski |
2001-05-05 | Get rid of CLSIZE and all related stuff. | Artur Grabowski |
2001-04-17 | Implement cnbell(), an optional entrypoint that rings the console bell; from | Aaron Campbell |
2001-04-03 | Fix a vm_pmap in a debug printf. | Artur Grabowski |
2001-03-08 | move gif* and faith* into sys/conf/GENERIC. deraadt and angelos ok | Jun-ichiro itojun Hagino |
2001-03-02 | add #define __STRICT_ALIGNMENT | Jason Wright |
2001-01-31 | based on art's sparc patch: | Jason Wright |
2001-01-27 | Unbreak the top macros. I guess they had never been used before. | Miod Vallat |
2001-01-25 | spelling | Todd T. Fries |
2001-01-22 | Define ARCH_ELFSIZE that is the default elf size on this arch. | Artur Grabowski |
2000-12-28 | Define UADDR not as fixed address, but rather as what it really is: | Miod Vallat |
2000-12-28 | Alter compilation flags, since binutils have changed some of their default | Miod Vallat |
2000-11-10 | Change the ktrace interface functions from taking the trace vnode to taking the | Artur Grabowski |
2000-11-10 | No ioasic on model 240 | Miod Vallat |
2000-11-08 | Code that I will forget to change when I convert pmax to UVM. | Artur Grabowski |
2000-10-27 | more precise BUFCACHEPERCENT calculations. | Michael Shalayeff |
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-09-13 | Add support for ipf. -moj | Mats O Jansson |
2000-09-09 | Make pmax work again after ericj's changes to ecoff execution stuff. | Miod Vallat |
2000-08-19 | Late in the release of OpenBSD/pmax 2.7 a conflict between the pmax | Mats O Jansson |
2000-08-19 | Late in the release of OpenBSD/pmax 2.7 a conflict between the pmax | Mats O Jansson |
2000-08-19 | Late in the release of OpenBSD/pmax 2.7 a conflict between the pmax | Mats O Jansson |
2000-07-19 | unnecessary declaration of ttrstrt | 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-04 | Make dmesg and /kern/msgbuf work on pmax. Thanks art@ for help with mem.c. ok... | Mats O Jansson |
2000-06-23 | remove obsolete vtrace guts; art@ | Michael Shalayeff |
2000-06-08 | Add explicit inclusions of signalvar.h to files actually using syms defined | Niklas Hallqvist |
2000-06-08 | &vm_pmap -> vm_map.pmap | Artur Grabowski |
2000-06-05 | Changes to exit handling. | Artur Grabowski |
2000-05-25 | cause traversal into arch & subdirectories for the purposes of manual page in... | Theo de Raadt |
2000-05-01 | changed dc to dz to avoid conflict with if_dc. -moj | Mats O Jansson |
2000-03-23 | New API for timeouts. Replaces the old timeout()/untimeout() API and | Artur Grabowski |
2000-03-12 | Get mainbus working with gcc 2.95.x. -moj | Mats O Jansson |