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