summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-22Generate the newbsd: and install-update: targets here, rather thanTheo de Raadt
2017-06-22calculate a "sum" based upon pointers to functions all over the kernel,Theo de Raadt
2017-06-22Drop support for old (>4yr) timestamp formats in leasesKenneth R Westerback
2017-06-22Improve the coalescing of instruction cache flushes on R8000 in orderVisa Hankala
2017-06-22typo; from jack burtonJason McIntyre
2017-06-22Tidy up comment about double load opcodes in m88k/eh_common.S (and fix ;; -> ||)Tom Cosgrove
2017-06-22Fix the remaining ';;'s in sys/Tom Cosgrove
2017-06-22Add a hypervisor-specific function pointer in pvbus(4) that gets called duringJonathan Matthew
2017-06-22Fix another ;; in sys/devTom Cosgrove
2017-06-22double ;;. xhci one found by geoffhillTheo de Raadt
2017-06-22items get returns to pools with pool_put, not pool_get.David Gwynne
2017-06-22Only print the magic '&' letter on a disk if the hibernate partition isTheo de Raadt
2017-06-22Fix font selection for text boxes in the terminal formatter.Ingo Schwarze
2017-06-21/var/db/kernel.SHA256 contains the hash of the /bsd kernel. UponTheo de Raadt
2017-06-21When building a snapshot, install the compile.tgz file to builder'sTheo de Raadt
2017-06-21Better off padding with 0x0. 0x0 = "break 0,0".Theo de Raadt
2017-06-21Outside explicit font context, give every letter its own box.Ingo Schwarze
2017-06-21elf64_x86_64_plt0_entry had a hardcoded nop-sled, before the subsequentTheo de Raadt
2017-06-21Intra-segment traps instead of nops. Similar to kernel change, furtherTheo de Raadt
2017-06-21Fill space between sections with traps, rather than nops.Theo de Raadt
2017-06-21Minor style(9) corrections and whitespace cleanup to csh.anton
2017-06-21Large nopsleds make it easier for ROP machinery to sloppily reach targets.Theo de Raadt
2017-06-21Add regression tests for the filec feature in csh.anton
2017-06-21Replace usage of TIOCSTI in csh using a more common IO-loop where ICANON isanton
2017-06-21quoted words are not parsed for defined keysIngo Schwarze
2017-06-21Don't confuse SCSI command status and transfer error code.Mike Belopuhov
2017-06-21Recognize well-known functions names (the same that Heirloom recognizes,Ingo Schwarze
2017-06-21Permit TIOCSTAT on a tty.Theo de Raadt
2017-06-21For a decade or more, we've patched gcc to make -fno-ident the default.Ted Unangst
2017-06-21Teach get_recorded_lease() that static leases do notKenneth R Westerback
2017-06-21Return early from NVS command submission if no response is requiredMike Belopuhov
2017-06-21No need to manually check validity of ifi->active whenKenneth R Westerback
2017-06-21Fix kernel diagnostic assertion "(sk->inp == NULL) || (sk->inp->inp_pf_skAlexander Bluhm
2017-06-21Consistently use time(&var) idiom rather than tossing in a fewKenneth R Westerback
2017-06-21Allow familiar idiom free_client_lease(NULL).Kenneth R Westerback
2017-06-21Include the request id in the I/O debug outputMike Belopuhov
2017-06-21List all five devices, not just the first two.Michal Mazurek
2017-06-21syncTheo de Raadt
2017-06-21error out if an exists condition tests an empty path, because that makesMarc Espie
2017-06-21DEPENDSFILE comes from FreeBSD, we don't have it. replace it with itsMarc Espie
2017-06-20use [] instead of * for reaching regions to unmap, making this moreTheo de Raadt
2017-06-20Fix a path in Makequest and remove hack.sh (it never worked).Michal Mazurek
2017-06-20Remove locate.concatdb, it never worked.Michal Mazurek
2017-06-20Set SRCDIR according to build type and s/X11SRC/XSRCDIRAntoine Jacoutot
2017-06-20trim more error messagesMarc Espie
2017-06-20doas won't be configured after the first boot, so stop recommendingT.J. Townsend
2017-06-20'^T' is documented to be bounded to transpose-chars while in emacsBryan Steele
2017-06-20KNF: remove parentheses from switch case labels; no binary changeIngo Schwarze
2017-06-20In ddb print socket bit field so_state in hex to match SS_ defines.Alexander Bluhm
2017-06-20Fix EOL tests for ksh vi mode.anton