Age | Commit message (Expand) | Author |
2017-06-13 | Tweak order of operands to check constant `cache_valias_mask' first. | Visa Hankala |
2017-06-13 | Do not require that unknown EXT_INFO extension values not contain | Damien Miller |
2017-06-13 | when enabling cpu caches, check the item size against the right thing | David Gwynne |
2017-06-13 | missing prototype. | Damien Miller |
2017-06-13 | Increase WSFONT_NAME_SIZE size, this will allow storing longer font | Frederic Cambus |
2015-01-29 | reorg tbl(7) test suite | Ingo Schwarze |
2017-06-13 | Remove xterm flag from key before checking prefix, reported by Peter | Nicholas Marriott |
2017-06-13 | use size_t for the size of things in memory, not int. | David Gwynne |
2017-06-13 | Initialize the length parameter for radius_get_vs_raw_attr() since | YASUOKA Masahiko |
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 |