summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-30Revert 1.173 (special-casing mips64) now that uvm_map_hint()'s return value isMiod Vallat
2015-03-30Extend uvm_map_hint() to get an address range as extra arguments, and makeMiod Vallat
2015-03-30#if 0 various unused definitions.Miod Vallat
2015-03-30isp -> qlwMiod Vallat
2015-03-30Don't Xr isp here.Miod Vallat
2015-03-30Remove isp stanzas. qlw is here to stay.Miod Vallat
2015-03-30Add a bus_dma_tag_t for DVMA usage, suitable for use for devices not sittingMiod Vallat
2015-03-30syncMiod Vallat
2015-03-30Use sort_asprintf()Todd C. Miller
2015-03-30Add sort_asprintf()Todd C. Miller
2015-03-30SORTPROG needs to be exported for use by the xsort script.Todd C. Miller
2015-03-30on zhuk's advice, don;t talk about null: posix uses null and emptyJason McIntyre
2015-03-30ssh-askpass(1) is the default, overridden by SSH_ASKPASS;Jason McIntyre
2015-03-30Even better -- readsector() and writesector() become DISK_readsector() andKenneth R Westerback
2015-03-30Always use the first value of the "interrupts" property the others doMartin Pieuchot
2015-03-30Add defines for known offsets and magical values, map the correct pageMartin Pieuchot
2015-03-30update tp-link dongle entry and specifiy the hardware versionJoerg Jung
2015-03-30add initial AIX getentropy/arc4random files. Thanks to Michael Felt.Brent Cook
2015-03-30Convert, convert, convert 'em all to if_input(), tralalalala...Martin Pieuchot
2015-03-30Convert to if_input().Martin Pieuchot
2015-03-30Convert to if_input(), tested by sebastia@.Martin Pieuchot
2015-03-30Use getline instead of fgets to allow arbitrary line length inTobias Stoeckmann
2015-03-30Do not include <machine/autoconf.h>, for it is a kernel-only header and libkvmMiod Vallat
2015-03-30Nuke declaration of unused and non-existant function MBR_print_disk().Kenneth R Westerback
2015-03-30fix uninitialised memory read when parsing a config file consistingDamien Miller
2015-03-29Rename MBR_readsector() and MBR_writesector() to just readsector()Kenneth R Westerback
2015-03-29Escape punctuation characters that have a different meaning in -Tpdf.Anthony J. Bentley
2015-03-29tweak previous;Jason McIntyre
2015-03-29A couple of letoh64() to make GPTSIGNATURE test work better onKenneth R Westerback
2015-03-29Fix build on vax, a problem FreeBSD doesn't have.Miod Vallat
2015-03-29Restore user-loaded vga fonts upon X11->VT switch and upon resume; fromMiod Vallat
2015-03-29Document font and screen ioctls; based upon a diff from dan mclaughlin on tech@,Miod Vallat
2015-03-29In vga_load_font(), keep track of the font bits being passed by the caller,Miod Vallat
2015-03-29Correctly match SUNW,fas in the boot path.Miod Vallat
2015-03-29Most packets generate one line in tcpdump. For AH and RIP thereAlexander Bluhm
2015-03-29Reject packets that are too large.Mark Kettenis
2015-03-29Revert r1.29 "Don't clear ICRNL when editing mode is off, so that characterStuart Henderson
2015-03-29Convert to if_input(), tested by miod@ and sebastia@.Martin Pieuchot
2015-03-29Convert qe(4) et be(4) to if_input().Martin Pieuchot
2015-03-29make sure specialfiles get checked. Actual bug, got lost when moving toMarc Espie
2015-03-29initial support for the SABRE SD boardJonathan Gray
2015-03-29if_detached start dequeues mbufs on the start list and immediatelyDavid Gwynne
2015-03-29Remove SA_INTERRUPT, HISTORIC_PRACTICE, and HISTORICAL_PRACTICE usingBrian Callahan
2015-03-28Replace the hand-crafted list of datagram unix domain sockets withAlexander Bluhm
2015-03-28Correctly advance the bootpath when attaching children.Miod Vallat
2015-03-28When attaching an sbus esp(4), do the sbus_testdma() check regardless of theMiod Vallat
2015-03-28Don't include sbusvar.h if you need neither sbus_translate() nor sbus_testdma().Miod Vallat
2015-03-28match on the RTS5249 found on the dell xps 13, treat it as a 5229Joshua Stein
2015-03-28fix typosRobert Peichaer
2015-03-28Add a simple crc32() implmentation to avoid pulling in libz, whichKenneth R Westerback