summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-09-10add support for relaying DNS traffic (with a little bit of packetReyk Floeter
2007-09-10Properly display list of commands in default 80 column terminal.Tobias Stoeckmann
2007-09-10typo in message, from Mark Lumsden.Otto Moerbeek
2007-09-10Fixed segmentation fault that occured during .cvsrc parsing if an invalidTobias Stoeckmann
2007-09-10optional flags must be sorted and enclosed in single brackets,Igor Sobrado
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-09use strcspn to properly overwrite '\n' in fgets returned bufferCharles Longeau
2007-09-09Make sure ptrace(2) cannot change any priviliged bits in the Machine StateMark Kettenis
2007-09-09Added support for checkout -p with local repository.Tobias Stoeckmann
2007-09-09Add lint stubs for the longjmp family of functions which are defined inOtto Moerbeek
2007-09-09Silence erroneous "environ used, but not defined" lint warning byOtto Moerbeek
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-09From Pierre Riteau:Ray Lai
2007-09-09Mention -q in compatibility section.Ray Lai
2007-09-09Move redundant prompt/fgets/sscanf lines into a function withRay Lai
2007-09-09Have rlog exit 1 if any of the files could not be opened.Ray Lai
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-09better printing code, fixing certain properties; reported by kettenis,Federico G. Schwindt
2007-09-09Make fpproc per-cpu. This turns fpproc into a macro, so adjust fpu/fpu.cMark Kettenis
2007-09-09check fgets return valueCharles Longeau
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-09sort synopsis and options in ssh-agent(1); usage is lowercaseIgor Sobrado
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-09comment inside commentTheo de Raadt
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-09syncTheo de Raadt
2007-09-09fix name, XrTheo de Raadt
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
2007-09-08typo; ok deraadt@Otto Moerbeek
2007-09-08regenFelix Kronlage
2007-09-08device id for the Huaweil Mobile E220Felix Kronlage
2007-09-08it's MAXNAMLEN, not MAXNAMELEN; spotted by Igor Zinovi.Otto Moerbeek
2007-09-08Fix lint warning about unreachable code.Chad Loder
2007-09-08more M_ZERO changesGilles Chehade