Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-08-02 | Save floating point context on signals, same diff as macppc | Dale Rahn | |
2005-05-27 | first step of removing the obsolete PCI ncr(4) driver, it was superseded by | Martin Reindl | |
siop(4) a long time ago 'do it' jason@ | |||
2005-05-06 | generate vim-compatible tag files, from netbsd | Pedro Martelletto | |
2005-05-06 | Add tags to mvmeppc. | Marco Peereboom | |
<miod> commit your stuff. <miod> make tags work. | |||
2005-05-01 | spacing; ok miod@ deraadt@ | David Krause | |
2005-04-30 | start the job of making things look more alike | Theo de Raadt | |
2005-04-30 | nice docs at top of GENERIC | Theo de Raadt | |
2005-04-21 | correct idiom for snprintf failure handling; ok beck | Theo de Raadt | |
2005-04-11 | use MD #define to choose stackgap size per-architecture. on sparc, special | Theo de Raadt | |
case sun4c/sun4 -- because address space is more constrained | |||
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 | |
it is likely a slight bug or two will sneak in with this, so everyone please keep an eye out on your disklabels | |||
2005-03-08 | Cosmetics... | Thierry Deval | |
Mainly remove space between locators parens, replace spaces with tabs where appropriate and consistently align dependencies. | |||
2004-12-25 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat | |
no functional change. | |||
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@ ↵ | Michael Shalayeff | |
testing | |||
2004-11-19 | Be more conservative in openpic_enable_irq() and only reprogram the vector | Miod Vallat | |
register if it changes. | |||
2004-11-19 | Better Raven PREP initialization, per the book, with an evil book mistake | Miod Vallat | |
corrected. | |||
2004-11-19 | Better i8259 slave handling: | Miod Vallat | |
- check for spurious interrupt conditions. - do not ack the slave irq on the master unless there are really no more interrupts to be serviced on the slave. | |||
2004-11-19 | More aggressive strip flags for non debug kernels; this is a noop on some | Miod Vallat | |
architectures, but saves a few dozen KB on alpha and ppc. ok deraadt@ | |||
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 | |
both locore is useful now. | |||
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 | |
may disturb the dma as seen in ipw(4). Emtpy mbufs are at the beginning of the mbuf chain and are as example a "side-effect" of a previous m_adj() call. OK miod@ mickey@ jason@ markus@ | |||
2004-10-23 | configure() -> cpu_configure() | Michael Coulter | |
ok grange@ | |||
2004-10-08 | Move dev/cons.c to MI conf/files. | Alexander Yurchenko | |
ok miod@ | |||
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 ↵ | Michael Shalayeff | |
architecture is still fluffy (; | |||
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 | |
To build you must: cd /usr/src && make obj && make includes cd lib/libc && make depend && make && NOMAN=1 sudo make install cd /usr/src && make build | |||
2004-06-24 | Do a better job at containing powerpc specific #defines to PPC_... | Dale Rahn | |
ok deraadt@ | |||
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 | |
from macppc. Also properly handle BUS_DMASYNC_PREREAD | BUS_DMASYNC_PREWRITE in bus_dmamap_sync(). | |||
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 | |
per the MVME2600APG. | |||
2004-05-06 | Typo | Miod Vallat | |
2004-03-17 | Make sure disklabels use at least DEV_BSIZE as their sector size. | Miod Vallat | |
This allows the kernel to survive reading the disklabel off a 256-bytes/sector scsi device... ok deraadt@ | |||
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 | |
ioctl(2), an unprivileged process may allocate a pty and have its owner and mode set appropriately. This means that programs such as xterm and screen no longer need to be setuid. Programs using the openpty() function require zero changes and will "just work". Designed by beck@ and deraadt@; changes by beck@ with cleanup (and a rewrite of the vnode bits) by art@ and tweaks/bugfixes by me. Tested by many. |