Age | Commit message (Expand) | Author |
2014-07-07 | Clean up ERROR messages related to document structure and macros: | Ingo Schwarze |
2014-07-07 | regen | Matthew Dempsky |
2014-07-07 | Mark get{,e,res}{u,g}id() and getgroups() as NOLOCK | Matthew Dempsky |
2014-07-07 | Simplify man_unscope(), removing 18 lines of code, that is, | Ingo Schwarze |
2014-07-07 | sometimes, the callback happens when the archive isn't opened... | Marc Espie |
2014-07-07 | Do the 64-bit argument swap dance, for the syscalls which require it, | Miod Vallat |
2014-07-07 | Don't print warnings for mouse interrupts on bsd.rd | Alexandr Shadchin |
2014-07-07 | The type of iov_len is size_t so the comparison with < 0 does not | Alexander Bluhm |
2014-07-07 | don't throw strange warnings during pkg_delete... | Marc Espie |
2014-07-07 | display saved size for now, to be disabled once I'm satisfied this is very | Marc Espie |
2014-07-07 | record how many bytes we saved for statistics purposes. | Marc Espie |
2014-07-07 | restore progressmeter for big files. | Marc Espie |
2014-07-07 | no need to delete any content from .Rs blocks, | Ingo Schwarze |
2014-07-07 | no need to skip content before first section header | Ingo Schwarze |
2014-07-07 | implement .dei and .ami | Ingo Schwarze |
2014-07-07 | Allow to enable profiling at runtime and fix timings output. | Eric Faurot |
2014-07-07 | mention that ProxyCommand is executed using shell "exec" to avoid | Damien Miller |
2014-07-07 | remove forced-fatal that I stuck in there to test the new cleanup | Damien Miller |
2014-07-07 | fork1: FORK_THREAD requires FORK_SHAREFILES | Matthew Dempsky |
2014-07-07 | regen | Philip Guenther |
2014-07-06 | If we find a bogus interrupt (undefined polarity or trigger) don't panic but | Mark Kettenis |
2014-07-06 | getentropy(2) doesn't need the kernel lock, so mark it with NOLOCK. | Mark Kettenis |
2014-07-06 | allocate two things, test two pointers; ok miod@ guenther@ | Otto Moerbeek |
2014-07-06 | Clean up messages related to plain text and to escape sequences. | Ingo Schwarze |
2014-07-06 | After skipping an escape sequence with incomplete arguments, | Ingo Schwarze |
2014-07-06 | Fix expansion of escape sequences with incomplete arguments. | Ingo Schwarze |
2014-07-06 | Fix handling of escape sequences taking numeric arguments. | Ingo Schwarze |
2014-07-06 | int all fields, so calloc can become malloc; ok miod@ | Otto Moerbeek |
2014-07-06 | enable -Wall, explicitly call _dl_strsep, and zap some redundant includes | Otto Moerbeek |
2014-07-06 | sync | Miod Vallat |
2014-07-06 | Build with -Wall. Make sure main() returns zero. | Miod Vallat |
2014-07-06 | Apply ld.so's sod.c 1.25 (do not divide by zero in _dl_findhit if there is a | Miod Vallat |
2014-07-06 | this version of malloc does not need string.h | Otto Moerbeek |
2014-07-06 | drm/radeon: avoid segfault on device open when accel is not working. | Jonathan Gray |
2014-07-06 | drm/radeon: handle non-VGA class pci devices with ATRM | Jonathan Gray |
2014-07-06 | drm/radeon: also try GART for CPU accessed buffers | Jonathan Gray |
2014-07-06 | add a hook to the cleanup() function to kill $SSH_PID if it is set | Damien Miller |
2014-07-06 | rm unneeded includes; prompted (partly) by kettenis@ | Otto Moerbeek |
2014-07-06 | move from sysclt(KERN_ARND) to getentropy(2); ok miod@, kettenis@ | Otto Moerbeek |
2014-07-05 | fix remote-forward cancel regression; ok markus@ | Damien Miller |
2014-07-05 | Mark _dl_exit __dead. | Miod Vallat |
2014-07-05 | Implement _dl_mmap as direct mmap(2) wrapper, without needing to use | Miod Vallat |
2014-07-05 | Add more sugar to build syscall stubs, and turn them from inlines to real | Miod Vallat |
2014-07-05 | Add more sugar to build syscall stubs, and turn them from inlines to real | Miod Vallat |
2014-07-05 | Add more sugar to generate syscall stubs; and make sure errors are reported | Miod Vallat |
2014-07-05 | Unlike libc syscall stubs, ld.so syscall stubs are expected to return -errno, | Miod Vallat |
2014-07-05 | Cleanup with respect to bad macro arguments. | Ingo Schwarze |
2014-07-05 | No need to redefine DT_PROCNUM and DT_BIND_NOW here, these are provided by MI | Miod Vallat |
2014-07-05 | Assume we have getfsstat(); simplify the interface to the *mountent() | Philip Guenther |
2014-07-05 | Given an http or https URL with user and password, URL-decode the user | Philip Guenther |