summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-10-04this is not the cvtql/sv opcode. ok miod@, naddy@Martynas Venckus
2008-10-04At clock initialization, if we discover that tickadj is 0 (due to veryTheo de Raadt
2008-10-04When closing the video stream switch back to default interface as lastMarcus Glocker
2008-10-04tighter specs (tested for ages locally)Marc Espie
2008-10-04explicitly pad & pack the packetdata structure thrown around on the wire,Theo de Raadt
2008-10-04syncTheo de Raadt
2008-10-03Repair strnvis() buffersize of 4*n+1, with termination gauranteed by theTheo de Raadt
2008-10-03sync with grand.central.org; prompted by pr#5817Todd T. Fries
2008-10-03Backout. kettenis@ has reservations.Tobias Weingartner
2008-10-03Use ether_ioctl().Brad Smith
2008-10-03Return ENOTTY for unknown ioctl's.Brad Smith
2008-10-03NUL not NULLTheo de Raadt
2008-10-03Readability changes.Marc Balmer
2008-10-03KNF and readability changes; no binary changes.Marc Balmer
2008-10-03reduce rbyte cache to 512 bytes, no measurable slowdown (even in theOtto Moerbeek
2008-10-03beef up the description of -D a little, and don;t imply theJason McIntyre
2008-10-03save and restore errno on success. while it is not stricly needed forOtto Moerbeek
2008-10-03-D before -d;Jason McIntyre
2008-10-03zap __arc4_getbyte(), it was only used by the old malloc; ok millert@Otto Moerbeek
2008-10-03when increasing the size of a larger than a page allocation tryOtto Moerbeek
2008-10-03avoid spitting up regions when purging stuff from the cache, it putsOtto Moerbeek
2008-10-03Make extra cpu's in DDB not spin in tight loop.Tobias Weingartner
2008-10-03Add openbsd-submit.mc, a custom version submit.mc and revert theTodd C. Miller
2008-10-03Unify code between the various flavors of imsg buffer.c.Eric Faurot
2008-10-03and.. another option device..Theo de Raadt
2008-10-03syncTheo de Raadt
2008-10-03another option hdspaTheo de Raadt
2008-10-03syncTheo de Raadt
2008-10-03New option -D to daemonize spamd-setup for early bootup use. This avoidsTheo de Raadt
2008-10-03do not give an example of how to chmod files: we can presume the userJason McIntyre
2008-10-03correct comment; a part of PR4184Theo de Raadt
2008-10-03Repair long group handling; Alf Schlichting, PR 4164Theo de Raadt
2008-10-03Remove shared-network from the sample config, people who needStuart Henderson
2008-10-03Use correct function signature when calling the write_host_header hook.Marc Balmer
2008-10-03Mask crcval in the right place, avoiding segfault during saveStuart Henderson
2008-10-03Make sigwait() work correctly. In particular, it'll work when thePhilip Guenthe
2008-10-03Return ENOTTY for unknown ioctl's.Brad Smith
2008-10-03Return ENOTTY for unknown ioctl's.Brad Smith
2008-10-03Merge xe_ether_ioctl() into xe_ioctl() which was just a handler forBrad Smith
2008-10-03Remove a few small ifdef/ifndef OpenBSD sections which contained someBrad Smith
2008-10-03KNF.Brad Smith
2008-10-02get rid of some unneeded $Id stuffTheo de Raadt
2008-10-02the license on this is PD; david leonard says soTheo de Raadt
2008-10-02Fix PR #5942: preserve errno across fd flag updates, so that successfulTheo de Raadt
2008-10-02the license on this is PD; david leonard says soTheo de Raadt
2008-10-02Repair "set reconnect random 0" from PR 5368. This bug report was ignoredTheo de Raadt
2008-10-02zap trailing whitespace;Jason McIntyre
2008-10-02First step towards cleaning up the Ethernet driver ioctl handling.Brad Smith
2008-10-02syncTheo de Raadt
2008-10-02Fix mmap() error checking to be correct 64-bit addresses. ConsistentlyKurt Miller