summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-07-09indent correctlyMarc Espie
2007-07-09remove -WallTodd C. Miller
2007-07-09take into account possible expansion and be more careful not toJacob Meuser
2007-07-09give the user what they expect instead of what we're working withJacob Meuser
2007-07-09repair, sorry about that (obvious typo, duh)Marc Espie
2007-07-09Handle IPv6 on PPP printer, from Stuart HendersonCan Erkin Acar
2007-07-09don't always spew massive debug messages just because AUDIO_DEBUG isJacob Meuser
2007-07-08ansify/de-registerJasper Lievisse Adriaanse
2007-07-08rename variable to errorIsOkay. What does oldVars mean anyway ?Marc Espie
2007-07-08missed part: add check to avoid poison checking inexistent local vars,Marc Espie
2007-07-08A set of big related changes. okay millert@, tested further by kettenis@Marc Espie
2007-07-08Process scan command results. Enable 'ifconfig -M'.Marcus Glocker
2007-07-08Report the correct stack size and top for the primordial thread inKurt Miller
2007-07-08As pointed out by Mickey, "-I/usr/includes" is not required forKenneth R Westerback
2007-07-07Restore missing '(' to allow successful compilation. Bad pyr@.Kenneth R Westerback
2007-07-07Make the scan command work, finally.Marcus Glocker
2007-07-07/altroot backup now documented in daily(8), not afterboot(8);Jason McIntyre
2007-07-07Add support for Realtek ALC883. This is the "value" edition of theDeanna Phillips
2007-07-07On hppa, function pointers may be be pointers to PLT entries. Handle thoseMark Kettenis
2007-07-07Match VIA VT8237A; from "Christoph Egger" <Christoph_Egger@gmx.de>.Alexander Yurchenko
2007-07-07Pull in ffs2 support and other updates from FreeBSD. OK deraadt@Todd C. Miller
2007-07-07Initialize the first 2 block's worth of inodes for ffs1 as well as ffs2.Todd C. Miller
2007-07-07document maximum values for -S and -s;Jason McIntyre
2007-07-06have ieee80211_parse_rsn() return a reason code so that we canDamien Bergamini
2007-07-06cleanup the computation of mgmt frames sizes.Damien Bergamini
2007-07-06remove remaining bits for pre-RSNA shared authmode support.Damien Bergamini
2007-07-06typo in an error message.Damien Bergamini
2007-07-06don't check the IEEE80211_CAPINFO_PRIVACY bit in (re)association requests.Damien Bergamini
2007-07-06initialize an unitialized variable.Damien Bergamini
2007-07-06- document -vJason McIntyre
2007-07-06Reference limits.h, not sys/param.h since we document using PATH_MAXTodd C. Miller
2007-07-06btintrq has been removed from bt_input.c, don't reference it here.Christian Weisgerber
2007-07-06dont inlucde <sys/syslimits.h> directly.Thordur I. Bjornsson
2007-07-06Fix a misleading comment.Artur Grabowski
2007-07-06some discussion of devices, logs, and permissions;Jason McIntyre
2007-07-06- enable full-duplex mode by default if a device is openedJacob Meuser
2007-07-06the AUDIO_WSEEK ioctl should return the number of bytes in the playJacob Meuser
2007-07-06be sure to respect the pause attributeJacob Meuser
2007-07-06- there is no need for audio_init_ringbuffer() to always set the "pause"Jacob Meuser
2007-07-06net80211 growth eats another ethernet driver (which is super rare on laptops)Theo de Raadt
2007-07-06The poll(2) syscall doesn't work correctly on audio(4) devices.Jacob Meuser
2007-07-06sha1 is needed by wlan now, tooTheo de Raadt
2007-07-06remove another $Id$, forgotten in last commitJacob Meuser
2007-07-06proper RCS tagsJacob Meuser
2007-07-06manpage improvements from jmc@Jacob Meuser
2007-07-06regression tests for various audio read(2) and write(2) scenariosJacob Meuser
2007-07-06regression test for AUDIO_GETINFO/AUDIO_SETINFO ioctlsJacob Meuser
2007-07-05fix a "Device busy" error in server mode. found by ckuethe@Joris Vink
2007-07-05Report actual faulting address (if we can) instead of the mmu tag word forMark Kettenis
2007-07-05fixes my previous commit.Damien Bergamini