Age | Commit message (Expand) | Author |
2016-03-19 | Do not run into sdgetdisklabel() when scsi disk is dying. Add | Alexander Bluhm |
2016-03-19 | Add regress tests for IPV6_PKTINFO with addr | Vincent Gross |
2016-03-19 | uio -> uiomove; | Jason McIntyre |
2016-03-19 | Remove the unused flags argument from VOP_UNLOCK(). | natano |
2016-03-19 | Reduces the noise around the global ``ticks'' variable by renaming all | Martin Pieuchot |
2016-03-19 | Reduces the noise around the global ``ticks'' variable by renaming | Martin Pieuchot |
2016-03-19 | Remove support for the XScale 80200. We don't use it, it didn't compile | Patrick Wildt |
2016-03-19 | Remove support for IXP425. This is another architecture that is not | Patrick Wildt |
2016-03-19 | Remove support for StrongARM (SA1) and IXP12x0. Both are ARMv4 and | Patrick Wildt |
2016-03-19 | By issuing :e +something in vi(1) this uncovers a backwards memcpy with the | mestre |
2016-03-19 | if -a is specified, allow "dns" in pledge requests. | Theo de Raadt |
2016-03-18 | +.Xr ipsec.conf 5 , | Jason McIntyre |
2016-03-18 | After sleeping and before accessing sc_link, check that scsi disk | Alexander Bluhm |
2016-03-18 | double word; | Jason McIntyre |
2016-03-18 | Replace ioctl(fd, FIOCLEX) with fcntl(fd, F_SETFD, FD_CLOEXEC) | Todd C. Miller |
2016-03-18 | Make scrolling behaviour more sensible and maintain cursor position, as | Nicholas Marriott |
2016-03-18 | IXP425 is v5 not v4. Same change by msaitoh in NetBSD rev 1.16. | Jonathan Gray |
2016-03-18 | Make the SCRIPT_NAME logic simpler, safer, and make it actually work; | Ingo Schwarze |
2016-03-18 | Remove support for ARM9T (armv4t). Not used by any of the arm platforms. | Jonathan Gray |
2016-03-18 | use properly separated _pkgfetch user. | Marc Espie |
2016-03-18 | Instead of reusing MouseUp at the finish of a drag, add a new key | Nicholas Marriott |
2016-03-18 | Remove support for ARM8, an old armv4 processor without thumb that was | Jonathan Gray |
2016-03-18 | add octuctl, a driver for the Octeon II usb controller interface, and | Jonathan Matthew |
2016-03-18 | refactor the vlan multicast list handling. | David Gwynne |
2016-03-18 | document short URIs | Ingo Schwarze |
2016-03-17 | remove NOTREACHED | mmcc |
2016-03-17 | remove some ARGSUSED | mmcc |
2016-03-17 | make man(1) mode the default rather than apropos(1) mode | Ingo Schwarze |
2016-03-17 | Show modes for buffers more clearly. ok jasper@ | Mark Lumsden |
2016-03-17 | 'miliseconds' -> 'milliseconds' in comments. | Kenneth R Westerback |
2016-03-17 | support short URIs for man.openbsd.org | Ingo Schwarze |
2016-03-17 | Remove #ifdef __vax__ bits | Jeremie Courreges-Anglas |
2016-03-17 | add TXIC TX382B entry. | SASANO Takayoshi |
2016-03-17 | regen | SASANO Takayoshi |
2016-03-17 | add TXIC TX382B (vendor 0x4651: product 0x3273) | SASANO Takayoshi |
2016-03-17 | Last parameter to execl[e]() functions *must* be cast to a pointer. | Kenneth R Westerback |
2016-03-17 | Set mnt_data to NULL after freeing the file system specific mount point. | Alexander Bluhm |
2016-03-17 | Remove needless DIAGNOSTICS sections saying only "Various messages about | mmcc |
2016-03-17 | Do not access the scsi link structure in sdclose() if the disk | Alexander Bluhm |
2016-03-17 | properly guard to macros | mmcc |
2016-03-17 | UseDNS affects ssh hostname processing in authorized_keys, not | Damien Miller |
2016-03-17 | Do not iterate all over the tree if OF_parent() is called on the root | Martin Pieuchot |
2016-03-17 | Replace curcpu_is_idle() by cpu_is_idle() and use it instead of rolling | Martin Pieuchot |
2016-03-17 | Fix a comment about ``p_usrpri'', from Michal Mazurek. | Martin Pieuchot |
2016-03-17 | KNF: Remove a blank line. | Masao Uebayashi |
2016-03-17 | simplify previous; ok bentley | Jason McIntyre |
2016-03-17 | missing El in previous; | Jason McIntyre |
2016-03-17 | Switch (non-curses, non-ksh) programs that use COLUMNS to a single idiom. | Anthony J. Bentley |
2016-03-17 | Only 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 |