summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2011-10-24Introduce a pluggable interrupt controller infrastructure for beagle,Dale Rahn
2011-10-24The cgtwo control registers only support 16-bit accesses, and respond withMiod Vallat
2011-10-24Don't detach interface from group in if_clone_destroy(),Camiel Dobbelaar
2011-10-24Lower carp demote count on interface detach, fixes a bug introduced by rev 1....Camiel Dobbelaar
2011-10-24Fix unaligned pci config space access in intelagp.Owain Ainsworth
2011-10-24Revert last change, reported increased stablility with the change wasDale Rahn
2011-10-23Remove comment; the question can be answerd affirmative. Fix a coding styleMark Kettenis
2011-10-23Revert key modifier change in raw mode, it's not clear which modifier weMartin Pieuchot
2011-10-23shorten periods of fdplock() in accept() and socket(), so that greaterTheo de Raadt
2011-10-22Comment out ISP_{T,}DEBUG[0-3] traces if option SMALL_KERNEL; allows alphaMiod Vallat
2011-10-22Comment out wsmux to save kernel text, since USB support is missing fromMiod Vallat
2011-10-22Sunix 50xx serial/parallel cardsCamiel Dobbelaar
2011-10-22regenCamiel Dobbelaar
2011-10-22Another Sunix id for their 50xx series cardsCamiel Dobbelaar
2011-10-22Do not run off level interrupts with external interrupts disabled asDale Rahn
2011-10-21Pile of diffs to improve beagle/panda status. fetching u-boot parametersDale Rahn
2011-10-21Set mp_nbusses such that the newly added bounds checks on i386 and amd64Mark Kettenis
2011-10-21Add bounds checks for access to mp_busses.Mark Kettenis
2011-10-21Add bounds checks for access to mp_busses. Also make sure that we don'tMark Kettenis
2011-10-21strengthen some checks to prevent m_copy* routines from operatingMike Belopuhov
2011-10-21Copy the DUID back and forth between the in-core label and the Motorola VIDMiod Vallat
2011-10-21Fix 1.43 to not bzero the in-core disklabel but really the UniOS disklabelMiod Vallat
2011-10-21add forgotten fixup for icmp6 id's when translating; ok henningMike Belopuhov
2011-10-20Add Stollmann Active USB ISDN Terminal Adapter.Marco Pfatschbacher
2011-10-20regenMarco Pfatschbacher
2011-10-20Add Stollmann Active USB ISDN Terminal Adapter.Marco Pfatschbacher
2011-10-20Add Alcatel One Touch X210/X220 (another rebadged TCT Mobile modem)David Coppa
2011-10-20Add Alcatel One Touch X210/X220 (another rebadged TCT Mobile modem)David Coppa
2011-10-20remove a bogus chunk accidentally introduced by mcbride in rev1.141;Mike Belopuhov
2011-10-19API change to initarm to pass arguments from the bootloader thru to MDDale Rahn
2011-10-19Typo; from BradKevin Lo
2011-10-19A missing part of an if statement meant we were writing outJonathan Gray
2011-10-19Oh yeah, a cvs id is goodPhilip Guenthe
2011-10-19Add some missing bus_dmamap_sync()'s and sync the others withKevin Lo
2011-10-18the BIGLOCK flag is gone so remove it from the %b fmt string.David Gwynne
2011-10-17Blacklist alps devices that might have a clitpad untill the driver get fixedMartin Pieuchot
2011-10-17Fix the synchronization of some alps pads, issue reported by Bryan (brakeb)Martin Pieuchot
2011-10-17Change to use r8,r9,r10 instead of r0,r1,r2. This is necessary becauseDale Rahn
2011-10-17Add which is incomplete, but needs love.Dale Rahn
2011-10-17Rules to build bsd.rd and bsd.umg, Should not be here, but until we getDale Rahn
2011-10-16Use m_pullup() instead of IP6_EXTHDR_GET() to get the carp headerMarco Pfatschbacher
2011-10-16Provide battery charge/discharge rate in proper units.Mark Kettenis
2011-10-16TCB address should be reset when execing, to provide a clean setup forPhilip Guenthe
2011-10-16align the read to the PCI config space.David Hill
2011-10-15syncPhilip Guenthe
2011-10-15"TLS-lite": add kernel support for a per-thread userspace pointer,Philip Guenthe
2011-10-15Respect the ToS setting in tcp syn+ack for IPv4, still need to fix forChristiano F. Haesbaert
2011-10-15dont define proxydl in nd6_na_output when NCARP = 0 as unusedNigel Taylor
2011-10-15Added "provision for rewound PPP frames" that allows receivingYASUOKA Masahiko
2011-10-14Make ath(4) send multicast frames once, not multiple times.Stefan Sperling