summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-20Prepare for future ld.so/libc bump: update <tib.h> with the definitionsPhilip Guenther
2016-03-20Export environ and __progname, making the latter a copy of just the filenamePhilip Guenther
2016-03-20Use fcntl(fd, F_SETFL, flags) to clear O_NONBLOCK instead ofTodd C. Miller
2016-03-20Revert, missing decl for in6_pcbaddrisavail() breaks kernel build.Jeremie Courreges-Anglas
2016-03-20Currently we have about a 50/50 split over fcntl(n, F_GETFL [,0])Kenneth R Westerback
2016-03-19Extract in6_pcbaddrisavail() from in6_pcbbind(), and use it whenVincent Gross
2016-03-19Add STANDARDS and HISTORY blurbs for SOCK_{NONBLOCK,CLOEXEC,DNS}Philip Guenther
2016-03-19This is thrkill, not __thrsigdivertPhilip Guenther
2016-03-19Attach dwctwo(4) only on Octeon models that have a DWC2 controller.Visa Hankala
2016-03-19Turn off the close-on-exec bit with fcntl() instead of ioctl().Kenneth R Westerback
2016-03-19Do not run into sdgetdisklabel() when scsi disk is dying. AddAlexander Bluhm
2016-03-19Add regress tests for IPV6_PKTINFO with addrVincent Gross
2016-03-19uio -> uiomove;Jason McIntyre
2016-03-19Remove the unused flags argument from VOP_UNLOCK().natano
2016-03-19Reduces the noise around the global ``ticks'' variable by renaming allMartin Pieuchot
2016-03-19Reduces the noise around the global ``ticks'' variable by renamingMartin Pieuchot
2016-03-19Remove support for the XScale 80200. We don't use it, it didn't compilePatrick Wildt
2016-03-19Remove support for IXP425. This is another architecture that is notPatrick Wildt
2016-03-19Remove support for StrongARM (SA1) and IXP12x0. Both are ARMv4 andPatrick Wildt
2016-03-19By issuing :e +something in vi(1) this uncovers a backwards memcpy with themestre
2016-03-19if -a is specified, allow "dns" in pledge requests.Theo de Raadt
2016-03-18+.Xr ipsec.conf 5 ,Jason McIntyre
2016-03-18After sleeping and before accessing sc_link, check that scsi diskAlexander Bluhm
2016-03-18double word;Jason McIntyre
2016-03-18Replace ioctl(fd, FIOCLEX) with fcntl(fd, F_SETFD, FD_CLOEXEC)Todd C. Miller
2016-03-18Make scrolling behaviour more sensible and maintain cursor position, asNicholas Marriott
2016-03-18IXP425 is v5 not v4. Same change by msaitoh in NetBSD rev 1.16.Jonathan Gray
2016-03-18Make the SCRIPT_NAME logic simpler, safer, and make it actually work;Ingo Schwarze
2016-03-18Remove support for ARM9T (armv4t). Not used by any of the arm platforms.Jonathan Gray
2016-03-18use properly separated _pkgfetch user.Marc Espie
2016-03-18Instead of reusing MouseUp at the finish of a drag, add a new keyNicholas Marriott
2016-03-18Remove support for ARM8, an old armv4 processor without thumb that wasJonathan Gray
2016-03-18add octuctl, a driver for the Octeon II usb controller interface, andJonathan Matthew
2016-03-18refactor the vlan multicast list handling.David Gwynne
2016-03-18document short URIsIngo Schwarze
2016-03-17remove NOTREACHEDmmcc
2016-03-17remove some ARGSUSEDmmcc
2016-03-17make man(1) mode the default rather than apropos(1) modeIngo Schwarze
2016-03-17Show modes for buffers more clearly. ok jasper@Mark Lumsden
2016-03-17'miliseconds' -> 'milliseconds' in comments.Kenneth R Westerback
2016-03-17support short URIs for man.openbsd.orgIngo Schwarze
2016-03-17Remove #ifdef __vax__ bitsJeremie Courreges-Anglas
2016-03-17add TXIC TX382B entry.SASANO Takayoshi
2016-03-17regenSASANO Takayoshi
2016-03-17add TXIC TX382B (vendor 0x4651: product 0x3273)SASANO Takayoshi
2016-03-17Last parameter to execl[e]() functions *must* be cast to a pointer.Kenneth R Westerback
2016-03-17Set mnt_data to NULL after freeing the file system specific mount point.Alexander Bluhm
2016-03-17Remove needless DIAGNOSTICS sections saying only "Various messages aboutmmcc
2016-03-17Do not access the scsi link structure in sdclose() if the diskAlexander Bluhm
2016-03-17properly guard to macrosmmcc