summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-10-19We support both version 1.0 and 1.1 of the vDisk protocol.Mark Kettenis
Pointed out by Steffen Daode Nurpmeso.
2011-10-19typo in comment; patch from Michael W. BombardieriDamien Miller
2011-10-19Typo; from BradKevin Lo
2011-10-19A missing part of an if statement meant we were writing outJonathan Gray
garbage when changing snoop related registers on pch2. Rework the code to remove the duplication and hopefully make this sort of thing less likely in future. Found and debugged by pedro. ok markus@
2011-10-19Remove some blatant lies. Provide a variant 1 archs with a defaultPhilip Guenthe
value for THREAD_ERRNOPTR_OFFSET (can't be used from ASM or ld.so, but it lets things compile as we fill things in)
2011-10-19Oh yeah, a cvs id is goodPhilip Guenthe
2011-10-19Add some missing bus_dmamap_sync()'s and sync the others withKevin Lo
the FreeBSD code. age(4) tested by Thomas Pfaff; alc(4) tested by Gabriel Linder; ale(4) tested by Johan Torin. From Brad
2011-10-19Add etc/etc.beagle (copied from armish); ok drahn@Uwe Stuehler
2011-10-19s/tmpfile/tmp/ to make this -Wshadow cleanDamien Miller
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
rc race that caused X11 to fail to open /dev/wsmouse; ok stsp miod
2011-10-18Bump intercept_get_string() internal buffer to allow strings up toMatthew Dempsky
ARG_MAX long, so that ic_trargv can execute reliably. Thanks to Olivier Cherrier for reporting and helping to diagnose the problem. ok deraadt@
2011-10-18Fix xkb mistake: remove symbols/srvr_ctrl directory that is now a fileMatthieu Herrb
in xshareXX.tgz before extracting it. With feedback from halex@, krw@ and deraadt@.
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
ok millert jmc
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
From qgiovanni(at)gmail(dot)com ok jmc@, jsg@
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
"looks ok" markus@
2011-10-18remove explict search for \0 in packet strings, this job is now doneDamien Miller
implicitly by buffer_get_cstring; ok markus
2011-10-18the BIGLOCK flag is gone so remove it from the %b fmt string.David Gwynne
ok oga@ miod@ guenther@ deraadt@
2011-10-17Remove midicat since aucat can now be used instead of midicatAlexandre Ratchov
with almost the same syntax (roughly an extra -M option). Thru boxes are created with aucat, and corresponding MIDI port names have the "aucat" prefix instead of "midithru". The old device name will still work some time for backward compatibility. ok deraadt
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
on misc@ Similar diff tested by okan@ and Mathieu (ptr.jetable) ok shadchin@
2011-10-17Some wcsftime declarations were still wrapped in !defined(__OpenBSD__).Stefan Sperling
from brad; ok kettenis
2011-10-17Use __tfork, __get_tcb, and __set_tcb to have a real TCB and per-threadPhilip Guenthe
errno. The ASM bits for _cerror are sketchy or missing for some archs but that can be corrected in-tree.
2011-10-17Change to use r8,r9,r10 instead of r0,r1,r2. This is necessary becauseDale Rahn
the bootloader passes data in r0,r1,r2 which needs to be preserved until the kernel is booted further.
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
bootloader working and rather than have several people maintain this in their own trees... As soon as a bootloader is written this can be removed.
2011-10-16Use m_pullup() instead of IP6_EXTHDR_GET() to get the carp headerMarco Pfatschbacher
in the v6 input path. IP6_EXTHDR_GET() internally uses m_pulldown(), which might return a pointer to a different mbuf in the chain. In this case, carp_cksum() will be called with the wrong mbuf. This fixes occasional checksum mismatches. Problem found and initial fix by stsp@ OK stsp@
2011-10-16Sync to groff, and add tier I and II NetBSD architectures.Ingo Schwarze
This is useful such that we don't misformat manuals coming from other operation systems. ok kristaps@
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
host file to HISTORY. Amending it on the way. Help as always from jmc@ ok jmc@
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
testing by naddy, final diff from kettenis
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
character support changes based on code from FreeBSD. ok espie guenther; man page help from schwarze
2011-10-16Remove a bunch of useless assignments,Ingo Schwarze
and assert that print_bvspace cannot be called on NULL pointers. No change in behaviour, none of these were bugs, but the code becomes easier to understand. Based on a clang report posted by joerg@; ok kristaps@.
2011-10-16Provide battery charge/discharge rate in proper units.Mark Kettenis
Based on a diff from Vladimir Kirrillov.
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
and that getrtable returns the table, not 0/-1. Also, strip some quotes that mandoc made superfluous, per comment from jmc@. ok claudio@