Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-06 | regen | Alexander Yurchenko | |
2009-02-06 | Bump the number of /dev/sd* files on usb-capable archs. With modern | Alexander Yurchenko | |
all-in-one usb card readers and memory sticks you run out of sd device files very quickly with default install. This doesn't affect install media. ok krw@ miod@ | |||
2009-02-06 | The new font selection logic would loop and consume all kmem on proms | Miod Vallat | |
with only one font (such as many 712 onboard graphics). Oops again (poukram). | |||
2009-02-06 | Fix crash on zaurus when sd memory card plugged by providing an attachment | Alexander Yurchenko | |
structure that slave devices like sbt expect. | |||
2009-02-06 | remove unused variables. | Charles Longeau | |
ok henning@ michele@ | |||
2009-02-06 | merge the "should work" hardware list into the main body - it is going to | Jason McIntyre | |
be very hard to maintain such lists, it is inconsistent, and of limited use; ok krw miod | |||
2009-02-06 | - fix run_mcu_cmd(). it has the side-effect of fixing LEDs. | Damien Bergamini | |
- fix run_rt3070_rf_write() for RT3070 - fix HW WEP for those who still care - add quirks required for RT3070+RT3020 committed over an EDIMAX EW-7711UAn (RT3070+RT3020) | |||
2009-02-06 | typo | Miod Vallat | |
2009-02-06 | Replace comparision between boolean expression result and an integer | Alexander Yurchenko | |
that may confuse gcc with a simple boolean expression. ok reyk@ | |||
2009-02-06 | regen | Alexander Yurchenko | |
2009-02-06 | Use $Mdocdate$ instead of date(1). | Alexander Yurchenko | |
ok miod@ | |||
2009-02-06 | add Huawei E160G; reported by Pedro la Peu | Stuart Henderson | |
2009-02-06 | Fix kernel crash (page fault) for devices with unsorted frame index. | Marcus Glocker | |
Problem reported by Kenji Aoyama | |||
2009-02-06 | fix typo (huawei e619g -> e169g). umsm.c log agrees (as pointed out by jsg) | Stuart Henderson | |
as does the number of results in a popular search engine. ok jsg@ | |||
2009-02-06 | simplify the clock tick messages generation code and ensuire that | Alexandre Ratchov | |
the first clock tick (ie the start tick) is not lost | |||
2009-02-06 | move error messages reported to user into main() | Alexandre Ratchov | |
2009-02-05 | when calling ssl_session_destroy() from mta, our session will have a NULL | Gilles Chehade | |
s->s_l field. this commit fixes a crash in mta caused by a NULL deref. | |||
2009-02-05 | Revert 1.54 and build debug libs on hp300 too. | Miod Vallat | |
2009-02-05 | fix uninitialized var (in a code path that is not used yet). | Damien Bergamini | |
found by chl@ using llvm/clang | |||
2009-02-05 | fix format string | Charles Longeau | |
ok naddy@ | |||
2009-02-05 | Remove the BUS_DMA_NOCACHE flag from all azalia dma mappings. | Owain Ainsworth | |
The fact that this has only just been implemented, and that this hardware is only found on x86 shows that this flag should not be needed for operation of this hardware. It's been here since the initial netbsd commit the code came from. "sounds good to me" jakemsr@, ok kettenis@. | |||
2009-02-05 | Mirroring the i386 commit just made. Add MD PMAP_NOCACHE flag to pmap, | Owain Ainsworth | |
and use it to implement BUS_DMA_NOCACHE for uncached mappings of dma memory. Needed for some broken hardware. Discussion with art, miod, kettenis and toby, ok miod. | |||
2009-02-05 | add MD PMAP_NOCACHE flag to i386 and use it to implement the | Owain Ainsworth | |
BUS_DMA_NOCACHE flag with guarantees that the dma memory will be mapped uncached. Some broken/odd hardware needs this. discussion with miod, toby, art and kettenis. ok miod. | |||
2009-02-05 | Add some (currently unused) MD pmap flags to be used for pushing in | Owain Ainsworth | |
parameters such as cacheability, which is too different per-arch to be MI. discussed with miod, kettenis and art. ok miod@, art@. | |||
2009-02-05 | Fix slight logic error in a previous commit. | Owain Ainsworth | |
2009-02-05 | KNF, and remove a debug printf I missed. | Owain Ainsworth | |
2009-02-05 | KNF, no change to behaviour. | Owain Ainsworth | |
2009-02-05 | Merge the static block allocation code from {i915,radeon}_mem.c into | Owain Ainsworth | |
non-static code that's shared between both. While i'm here convert them to TAILQ. Eventually, both of these will die, but until then I'd rather shave the space in the kernel. Tested on radeon and intel. | |||
2009-02-04 | update the default socket paths, to reflect recent aucat changes | Alexandre Ratchov | |
2009-02-04 | if there are too many connections, stop acceping new ones rather | Alexandre Ratchov | |
than exit()ing with ``too many open files'' fatal error | |||
2009-02-04 | Some systems that claim to be ACPI 2.0 apparently don't provide an XSDT | Mark Kettenis | |
address. Make the code fall back on the RSDT on those systems. From Joerg Niendorf <p3y80@internode.on.net>. Fixes PR 5986. | |||
2009-02-04 | Make m_copyback() a lot smarter. Make it use all of the last mbuf | Claudio Jeker | |
(M_TRAILINGSPACE()) and allocate one cluster if needed (instead of chaining many mbufs). Somewhat needed for the rl(4) fix to ensure that the ethernet header is in one mbuf for sure. Tested by landry@ and myself | |||
2009-02-04 | Do not use m_pullup() because it aligns the data to a word boundary | Claudio Jeker | |
resulting in unaligned IP headers (because it aligns the ethernet header). Found the hard way by landry@ on sparc64. | |||
2009-02-04 | Tag ld.so as an OpenBSD binary/library. | Mark Kettenis | |
ok kurt@, drahn@, miod@ | |||
2009-02-04 | Tag ELF shared libraries as OpenBSD. | Mark Kettenis | |
ok kurt@, drahn@, miod@ | |||
2009-02-04 | explain that it's ok if we get a slightly different rate than | Alexandre Ratchov | |
the one we asked for, from Thomas Pfaff <tpfaff(at)tp76.info> with tweaks from jmc@ | |||
2009-02-04 | document server mode with help from jmc@ | Alexandre Ratchov | |
2009-02-04 | Mention PA7000 (PCXS) support; only model 720 has been tested so far, but | Miod Vallat | |
models 705, 710, 730 and 750 are expected to work as well. | |||
2009-02-04 | Handle PCXS data protection traps. Unlike other PA1.1 chips, there is a | Miod Vallat | |
single trap code for alignment and protection faults, so we have to figure out which kind of problem we are facing. ok kettenis@ | |||
2009-02-04 | On systems with split BTLB, do not bother trying to insert DBTLB entries, | Miod Vallat | |
as PDC will lie to us pretending it did while it didn't. ok kettenis@ | |||
2009-02-04 | On systems with viper memory controllers, always print its revision, | Miod Vallat | |
and allow asp interrupts to pass through even if not revision 0. ok kettenis@ | |||
2009-02-04 | Unify memory size reports a bit more: always report size in MB, and report | Miod Vallat | |
reserved memory on alpha and hppa on its own line (as done on sgi). | |||
2009-02-04 | daemonize when in server mode, suggested by many | Alexandre Ratchov | |
ok jakemsr | |||
2009-02-04 | Programs have no direct access do the device file descriptor. So, if | Alexandre Ratchov | |
the programs calls execvp(2), the new image can't use the device, which stays open, so other programs get EBUSY. Set the close-on-exec flag to avoid this. ok jakemsr | |||
2009-02-04 | gollo@ thought the timeouts were a little short, and indeed, they are off by ↵ | Ted Unangst | |
1000. (not much real effect, you can only sleep so short any way) | |||
2009-02-03 | in server mode, create /tmp/aucat-userid/ directory with | Alexandre Ratchov | |
permissions 0700, and create sockets in it. This prevents one local user to eavesdrop or disturb audio programs of other users. if you're using the ``-s socket'' option with an absolute path as argument, please update it to use a socket name. requested by many, bits from jakemsr and otto ok jakemsr | |||
2009-02-03 | add missing headers needed by wait() | Charles Longeau | |
ok rainer@ | |||
2009-02-03 | Reflect MPLS kernel changes. Operations are stored now in rt_mpls field. | Michele Marchetto | |
ok claudio@ laurent@ | |||
2009-02-03 | Use our own flags to set the operations and not RTF_PROTOX. | Michele Marchetto | |
Switch the padding field into a MPLS one in rt_msghdr to store relevant informations. OK claudio@ laurent@ | |||
2009-02-03 | Correctly update kernel and mfc when change in routing table happens. | Michele Marchetto | |
ok norby@ |