diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2013-03-19 18:47:23 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2013-03-19 18:47:23 +0100 |
commit | d166bfaaa3ddf8b83b5cc6bde62f8872e6a80c82 (patch) | |
tree | 4d8a8904c2c49122c37895ed4573a5fcbd19ed4f /glibc | |
parent | 64f867bbc45d265009a1bad590bc1d4d9ea91d6e (diff) | |
parent | ce8c2531cdb7ee05784437da4c38459e5d3897d6 (diff) | |
download | web-d166bfaaa3ddf8b83b5cc6bde62f8872e6a80c82.tar.gz web-d166bfaaa3ddf8b83b5cc6bde62f8872e6a80c82.tar.bz2 web-d166bfaaa3ddf8b83b5cc6bde62f8872e6a80c82.zip |
Merge remote-tracking branch 'savannah/master'
As part of the merge, fix some typos, add copyright and licensing headers, and
a few more minor changes.
Diffstat (limited to 'glibc')
-rw-r--r-- | glibc/debugging/ld_so_console.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/glibc/debugging/ld_so_console.mdwn b/glibc/debugging/ld_so_console.mdwn index 286fcd64..4ebea005 100644 --- a/glibc/debugging/ld_so_console.mdwn +++ b/glibc/debugging/ld_so_console.mdwn @@ -19,3 +19,7 @@ simple [[dl-sysdep.c.patch]] to get access to the Mach console. Can this be integrated with the other debugging printf functions from `elf/dl-misc.c` (`_dl_debug_vdprintf`) ([[!taglink open_issue_glibc]])? + +In 2013-01, the [[microkernel/mach/gnumach/interface/syscall/mach_print]] +[[system_call]] has been added to [[GNU Mach|microkernel/mach/gnumach]]. +It is available when the kernel is built with the in-kernel kdb debugger. |