Age | Commit message (Expand) | Author |
2002-03-15 | Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do things | Todd C. Miller |
2002-03-14 | Improved altivec support for powerpc/macppc. | Dale Rahn |
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-13 | Complete rewrite of the powerpc pmap handling, Instead of keeping | Dale Rahn |
2002-03-12 | sync with KAME | Kenjiro Cho |
2002-03-11 | If the clock has lost over 1000 days, use the filesystem time instead | Dale Rahn |
2002-03-09 | Completely rewritten keyboard detection mechanism. Instead of using the | Dale Rahn |
2002-03-08 | Remove the code which reenables interrupts in these interrupt controllers, | Dale Rahn |
2002-03-08 | Move the message buffer out of low memory, Openfirmware clears the area | Dale Rahn |
2002-03-07 | Clean up BUS_DMA_* flags, and make sure all arch's define: | Jason Wright |
2002-03-02 | cleanup. | Dale Rahn |
2002-03-02 | If two drivers register the same hardware irq, they should get | Dale Rahn |
2002-03-02 | Do not use -1 as an unused entry, 0 is already reserved for invalid/unused. | Dale Rahn |
2002-03-02 | If two drivers register the same hardware irq, they should get | Dale Rahn |
2002-03-02 | These two drivers were incorrectly sharing variables, sometimes expecting | Dale Rahn |
2002-02-25 | fix mapping bug in serial console support, not yet working. | Dale Rahn |
2002-02-23 | remove a commented-out debug printf | Matthieu Herrb |
2002-02-23 | add a comment for option APERTURE | Matthieu Herrb |
2002-02-23 | Add aperture driver support for macppc, and also place writing to /dev/pci | Matthieu Herrb |
2002-02-23 | remove unused file. | Dale Rahn |
2002-02-19 | correct extended partition botch; gluk, in PR 1449 | Theo de Raadt |
2002-02-18 | change the dma memory allocation to use kernel_map, not kmem_map. | Dale Rahn |
2002-02-17 | Patch from Daniel Lucq <daniel@lucq.org> | Mats O Jansson |
2002-01-30 | A bit of hacking on awacs to try to get audio input working. | Dale Rahn |
2002-01-26 | Kludge, protect against bus faults during pci probes. allows OpenBSD | Dale Rahn |
2002-01-26 | splclock() should block SPL_BIO - SPL_IMP. | Dale Rahn |
2002-01-23 | move mb_map allocation to mbinit() | Artur Grabowski |
2002-01-23 | move definition of mb_map from zillions of machdep.c to uipc_mbuf.c | Artur Grabowski |
2002-01-23 | Pool deals fairly well with physical memory shortage, but it doesn't deal | Artur Grabowski |
2002-01-21 | Respect db_console for "progammer button", for improved physical security. | Dale Rahn |
2002-01-20 | use new allocm, round_buffersize decl's | Eric Jackson |
2002-01-17 | Allow nested interrupts on the mac interrupt controllers, previously | Dale Rahn |
2002-01-16 | Don't include <sys/map.h> when you don't need what's in it. | Miod Vallat |
2002-01-14 | The return value of lcsplx is used in locore. however at some point | Dale Rahn |
2002-01-08 | correct altivec support enable for gas 2.11. (still in comment) | Dale Rahn |
2002-01-07 | Paranoia on my part, do not let the condition exist where kvm space could | Dale Rahn |
2002-01-07 | On cache flushing, if start is not cacheline aligned, add to the lenght | Dale Rahn |
2002-01-03 | Use STRIPFLAGS=-g -X -x rather than =-d on all ELF arches. | Miod Vallat |
2002-01-03 | Proper va_end calling (no double calls) | Jason Wright |
2002-01-03 | If the dma decides to perform I/O on memory that is not mapped, panic | Dale Rahn |
2002-01-02 | On the road to serial console support. stage one, if of console is serial | Dale Rahn |
2001-12-31 | Fix a glitch in _dmamap_load_buffer introduced in the last commit. | Miod Vallat |
2001-12-24 | Harmonize and complete wrt cross-compilation. | Miod Vallat |
2001-12-21 | Unbreak gm0. regression test should be done next time... | Dale Rahn |
2001-12-18 | Recognize newer uni-n chips. | Dale Rahn |
2001-12-17 | Comment out abtn, since it is the cause of the function key crashes | Dale Rahn |
2001-12-15 | document exit command at Boot: prompt; pvalchev tested | Theo de Raadt |
2001-12-14 | Add gem (disabled) and hme (...) | Dale Rahn |
2001-12-14 | From NetBSD: | Dale Rahn |