aboutsummaryrefslogtreecommitdiff
path: root/share
Commit message (Expand)AuthorAgeFilesLines
* Remove picobsd build scripts and the remaining tinywareKyle Evans2019-11-053-669/+1
* armv6: Switch to LLD by defaultConrad Meyer2019-11-031-2/+2
* add valectl to the system commandsVincenzo Maffione2019-10-311-3/+3
* Allow bsd.compat.mk to be reliably included outside Makefile.inc1.Brooks Davis2019-10-313-21/+35
* Document the fact that Linux binaries depend on pty(4).Edward Tomasz Napierala2019-10-282-4/+8
* Fix typo in cxgbe.4.Navdeep Parhar2019-10-251-2/+2
* Build toolchain components as dynamically linked executables by defaultDimitry Andric2019-10-232-3/+3
* Slightly expand description of WITH_SHARED_TOOLCHAIN, add aDimitry Andric2019-10-231-54/+69
* picobsd: add deprecation noticesKyle Evans2019-10-211-1/+5
* Add a manpage for ng_pipe(4).Christian Brueffer2019-10-202-0/+216
* Fix spelling of DPSRCS.Bryan Drewery2019-10-191-1/+1
* ddb: use 'textdump dump' instead of 'call doadump'Andriy Gapon2019-10-181-2/+2
* Implement NetGDB(4)Conrad Meyer2019-10-173-0/+157
* debugnet(4): Infer non-server connection parametersConrad Meyer2019-10-171-1/+1
* Add ddb(4) 'netdump' command to netdump a core without preconfigurationConrad Meyer2019-10-172-77/+69
* document taskqueue_start_threads_in_procAndriy Gapon2019-10-172-9/+21
* Install bsd.compat.mk.Brooks Davis2019-10-161-0/+1
* itwd(4): driver for watchdog function in ITE Super I/O chipsAndriy Gapon2019-10-162-0/+77
* wbwd: move to superio(4) busAndriy Gapon2019-10-161-6/+4
* bsd.compat.mk isn't setup to be included outside of Makefile.inc so comment itWarner Losh2019-10-161-1/+1
* Fix including bsd.compat.mk outside Makefile.libcompat on mips64.Brooks Davis2019-10-151-1/+1
* Add the ability to link programs against a compat ABI.Brooks Davis2019-10-153-4/+43
* Allow OBJDIR to be overridden for LIB*DIR variables.Brooks Davis2019-10-151-23/+24
* Rename top-level LIBCOMPAT to _LIBCOMPAT.Brooks Davis2019-10-151-3/+3
* Move the per-ARCH definitions to bsd.compat.mk.Brooks Davis2019-10-151-0/+106
* Add copyrights that I forgot to add when splitting arb.h off from tree.h.Edward Tomasz Napierala2019-10-151-0/+1
* Fix some "RB_" -> "ARB_" copy and paste nits for text sourced from tree(3).Lawrence Stewart2019-10-141-4/+4
* Add myself (samm) to calendar.freebsdOleksii Samorukov2019-10-131-0/+3
* Document that aarch64 can now run armv6/armv7 binaries, but won't howeverOlivier Houchard2019-10-111-4/+7
* man4/Makefile: fix sorting for a number of entries starting with 'v'Andriy Gapon2019-10-111-8/+8
* fix a typo in superio.4Andriy Gapon2019-10-111-1/+1
* add superio.4 and superio.9 manual pagesAndriy Gapon2019-10-114-0/+322
* ddb: Add CSV option, sorting to 'show (malloc|uma)'Conrad Meyer2019-10-111-7/+24
* remove unrelated files accidentally committed in r353381Andriy Gapon2019-10-102-302/+0
* emulate illumos membar_producer with atomic_thread_fence_relAndriy Gapon2019-10-102-0/+302
* This driver attaches to the Intel VMD drive and connects a new PCI domainDoug Ambrisko2019-10-102-0/+66
* document how to apply altq to vlan interfaces w/ pf.John-Mark Gurney2019-10-091-1/+18
* Add note about universe changes to arch and the need to addWarner Losh2019-10-091-1/+6
* Merge ^/head r352764 through r353315.Dimitry Andric2019-10-0822-81/+1220
|\
| * In r343587 a simple port filter as sysctl tunable was added to siftr.Michael Tuexen2019-10-071-1/+9
| * Introduce stats(3), a flexible statistics gathering API.Edward Tomasz Napierala2019-10-076-3/+1000
| * Re-add ALLOW_MIPS_SHARED_TEXTREL, sprinkle it aroundKyle Evans2019-10-061-0/+13
| * Mark "private use area" characters as printable.Yuri Pankov2019-10-051-5/+5
| * Correct grammos and typos.Jens Schweikhardt2019-10-051-25/+25
| * add ability to set watchdog timeout for a shutdownAndriy Gapon2019-10-035-3/+46
| * - Remove the compile time limit for number of links a ng_bridge nodeGleb Smirnoff2019-10-031-10/+2
| * Override the TLS model when building mips64 binaries and static librariesKyle Evans2019-10-022-0/+11
| * Move EEPROM information query from a sysctl in mlx5en(4) to an ioctlHans Petter Selasky2019-10-021-3/+26
| * [1/3] Initial infrastructure for SSL root bundle in baseKyle Evans2019-10-021-0/+1
| * Need to use ${${_${group}DIR_${file}}} for STAGE_DIRSimon J. Gerraty2019-10-011-1/+1