summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2016-03-17UseDNS affects ssh hostname processing in authorized_keys, notDamien Miller
2016-03-17Do not iterate all over the tree if OF_parent() is called on the rootMartin Pieuchot
2016-03-17Replace curcpu_is_idle() by cpu_is_idle() and use it instead of rollingMartin Pieuchot
2016-03-17Fix a comment about ``p_usrpri'', from Michal Mazurek.Martin Pieuchot
2016-03-17KNF: Remove a blank line.Masao Uebayashi
2016-03-17simplify previous; ok bentleyJason McIntyre
2016-03-17missing El in previous;Jason McIntyre
2016-03-17Switch (non-curses, non-ksh) programs that use COLUMNS to a single idiom.Anthony J. Bentley
2016-03-17Only attempt to build the pci sdhc attachment when it is configured.Jonathan Gray
2016-03-17- add realloc_pages to move a buffer's physmem from one range to another.Bob Beck
2016-03-17explicit_bzero for asn1 objects on free. Too often these contain sensitive in...Bob Beck
2016-03-17Add error checking for COLUMNS/LINES environment variables.Anthony J. Bentley
2016-03-16Make urndis(4) print tx/rx errors only if compiled in DEBUG mode.Stefan Sperling
2016-03-16Remove a (now) obsolete comment about shortened IPv4 syntaxmestre
2016-03-16Replace strncpy(3) calls for safer strlcpy(3)mestre
2016-03-16Replace atoi(3) calls for safer strtonum(3)mestre
2016-03-16notab mode is not enabled at the moment.Mark Lumsden
2016-03-16Remove redundant check.Stefan Kempf
2016-03-16More "(<blah> *)0" -> NULL, avoiding any stdarg functions.Kenneth R Westerback
2016-03-16style(9) includesmmcc
2016-03-16Add SDF_DYING checks to more functions in scsi disk, to prevent anAlexander Bluhm
2016-03-16Prefer fseek(3) over rewind(3) since the latter although it also calls fseekmestre
2016-03-16- Check if user running spamlogd(8) has root privileges and if not then stopmestre