Age | Commit message (Expand) | Author |
2015-09-28 | delete xdr_ypresp_all_seq prototype | Theo de Raadt |
2015-09-28 | Track size of an opaque allocation to pass to free() later | Theo de Raadt |
2015-09-28 | easy size for free(); ok beck | Theo de Raadt |
2015-09-28 | remove excessive brackets on pointer math | Theo de Raadt |
2015-09-28 | In low-level suspend routines, set cold=2. In tsleep(), use this to | Theo de Raadt |
2015-09-28 | the kernel lock is no longer needed in the fixed case since uvm_map | Ted Unangst |
2015-09-28 | add a flag to indicate to uvm_map that it should unmap to make space. | Ted Unangst |
2015-09-28 | The Linux code that handles the DPMS mode for inteldrm(4) can sleep now. | Mark Kettenis |
2015-09-28 | track sizes for free in sysctl_diskinit(); ok krw | Theo de Raadt |
2015-09-28 | strcat -> strlcat. last time i checked, this was the last remaining | Theo de Raadt |
2015-09-28 | make using tame path "/" work. | Sebastien Marie |
2015-09-28 | Keep sparc/disksubr.c and sparc64/disksubr.c as close as possible. | Kenneth R Westerback |
2015-09-28 | Oops. sparc64/disksubr.c was overlooked when all the other disksubr.c's | Kenneth R Westerback |
2015-09-28 | Explicit NULL checks and style(9) tweaks. | Joel Sing |
2015-09-28 | Mechanical changes from manual buf set up to readdisksector(). | Kenneth R Westerback |
2015-09-28 | sync | Theo de Raadt |
2015-09-28 | seperate random functions into their own block | Theo de Raadt |
2015-09-28 | xdr_ypresp_all_seq() does not need to be exported by libc, we can make it | Theo de Raadt |
2015-09-28 | sync | Theo de Raadt |
2015-09-28 | Make dired mode treat a double '/' in a path like fundamental mode. | Mark Lumsden |
2015-09-28 | remove duplicate entry caused by the "Quanta Transcode" device | Jonathan Gray |
2015-09-28 | Use the radix-tree API instead of function pointers. | Martin Pieuchot |
2015-09-28 | Sync with recent changes, local routes are now always UP. | Martin Pieuchot |
2015-09-28 | Factors ou the route hashing code to implement Equal-Cost Multi-Path | Martin Pieuchot |
2015-09-28 | Merge gif(4)'s tentacles in a single file. | Martin Pieuchot |
2015-09-28 | Do not manually decrement rt's refcounter in arplookup() and let the | Martin Pieuchot |
2015-09-28 | Remove "if_tp" from the "struct ifnet". | Martin Pieuchot |
2015-09-28 | Remove the "Quanta Transcode" device from the list of supported hardware. | Mark Kettenis |
2015-09-28 | Use readdisksector() instead of manual buf initialization. hppa compiles | Kenneth R Westerback |
2015-09-28 | Use readdisksector() instead of manual buf initialization. | Kenneth R Westerback |
2015-09-27 | Use readdisksector() instead of manual buf initialization. sparc64 | Kenneth R Westerback |
2015-09-27 | Enable monitor hot plugging for the framebuffer console. | Mark Kettenis |
2015-09-27 | Don't print output when setting autoconf on interfaces. Suggested by deraadt, | Stuart Henderson |
2015-09-27 | include <unistd.h> unconditionally | Theo de Raadt |
2015-09-27 | Use readdisksector() instead of manual buf initialization. These are | Kenneth R Westerback |
2015-09-27 | Redo 1.25, without the NULL deref. | Miod Vallat |
2015-09-27 | Add IP26 kernels and boot blocks to the installation media. | Miod Vallat |
2015-09-27 | HEAD is past 5.8 now, so remove /var/tmp removal tweak. | Alexander Hall |
2015-09-27 | sync | Theo de Raadt |
2015-09-27 | basic grammar fixes; | Jason McIntyre |
2015-09-27 | check if openssl(1) actually works before proceeding | Brent Cook |
2015-09-27 | Don't forget to put the necessary MFC0_HAZARD in SAVE_CPU. For some reason I | Miod Vallat |
2015-09-27 | bump to 2.3.1 | Brent Cook |
2015-09-27 | Use readdisksector() instead of manual buf initialization. | Kenneth R Westerback |
2015-09-27 | add a tame(2) regress for stat(2) and realpath(3) | Sebastien Marie |
2015-09-27 | As done for bgpd recently, rename if_mediatype to if_type in ripd. | Stefan Sperling |
2015-09-27 | As done for bgpd recently, rename if_mediatype to if_type in ospfd/ospf6d. | Stefan Sperling |
2015-09-27 | As done for bgpd recently, rename if_mediatype to if_type in ldpd. | Stefan Sperling |
2015-09-27 | As done for bgpd recently, rename if_mediatype to if_type in dvrmpd. | Stefan Sperling |
2015-09-27 | Mark diag() as printf-like | Philip Guenther |