summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-07-23We will never make a mixer item out of the pin control operation, soDeanna Phillips
2007-07-22Get rid of the fixe VA range for device mappings; use uvm_km_valloc() instead.Mark Kettenis
2007-07-22lexicographically sorts the list of commandsIgor Sobrado
2007-07-22spacing, chop some of the more obscenely long lines.Gordon Willem Klok
2007-07-22Move hppa to __HAVE_TIMECOUNTERS.Mark Kettenis
2007-07-22make sure loop variables use their own buffers.Marc Espie
2007-07-22Enable rl(4) on hppa, tested by me, ok kettenis@Jonathan Gray
2007-07-22clear the IFF_ALLMULTI flag when the interface goes down.David Gwynne
2007-07-22the softc variable is sc, not sp.David Gwynne
2007-07-2164 bit mips support for the arla lwp code, requested by todd@ long ago...Miod Vallat
2007-07-21- this page describes getpgid.2 tooJason McIntyre
2007-07-21make one of the lists -compact, to avoid some yucky vertical blankspace;Jason McIntyre
2007-07-21Mention bge(4) as well.Mark Kettenis
2007-07-21Mention SysKonnect/Marvell gigabit ethernet adapters.Mark Kettenis
2007-07-21no need to say in two ways "a set of usb devices went away"; ok by a fewTheo de Raadt
2007-07-21Add sk(4). Tested by Maurice Janssen.Mark Kettenis
2007-07-21Similar to sbin/route/show.c:Claudio Jeker
2007-07-21Check the rtm_version before trying to print an entry. If the rtmsg has aClaudio Jeker
2007-07-21even though gcc doesn't reuse the utsname space, it could. Ensure MACHINEMarc Espie
2007-07-21zap unneeded stuffMarc Espie
2007-07-21fix the entry for Eminent EM3035.Igor Sobrado
2007-07-21s/ETHERTYPE_EAPOL/ETHERTYPE_PAE/ to be in line with src/sys/net/ethertypes.hDamien Bergamini
2007-07-21add ETHERTYPE_PAE (802.1X Port Access Entity).Damien Bergamini
2007-07-21another rare device temporarily gets the axe (until some other shrinkage happ...Theo de Raadt
2007-07-20Mention that the LCD can be made to "blink" by setting machdep.led_blink.Mark Kettenis
2007-07-20Initialize the locks in key_table. On hppa _SPINLOCK_LOCKED is 0, so anMark Kettenis
2007-07-20Make lcd(4) "blink" when machdep.led_blink is set.Mark Kettenis
2007-07-20Give hppa the blink_led API from sparc64, and the associated machdep.led_blinkMark Kettenis
2007-07-20Enable lcd(4).Mark Kettenis
2007-07-20PDC I/O space lives at 0xf0f0000000, not 0xf000000000, at least on astr(4)Mark Kettenis
2007-07-20Use HPPA_PC_PRIV_USER instead of hardcoded 3.Mark Kettenis
2007-07-20unbreak landisk kernel sha1 by working around a compiler bug;Otto Moerbeek
2007-07-20More code that tests for CPUCLASS_386 that can go away. Pointed out byMichael Knudsen
2007-07-20Remove inm_ifp from struct in_multi -- caching struct ifnet is dangerousClaudio Jeker
2007-07-20Oh, look, code that begins like this:Michael Knudsen
2007-07-20Don't show debug output when an interrupt is not for us.Marc Balmer
2007-07-20big clean-up patch:Marc Espie
2007-07-20reorder stuff in var.c so that the next patch is more readable.Marc Espie
2007-07-20Remove the MFREE() macro and replace it with a call to m_free().Claudio Jeker
2007-07-20- document the "play" default a little more clearlyJason McIntyre
2007-07-19syncPeter Valchev
2007-07-19kern.timecounter.timestepwarnings may be altered; from Kristaps DzonsonsJason McIntyre
2007-07-19Sync with cvs:Ray Lai
2007-07-19xcalloc is unneeded here since i is always 0 and we always use theRay Lai
2007-07-18Prefer ``hit'' cache operations when flushing kernel memory.Miod Vallat
2007-07-18Do not bother trying to make the tlb handler fit - they are too largeMiod Vallat
2007-07-18bus_dmamem_map() maps with a single segment in directly-translated XKPHYSMiod Vallat
2007-07-18modify ieee80211_aes_key_wrap() to support in-place encryption.Damien Bergamini
2007-07-18- when traversing mixer fields in the attach routine and connectingJacob Meuser
2007-07-18unbreak build.Damien Bergamini