summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tcsendbreak(3): delete spurious blank line at the end of the man pageEnji Cooper2017-05-231-1/+0
* dirname(3): fix section orderingEnji Cooper2017-05-231-10/+10
* directory(3): delete trailing whitespace and rewrite `E.g.` as `e.g.`Enji Cooper2017-05-231-4/+5
* basename(3): fix section orderingEnji Cooper2017-05-231-11/+11
* [ar71xx] remove dead code!Adrian Chadd2017-05-231-40/+0
* [ar71xx] add a very simple early boot driver called "caldata" to commit cross...Adrian Chadd2017-05-232-0/+177
* err(3): use `NULL`, aka `(void*)0` per POSIX instead of `(FILE *)0`Enji Cooper2017-05-231-4/+4
* style(9): sort headersEnji Cooper2017-05-231-3/+2
* Some minor style(9) fixesEnji Cooper2017-05-231-10/+12
* [arswitch] add phy debugging to the internal PHY read/write functions.Adrian Chadd2017-05-231-0/+15
* Add parent interface reference counting to if_vlan.Alexander Motin2017-05-231-14/+26
* "struct ata_params" field "reserved206[2]" actually starts at offset 20*7*.Ravi Pokala2017-05-221-1/+1
* Ensure that the mappings table is populated in proc_objname().Mark Johnston2017-05-221-0/+3
* ndbm.h: Add a comment pointing out our non-compliance with POSIX.Pedro F. Giffuni2017-05-221-1/+1
* Add a little helper program for tst.exitcore.ksh.Mark Johnston2017-05-223-9/+40
* Fix powerpc compiler error.Stephen McConnell2017-05-221-2/+2
* Replacing iterating over rootpath by strsep(3).Mariusz Zaborski2017-05-221-8/+6
* Fix regression in ndis(4) after r286410. This adds a bunch of checks forGleb Smirnoff2017-05-224-47/+65
* Check for IPV6 TCP/UDP CSUM offload in pkt header during transmits.David C Somayajulu2017-05-221-1/+2
* Pull in r302416 from upstream llvm trunk (by Martin Storsjö):Dimitry Andric2017-05-223-0/+15
* For now, disable building libc++experimental for arm, since there are aDimitry Andric2017-05-221-1/+4
* Remove glimpse make target added in r181432Enji Cooper2017-05-221-13/+1
* The connect() system call should return -1 and set errno to EAFNOSUPPORTMichael Tuexen2017-05-222-0/+18
* Add support for Amazon Elastic Network Adapter (ENA) NICZbigniew Bodek2017-05-228-0/+4794
* Allow PORTSDIR to be overridden in the pkg-stage target.Glen Barber2017-05-222-5/+6
* Add 11.1 to the mdoc(7) mdoc.local.in.Glen Barber2017-05-221-0/+1
* Correct the "first appeared in" version for efivar(8).Glen Barber2017-05-221-2/+2
* Revert r318583 (libthr: use default WARNS level of 6)Eric van Gyzen2017-05-221-0/+1
* Regen sysent after r318634, no open(2) in capability modeEd Maste2017-05-222-2/+2
* disallow open(2) in capability modeEd Maste2017-05-222-9/+0
* bsdinstall: do not use distextract in scripted modeRoger Pau Monné2017-05-221-1/+4
* bsdinstall: mount is not needed for the ZFS install caseRoger Pau Monné2017-05-221-4/+18
* xen/netfront: don't drop the RX lock in xn_rxeofRoger Pau Monné2017-05-221-2/+0
* Refactor & compact struct i6addr_t #ifdef: remove redundant structureCy Schubert2017-05-221-14/+2
* nm: document 'r' symbol typeEd Maste2017-05-221-1/+3
* [ar71xx] fix up dump space a la what jhb@ did elsewhere a while ago.Adrian Chadd2017-05-211-2/+2
* [libcompiler-rt] add bswapdi2/bswapsi2Adrian Chadd2017-05-214-2/+62
* Make catman(1) use mandoc(1) by defaultBaptiste Daroussin2017-05-212-5/+26
* Updates for efivar.8Benjamin Kaduk2017-05-211-17/+15
* Add PICFLAG to build libc++experimental.a, so it can be used in allDimitry Andric2017-05-211-0/+1
* msdosfs: constifyEd Maste2017-05-211-4/+4
* msdosfs: correct constant and typo in commentEd Maste2017-05-211-1/+1
* msdosfs: capitalize FAT appropriatelyEd Maste2017-05-217-60/+60
* Add libc++experimental.a for std::experimental supportDimitry Andric2017-05-213-1/+31
* Fix build of AIO tests with -DDEBUGAlan Somers2017-05-212-10/+13
* compress: Allow uncompress -c with multiple pathnames, as required by POSIX.Jilles Tjoelker2017-05-212-1/+23
* compress: Add basic tests.Jilles Tjoelker2017-05-214-0/+189
* Add get_cpu() and put_cpu().Mark Johnston2017-05-211-0/+8
* Update the exports.5 man page to reflect the change in default uid/gidRick Macklem2017-05-201-3/+3
* Fix up two assertions following malloc(). vangyzen@ notified me ofCy Schubert2017-05-201-2/+2