Age | Commit message (Expand) | Author |
2004-01-03 | put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macros | Marc Espie |
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre |
2003-10-18 | typos from Jared Yanovich; | Jason McIntyre |
2003-08-21 | These files were intended for X11 support, but serve no purpose nowadays, | Miod Vallat |
2003-06-12 | final bits of obvious UCB term 3 removal | Theo de Raadt |
2003-06-04 | clean up my copyright so it matches the template | Nathan Binkert |
2003-06-03 | terms 3 & 4 cleanup based on "terms" file | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-04-16 | fix my copyright. make the part that's without fee unambiguous | Nathan Binkert |
2003-03-01 | Provide real ieee fp*() functions; from NetBSD. | Miod Vallat |
2003-02-28 | intrcnt's are now int's to fit with kern.intrcnt assumptions; miod ok | Jason Wright |
2003-02-19 | Remove ddb machine commands, they are already available as "bo ha" and "bo re". | Miod Vallat |
2002-11-26 | Make the PTE constants unsigned long with UL. | Artur Grabowski |
2002-10-23 | Add a trivial va_copy() macro to all architectures but powerpc | Todd C. Miller |
2002-10-10 | protect against multiple inclusion; pointed out by naddy, miod ok | Peter Valchev |
2002-09-12 | Change the PMAP_{MAP,UNMAP}_POOLPAGE api to take a vm_page as argument | Artur Grabowski |
2002-08-24 | aperture driver for alpha. It works here the same as on i386 | Matthieu Herrb |
2002-07-30 | Add SIZE_MAX define. This is the same as SIZE_T_MAX but more portable. | Todd C. Miller |
2002-07-24 | Pretty nasty hack to make non-exec mappings work. | Artur Grabowski |
2002-06-30 | Dummy bus_space_read_raw_region implementation. | Miod Vallat |
2002-06-28 | The IEEE fp stuff changed the rules for how fpu should be enabled. | Artur Grabowski |
2002-06-07 | Remove obsolete CLKF_BASEPRI(). ok niklas@, miod@ and art@ | Thomas Nordin |
2002-05-26 | - CPU_MAXID and CPU_CHIPSET were swapped in cpu.h | Matthieu Herrb |
2002-05-10 | Some protection from userland and some __asm paranoia. | Artur Grabowski |
2002-05-10 | Mark all those __asm directives as clobbering memory, because | Artur Grabowski |
2002-05-02 | Big TURBOchannel support catchup from NetBSD, part 1. | Miod Vallat |
2002-04-29 | Define placeholders for art's splassert() debugging stuff on all arches. | Miod Vallat |
2002-04-28 | IEEE 754 floating point completion code, and implementation of the | Peter Valchev |
2002-04-26 | newer gas is picky about misplaced .loc directives; comment'em out for now. | Federico G. Schwindt |
2002-04-24 | Introduce a new file, machine/internal_types.h, to hold that specific arch | Marc Espie |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-03-12 | Emulate ptrace(PT_STEP in software. | Artur Grabowski |
2002-03-07 | Clean up BUS_DMA_* flags, and make sure all arch's define: | Jason Wright |
2002-02-17 | Patch from Daniel Lucq <daniel@lucq.org> | Mats O Jansson |
2002-02-15 | Fix the __asm__ statements and remove the workarounds. | Artur Grabowski |
2001-12-05 | VM_KMEM_SIZE no longer needed. | Artur Grabowski |
2001-12-05 | make nkmempages dynamic based on memory. okay art@ from netbsd: | Niels Provos |
2001-12-05 | Update pmap_update macro for arches Art missed. Still just a noop. | Todd C. Miller |
2001-11-30 | Now that pmaps can have vm_page_md, make pmap_physseg optional. | Artur Grabowski |
2001-11-30 | This file was just a placeholder required for kern_exit_43.c to compile. | Miod Vallat |
2001-11-28 | Make pmap_update functions into nops so that we can have a consistent | Artur Grabowski |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-11-06 | Let fork1, uvm_fork, and cpu_fork take a function/argument pair as argument, | Artur Grabowski |
2001-11-05 | Switch everything to the new bus_dmamap_sync API. | Artur Grabowski |
2001-11-04 | Two new sysctls in the chipset tree. | Artur Grabowski |
2001-11-04 | Add alpha_ldlu and alpha_stl. | Artur Grabowski |
2001-10-26 | First cut at a port of isadma and floppy driver. ok art@ | Nathan Binkert |
2001-09-30 | Generic soft interrupts from NetBSD plus some minor cleanups. | Artur Grabowski |
2001-09-16 | Add some missing lengths checks when passing data from userland to | Todd C. Miller |