Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-28 | shrink extra verbose crud | Theo de Raadt | |
2005-04-28 | shut up | Theo de Raadt | |
2005-04-21 | count fpu lazy context switches; deraadt@ ok | Michael Shalayeff | |
2005-04-21 | correct idiom for snprintf failure handling; ok beck | Theo de Raadt | |
2005-04-20 | Enable ural(4), appears to work fine. | Jonathan Gray | |
2005-04-19 | nothing uses spllowersoftclock() anymore | Michael Shalayeff | |
2005-04-14 | internal _BSD_WCTRANS_T_, _BSD_MSTATE_T_, _BSD_WCTYPE_T_ types. | Marc Espie | |
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-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. | |||
2005-02-25 | Enable re(4) on alpha. | Jonathan Gray | |
2005-02-15 | Enable phys found in various USB devices on more archs. | Jonathan Gray | |
ok brad@, dlg@ | |||
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-06 | use wsmux more; miod ok | Theo de Raadt | |
2005-01-04 | SET_PC_REGS, arches tested between me and miod. | Marc Espie | |
2005-01-04 | enable ehci | Jonathan Gray | |
2005-01-03 | re-enable ohci and uhci | Theo de Raadt | |
2004-12-30 | Enable udav now it works on alpha. ok dlg@ | Jonathan Gray | |
2004-12-29 | fix a few more locators with ? that snuck in; mickey ok | Theo de Raadt | |
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-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-08 | add pcscp(4) at pci | Martin Reindl | |
ok miod@ | |||
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-06 | Use config_defer(). | Brad Smith | |
From NetBSD ok miod@ | |||
2004-12-01 | remove excessive chattiness from the bootblocks. our goal is to shrink | Theo de Raadt | |
them to < 5*1024, because the floppies are once again tight | |||
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-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-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-05 | we want ukphy on the media; miod ok | Theo de Raadt | |
2004-11-04 | Stricter rules for isadma_bounce, shaves 4KB off a RAMDISKB kernel. | Miod Vallat | |
2004-11-02 | we do not just delete lines but rather comment 'em out | Michael Shalayeff | |
2004-11-02 | Remove __HAVE_NWSCONS and related remnants of pre-wscons days; no functional | Miod Vallat | |
change. | |||
2004-11-02 | udav is broken on alpha so remove it for now. | Jonathan Gray | |
2004-10-08 | Move dev/cons.c to MI conf/files. | Alexander Yurchenko | |
ok miod@ | |||
2004-10-06 | Pass -finhibit-size-directive to the compiler, so that binutils 2.15 | Miod Vallat | |
do not create an .eh_frame section in object files. | |||
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-19 | constify speedtabs and make ttspeedtab() take a const struct speedtab * | Michael Shalayeff | |
2004-09-18 | add puc; ok miod | Peter Valchev | |
2004-09-16 | Rely upon __LP64__ to choose {U,}LONG_{MIN,MAX} values, rather than a | Miod Vallat | |
homegrown define. ok deraadt@ | |||
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-08-16 | Uninline splraise to save some time and space. | Artur Grabowski | |
deraadt@ ok, tested by many for a long time. | |||
2004-08-06 | rename sparc kill_user_windows() to pmap_unuse_final(). provide empty stubs | Theo de Raadt | |
on all other architectures. remove last architecture dependent #ifdef from uvm code. |