| Commit message (Expand) | Author | Age | Files | Lines |
* | The asm in the MD_DISABLE_KBIND macro was too fragile and broke alpha and hppa. |  guenther | 2016-03-21 | 13 | -304/+5 |
* | Plug a memory leak in vnet(4) ioctl code path. |  stsp | 2016-03-21 | 1 | -3/+6 |
* | Merge a few simple fixes from NetBSD: |  schwarze | 2016-03-21 | 1 | -6/+10 |
* | Handle kbind()'s third argument correctly |  guenther | 2016-03-21 | 1 | -1/+2 |
* | Cleanup of standard header inclusion: |  schwarze | 2016-03-20 | 33 | -170/+178 |
* | delete useless "typedef int bool_t", use int directly; |  schwarze | 2016-03-20 | 2 | -7/+5 |
* | Cleanup of private header inclusion: |  schwarze | 2016-03-20 | 23 | -67/+61 |
* | support WIDECHAR; |  schwarze | 2016-03-20 | 1 | -1/+7 |
* | Use getline(3) rather than fgetln(3) because it is standardized |  schwarze | 2016-03-20 | 4 | -42/+34 |
* | minor simplifactions, style fixes, and trivial syncs from NetBSD |  schwarze | 2016-03-20 | 3 | -19/+18 |
* | sync |  deraadt | 2016-03-20 | 1 | -26/+0 |
* | Fix the same bug again that was already fixed in: |  schwarze | 2016-03-20 | 1 | -3/+5 |
* | Delete the useless Int datatype and always use the standard wint_t |  schwarze | 2016-03-20 | 17 | -173/+172 |
* | Get rid of "#ifdef WIDECHAR" and one goto in read_char(), |  schwarze | 2016-03-20 | 3 | -15/+24 |
* | Delete the weird IGNORE_EXTCHARS flag, simplifying the code |  schwarze | 2016-03-20 | 3 | -16/+21 |
* | Fix the public interface function el_getc(3). |  schwarze | 2016-03-20 | 2 | -11/+17 |
* | Fix read_char() for the non-UTF-8 case, in particular for systems |  schwarze | 2016-03-20 | 1 | -5/+12 |
* | Fix the CHARSET_IS_UTF8 case in read_char(). |  schwarze | 2016-03-20 | 3 | -27/+45 |
* | whitespace: remove a space before a tab and a trailing tab. |  tb | 2016-03-20 | 1 | -3/+3 |
* | " the the " -> " the ", or in a couple of cases replace the superfluous |  krw | 2016-03-20 | 12 | -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, ... |  bmercer | 2016-03-20 | 1 | -70/+6 |
* | Kill LOCALECHARSETS machinery, we only support ASCII and UTF-8 LC_CTYPE |  jca | 2016-03-20 | 2 | -49/+8 |
* | LOCALE_CHARSETS has been unused for some time now |  jca | 2016-03-20 | 2 | -10/+2 |
* | add include directories used by recent versions of libdrm |  jsg | 2016-03-20 | 1 | -3/+7 |
* | __thrsleep.2 is contained in section 2 |  natano | 2016-03-20 | 1 | -3/+3 |
* | Update ticks in hardclock(). |  uebayasi | 2016-03-20 | 2 | -4/+3 |
* | Add regress for environ and __progname vs load-time .init functions |  guenther | 2016-03-20 | 7 | -1/+109 |
* | It's libpthread, not librthread, and __tfork(2) lets you set the TCB |  guenther | 2016-03-20 | 1 | -9/+12 |
* | sync |  deraadt | 2016-03-20 | 17 | -17/+17 |
* | Add $OpenBSD line |  guenther | 2016-03-20 | 1 | -0/+1 |
* | Rearrange C runtime bits: now that ld.so exports environ and __progname, |  guenther | 2016-03-20 | 32 | -171/+446 |
* | Prepare for future ld.so/libc bump: update <tib.h> with the definitions |  guenther | 2016-03-20 | 2 | -57/+44 |
* | Export environ and __progname, making the latter a copy of just the filename |  guenther | 2016-03-20 | 12 | -51/+73 |
* | Use fcntl(fd, F_SETFL, flags) to clear O_NONBLOCK instead of |  millert | 2016-03-20 | 1 | -4/+5 |
* | Revert, missing decl for in6_pcbaddrisavail() breaks kernel build. |  jca | 2016-03-20 | 2 | -111/+107 |
* | Currently we have about a 50/50 split over fcntl(n, F_GETFL [,0]) |  krw | 2016-03-20 | 9 | -31/+31 |
* | Extract in6_pcbaddrisavail() from in6_pcbbind(), and use it when |  vgross | 2016-03-19 | 2 | -107/+111 |
* | Add STANDARDS and HISTORY blurbs for SOCK_{NONBLOCK,CLOEXEC,DNS} |  guenther | 2016-03-19 | 2 | -4/+36 |
* | This is thrkill, not __thrsigdivert |  guenther | 2016-03-19 | 1 | -3/+3 |
* | Attach dwctwo(4) only on Octeon models that have a DWC2 controller. |  visa | 2016-03-19 | 1 | -2/+13 |
* | Turn off the close-on-exec bit with fcntl() instead of ioctl(). |  krw | 2016-03-19 | 2 | -7/+5 |
* | Do not run into sdgetdisklabel() when scsi disk is dying. Add |  bluhm | 2016-03-19 | 1 | -4/+5 |
* | Add regress tests for IPV6_PKTINFO with addr |  vgross | 2016-03-19 | 2 | -0/+266 |
* | uio -> uiomove; |  jmc | 2016-03-19 | 1 | -2/+2 |
* | Remove the unused flags argument from VOP_UNLOCK(). |  natano | 2016-03-19 | 59 | -272/+266 |
* | Reduces the noise around the global ``ticks'' variable by renaming all |  mpi | 2016-03-19 | 3 | -16/+16 |
* | Reduces the noise around the global ``ticks'' variable by renaming |  mpi | 2016-03-19 | 21 | -108/+108 |
* | Remove support for the XScale 80200. We don't use it, it didn't compile |  patrick | 2016-03-19 | 6 | -105/+21 |
* | Remove support for IXP425. This is another architecture that is not |  patrick | 2016-03-19 | 6 | -59/+17 |
* | Remove support for StrongARM (SA1) and IXP12x0. Both are ARMv4 and |  patrick | 2016-03-19 | 11 | -726/+29 |