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