Age | Commit message (Expand) | Author |
2016-08-26 | Implement bus dma support for loading raw mappings so that we can use | Patrick Wildt |
2016-08-26 | Add support for the Allwinner H3 (sun8i-h3). | Mark Kettenis |
2016-08-26 | Since the caller already checks and handles COHERENT we don't need | Patrick Wildt |
2016-08-26 | grrr warning | Marc Espie |
2016-08-26 | Remove cpu_cpwait() calls; they are no-ops on armv7. | Mark Kettenis |
2016-08-26 | Repeated occurances of the idiom buf[5][BUFSIZ] -- ridiculous. Give each | Theo de Raadt |
2016-08-26 | Make regress Makefile consistent with other tests, use bsd.regress.mk. | Alexander Bluhm |
2016-08-26 | Kill the ps_ninstances from proc.c. | Rafael Zalamena |
2016-08-26 | Remove the code that switches around MMU domains on armv7. MMU domains are | Mark Kettenis |
2016-08-26 | Replace the static env variables with a single global variable. | Rafael Zalamena |
2016-08-26 | Pull in <time.h> for time() | Philip Guenther |
2016-08-26 | Pull in <time.h> for struct tm, used in rcs.h | Philip Guenther |
2016-08-26 | Pull in <sys/select.h> for fd_set | Philip Guenther |
2016-08-26 | Pull in <time.h> for ctime_r, gmtime, etc | Philip Guenther |
2016-08-26 | Pull in <sys/time.h> for gettimeofday() | Philip Guenther |
2016-08-26 | Remove unused prototype for sxiccmu_enablemodule(). | Marcus Glocker |
2016-08-26 | Pull in <time.h> for clock_gettime() | Philip Guenther |
2016-08-26 | The *_HEAD_INITIALIZER() macros are documented as taking the struct, | Philip Guenther |
2016-08-26 | Pull in <sys/time.h> for clock_ymdhms bits | Philip Guenther |
2016-08-26 | trim down some NBBY references. 8 bits ought to be enough for anyone. | Ted Unangst |
2016-08-26 | Pull in <sys/select.h> for fd_set | Philip Guenther |
2016-08-26 | Add <time.h> for time(); sort <*.h> includes | Philip Guenther |
2016-08-26 | Add <time.h> for time() and ctime(); sort <net*/*.h> | Philip Guenther |
2016-08-26 | Pull in <sys/time.h> for gettimeofday() | Philip Guenther |
2016-08-26 | Need <time.h> for time() and others. Pulled in by coincidence previously | Philip Guenther |
2016-08-26 | -E NONE has *never* worked; it was always -E none. It's a dubious option | Philip Guenther |
2016-08-26 | options.h is only used by options.c; merge it into the .c file | Philip Guenther |
2016-08-26 | reduce and sort #includes | Philip Guenther |
2016-08-26 | tables.h is only used by tables.c; merge it into the .c file | Philip Guenther |
2016-08-26 | <sys/time.h>, <errno.h>, and <stdlib.h> are unnecessary; sort #includes | Philip Guenther |
2016-08-26 | sel_subs.h is only used by sel_subs.c; merge it into the .c file | Philip Guenther |
2016-08-26 | pat_rep.h is only used by pat_rep.c; merge it into the .c file | Philip Guenther |
2016-08-26 | ftree.h is only used by ftree.c; merge it into the .c file | Philip Guenther |
2016-08-26 | Don't need <sys/time.h> or "options.h" here | Philip Guenther |
2016-08-26 | cache.h is only used by cache.c; merge it into the .c file | Philip Guenther |
2016-08-26 | correct INTR_MSG_MASK to include INTR_MSG_1 | Jonathan Gray |
2016-08-25 | add a sIgnore opcode that silently ignores options and use it to | Damien Miller |
2016-08-25 | remove superfluous NOTREACHED comment | Damien Miller |
2016-08-25 | Set relayd socket buffer size to reasonable value to make test pass | Alexander Bluhm |
2016-08-25 | Make relayd test slow-consumer more reliable. Set SO_SNDTIMEO | Alexander Bluhm |
2016-08-25 | After read errors, fgetln(3) sometimes succeeded (returning non-NULL) | Ingo Schwarze |
2016-08-25 | Fix sosplice tests on 32 bit systems by putting the correct number | Alexander Bluhm |
2016-08-25 | -F before -f (as -I before -i currently is...); | Jason McIntyre |
2013-01-03 | Reengineer the socket splicing regression tests: | Alexander Bluhm |
2016-08-25 | Remove a check to expire received prefix. | Martin Pieuchot |
2016-08-25 | when using -o, we may restart a match in the middle of the line. | Ted Unangst |
2016-08-25 | make the full filesystem check optional, by popular demand. | Marc Espie |
2016-08-25 | Amend after clean-up of fortran.port.mk | David Coppa |
2016-08-25 | shorten the pkeyutl text; | Jason McIntyre |
2016-08-25 | Spliced TCP sockets become faster when the output part is running | Alexander Bluhm |