aboutsummaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
Diffstat (limited to 'hurd')
-rw-r--r--hurd/alloc-fd.c34
-rw-r--r--hurd/catch-exc.c28
-rw-r--r--hurd/ctty-input.c30
-rw-r--r--hurd/ctty-output.c30
-rw-r--r--hurd/dtable.c34
-rw-r--r--hurd/fchroot.c31
-rw-r--r--hurd/fd-close.c34
-rw-r--r--hurd/fd-read.c34
-rw-r--r--hurd/fd-write.c34
-rw-r--r--hurd/fopenport.c33
-rw-r--r--hurd/get-host.c34
-rw-r--r--hurd/getdport.c30
-rw-r--r--hurd/getuids.c28
-rw-r--r--hurd/getumask.c28
-rw-r--r--hurd/hurd-raise.c34
-rw-r--r--hurd/hurd.h34
-rw-r--r--hurd/hurd/fd.h34
-rw-r--r--hurd/hurd/id.h34
-rw-r--r--hurd/hurd/ioctl.h34
-rw-r--r--hurd/hurd/lookup.h34
-rw-r--r--hurd/hurd/port.h34
-rw-r--r--hurd/hurd/resource.h34
-rw-r--r--hurd/hurd/threadvar.h30
-rw-r--r--hurd/hurd/userlink.h30
-rw-r--r--hurd/hurdauth.c34
-rw-r--r--hurd/hurdexec.c34
-rw-r--r--hurd/hurdhost.h28
-rw-r--r--hurd/hurdid.c34
-rw-r--r--hurd/hurdinit.c34
-rw-r--r--hurd/hurdioctl.c34
-rw-r--r--hurd/hurdkill.c28
-rw-r--r--hurd/hurdlookup.c34
-rw-r--r--hurd/hurdmsg.c34
-rw-r--r--hurd/hurdpid.c34
-rw-r--r--hurd/hurdports.c34
-rw-r--r--hurd/hurdprio.c28
-rw-r--r--hurd/hurdrlimit.c34
-rw-r--r--hurd/hurdsock.c35
-rw-r--r--hurd/hurdstartup.c34
-rw-r--r--hurd/hurdstartup.h30
-rw-r--r--hurd/intern-fd.c34
-rw-r--r--hurd/intr-msg.c34
-rw-r--r--hurd/intr-rpc.defs28
-rw-r--r--hurd/intr-rpc.h28
-rw-r--r--hurd/msgportdemux.c29
-rw-r--r--hurd/new-fd.c30
-rw-r--r--hurd/openport.c28
-rw-r--r--hurd/pid2task.c34
-rw-r--r--hurd/port-cleanup.c28
-rw-r--r--hurd/port2fd.c28
-rw-r--r--hurd/ports-get.c28
-rw-r--r--hurd/ports-set.c34
-rw-r--r--hurd/privports.c34
-rw-r--r--hurd/report-wait.c34
-rw-r--r--hurd/set-host.c34
-rw-r--r--hurd/setauth.c34
-rw-r--r--hurd/setuids.c34
-rw-r--r--hurd/siginfo.c28
-rw-r--r--hurd/sigunwind.c34
-rw-r--r--hurd/task2pid.c28
-rw-r--r--hurd/thread-cancel.c34
-rw-r--r--hurd/thread-self.c28
-rw-r--r--hurd/vpprintf.c47
63 files changed, 1014 insertions, 1015 deletions
diff --git a/hurd/alloc-fd.c b/hurd/alloc-fd.c
index dc6e64f3b7..16b0da7fd6 100644
--- a/hurd/alloc-fd.c
+++ b/hurd/alloc-fd.c
@@ -1,20 +1,20 @@
-/* Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
-This file is part of the GNU C Library.
-
-The GNU C Library is free software; you can redistribute it and/or
-modify it under the terms of the GNU Library General Public License as
-published by the Free Software Foundation; either version 2 of the
-License, or (at your option) any later version.
-
-The GNU C Library is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-Library General Public License for more details.
-
-You should have received a copy of the GNU Library General Public
-License along with the GNU C Library; see the file COPYING.LIB. If
-not, write to the Free Software Foundation, Inc., 675 Mass Ave,
-Cambridge, MA 02139, USA. */
+/* Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
+ This file is part of the GNU C Library.
+
+ The GNU C Library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Library General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
+
+ The GNU C Library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Library General Public License for more details.
+
+ You should have received a copy of the GNU Library General Public
+ License along with the GNU C Library; see the file COPYING.LIB. If not,
+ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ Boston, MA 02111-1307, USA. */
#include <hurd.h>
#include <hurd/fd.h>
diff --git a/hurd/catch-exc.c b/hurd/catch-exc.c
index e3186eb0cd..dc004287a7 100644
--- a/hurd/catch-exc.c
+++ b/hurd/catch-exc.c
@@ -1,20 +1,20 @@
-/* Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
-This file is part of the GNU C Library.
+/* Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
+ This file is part of the GNU C Library.
-The GNU C Library is free software; you can redistribute it and/or
-modify it under the terms of the GNU Library General Public License as
-published by the Free Software Foundation; either version 2 of the
-License, or (at your option) any later version.
+ The GNU C Library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Library General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
-The GNU C Library is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-Library General Public License for more details.
+ The GNU C Library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Library General Public License for more details.
-You should have received a copy of the GNU Library General Public
-License along with the GNU C Library; see the file COPYING.LIB. If
-not, write to the Free Software Foundation, Inc., 675 Mass Ave,
-Cambridge, MA 02139, USA. */
+ You should have received a copy of the GNU Library General Public
+ License along with the GNU C Library; see the file COPYING.LIB. If not,
+ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ Boston, MA 02111-1307, USA. */
#include <mach/exc_server.h>
#include <hurd/signal.h>
diff --git a/hurd/ctty-input.c b/hurd/ctty-input.c
index 71aef1b6cf..95e016951b 100644
--- a/hurd/ctty-input.c
+++ b/hurd/ctty-input.c
@@ -1,21 +1,21 @@
/* _hurd_ctty_input -- Do an input RPC and generate SIGTTIN if necessary.
-Copyright (C) 1995 Free Software Foundation, Inc.
-This file is part of the GNU C Library.
+ Copyright (C) 1995, 1997 Free Software Foundation, Inc.
+ This file is part of the GNU C Library.
-The GNU C Library is free software; you can redistribute it and/or
-modify it under the terms of the GNU Library General Public License as
-published by the Free Software Foundation; either version 2 of the
-License, or (at your option) any later version.
+ The GNU C Library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Library General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
-The GNU C Library is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-Library General Public License for more details.
+ The GNU C Library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Library General Public License for more details.
-You should have received a copy of the GNU Library General Public
-License along with the GNU C Library; see the file COPYING.LIB. If
-not, write to the Free Software Foundation, Inc., 675 Mass Ave,
-Cambridge, MA 02139, USA. */
+ You should have received a copy of the GNU Library General Public
+ License along with the GNU C Library; see the file COPYING.LIB. If not,
+ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ Boston, MA 02111-1307, USA. */
#include <hurd.h>
#include <hurd/signal.h>
@@ -52,7 +52,7 @@ _hurd_ctty_input (io_t port, io_t ctty, error_t (*rpc) (io_t))
if (err == EBACKGROUND)
{
/* Send a SIGTTIN signal to our process group.
-
+
We must remember here not to clobber ERR, since
the loop condition below uses it to recall that
we should retry after a stop. */
diff --git a/hurd/ctty-output.c b/hurd/ctty-output.c
index 0d9c54383d..4bd33ae833 100644
--- a/hurd/ctty-output.c
+++ b/hurd/ctty-output.c
@@ -1,21 +1,21 @@
/* _hurd_ctty_output -- Do an output RPC and generate SIGTTOU if necessary.
-Copyright (C) 1995 Free Software Foundation, Inc.
-This file is part of the GNU C Library.
+ Copyright (C) 1995, 1997 Free Software Foundation, Inc.
+ This file is part of the GNU C Library.
-The GNU C Library is free software; you can redistribute it and/or
-modify it under the terms of the GNU Library General Public License as
-published by the Free Software Foundation; either version 2 of the
-License, or (at your option) any later version.
+ The GNU C Library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Library General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
-The GNU C Library is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-Library General Public License for more details.
+ The GNU C Library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Library General Public License for more details.
-You should have received a copy of the GNU Library General Public
-License along with the GNU C Library; see the file COPYING.LIB. If
-not, write to the Free Software Foundation, Inc., 675 Mass Ave,
-Cambridge, MA 02139, USA. */
+ You should have received a copy of the GNU Library General Public
+ License along with the GNU C Library; see the file COPYING.LIB. If not,
+ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ Boston, MA 02111-1307, USA. */
#include <hurd.h>
#include <hurd/signal.h>
@@ -57,7 +57,7 @@ _hurd_ctty_output (io_t port, io_t ctty, error_t (*rpc) (io_t))
else
{
/* Send a SIGTTOU signal to our process group.
-
+
We must remember here not to clobber ERR, since
the loop condition below uses it to recall that
we should retry after a stop. */
diff --git a/hurd/dtable.c b/hurd/dtable.c
index d1ee999857..bbd4d25ea2 100644
--- a/hurd/dtable.c
+++ b/hurd/dtable.c
@@ -1,20 +1,20 @@
-/* Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996 Free Software Foundation, Inc.
-This file is part of the GNU C Library.
-
-The GNU C Library is free software; you can redistribute it and/or
-modify it under the terms of the GNU Library General Public License as
-published by the Free Software Foundation; either version 2 of the
-License, or (at your option) any later version.
-
-The GNU C Library is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-Library General Public License for more details.
-
-You should have received a copy of the GNU Library General Public
-License along with the GNU C Library; see the file COPYING.LIB. If
-not, write to the Free Software Foundation, Inc., 675 Mass Ave,
-Cambridge, MA 02139, USA. */
+/* Copyright (C) 1991, 92, 93, 94, 95, 96, 97 Free Software Foundation, Inc.
+ This file is part of the GNU C Library.
+
+ The GNU C Library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Library General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
+
+ The GNU C Library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Library General Public License for more details.
+
+ You should have received a copy of the GNU Library General Public
+ License along with the GNU C Library; see the file COPYING.LIB. If not,
+ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ Boston, MA 02111-1307, USA. */
#include <ansidecl.h>
#include <hurd.h>
diff --git a/hurd/fchroot.c b/hurd/fchroot.c
index 8c8a3b839b..d745fb0866 100644
--- a/hurd/fchroot.c
+++ b/hurd/fchroot.c
@@ -1,22 +1,21 @@
-/* Copyright (C) 1991, 92, 93, 94, 95, 96 Free Software Foundation, Inc.
-This file is part of the GNU C Library.
+/* Copyright (C) 1991, 92, 93, 94, 95, 96, 97 Free Software Foundation, Inc.
+ This file is part of the GNU C Library.
-The GNU C Library is free software; you can redistribute it and/or
-modify it under the terms of the GNU Library General Public License as
-published by the Free Software Foundation; either version 2 of the
-License, or (at your option) any later version.
+ The GNU C Library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Library General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
-The GNU C Library is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-Library General Public License for more details.
+ The GNU C Library is distributed in the hope that it will be useful,