From 434df18f5ff96012bc81ec5c2639b3bc67fc76b2 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Wed, 7 Oct 2009 22:39:05 +0200 Subject: hurd/glibc/internals: New. --- hurd/glibc.mdwn | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'hurd/glibc.mdwn') diff --git a/hurd/glibc.mdwn b/hurd/glibc.mdwn index e975a239..454b8e34 100644 --- a/hurd/glibc.mdwn +++ b/hurd/glibc.mdwn @@ -1,4 +1,5 @@ -[[!meta copyright="Copyright © 2007, 2008 Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 2007, 2008, 2009 Free Software Foundation, +Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable id="license" text="Permission is granted to copy, distribute and/or modify this @@ -16,3 +17,5 @@ For information about how the glibc integrates into the system, see sections [[Hurd-specific_API]]. [[Debugging_glibc|debugging/glibc]]. + +[[Internals.]] -- cgit v1.2.3 From 00afeeb7f68f8dddf624426fb73e7a153605de4d Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Fri, 23 Oct 2009 08:38:17 +0200 Subject: hurd/glibc/internals (Signals): Begin. --- hurd/glibc.mdwn | 2 +- hurd/glibc/internals.mdwn | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'hurd/glibc.mdwn') diff --git a/hurd/glibc.mdwn b/hurd/glibc.mdwn index 454b8e34..bdfed833 100644 --- a/hurd/glibc.mdwn +++ b/hurd/glibc.mdwn @@ -18,4 +18,4 @@ For information about how the glibc integrates into the system, see sections [[Debugging_glibc|debugging/glibc]]. -[[Internals.]] +[[Internals]]. diff --git a/hurd/glibc/internals.mdwn b/hurd/glibc/internals.mdwn index 2ced0543..45bb0dab 100644 --- a/hurd/glibc/internals.mdwn +++ b/hurd/glibc/internals.mdwn @@ -10,7 +10,7 @@ License|/fdl]]."]]"""]] Some bits about this, some bits about that. ---- +# Controlling TTY Hurd controlling tty behavior is generally consistent with BSD's, including `TIOCSCTTY`. Linux also has `TIOCSCTTY` and it is harmless to use it there. @@ -19,3 +19,9 @@ zero). C.f. and the following messages. + +# Sinals + +[[Unix]] signals are implemented in glibc. + +In every process, signals are handled in a separate signal thread. -- cgit v1.2.3