summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2007-09-11add Innotek VirtualBox devicesMartin Reindl
2007-09-11For STAC9221 Macs - no need to max the DAC volumes now that a masterDeanna Phillips
2007-09-11For STAC9221 Macs, create master volume and mute controls by bindingDeanna Phillips
2007-09-11henric, tsk tsk, you missed stuff related to cryptosoftTheo de Raadt
2007-09-10Remove the ipq locking, it isn't strictly needed right nowThordur I. Bjornsson
2007-09-10Remove unused "extern" declaration.Henric Jungheim
2007-09-10Use M_ZERO.Deanna Phillips
2007-09-10fix uninitialized linked list headAlexandre Ratchov
2007-09-10Make the hmac ipad/opad globals "const" and fixup the crypto functionsHenric Jungheim
2007-09-10Fix a copy/pasto from last year. CMI9880 should work now.Deanna Phillips
2007-09-10Missing $OpenBSD$ tag.Mark Kettenis
2007-09-10IPI implementation. Bits and pieces from NetBSD, but the interface has beenMark Kettenis
2007-09-10When selecting cylinder groups as candidates for new directory creationThordur I. Bjornsson
2007-09-10Lock the vnode in ffs_unmount() before passing it too vinvalbuf()Thordur I. Bjornsson
2007-09-10fix boot code maximum size.Damien Bergamini
2007-09-10fix interrupts processing and scan command + cleanupDamien Bergamini
2007-09-10- add support for 802.11 headers with various sizes (will be requiredDamien Bergamini
2007-09-10Pass a real ipl level to add_nubus_intr(), and make sure the interruptMiod Vallat
2007-09-10more MALLOC/FREE -> malloc/free and M_ZERO changesGilles Chehade
2007-09-10Introduce a md pmap hook, pmap_remove_holes(), which is supposed to markMiod Vallat
2007-09-10if more than 5 consecutive beacons are lost, reinitialize sensitivityDamien Bergamini
2007-09-10only send a sensitivity update command when the settings have changed.Damien Bergamini
2007-09-10cleanup. no binary change.Damien Bergamini
2007-09-10Make function pointer calls look all alike; from Holger Mikolon.Miod Vallat
2007-09-10more M_ZERO usage.Federico G. Schwindt
2007-09-10Fix setting up the multicast filter. Fixes PR 5474.Mark Kettenis
2007-09-10If 44.1kHz sample rate isn't supported, use 48kHz instead.Deanna Phillips
2007-09-10initialize sc_outports->master and sc_inports->master. Fixes "set failed"Alexandre Ratchov
2007-09-10Add command verbs, a mixer target and mixer controls for EAPD control.Deanna Phillips
2007-09-10Some pin widgets default to off, so make sure they're all enabled, notDeanna Phillips
2007-09-10Set bidirectional pins to output, ignoring what the codec says isDeanna Phillips
2007-09-09Make sure ptrace(2) cannot change any priviliged bits in the Machine StateMark Kettenis
2007-09-09add string length arguments to some functions, and do not copy a stringTheo de Raadt
2007-09-09Add firmware control block structure.Marco Peereboom
2007-09-09The obvious bzero/memset -> M_ZERO changes.Kenneth R Westerback
2007-09-09thmc vs tmhc screwupTheo de Raadt
2007-09-09/enet apparently maps to mc0; gwk okTheo de Raadt
2007-09-09Add a few missing bits to include/cpu.h required for MULTIPROCESSOR kernels.Mark Kettenis
2007-09-09Make fpproc per-cpu. This turns fpproc into a macro, so adjust fpu/fpu.cMark Kettenis
2007-09-09Only clear the message header if it is called from a sysctl walk. ThisClaudio Jeker
2007-09-09Disable page zeroing in the idle loop, as it blasts the entire cache.Miod Vallat
2007-09-09Remove some more goo left over from sparc.Mark Kettenis
2007-09-09Make handled_intr_level per-cpu.Mark Kettenis
2007-09-09Properly prefix all functions with driver name.Jonathan Gray
2007-09-09don't try to set the recording gain or balance through /dev/audio[ctl]Jacob Meuser
2007-09-09tmhc has only been seen on i386Theo de Raadt
2007-09-09uchcom(4) has been verified to work by djm@, so add it to allJonathan Gray
2007-09-09more M_ZERO conversions; ok krw@.Federico G. Schwindt
2007-09-09new driver for TI tmhc50 / adm1022 / adm1028; checked by kettenisTheo de Raadt
2007-09-08Case ranges e.g. case 'A' ... 'Z': are a gcc-ism not valid C. Fix these, andGordon Willem Klok