glibc/sysdeps/unix/bsd
Ulrich Drepper 9b3c7c3c71 Update.
1998-09-17 19:34  Ulrich Drepper  <drepper@cygnus.com>

	* sysdeps/unix/sysv/sysv4/bits/utsname.h: Fix typo.
	Patch by John Tobey <jtobey@banta-im.com>.

1998-09-17  Mark Kettenis  <kettenis@phys.uva.nl>

	* login/pty-internal.h: Removed.  Moved constants related to the
	`grantpt' helper program protocol to ...
	* login/pty-private.h: ... here.  New file.
	* sysdeps/unix/sysv/linux/ptsname.c (ptsname): Reimplementation
	to make the function work with kernels >= 2.1.115.
	* sysdeps/unix/sysv/linux/getpt.c (getpt): Reimplement to call BSD
	version if using the cloning device fails.
	* sysdeps/unix/sysv/linux/grantpt.c: New file.
	* sysdeps/unix/sysv/linux/unlockpt.c: General cleanup.
	* sysdeps/unix/bsd/getpt.c (__getpt): Largely rewritten to allow
	use by Linux specific code.
	* sysdeps/unix/bsd/unlockpt.c: General cleanup.
	* sysdeps/unix/grantpt.c: Largely rewritten.  (pts_name): New
	function.  (grantpt): Use pts_name, check group and permission
	mode in addition to owner.  Try to set the owner, group and
	permission mode first without invoking the helper program.
	* login/programs/pt_chown.c: Largely rewritten.  Add argp and
	internationalization support.  Use symbolic constants instead of
	hardwired numbers for permission mode.
	* sysdeps/unix/bsd/ptsname.c: New file.

1998-09-17 22:04  Tim Waugh  <tim@cyberelk.demon.co.uk>

	* posix/wordexp-test.c: Undo last change.

	* posix/wordexp.c: Undo last change.
1998-09-17 19:51:33 +00:00
..
bits Update. 1998-03-31 22:04:32 +00:00
bsd4.4 Update. 1998-04-07 09:21:28 +00:00
hp/m68k Update. 1998-05-29 10:21:16 +00:00
i386 Updated. 1997-06-26 22:23:01 +00:00
m68k Updated. 1997-06-26 22:23:01 +00:00
osf Update. 1998-08-09 17:39:48 +00:00
sequent/i386 Update. 1998-05-29 10:21:16 +00:00
sony Update. 1998-05-29 10:21:16 +00:00
sun Update. 1998-08-09 17:39:48 +00:00
sys Update from main archive 961219 1996-12-20 01:39:50 +00:00
tahoe initial import 1995-02-18 01:27:10 +00:00
ultrix4 Update. 1998-08-09 17:39:48 +00:00
vax Update. 1998-05-29 10:21:16 +00:00
bsdstat.h Update. 1997-05-26 23:01:17 +00:00
bsdtty.h initial import 1995-02-18 01:27:10 +00:00
clock.c Update. 1997-05-26 23:01:17 +00:00
confstr.h initial import 1995-02-18 01:27:10 +00:00
Dist Update. 1997-03-19 05:47:56 +00:00
ftime.c Update. 1997-06-23 21:55:26 +00:00
getpt.c Update. 1998-09-17 19:51:33 +00:00
gtty.c Update. 1997-05-26 23:01:17 +00:00
Implies initial import 1995-02-18 01:27:10 +00:00
init-posix.c 1998-08-12 Roland McGrath <roland@baalperazim.frob.com> 1998-08-11 21:52:02 +00:00
isatty.c Update. 1997-06-23 21:55:26 +00:00
poll.c Update. 1998-07-04 10:39:13 +00:00
ptsname.c Update. 1998-09-17 19:51:33 +00:00
seekdir.c initial import 1995-02-18 01:27:10 +00:00
setegid.c Update. 1997-06-23 21:55:26 +00:00
seteuid.c Update. 1997-06-23 21:55:26 +00:00
setgid.c Update. 1997-05-26 23:01:17 +00:00
setrgid.c Update. 1997-05-26 23:01:17 +00:00
setruid.c Update. 1997-05-26 23:01:17 +00:00
setsid.c Update. 1997-06-23 21:55:26 +00:00
setuid.c Update. 1997-05-26 23:01:17 +00:00
sigaction.c Update. 1997-06-23 21:55:26 +00:00
sigprocmask.c Update. 1997-06-23 21:55:26 +00:00
sigsuspend.c Update. 1998-07-21 10:36:59 +00:00
stty.c Update. 1997-05-26 23:01:17 +00:00
syscalls.list Mon Feb 12 03:10:41 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu> 1996-02-12 08:37:31 +00:00
tcdrain.c update from main archive 960105 1997-01-06 22:07:28 +00:00
tcflow.c update from main archive 960105 1997-01-06 22:07:28 +00:00
tcflush.c update from main archive 960105 1997-01-06 22:07:28 +00:00
tcgetattr.c Update. 1997-06-23 21:55:26 +00:00
tcgetpgrp.c update from main archive 960105 1997-01-06 22:07:28 +00:00
tcsendbrk.c *** empty log message *** 1997-01-17 19:27:54 +00:00
tcsetattr.c Update. 1997-06-23 21:55:26 +00:00
tcsetpgrp.c update from main archive 960105 1997-01-06 22:07:28 +00:00
telldir.c Update. 1997-05-26 23:01:17 +00:00
times.c 1998-08-12 Roland McGrath <roland@baalperazim.frob.com> 1998-08-11 21:52:02 +00:00
ualarm.c Update. 1997-05-29 12:06:58 +00:00
ulimit.c Update. 1998-03-31 22:04:32 +00:00
unlockpt.c Update. 1998-09-17 19:51:33 +00:00
usleep.c Update from main archive 961219 1996-12-20 01:39:50 +00:00