Age | Commit message (Expand) | Author |
2005-04-11 | use MD #define to choose stackgap size per-architecture. on sparc, special | Theo de Raadt |
2005-04-07 | Remove spurious -L for /usr/include in INCLUDES defn. ok miod@ | Ian Darwin |
2005-03-30 | first approximation: spoof UDF filesystem disklabels when we see them. | Theo de Raadt |
2005-03-08 | Cosmetics... | Thierry Deval |
2004-12-25 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat |
2004-12-24 | {e,}intr{cnt,names} bye-bye. | Miod Vallat |
2004-11-28 | MAXSLP is not really an MD-configurable define so move it to param.h; miod@ t... | Michael Shalayeff |
2004-11-19 | Be more conservative in openpic_enable_irq() and only reprogram the vector | Miod Vallat |
2004-11-19 | Better Raven PREP initialization, per the book, with an evil book mistake | Miod Vallat |
2004-11-19 | Better i8259 slave handling: | Miod Vallat |
2004-11-19 | More aggressive strip flags for non debug kernels; this is a noop on some | Miod Vallat |
2004-11-18 | Tell MVME2600 and MVME2700 apart. | Miod Vallat |
2004-11-18 | Feature sync with macppc | Miod Vallat |
2004-11-17 | Enable interrupts after autoconf. | Miod Vallat |
2004-11-17 | Remove dead or unused code; minor syncs with macppc code. | Miod Vallat |
2004-11-17 | Correct *cnputc() prototypes. | Miod Vallat |
2004-11-17 | Add register prefixes and generally match macppc locore.S now; diff between | Miod Vallat |
2004-11-16 | Set p_stat to SONPROC in cpu_switch() after picking a proc to run. | Miod Vallat |
2004-11-15 | Let stand/ compile with gcc 3. | Miod Vallat |
2004-11-15 | Get rid of some old debug stuff. | Miod Vallat |
2004-11-15 | Compile with gcc 3. | Miod Vallat |
2004-11-10 | Remove __cplusplus crud. | Alexander Yurchenko |
2004-11-09 | Do not map empty mbufs (m_len == 0) in bus_dmamap_load_mbuf() as these mappings | Claudio Jeker |
2004-10-23 | configure() -> cpu_configure() | Michael Coulter |
2004-10-08 | Move dev/cons.c to MI conf/files. | Alexander Yurchenko |
2004-10-05 | Get prototypes through cons_decl(), so that they are always right. | Miod Vallat |
2004-09-16 | spacing | Theo de Raadt |
2004-09-16 | cleanup deafult locators (blah ?); please check that your most hated architec... | Michael Shalayeff |
2004-07-14 | Switch to evcount interrupt counters. | Miod Vallat |
2004-07-13 | errno changes, lib major version bumps, and general flag day | Marco S Hyman |
2004-06-24 | Do a better job at containing powerpc specific #defines to PPC_... | Dale Rahn |
2004-05-15 | Be more careful when using hwirq[] values. | Miod Vallat |
2004-05-14 | Attach a working bugtty device - userland needs at least a console tty. | Miod Vallat |
2004-05-14 | Correctly coalesce buffers in _bus_dmamap_load_buffer(). | Miod Vallat |
2004-05-14 | Really working interrupt engine, at least on both 2600 flavours. | Miod Vallat |
2004-05-08 | Better bus_dmamap_load() implementation which does not use vtophys(), | Miod Vallat |
2004-05-08 | Kill whitespace at EOL | Miod Vallat |
2004-05-08 | Correct values for the pci_routes[] pci-to-mpic interrupt routing table, | Miod Vallat |
2004-05-06 | Typo | Miod Vallat |
2004-03-17 | Make sure disklabels use at least DEV_BSIZE as their sector size. | Miod Vallat |
2004-03-09 | Correct MANSUBDIR (not enabled during build, though) | Miod Vallat |
2004-02-10 | Add the ptm device to pty(4). By opening /dev/ptm and using the PTMGET | Todd C. Miller |
2004-02-01 | More work in attempt to get interrupts working reliably: | Miod Vallat |
2004-01-30 | Some cleaning and sync to the macppc openpic code. | Miod Vallat |
2004-01-29 | Pretty printf. | Miod Vallat |
2004-01-29 | Have the bootloader pass RB_ flags, as well as the boot device, to the kernel, | Miod Vallat |
2004-01-29 | Print system type early in autoconf, as determined from the board status | Miod Vallat |
2004-01-29 | Some more cleaning and sync with other ppc ports, in order to help with a | Miod Vallat |
2004-01-29 | In bus_dmamap_sync(), be sure to flush a host pa. | Miod Vallat |
2004-01-29 | Don't assume 1:1 mapping for bus_spac anymore. | Miod Vallat |