summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-05Enable detailed reports about firmware errors in iwm(4) for the time being.Stefan Sperling
2021-05-05riscv64 binutils 'support'Dale Rahn
2021-05-05Fix backtrace command with kernel core.asou
2011-04-24Here comes the easter bunnytils 2.17 (the last version released against aMiod Vallat
2021-05-05riscv: Assert that SUM is not set in SSTATUS for exceptions.Jonathan Gray
2021-05-05riscv: Clear SUM in SSTATUS for supervisor mode exceptions.Jonathan Gray
2021-05-05rename trap.S exception.S and trap_machdep.c trap.c to match other archsJonathan Gray
2021-05-05Add Radxa Rock Pi N10.Kurt Miller
2021-05-04Don't pass NULL as a string in debugging as it does not work on someDarren Tucker
2021-05-04Reorder the integer sysctl functions. Then the traditional 4.4BSDAlexander Bluhm
2021-05-04shell scripts should use getopts instead of getoptChristian Weisgerber
2021-05-04As the unbouded feature in sysctl_int_bounded() is no longer used,Alexander Bluhm
2021-05-04sigpending(2) will never fail. Optimize the syscall stub accordingly likeMark Kettenis
2021-05-04Rename shutdown_all() to shutdown_peers() for consistency.Theo Buehler
2021-05-04syscalls.c, init_sysent.c, syscall.h, syscallargs.h: regencheloha
2021-05-04getitimer(2), setitimer(2): unlock syscallscheloha
2021-05-04The clock on RISC-V is architectural, so we really don't need theMark Kettenis
2021-05-04Fix 2nd and 3rd arguments' cast in atomic_cas_ptr().Kenji Aoyama
2021-05-04Create memory pressure in test. Allocate heap and stack in childAlexander Bluhm
2021-05-04Add a boot hart ID check in the function that matches secondary CPUsMark Kettenis
2021-05-04gzread(3) doesn't always set errno, so use gzerror(3)dv
2021-05-04Move unused task queue stuff to the attic.dv
2021-05-04Init debug logging state before attempting to log.dv
2021-05-04okay, prevent pkg_* from looking into /usr/local BUT special-case quirksMarc Espie
2021-05-04Initialize `ipsec_policy_pool' within pfkey_init() instead of doing thatmvs
2021-05-04Remove unused `spd_tables' declaration.mvs
2021-05-04More comment changes to reflect reality. No functional change.Claudio Jeker
2021-05-04Update comment to match reality.Claudio Jeker
2021-05-04not yet, need to figure out how to fix quirks firstMarc Espie
2021-05-04and do the same thing to pkg_mklocatedbMarc Espie
2021-05-04prevent the base pkg tools from looking under /usr/localMarc Espie
2021-05-04Similar to rsync repo delay deletes for rrdp repos to after processingClaudio Jeker
2021-05-04Check that fdt hart id matches boot hart id before associating an fdtJonathan Gray
2021-05-04Remove cerror dependancy from riscv64 asm syscalls.Dale Rahn
2021-05-04riscv64 brk()/sbrk() implementations,Dale Rahn
2021-05-03Use limits.h instead of sys/limits.h in dtlstest.c for portableKinichiro Inoguchi
2021-05-03Modify regress ssl_get_shared_ciphers for portableKinichiro Inoguchi
2021-05-03Sync changes from arm64 version.Mark Kettenis
2021-05-03Hook openssl-ruby test to regress treeTheo Buehler
2021-05-03Add scaffold to run the ruby/openssl regression testsTheo Buehler
2021-05-03tweak one description to make it uniqueTheo Buehler
2021-05-03Prefix the hybrid_corner_case test with test_ for consistency.Theo Buehler
2021-05-03Exercise the point conversion bit for octet string representationsTheo Buehler
2021-05-03Add a test that exercises the point conversion bit of the octetTheo Buehler
2021-05-03Fix corner case for compressed points on binary curvesTheo Buehler
2021-05-03When negotiating multiprotocol capabilities only fall ack to AID_INET whenClaudio Jeker
2021-05-03Print the timestamps both formatted and as a time in seconds field inClaudio Jeker
2021-05-03When parsing a variable value within double quotes, allow parenthesisMark Lumsden
2021-05-03Like in the session engine do not inline the addr2sa call into connect andClaudio Jeker
2021-05-03Make sdhc(4) attachment work on Zynq-7000.Visa Hankala