summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-02-06regenAlexander Yurchenko
2009-02-06Bump the number of /dev/sd* files on usb-capable archs. With modernAlexander 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-06The new font selection logic would loop and consume all kmem on promsMiod Vallat
with only one font (such as many 712 onboard graphics). Oops again (poukram).
2009-02-06Fix crash on zaurus when sd memory card plugged by providing an attachmentAlexander Yurchenko
structure that slave devices like sbt expect.
2009-02-06remove unused variables.Charles Longeau
ok henning@ michele@
2009-02-06merge the "should work" hardware list into the main body - it is going toJason 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-06typoMiod Vallat
2009-02-06Replace comparision between boolean expression result and an integerAlexander Yurchenko
that may confuse gcc with a simple boolean expression. ok reyk@
2009-02-06regenAlexander Yurchenko
2009-02-06Use $Mdocdate$ instead of date(1).Alexander Yurchenko
ok miod@
2009-02-06add Huawei E160G; reported by Pedro la PeuStuart Henderson
2009-02-06Fix kernel crash (page fault) for devices with unsorted frame index.Marcus Glocker
Problem reported by Kenji Aoyama
2009-02-06fix 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-06simplify the clock tick messages generation code and ensuire thatAlexandre Ratchov
the first clock tick (ie the start tick) is not lost
2009-02-06move error messages reported to user into main()Alexandre Ratchov
2009-02-05when calling ssl_session_destroy() from mta, our session will have a NULLGilles Chehade
s->s_l field. this commit fixes a crash in mta caused by a NULL deref.
2009-02-05Revert 1.54 and build debug libs on hp300 too.Miod Vallat
2009-02-05fix uninitialized var (in a code path that is not used yet).Damien Bergamini
found by chl@ using llvm/clang
2009-02-05fix format stringCharles Longeau
ok naddy@
2009-02-05Remove 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-05Mirroring 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-05add MD PMAP_NOCACHE flag to i386 and use it to implement theOwain 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-05Add some (currently unused) MD pmap flags to be used for pushing inOwain 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-05Fix slight logic error in a previous commit.Owain Ainsworth
2009-02-05KNF, and remove a debug printf I missed.Owain Ainsworth
2009-02-05KNF, no change to behaviour.Owain Ainsworth
2009-02-05Merge the static block allocation code from {i915,radeon}_mem.c intoOwain 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-04update the default socket paths, to reflect recent aucat changesAlexandre Ratchov
2009-02-04if there are too many connections, stop acceping new ones ratherAlexandre Ratchov
than exit()ing with ``too many open files'' fatal error
2009-02-04Some systems that claim to be ACPI 2.0 apparently don't provide an XSDTMark 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-04Make m_copyback() a lot smarter. Make it use all of the last mbufClaudio 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-04Do not use m_pullup() because it aligns the data to a word boundaryClaudio Jeker
resulting in unaligned IP headers (because it aligns the ethernet header). Found the hard way by landry@ on sparc64.
2009-02-04Tag ld.so as an OpenBSD binary/library.Mark Kettenis
ok kurt@, drahn@, miod@
2009-02-04Tag ELF shared libraries as OpenBSD.Mark Kettenis
ok kurt@, drahn@, miod@
2009-02-04explain that it's ok if we get a slightly different rate thanAlexandre Ratchov
the one we asked for, from Thomas Pfaff <tpfaff(at)tp76.info> with tweaks from jmc@
2009-02-04document server mode with help from jmc@Alexandre Ratchov
2009-02-04Mention PA7000 (PCXS) support; only model 720 has been tested so far, butMiod Vallat
models 705, 710, 730 and 750 are expected to work as well.
2009-02-04Handle PCXS data protection traps. Unlike other PA1.1 chips, there is aMiod 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-04On 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-04On 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-04Unify memory size reports a bit more: always report size in MB, and reportMiod Vallat
reserved memory on alpha and hppa on its own line (as done on sgi).
2009-02-04daemonize when in server mode, suggested by manyAlexandre Ratchov
ok jakemsr
2009-02-04Programs have no direct access do the device file descriptor. So, ifAlexandre 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-04gollo@ 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-03in server mode, create /tmp/aucat-userid/ directory withAlexandre 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-03add missing headers needed by wait()Charles Longeau
ok rainer@
2009-02-03Reflect MPLS kernel changes. Operations are stored now in rt_mpls field.Michele Marchetto
ok claudio@ laurent@
2009-02-03Use 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-03Correctly update kernel and mfc when change in routing table happens.Michele Marchetto
ok norby@