Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-10 | fix the macro so gem recognizes the Intrepid 2 GMAC. | Brad Smith | |
2006-04-10 | recognize the Intrepid 2 GMAC | Brad Smith | |
2006-04-10 | regen | Brad Smith | |
2006-04-10 | add PCI ids for the Apple Intrepid 2 Controller found on the latest | Brad Smith | |
geneartion of G4 PowerBooks. | |||
2006-04-10 | sync | Theo de Raadt | |
2006-04-10 | under some cases some wi(4) cards freak out and then do not recover. | Theo de Raadt | |
make the driver reset in those cases. this needs testing, which is why it is being commited; from kuethe | |||
2006-04-10 | unify temperature sensor names much more | Theo de Raadt | |
2006-04-10 | make this match our code standards | Theo de Raadt | |
2006-04-10 | enable schenv | Theo de Raadt | |
2006-04-10 | new schenv driver | Theo de Raadt | |
2006-04-10 | new sch5017 driver by roman.hunt@comcast.net | Theo de Raadt | |
2006-04-10 | files.i2c | Theo de Raadt | |
2006-04-09 | slightly nicer sensor names | Theo de Raadt | |
2006-04-09 | - don't print out warnings about locking when they are actually wrong and | Niall O'Higgins | |
just confuse the user. ok and input joris@ | |||
2006-04-09 | new sentence, new line; | Jason McIntyre | |
2006-04-09 | macro fix; from moritz grimm | Jason McIntyre | |
2006-04-09 | On macppc and sparc64, if allowaperture=0 only allow mmap()-ing of | Matthieu Herrb | |
the framebuffer memory in WSDISPLAYIO_MODE_DUMBFB mode. | |||
2006-04-09 | On MVME188 systems with more than two CMMUs par CPU, do not honor the | Miod Vallat | |
address split scheme when operating on caches, as this does not work (probably for some snooping needs?); TLB operations are still honoring the split and are not affected. | |||
2006-04-09 | Rewrite bus_compatible() to allow one alias to expand to several drivers, | Miod Vallat | |
and in this case pick the one which matches the driver we are currently attaching, if any; allows systems netbooted via gem interfaces to recognize their boot device, and solves PR #5058. | |||
2006-04-09 | delete breaks that are not needed | Theo de Raadt | |
2006-04-09 | a few rlim_t casts, kind of ok otto and millert | Theo de Raadt | |
2006-04-09 | sync | Theo de Raadt | |
2006-04-09 | ftree_add arg #2 expects int not pointer. | Jared Yanovich | |
from Han Boetes <han@mijncomputer.nl> via tech@ ok moritz | |||
2006-04-09 | #ifdef lint wraps for va_start | Theo de Raadt | |
2006-04-09 | Change a debug interface to take const char pointers so we don't ave | Kenneth R Westerback | |
to cast away constness whenever we want to pass in a string that is already const -- we copy the string if we want to use it, so having it be non-const in the first place does not make any sense. From tholo@ ok tedu@ | |||
2006-04-09 | regen | Brad Smith | |
2006-04-09 | add another ServerWorks SATA PCI id. | Brad Smith | |
From the Linux svw driver. | |||
2006-04-09 | sync | Theo de Raadt | |
2006-04-08 | Remove unused variables. | David Hill | |
ok ray@ | |||
2006-04-08 | Add missing 'use OpenBSD::Error'. | Bernd Ahlers | |
spotted by marco@ 'go ahead' espie@ | |||
2006-04-08 | Don't panic in apic_intr_establush() if interrupt is not sharable and already | Mark Kettenis | |
taken; return NULL instead, just like we do for non-apic interrupts. Fixes PR 5064. ok mickey@ | |||
2006-04-08 | add an AUTHORS section, and make HISTORY more obsd-specific; | Jason McIntyre | |
much help and ok jsg | |||
2006-04-08 | clean up includes, from thib, okay tedu@ | Pedro Martelletto | |
2006-04-08 | document "powerdown" in rc.shutdown; | Jason McIntyre | |
based on diffs from henning, and ok him too... | |||
2006-04-08 | tweaks; | Jason McIntyre | |
2006-04-08 | various tweaks; | Jason McIntyre | |
2006-04-08 | Whack some obviously dead code (double return's, code after goto). | Kenneth R Westerback | |
ok pedro@ | |||
2006-04-08 | Plug memory leak when nitems == 0. | Ray Lai | |
From NetBSD from Coverity CID 1752. OK jaredy@ | |||
2006-04-08 | Plug simple memory leak. ``Don't forget to free tcpopts when you | Ray Lai | |
are done.'' From NetBSD from Coverity CID 2057. OK henning@ and jaredy@ | |||
2006-04-08 | Remove a little bit of dead code; minburst is set to 2 earlier, and | Ray Lai | |
cannot be 0. From NetBSD from Coverity CID 577. OK henning@ | |||
2006-04-08 | Since moritz@ says, ``this can't happen, because no fmt string | Ray Lai | |
passed to fdata() uses a T-value not caught by the switch,'' change to a fatal error. OK jaredy@ and moritz@ | |||
2006-04-08 | Memory leak on fork error plus change time variable to prevent | Ray Lai | |
shadowing time(3) function. From NetBSD from Coverity CID 1688. OK jaredy@ and moritz@ | |||
2006-04-07 | Improved MIDI manpages from Alexandre Ratchov. | Jonathan Gray | |
2006-04-07 | Add optional flush method to MIDI hardware interface. | Jonathan Gray | |
Allow umidi(4) to send multiple events in a single USB transfer. This greatly improves the number of interrupts umidi is able to generate. From Alexandre Ratchov. | |||
2006-04-07 | Replace bus_space functions with generic ones that do barriers. | Marco Peereboom | |
2006-04-07 | Add memory allocator functions. | Marco Peereboom | |
2006-04-07 | Print state in debug. Change return vales to 1 instead of ENXIO. | Marco Peereboom | |
2006-04-07 | Use new shiny debug code. | Marco Peereboom | |
2006-04-07 | Make a better debug mechanism. | Marco Peereboom | |
2006-04-07 | Enable mfi_transition_fw() original code from FreeBSD. | Marco Peereboom | |