glibc/sysdeps/unix
Roland McGrath 9399579574 Sun Jan 14 01:01:10 1996 Ulrich Drepper <drepper@ipd.info.uni-karlsruhe.de>
* sysdeps/mips/bytesex.h: Add default byte sex.  By Ralf Baechle.

	* sysdeps/unix/sysv/linux/adjtime.c [! MOD_OFFSET]: Use `mode'
	member of `struct timex' instead of `modes'.  From Andreas Schwab.

	* sysdeps/unix/sysv/linux/mknod.c: New file.  Generic C version.
	* sysdeps/unix/sysv/linux/i386/mknod.S: Remove assembler version.

	* sysdeps/unix/sysv/linux/Makefile (inhibit-glue): New variable.
	[$(subdir) = misc] (sysdep_routines): Add mount, umount, and s_ptrace.
	[$(subdir) = misc] (headers): Append sys/mount.h.

	* sysdeps/unix/sysv/linux/mount.S, sysdeps/unix/sysv/linux/umount.S:
	New files.  Implement system calls.
	* sysdeps/unix/sysv/linux/sys/mount.h: New header file.

	* sysdeps/unix/sysv/linux/ptrace.c: New file.  Wrapper around
	ptrace system call.
	* sysdeps/unix/sysv/linux/s_ptrace.S: New file: ptrace system call.

	* sysdeps/unix/sysv/linux/i386/gnu/types.h: New file with correct
	types for i386/Linux.
Sun Jan 14 01:01:10 1996  Ulrich Drepper  <drepper@ipd.info.uni-karlsruhe.de>

	* sysdeps/mips/bytesex.h: Add default byte sex.  By Ralf Baechle.

	* sysdeps/unix/sysv/linux/adjtime.c [! MOD_OFFSET]: Use `mode'
	member of `struct timex' instead of `modes'.  From Andreas Schwab.

	* sysdeps/unix/sysv/linux/mknod.c: New file.  Generic C version.
	* sysdeps/unix/sysv/linux/i386/mknod.S: Remove assembler version.

	* sysdeps/unix/sysv/linux/Makefile (inhibit-glue): New variable.
	[$(subdir) = misc] (sysdep_routines): Add mount, umount, and s_ptrace.
	[$(subdir) = misc] (headers): Append sys/mount.h.

	* sysdeps/unix/sysv/linux/mount.S, sysdeps/unix/sysv/linux/umount.S:
	New files.  Implement system calls.
	* sysdeps/unix/sysv/linux/sys/mount.h: New header file.

	* sysdeps/unix/sysv/linux/ptrace.c: New file.  Wrapper around
	ptrace system call.
	* sysdeps/unix/sysv/linux/s_ptrace.S: New file: ptrace system call.

	* sysdeps/unix/sysv/linux/i386/gnu/types.h: New file with correct
	types for i386/Linux.
