summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-05-10syncTheo de Raadt
2009-05-09correct AUTH PLAIN rfc number, no functional change.Jacek Masiulaniec
2009-05-09- ask_yn defaults to noMartynas Venckus
2009-05-09remove chatty disklabel stuffTheo de Raadt
2009-05-09remove some chatty disklabel stuffTheo de Raadt
2009-05-09Read the netmask in dotted decimal notation, even though ifconfig doesTheo de Raadt
2009-05-09Need to add new display type to wsconsctl(8), too.Marcus Glocker
2009-05-09Return -1 from unused udl_mmap() function instead of 0.Marcus Glocker
2009-05-09fix rare memleak; ok gilles@Jacek Masiulaniec
2009-05-09give few states more meaningful names; ok gilles@Jacek Masiulaniec
2009-05-09IFS dance not neededTheo de Raadt
2009-05-09Initial console device driver for USB displays based on the DisplayLinkMarcus Glocker
2009-05-09Pretty up the failed sets messageTheo de Raadt
2009-05-09fix function names in log_debugJacek Masiulaniec
2009-05-09Promote types in ARCBios function prototypes from int to long wheneverMiod Vallat
2009-05-09make weekly and monthly silent by defaultIngo Schwarze
2009-05-09- New API to handle all DNS query types (A, MX, PTR) asynchronously.Jacek Masiulaniec
2009-05-09revert previous, requested by kettenis@ and deraadt@Ingo Schwarze
2009-05-09remove the empty script /etc/monthlyIngo Schwarze
2009-05-09- mention that configuring new GPIO pins is locked out with securelevel>0,Stuart Henderson
2009-05-09fix example dd invocation; multipliers (e.g. bs=1m) use lower-case.Stuart Henderson
2009-05-09zap trailing whitespace;Jason McIntyre
2009-05-09add #ifdef DEBUG blocks around functions only used when DEBUG is defined.Charles Longeau
2009-05-09tell people about -F repair. ok phessler, espieStuart Henderson
2009-05-09remove unused functionCharles Longeau
2009-05-09clarify what happens if no device is specified and/or noAlexandre Ratchov
2009-05-09Missed adding this file.Dale Rahn
2009-05-08Remove xhub boilerplate; Hub doesn't appear as a widget itself but as theMiod Vallat
2009-05-08In _dmamem_alloc_range() DIAGNOSTIC code, check for the address being withinMiod Vallat
2009-05-08Mention that we support Envy24HT-based cards and enumerate allAlexandre Ratchov
2009-05-08don't make refenrece to digital inputs/outputs, since they are noAlexandre Ratchov
2009-05-08Add a new page freelist, to which memory suitable for 32-bit dma onMiod Vallat
2009-05-08If sshd is enabled, and a user is setup, as if sshd should turn offTheo de Raadt
2009-05-08The default initiator value is 0 on sgi IP27, IP30 and IP35 systems. SinceMiod Vallat
2009-05-08Fix devio byteswap, this makes isp(4) happy on IP27 and IP35.Miod Vallat
2009-05-08Make interrupt handling code closer to IP30 XHeart code.Miod Vallat
2009-05-08Attach children with config_found_sm() instead of directly invokingMiod Vallat
2009-05-08IP30 Dallas clock runs in non-BCD mode, so make sure to check which modeMiod Vallat
2009-05-08Be sure to completely ignore ARCBios memory information on IP27 and IP35Miod Vallat
2009-05-08add support HT mixer knobs (ie routing control). Allow monitoringAlexandre Ratchov
2009-05-08add support for the ak4358 DAC used in ESI Julia cards. There areAlexandre Ratchov
2009-05-08print card model, the number of inputs and the number of outputsAlexandre Ratchov
2009-05-08add support for m-audio delta 1010, delta 66 and delta 44 sinceAlexandre Ratchov
2009-05-08rename few functions and macros, fix styleAlexandre Ratchov
2009-05-08expose HT mixer; since neither the digital mixer nor codecAlexandre Ratchov
2009-05-08Clear PQ_AOBJ at pageremove: when a page is no longer part of a uvm_object,Ariane van der Steldt
2009-05-08use the number of channels rather than the number of stereo dacs/adcs,Alexandre Ratchov
2009-05-08improve user_setup by only accepting good usernames; idea from alexanderTheo de Raadt
2009-05-08Remove static qualifier of functions that are not inline.Ariane van der Steldt
2009-05-08Sort variables in env_keep.Antoine Jacoutot