summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* The asm in the MD_DISABLE_KBIND macro was too fragile and broke alpha and hppa.guenther2016-03-2113-304/+5
* Plug a memory leak in vnet(4) ioctl code path.stsp2016-03-211-3/+6
* Merge a few simple fixes from NetBSD:schwarze2016-03-211-6/+10
* Handle kbind()'s third argument correctlyguenther2016-03-211-1/+2
* Cleanup of standard header inclusion:schwarze2016-03-2033-170/+178
* delete useless "typedef int bool_t", use int directly;schwarze2016-03-202-7/+5
* Cleanup of private header inclusion:schwarze2016-03-2023-67/+61
* support WIDECHAR;schwarze2016-03-201-1/+7
* Use getline(3) rather than fgetln(3) because it is standardizedschwarze2016-03-204-42/+34
* minor simplifactions, style fixes, and trivial syncs from NetBSDschwarze2016-03-203-19/+18
* syncderaadt2016-03-201-26/+0
* Fix the same bug again that was already fixed in:schwarze2016-03-201-3/+5
* Delete the useless Int datatype and always use the standard wint_tschwarze2016-03-2017-173/+172
* Get rid of "#ifdef WIDECHAR" and one goto in read_char(),schwarze2016-03-203-15/+24
* Delete the weird IGNORE_EXTCHARS flag, simplifying the codeschwarze2016-03-203-16/+21
* Fix the public interface function el_getc(3).schwarze2016-03-202-11/+17
* Fix read_char() for the non-UTF-8 case, in particular for systemsschwarze2016-03-201-5/+12
* Fix the CHARSET_IS_UTF8 case in read_char().schwarze2016-03-203-27/+45
* whitespace: remove a space before a tab and a trailing tab.tb2016-03-201-3/+3
* " the the " -> " the ", or in a couple of cases replace the superfluouskrw2016-03-2012-18/+18
* Update the axen driver to initialize the hardware on reset. Change was suggested by Takahiro Hayashi. Also lock the mii before performing the write, based on changes in NetBSD. While in there, remove the decaying eeprom code that has been commented out. This allows my adapter to attach reliably, ...bmercer2016-03-201-70/+6
* Kill LOCALECHARSETS machinery, we only support ASCII and UTF-8 LC_CTYPEjca2016-03-202-49/+8
* LOCALE_CHARSETS has been unused for some time nowjca2016-03-202-10/+2
* add include directories used by recent versions of libdrmjsg2016-03-201-3/+7
* __thrsleep.2 is contained in section 2natano2016-03-201-3/+3
* Update ticks in hardclock().uebayasi2016-03-202-4/+3
* Add regress for environ and __progname vs load-time .init functionsguenther2016-03-207-1/+109
* It's libpthread, not librthread, and __tfork(2) lets you set the TCBguenther2016-03-201-9/+12
* syncderaadt2016-03-2017-17/+17
* Add $OpenBSD lineguenther2016-03-201-0/+1
* Rearrange C runtime bits: now that ld.so exports environ and __progname,guenther2016-03-2032-171/+446
* Prepare for future ld.so/libc bump: update <tib.h> with the definitionsguenther2016-03-202-57/+44
* Export environ and __progname, making the latter a copy of just the filenameguenther2016-03-2012-51/+73
* Use fcntl(fd, F_SETFL, flags) to clear O_NONBLOCK instead ofmillert2016-03-201-4/+5
* Revert, missing decl for in6_pcbaddrisavail() breaks kernel build.jca2016-03-202-111/+107
* Currently we have about a 50/50 split over fcntl(n, F_GETFL [,0])krw2016-03-209-31/+31
* Extract in6_pcbaddrisavail() from in6_pcbbind(), and use it whenvgross2016-03-192-107/+111
* Add STANDARDS and HISTORY blurbs for SOCK_{NONBLOCK,CLOEXEC,DNS}guenther2016-03-192-4/+36
* This is thrkill, not __thrsigdivertguenther2016-03-191-3/+3
* Attach dwctwo(4) only on Octeon models that have a DWC2 controller.visa2016-03-191-2/+13
* Turn off the close-on-exec bit with fcntl() instead of ioctl().krw2016-03-192-7/+5
* Do not run into sdgetdisklabel() when scsi disk is dying. Addbluhm2016-03-191-4/+5
* Add regress tests for IPV6_PKTINFO with addrvgross2016-03-192-0/+266
* uio -> uiomove;jmc2016-03-191-2/+2
* Remove the unused flags argument from VOP_UNLOCK().natano2016-03-1959-272/+266
* Reduces the noise around the global ``ticks'' variable by renaming allmpi2016-03-193-16/+16
* Reduces the noise around the global ``ticks'' variable by renamingmpi2016-03-1921-108/+108
* Remove support for the XScale 80200. We don't use it, it didn't compilepatrick2016-03-196-105/+21
* Remove support for IXP425. This is another architecture that is notpatrick2016-03-196-59/+17
* Remove support for StrongARM (SA1) and IXP12x0. Both are ARMv4 andpatrick2016-03-1911-726/+29