1996-01-17 17:13:48 +00:00
..
bsd * misc/efgcvt_r.c (ecvt_r): Handle negative values. 1996-01-17 02:03:00 +00:00
common Fri Sep 29 03:43:51 1995 Paul Eggert <eggert@twinsun.com> 1995-10-06 04:50:55 +00:00
i386 * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Use 1995-10-19 02:20:22 +00:00
inet initial import 1995-02-18 01:27:10 +00:00
mips * sysdeps/unix/mips/brk.S (__brk, __curbrk): Add .end. * sysdeps/unix/mips/fork.S (fork): Likewise. * sysdeps/unix/mips/pipe.S (fork): Likewise. * sysdeps/unix/mips/sigreturn.S (__sigreturn): Likewise. * sysdeps/unix/mips/sysdep.S (sysdep_error): Likewise. * sysdeps/unix/mips/wait.S (__handler): Likewise. * sysdeps/mips/setjmp.S (__sigsetjmp): Likewise. * sysdeps/mips/bsd-setjmp.S (setjmp): Likewise. * sysdeps/unix/bsd/ultrix4/getsysinfo.S (getsysinfo): Likewise. * sysdeps/unix/bsd/ultrix4/wait3.S (waitpid): Likewise. * sysdeps/unix/bsd/ultrix4/waitpid.S (waitpid): Likewise. * sysdeps/unix/bsd/ultrix4/mips/__handler.S (__handler): Likewise. * sysdeps/unix/bsd/ultrix4/mips/sigvec.S (__raw_sigvec): Likewise. * sysdeps/unix/bsd/ultrix4/mips/start.S (__start): Likewise. * sysdeps/unix/bsd/ultrix4/mips/vfork.S (vfork): Likewise. * sysdeps/mips/bsd-_setjmp.S (setjmp): Likewise. Use $0' instead of zero' for the li instruction. 1995-04-15 02:30:20 +00:00
mman Fri Mar 3 12:24:52 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 1995-03-06 00:27:08 +00:00
sparc Sun Feb 19 17:46:13 1995 Roland McGrath <roland@duality.gnu.ai.mit.edu> 1995-02-20 01:08:14 +00:00
sysv Sun Jan 14 01:01:10 1996 Ulrich Drepper <drepper@ipd.info.uni-karlsruhe.de> 1996-01-17 17:13:48 +00:00
_exit.S initial import 1995-02-18 01:27:10 +00:00
acct.S initial import 1995-02-18 01:27:10 +00:00
chdir.S initial import 1995-02-18 01:27:10 +00:00
chmod.S initial import 1995-02-18 01:27:10 +00:00
chown.S initial import 1995-02-18 01:27:10 +00:00
chroot.S initial import 1995-02-18 01:27:10 +00:00
close.S initial import 1995-02-18 01:27:10 +00:00
closedir.c * sysdeps/mach/hurd/dirstream.h: Define `struct __dirstream' 1995-08-28 09:00:05 +00:00
configure Thu Oct 26 00:11:13 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 1995-10-26 04:17:49 +00:00
configure.in * hurd/hurdstartup.c (_hurd_startup): Use new 1995-10-26 03:59:27 +00:00
confstr.h initial import 1995-02-18 01:27:10 +00:00
dirfd.c Fri Mar 3 12:24:52 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 1995-03-06 00:27:08 +00:00
dirstream.h * sysdeps/mach/hurd/dirstream.h: Define `struct __dirstream' 1995-08-28 09:00:05 +00:00
Dist initial import 1995-02-18 01:27:10 +00:00
dup.S initial import 1995-02-18 01:27:10 +00:00
errnos-tmpl.c initial import 1995-02-18 01:27:10 +00:00
errnos.awk initial import 1995-02-18 01:27:10 +00:00
execve.S initial import 1995-02-18 01:27:10 +00:00
fcntl.S initial import 1995-02-18 01:27:10 +00:00
fork.S initial import 1995-02-18 01:27:10 +00:00
fstat.S initial import 1995-02-18 01:27:10 +00:00
fsync.S initial import 1995-02-18 01:27:10 +00:00
getdents.c initial import 1995-02-18 01:27:10 +00:00
getegid.S initial import 1995-02-18 01:27:10 +00:00
geteuid.S initial import 1995-02-18 01:27:10 +00:00
getgid.S initial import 1995-02-18 01:27:10 +00:00
getlogin.c initial import 1995-02-18 01:27:10 +00:00
getpagesize.c initial import 1995-02-18 01:27:10 +00:00
getpid.S initial import 1995-02-18 01:27:10 +00:00
getppid.S initial import 1995-02-18 01:27:10 +00:00
getuid.S initial import 1995-02-18 01:27:10 +00:00
Implies initial import 1995-02-18 01:27:10 +00:00
ioctl.S initial import 1995-02-18 01:27:10 +00:00
ioctls-tmpl.c initial import 1995-02-18 01:27:10 +00:00
ioctls.awk initial import 1995-02-18 01:27:10 +00:00
kill.S initial import 1995-02-18 01:27:10 +00:00
link.S initial import 1995-02-18 01:27:10 +00:00
lseek.S initial import 1995-02-18 01:27:10 +00:00
make_errlist.c (main): Don't generate "#ifdef HAVE_WEAK_SYMBOLS" #defns. 1995-04-18 17:59:42 +00:00
Makefile (errlist.c rules): Do this in subdir stdio-common instead of stdio. 1995-10-16 23:10:45 +00:00
mk-local_lim.c initial import 1995-02-18 01:27:10 +00:00
mkfifo.c initial import 1995-02-18 01:27:10 +00:00
mknod.S initial import 1995-02-18 01:27:10 +00:00
nlist.c initial import 1995-02-18 01:27:10 +00:00
open.S initial import 1995-02-18 01:27:10 +00:00
opendir.c * sysdeps/mach/hurd/dirstream.h: Define `struct __dirstream' 1995-08-28 09:00:05 +00:00
pipestream.c initial import 1995-02-18 01:27:10 +00:00
ptrace.S initial import 1995-02-18 01:27:10 +00:00
read.S initial import 1995-02-18 01:27:10 +00:00
readdir.c * sysdeps/mach/hurd/dirstream.h: Define `struct __dirstream' 1995-08-28 09:00:05 +00:00
reboot.S initial import 1995-02-18 01:27:10 +00:00
rewinddir.c * sysdeps/mach/hurd/dirstream.h: Define `struct __dirstream' 1995-08-28 09:00:05 +00:00
seekdir.c * sysdeps/unix/seekdir.c: Don't modify POS before seeking. 1996-01-17 10:00:23 +00:00
setgid.S initial import 1995-02-18 01:27:10 +00:00
setuid.S initial import 1995-02-18 01:27:10 +00:00
siglist.c initial import 1995-02-18 01:27:10 +00:00
snarf-ioctls * stdlib/strtol.c [_LIBC]: Define STDC_HEADERS. 1995-07-25 18:36:31 +00:00
start.c * sysdeps/unix/start.c: Remove spurious decl and #endif. 1995-04-04 22:18:26 +00:00
stat.S initial import 1995-02-18 01:27:10 +00:00
sync.S initial import 1995-02-18 01:27:10 +00:00
syscall.S initial import 1995-02-18 01:27:10 +00:00
sysdep.h initial import 1995-02-18 01:27:10 +00:00
system.c initial import 1995-02-18 01:27:10 +00:00
telldir.c * sysdeps/unix/seekdir.c: Don't modify POS before seeking. 1996-01-17 10:00:23 +00:00
umask.S initial import 1995-02-18 01:27:10 +00:00
unlink.S initial import 1995-02-18 01:27:10 +00:00
write.S initial import 1995-02-18 01:27:10 +00:00