aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* iflib: netmap: move per-packet operation out of fragments loopVincenzo Maffione2021-01-311-6/+7
* iflib: netmap: add support for NS_MOREFRAGVincenzo Maffione2021-01-311-24/+58
* MFC 0e01ea872ee475d7aef11d21588504e2ef4eb32c:Cy Schubert2021-01-311-1/+1
* MFC: 83edbc3cb54fba6b37a68270c232df7b785bd222Cy Schubert2021-01-3122-195/+4
* lualoader: improve loader.conf var processingKyle Evans2021-01-311-22/+68
* stand: ensure that the efi directory's dependencies are correctKyle Evans2021-01-311-0/+1
* sh/tests: Add a second kind of binary scripts without #!Jilles Tjoelker2021-01-302-0/+11
* sh: Allow more scripts without #!Jilles Tjoelker2021-01-303-1/+42
* sh: Test that executing various binary files is rejectedJilles Tjoelker2021-01-305-0/+64
* kevent(2): Bugfix for wrong EVFILT_TIMER timeoutsJan Kokemüller2021-01-301-1/+1
* elfctl: prefix disable flags with "no"Ed Maste2021-01-261-4/+5
* elfctl: allow features to be specified by valueEd Maste2021-01-262-5/+36
* elfctl: add backwards compatibility for "no" prefixesEd Maste2021-01-261-0/+10
* rctl(4): support throttling resource usage to 0Jason A. Harmening2021-01-261-0/+5
* ndis: Per user request, delay removal to 14Brooks Davis2021-01-253-3/+3
* VFS_QUOTACTL: Remove needless casts of argBrooks Davis2021-01-252-9/+9
* contrib/tzdata: import tzdata 2021aPhilip Paeps2021-01-255-10/+24
* safexcel: Simplify request allocationMark Johnston2021-01-252-68/+73
* safexcel: Handle command/result descriptor exhaustion gracefullyMark Johnston2021-01-251-5/+11
* safexcel: Add counters for some resource exhaustion conditionsMark Johnston2021-01-252-3/+39
* safexcel: Dispatch requests to the current CPU's ringMark Johnston2021-01-252-13/+15
* gdb: only return signal values for powerpc's gdb_cpu_signal()Mitchell Horne2021-01-251-4/+1
* arm64: gdb(4) machine-dependent bitsmhorne2021-01-253-0/+194
* arm64: remove pcb_pcmhorne2021-01-259-17/+18
* arm64: don't pass user trapframe to kdb_trap()mhorne2021-01-251-20/+2
* ddb: add ability to print user registersmhorne2021-01-252-8/+26
* tcp: add sysctl to tolerate TCP segments missing timestampsMichael Tuexen2021-01-247-16/+55
* tcp: fix handling of TCP RST segments missing timestampsMichael Tuexen2021-01-242-8/+18
* iflib: add assert to prevent out-of-bounds array accessVincenzo Maffione2021-01-241-5/+4
* lualoader: fix lua-lint runKyle Evans2021-01-242-2/+3
* stand: remove bogus dependency from libsa32Kyle Evans2021-01-241-2/+0
* stand: properly declare subdir deps or .WAIT, do parallel buildKyle Evans2021-01-245-7/+68
* Move stand/ofw/libofw to stand/libofw.Brandon Bergren2021-01-2419-13/+6
* Partial revert of ac6e3a14070Kyle Evans2021-01-241-1/+1
* du: tests: make H_flag tests more strict about output requirementsKyle Evans2021-01-241-4/+12
* du: tests: fix the H_flag test (primarily grep usage)Kyle Evans2021-01-241-3/+4
* cpuset: refcount-cleanMateusz Guzik2021-01-241-2/+2
* libc: tests: add some tests for cpuset(2)Kyle Evans2021-01-242-0/+494
* Bump up the low range of cpuset numbers to account for the kernel cpuset.Stephen J. Kiernan2021-01-241-1/+1
* libc: tests: hook CPUSET(9) test up to the buildKyle Evans2021-01-242-1/+42
* libregex: re-enable `make check`Kyle Evans2021-01-241-1/+1
* flua: implement chmodEd Maste2021-01-243-0/+40
* Fix -Wundef warnings when building libluaAlex Richardson2021-01-242-1/+10
* flua: don't allow dlopen, et al., for bootstrap fluaKyle Evans2021-01-243-2/+5
* flua: support "require" for binary objects in the base systemEd Maste2021-01-242-0/+3
* flua: initial support for "require" in the base systemEd Maste2021-01-242-3/+7
* Makefile: add a small blurb about building with gcc xtoolchainKyle Evans2021-01-241-0/+11
* kern: dup: do not assume oldfde is validKyle Evans2021-01-241-5/+12
* lualoader: add loader_conf_dirs support (loader.conf.d)Kyle Evans2021-01-244-1/+35
* libc: regex: rework unsafe pointer arithmeticMiod Vallat2021-01-241-12/+14