summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-13Split early startup code out of locore.S into locore0.S. Adjust linkTheo de Raadt
2017-06-13add a dummy ld.script. macppc does not use one of these yet, butTheo de Raadt
2017-06-13Prepare install_extint() for the vector being relative-negative (ieTheo de Raadt
2017-06-13First step of randomized link for sparc64: gap.S and randomize files.Theo de Raadt
2017-06-12pledge(2) bpf has been in use for some time now on tcpdump(8), this will enableRicardo Mestre
2017-06-12have the timeout call if qstart via the serialiser isntead of directlyDavid Gwynne
2017-06-12test the new allbox and wrapping featuresIngo Schwarze
2017-06-12Two minor fixes for the "allbox" modifier:Ingo Schwarze
2017-06-12If a tbl(7) layout contains a 'w' (minimum width) modifier for aIngo Schwarze
2015-01-29reorg tbl(7) test suiteIngo Schwarze
2017-06-12Pledge is fairly done, so the kernel printf's can be converted to log()Theo de Raadt
2017-06-12/usr/games/lib doesn't exist any more, use the new path.Michal Mazurek
2017-06-12implement the tbl(7) "allbox" option;Ingo Schwarze
2017-06-12fix column width calculation for text block cellsIngo Schwarze
2017-06-12Use unlinkat() when removing the contents of a directory so we don'tTodd C. Miller
2017-06-12Implement automatic line breakingIngo Schwarze
2017-06-12redundant, gets BINDIR from ../Makefile.incMarc Espie
2017-06-12destroy lint remnants.Marc Espie
2017-06-12Use openat() and unlinkat() instead of chdir()ing to the recovery dir.Todd C. Miller
2017-06-12Add dprintf() and vdprintf() RETURN VALUES. OK deraadt@Todd C. Miller
2017-06-12Backout last change to remove esym .data patching because it breaksMarcus Glocker
2017-06-12Add some tests from kshe48@zoho.com. Currently failing, but will be fixed soon.Otto Moerbeek
2017-06-12Limit the maximum size of softraid crypto volumes that can be created toJoel Sing
2017-06-12Upon failure, only return zero from the softraid ioctl handler when thereJoel Sing
2017-06-12Fix another long standing softraid crypto bug where if all 32 keys are inJoel Sing
2017-06-12Factor out and reuse the code that frees the crypto sessions, instead ofJoel Sing
2017-06-12Fix a long standing off-by-one bug in the softraid crypto number of keysJoel Sing
2017-06-12rejname[] is also -r option buffer, and should be PATH_MAXTheo de Raadt
2017-06-12specify free() size from the old allocation, not new allocation.Theo de Raadt
2017-06-12device path should be PATH_MAX. Any NAME_MAX without +1 is suspectTheo de Raadt
2017-06-12ifq_start does OACTIVE and RUNNING checks for the driverMike Belopuhov
2017-06-12Need to flush out the linefeed after wrapper. GitHub issue 970.Nicholas Marriott
2017-06-12Add explicit keys for the bracketed paste sequences, both to avoid mixNicholas Marriott
2017-06-12typo; from bryan vyhmeisterTheo de Raadt
2017-06-12From FreeBSD (r227593, r307982):Kevin Lo
2017-06-11make vers.o not depend on gap.o using a trick, because it is piece ofTheo de Raadt
2017-06-11Use umask 077 instead of cp -p when installing the kernel as root.Alexander Bluhm
2017-06-11ooops, fix a glitch in the previous commit...Ingo Schwarze
2017-06-11Use a common 'goto bad' style and set mp to NULL after freeing itAlexander Bluhm
2017-06-11churn caused by the new Mdocdate messages, no easy way to avoid this :(Ingo Schwarze
2017-06-11Fix a test race, wait after kill in case writing the core dump takesAlexander Bluhm
2017-06-11Style message about legacy man(7) date format in mdoc(7) documentsIngo Schwarze
2017-06-11request -> promises; from scott chelohaJason McIntyre
2017-06-11usr/bin/ktrace: replace snprintf(3)/write(2) with dprintf(3)Adam Wolk
2017-06-11style message about missing .Fn markup; inspired by mdoclintIngo Schwarze
2017-06-11missing .Fn macros; found with mandoc -TlintIngo Schwarze
2017-06-11missing .Fn markup for main(); found with mandoc -TlintIngo Schwarze
2017-06-11Add missing .Fn markup to in() and out(); found with mandoc -Tlint.Ingo Schwarze
2017-06-11Continue the flattening of the pledge logic started in r1.184 and placeTheo Buehler
2017-06-08Start with a clean /var/account/acct accounting file and turn onAlexander Bluhm