Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-14 | ubt(4): USB Bluetooth driver, commented out in all kernel config | Alexander Yurchenko | |
files for now. Adopted from FreeBSD for our netbt stack. Help in testing by many, ok markus@ | |||
2005-01-10 | proper SET_PC_REGS, | Marc Espie | |
okay kettenis@, something-vaguely-looking-like-an-okay mickey@ | |||
2005-01-08 | enable puc lpt | Theo de Raadt | |
2005-01-07 | enable atu and sysbeep | Theo de Raadt | |
2005-01-06 | use wsmux more; miod ok | Theo de Raadt | |
2005-01-06 | missing $OpenBSD$ | Martin Reindl | |
2005-01-03 | ok, vge fits | Theo de Raadt | |
2005-01-03 | ok, ami is a good choice for the floppy | Theo de Raadt | |
2005-01-03 | add ami(4), it works and I needed that to install my new toy... theo ok | Henning Brauer | |
2005-01-02 | isp(4) works out of the box | Martin Reindl | |
ok deraadt@ | |||
2005-01-01 | gcc 3.3.5 will store zero-initialized variables in bss by default, | Todd C. Miller | |
move bootdev to data so it doesn't get zapped when bss is cleared. deraadt@ OK | |||
2005-01-01 | Add more debugging printf #ifdef DEBUG. This was useful when tracking | Todd C. Miller | |
down the bootdev issue. OK deraadt@ | |||
2004-12-30 | adw(4) works on amd64, enable; ok deraadt marco | Peter Valchev | |
2004-12-29 | fix a few more locators with ? that snuck in; mickey ok | Theo de Raadt | |
2004-12-26 | do not waste time having ises on | Theo de Raadt | |
2004-12-26 | enable ami. ok beck@ | Marco Peereboom | |
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-12-20 | vge(4) in bsd.rd, only CD for now; ok deraadt | Peter Valchev | |
2004-12-19 | Add ahd. | Kenneth R Westerback | |
ok deraadt@. | |||
2004-12-19 | disable uyap by default, because it is that rare | Theo de Raadt | |
2004-12-17 | Support for the eap MIDI UART from NetBSD. | Jonathan Gray | |
Tested by serveral people. ok millert@, mickey@ | |||
2004-12-13 | Uncomment yds(4) which is reported to work by Jim Dew. OK deraadt@ | Todd C. Miller | |
2004-12-08 | add ohci and ehci at cardbus to amd64, i386 and macppc. amd64 remains | David Gwynne | |
disabled for now. from deraadt@ | |||
2004-12-07 | remove old and unused NetBSD specific cruft. | Brad Smith | |
2004-12-06 | emu(4) works; tybollt@solace.mh.se | Theo de Raadt | |
2004-12-06 | Use uvm_grow() to account for stack growth, rather than home-grown code | Miod Vallat | |
or nothing. Inspired by a similar recent change in NetBSD. | |||
2004-12-04 | add /etc/dhcpd.conf to FILES; | Jason McIntyre | |
2004-12-02 | enable vge(4) and ciphy(4); ok deraadt | Peter Valchev | |
2004-11-28 | MAXSLP is not really an MD-configurable define so move it to param.h; miod@ ↵ | Michael Shalayeff | |
testing | |||
2004-11-26 | Kill __HAVE_EVCOUNT, now that all architectures provide them. | Miod Vallat | |
2004-11-25 | Enable lpt0 on amd64 GENERIC. ok deraadt@ | Ian Darwin | |
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-12 | #atu | Theo de Raadt | |
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-11-03 | Enable pcscp; from Martin Reindl <mreindl at catai.org> | Xavier Santolaria | |
ok miod@. | |||
2004-11-02 | Remove __HAVE_NWSCONS and related remnants of pre-wscons days; no functional | Miod Vallat | |
change. | |||
2004-10-30 | vaddr_t casts for vtophys, works on amd64, enabled in GENERIC | Can Erkin Acar | |
patch submitted and tested by Steffen Schütz, schuetz.steffen at melle de ok tedu@ | |||
2004-10-28 | SIGFPE signal codes. | Mark Kettenis | |
ok deraadt@ | |||
2004-10-23 | configure() -> cpu_configure() | Michael Coulter | |
ok grange@ | |||
2004-10-22 | Remove option CPU hack, no changes in .o files. | Alexander Yurchenko | |
ok deraadt@ | |||
2004-10-13 | readd commented out isadma entry | Brad Smith | |
2004-10-11 | strip out quite a few of the ISA devices | Brad Smith | |
with input from and ok miod@ | |||
2004-10-09 | size works now on cross-size .o files | Michael Shalayeff | |
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-10-05 | Port of NetBSD's udav driver for Davicom USB DM960 based Ethernet. | Jonathan Gray | |
Thanks to Mark Uemura for donating several of these adapters. Tested by and ok deraadt@ | |||
2004-09-25 | Remove aapic, ok deraadt@ | Alexander Yurchenko | |
2004-09-21 | $OpenBSD$ tag | Alexander Yurchenko | |