summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-18add -k to usage(); reminded by jmc@Damien Miller
2011-10-18keep the device closed by default (when not used)Alexandre Ratchov
2011-10-18delay daemon fork() until after initialisation has completed to fixDamien Miller
2011-10-18Bump intercept_get_string() internal buffer to allow strings up toMatthew Dempsky
2011-10-18Fix xkb mistake: remove symbols/srvr_ctrl directory that is now a fileMatthieu Herrb
2011-10-18remove duplicate options in getopt() stringAlexandre Ratchov
2011-10-18syncTheo de Raadt
2011-10-18Support K and M as well as k and m for sizes. From Thomas Pfaff.Nicholas Marriott
2011-10-18Add an else clause for if-shell, from "arno-" on SourceForge.Nicholas Marriott
2011-10-18Mention the Huawei Mobile E173 as supportedDavid Coppa
2011-10-18some minor tweaks concerning midicat removal; ok ratchovJason McIntyre
2011-10-18ssh(1): skip attempting to create ~/.ssh when -F is passed; ok markus@Damien Miller
2011-10-18new "ssh-add -k" option to load plain keys (skipping certificates);Damien Miller
2011-10-18remove explict search for \0 in packet strings, this job is now doneDamien Miller
2011-10-18the BIGLOCK flag is gone so remove it from the %b fmt string.David Gwynne
2011-10-17Remove midicat since aucat can now be used instead of midicatAlexandre Ratchov
2011-10-17srv_ctrl isn't a directory in xkeyboard-config 2.4.1Matthieu Herrb
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-17Some wcsftime declarations were still wrapped in !defined(__OpenBSD__).Stefan Sperling
2011-10-17Use __tfork, __get_tcb, and __set_tcb to have a real TCB and per-threadPhilip Guenthe
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-16Sync to groff, and add tier I and II NetBSD architectures.Ingo Schwarze
2011-10-16add missing includes to unbreak tree; fix from rpointelStefan Sperling
2011-10-16Move the para regarding the "Network Information Control Center (NIC)"lum
2011-10-16put -K in the right place (usage());Jason McIntyre
2011-10-16prefered->preferred;Jason McIntyre
2011-10-16uncomment wscanf testsStefan Sperling
2011-10-16libstdc++ (gcc2) major bump for safety. wscanf and wcsftime were added to libc.Stefan Sperling
2011-10-16Expose wscanf(3) and wcsftime(3) in the std:: namespace (gcc3) and bump major.Stefan Sperling
2011-10-16Expose wscanf(3) and wcsftime(3) in the std:: namespace (gcc4) and bump major.Stefan Sperling
2011-10-16Bump libc major; wscanf and wcsftime were addedStefan Sperling
2011-10-16Hook wcsftime(3) to the build; committing on behalf of espieStefan Sperling
2011-10-16Add wscanf(3) and friends. Based on our scanf(3) implementation, with wideStefan Sperling
2011-10-16Remove a bunch of useless assignments,Ingo Schwarze
2011-10-16Provide battery charge/discharge rate in proper units.Mark Kettenis
2011-10-16Add optional checkpoints for moduli screening. feedback & ok deraadtDarren Tucker
2011-10-16Tweak wording, to clarify that setrtable affects the routing tablePhilip Guenthe
2011-10-16Note a restriction that is actually enforced in 5.0Philip Guenthe
2011-10-16document PROPERTIESMarc Espie
2011-10-16Fixes and tweaks from jmc@Philip Guenthe
2011-10-16stacksize argument is gone and replaced with tidptr argumentPhilip Guenthe
2011-10-16+10/12 Dennis Ritchie died, 2011Jason McIntyre
2011-10-16Make consistent the syscall stubs for the syscalls that got specialPhilip Guenthe
2011-10-16Add stubs and manpage for __{get,set}_tcbPhilip Guenthe
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