summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-12Assemble outgoing packets using iovec to combine the (optional)Kenneth R Westerback
2013-12-11make the word-matching of the autoinstaller config file allow skippingAlexander Hall
2013-12-11Fix typo; that teaches me to steal other people's diffs!Mark Kettenis
2013-12-11Make obj->pages a simple array instead of an array of bus_dma_segment_t's.Mark Kettenis
2013-12-11Better bus error diagnostics (this really only affects IP28). Also, do whatMiod Vallat
2013-12-11Revert change to sha256: ramdisks don't build with this and the obviousPhilip Guenther
2013-12-11Revert the previous commit; this is not the right approach.Mark Kettenis
2013-12-11Use an u_int32_t instead of an unsigned long to store the magic numberJeremie Courreges-Anglas
2013-12-11update a few RC4 references to ChaCha. thanks sthenTed Unangst
2013-12-11Use a correct pexp and unbreak stop/reload. The old and wrong pexpJeremie Courreges-Anglas
2013-12-11revert to return EPERM for sem_init pshared until it really worksTed Unangst
2013-12-11remove unused include dating from the pre-termios code and accidentallyChristian Weisgerber
2013-12-11do not include empty (and already removed) files; ok syl@Christian Weisgerber
2013-12-11remove empty files; ok syl@Christian Weisgerber
2013-12-11Add Yota LU156 to the device list.Kirill Bychkov
2013-12-11typo fix from gavin atkinson, freebsd -r259189;Jason McIntyre
2013-12-11for automated installs, use the hostname from the dhcp lease by defaultAlexander Hall
2013-12-11md5 smells bad. switch to sha256. ok deraadt matthew mikebTed Unangst
2013-12-11Stop the madness! Prevent GCC from inlining these unsafe functions:Martynas Venckus
2013-12-11Clean up the ioctl handler to be in line with most of the otherBrad Smith
2013-12-11Stray memcpy() using src size.Kenneth R Westerback
2013-12-10dead assignment; from david hill, ok claudioMike Belopuhov
2013-12-10Drop the f0, f1, f2 gettytab capabilities that were used to pokeChristian Weisgerber
2013-12-10Disable the USE_OLD_TTY hack that re-encoded termios Bnnn speedsChristian Weisgerber
2013-12-10Add infrastructure to create un-biglocked task queues. Stolen from blambert@Mark Kettenis
2013-12-10Oops. Missed file.Kenneth R Westerback
2013-12-10Rework [priv_]write_file() and associated struct imsg_write_fileKenneth R Westerback
2013-12-10Remove the printcap fc, fs, xc, xs capabilities from lpd that were usedChristian Weisgerber
2013-12-10Unset fuse_mnt in fusefs_unmount after vflushing and freeing fbufs in use.pelikan
2013-12-10Remove an attempt to free a non-heap object.Sylvestre Gallon
2013-12-09Make the response lookup of a question match on entire words, whereAlexander Hall
2013-12-09Bring i915_gem_mmap_ioctl a bit closer to the Linux code.Mark Kettenis
2013-12-09At resume, do not spin flushing characters in from the chip. There shouldn'tTheo de Raadt
2013-12-09Remove MD intagp(4) code that is unused now that inteldrm(4) manages the GTTMark Kettenis
2013-12-09use new com.c bus-independent suspend/resume code, rather than trying toTheo de Raadt
2013-12-09initialize staterr, no functional change; from david hillMike Belopuhov
2013-12-09At suspend/resume time cope with timeouts, DTR on resume in a busTheo de Raadt
2013-12-09syncTheo de Raadt
2013-12-09Refactor processing of classless static routes option (121). AddKenneth R Westerback
2013-12-09use a separate task queue for sensors;Mike Belopuhov
2013-12-09Don't keep removed files (B_INVAL bufs) in the buffer cache. Free buffersBob Beck
2013-12-09Fix crash on urndis(4) detachPaul Irofti
2013-12-09distingush between sa_msgid not set and 0; otherwise we startMarkus Friedl
2013-12-09Fix issues with dirent returning junk due to removal of bzero in version 1.14.Bob Beck
2013-12-09jmc has high expectations.David Gwynne
2013-12-09replace workq_task_add with a task. stash teh struct in the ata xfer thingDavid Gwynne
2013-12-09remove unused definesMarkus Friedl
2013-12-09Add Authors for the public domain ed25519/nacl code.Markus Friedl
2013-12-09forgot to say: aobj grow/shrink tweaks are mostly from Pedro Martelletto,Marc Espie
2013-12-09timeout_del unconditionallyTheo de Raadt