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