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