Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-25 | crank ramdisk filesystem slightly to cope with firmwares inside the filesystem | Theo de Raadt | |
2004-11-25 | Move towards a more flexible and generic interrupt system, as well as better | Miod Vallat | |
zs behaviour. From NetBSD; integration work by Martin Reindl | |||
2004-11-25 | Enable lpt0 on amd64 GENERIC. ok deraadt@ | Ian Darwin | |
2004-11-24 | replace old net/if_ieee80211.h header with the net80211 ones, kernel part. | Theo de Raadt | |
file missed by fgsch, did he miss any others? grep helps | |||
2004-11-23 | replace old net/if_ieee80211.h header with the net80211 ones, kernel part. | Federico G. Schwindt | |
millert@ mcbride@ jsg@ | |||
2004-11-23 | Use pci_matchbyid() for matching crazy VIA power management controllers | Alexander Yurchenko | |
and add a few ones. ``valiay'' mickey@ | |||
2004-11-22 | better types; from hppa64 (; | Michael Shalayeff | |
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-18 | Move PowerPC cpu type constants to <machine/cpu.h> | Miod Vallat | |
ok drahn@ | |||
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-17 | A few more register prefixes, as well as more tab vs space police. No | Miod Vallat | |
change in .o file. ok drahn@ | |||
2004-11-17 | proper autoconf attachments; grange@ testing; markus@ ok | Michael Shalayeff | |
2004-11-17 | print real/avail/bufcache sizes as unsigned | Michael Shalayeff | |
2004-11-17 | atu(4) on by default, since it is now smaller | Theo de Raadt | |
2004-11-16 | Strip kernels compiled with DEBUG=-g leaving an unstripped kernel as bsd.gdb. | Mark Kettenis | |
ok miod@ | |||
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-13 | Let the chip settle for a bit more time between trying to output two | Miod Vallat | |
characters; this will prevent us from falling into timeout behaviour when it is in fact not necessary. | |||
2004-11-12 | commented out atw | Michael Shalayeff | |
2004-11-12 | #atu | Theo de Raadt | |
2004-11-11 | Typos | Miod Vallat | |
2004-11-11 | Somewhat improve single-stepping. | Mark Kettenis | |
ok pefo@, miod@ | |||
2004-11-11 | say hello to XKSEG0 and XKSEG1! | Per Fogelstrom | |
2004-11-11 | up default data size so things doesn't blow up to easy | Per Fogelstrom | |
2004-11-11 | no need to lock access for reading | joshua stein | |
2004-11-10 | Remove __cplusplus crud. | Alexander Yurchenko | |
2004-11-09 | Kill guarded_access() - the way we map OBIO, there is no need for special | Miod Vallat | |
treatement of interrupt vectors variables, a simple read will do. While there, speed up the interrupt handlers a bit: - remove old debug code or only compile it if option DEBUG. - use short circuits for setipl() if we know interrupts are disabled at this point: there is no need playing with the psr in these cases. | |||
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-11-09 | Fix single-stepping. | Mark Kettenis | |
ok miod@ | |||
2004-11-09 | Kill more unused stuff. | Miod Vallat | |
2004-11-09 | Luna88k does not have an iomap, so kill all iomap related defines, and | Miod Vallat | |
move the mapiodev()/unmapiodev() code back to mvme88k. | |||
2004-11-09 | Always free memory on failure in c{e,s}4231_alloc(); from Patrick Lafiti. | Miod Vallat | |
2004-11-09 | Split {get,set,raise}ipl() into per-board implementations. | Miod Vallat | |
2004-11-08 | commented out entry for atu | David Gwynne | |
"yup" by deraadt@ | |||
2004-11-08 | Simple cleaning of sgivol, with no functional change (yet): | Miod Vallat | |
- remove hardcoded constants - use strtol() and check for errors instead of using atoi() - use err()/errx()/warnx() when applicable - use bounded string operations whenever possible - use strncpy() instead of a home-grown construct Plus you get the "/usr/mdec/sgivol -p" instant coredump fixed for free. | |||
2004-11-08 | Typo | Miod Vallat | |
2004-11-08 | Show in the dmesg as mongoose, to matche the manpage and kernel configuration | Miod Vallat | |
file. | |||
2004-11-08 | Typo | Miod Vallat | |
2004-11-08 | Remove mvme88k leftovers. | Miod Vallat | |
2004-11-08 | Kill struct md_p, which was really only necessary for mvme88k; on | Miod Vallat | |
luna88k it disappears completely, while mvme88k keeps 3 global variables, one of them scheduled to disappear very soon. |