Age | Commit message (Expand) | Author |
2016-08-27 | Add support for sun8i-h3, the Allwinner H3. For this SoC, the device tree | Mark Kettenis |
2016-08-27 | Kill p_instance from proc.c and remove static proc_id unused variables. | Rafael Zalamena |
2016-08-27 | Add missing $OpenBSD$ line and remove an unnecessary comment line. | YASUOKA Masahiko |
2016-08-27 | Pull in <stdio.h> for NULL | Philip Guenther |
2016-08-27 | qaddr_t is (now) dead | Philip Guenther |
2016-08-27 | Declare lseek() instead of assuming it'll be provided elsewhere | Philip Guenther |
2016-08-27 | Move up the <stdio.h> include so <dev/pci/*.h> have NULL | Philip Guenther |
2016-08-27 | Pull in <stdio.h> for NULL | Philip Guenther |
2016-08-27 | Pull in <sys/time.h> for struct timeval | Philip Guenther |
2016-08-27 | Pull in <sys/time.h> for gettimeofday() | Philip Guenther |
2016-08-27 | ALL HAIL ELF! | Philip Guenther |
2016-08-27 | Pull in <stdio.h> for NULL | Philip Guenther |
2016-08-27 | Pull in <sys/select.h> for fd_set | Philip Guenther |
2016-08-27 | Pull in <sys/select.h> for fd_set | Philip Guenther |
2016-08-27 | Pull in <sys/time.h> for gettimeofday() | Philip Guenther |
2016-08-27 | Pull in <sys/select.h> for howmany() and NBBY, used by various net*/*.h | Philip Guenther |
2016-08-27 | Pull in <sys/time.h> for struct timespec and timeval | Philip Guenther |
2016-08-27 | Pull in <sys/time.h> for struct timeval | Philip Guenther |
2016-08-27 | Pull in <stdlib.h> for NULL | Philip Guenther |
2016-08-27 | Pull in <stdio.h> for NULL | Philip Guenther |
2016-08-27 | Pull in <stdio.h> for NULL | Philip Guenther |
2016-08-27 | Pull in <stddef.h> for NULL | Philip Guenther |
2016-08-27 | Pull in <sys/time.h> for struct timespec | Philip Guenther |
2016-08-27 | Pull in <stdio.h> for NULL | Philip Guenther |
2016-08-27 | some updates for recent changes. | Ted Unangst |
2016-08-27 | Pull in <sys/select.h> for fd_set | Philip Guenther |
2016-08-27 | Pull in <sys/select.h> for fd_set | Philip Guenther |
2016-08-27 | Pull in <sys/time.h> for struct timespec, gettimeofday(), clock_gettime(), | Philip Guenther |
2016-08-27 | Pull in <time.h> for time() and perhaps other functions | Philip Guenther |
2016-08-27 | Pull in <sys/time.h> for struct timespec | Philip Guenther |
2016-08-27 | Pull in <sys/time.h> for struct timespec | Philip Guenther |
2016-08-27 | Pull in <sys/time.h> for struct timespec | Philip Guenther |
2016-08-27 | Pull in <sys/time.h> for struct timespec, timeval, or clockrate | Philip Guenther |
2016-08-27 | Pull in <sys/time.h> for gettimeofday() | Philip Guenther |
2016-08-27 | Use %zu for size_t arguments | Philip Guenther |
2016-08-27 | Pull in <time.h> for one or more of gmtime, strftime, strptime, time, | Philip Guenther |
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 |