aboutsummaryrefslogtreecommitdiffstats
path: root/sysdeps/mach (follow)
Commit message (Expand)AuthorAgeFilesLines
* Mon Jul 8 02:14:25 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>cvs/libc-960708Roland McGrath1996-07-081-11/+5
* Sun Jul 7 18:42:06 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1996-07-071-1/+0
* Wed Jul 3 11:26:28 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1996-07-031-1/+2
* (_hurd_canonicalize_directory_name_internal): Don't deallocate DOTID & DOTDEVID until we're finished with them (we need to keep them at least until we've fetched the next level of id ports, so that mach will be able to use the same name if they're the same). Add inner_errlose: label, ...Miles Bader1996-06-261-5/+8
* (_hurd_canonicalize_directory_name_internal): Initialize PARENT to THISDIR, and don't ever deallocate PARENT unless it != THISDIR.Miles Bader1996-06-251-2/+6
* Thu Jun 20 12:18:21 1996 Miles Bader <miles@gnu.ai.mit.edu>Miles Bader1996-06-201-2/+2
* (___brk_addr): Now a variable, initialized to 0, instead of a weak link to _hurd_brk.Miles Bader1996-06-201-1/+1
* *** empty log message ***cvs/libc-960620Miles Bader1996-06-191-1/+1
* Mon Jun 17 17:53:21 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1996-06-171-1/+6
* * hurd/Makefile (routines): Add get-host, set-host.Roland McGrath1996-06-164-36/+34
* Sat Jun 15 18:13:43 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1996-06-161-1/+3
* Fri Jun 14 01:51:47 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>cvs/libc-960615Roland McGrath1996-06-141-0/+2
* Mon Jun 10 06:14:03 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1996-06-101-6/+6
* * elf/dl-load.c (_dl_map_object_from_fd): Close FD before return.cvs/libc-960610Roland McGrath1996-06-091-2/+3
* (getpriority): Use new interface to __proc_getprocinfo.Miles Bader1996-06-071-3/+3
* Thu Jun 6 16:12:39 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1996-06-061-0/+8
* Thu Jun 6 12:56:03 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1996-06-061-125/+0
* *** empty log message ***Miles Bader1996-06-062-3/+4
* * Makerules (distinfo-vars): Add sysdep_routines.Roland McGrath1996-06-051-1/+1
* Regenerated: autoconf sysdeps/mach/hurd/configure.incvs/libc-960605Roland McGrath1996-06-051-17/+0
* Tue Jun 4 21:01:20 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1996-06-051-0/+41
* Tue Jun 4 00:16:03 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1996-06-042-86/+2
* Thu May 30 11:24:05 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>cvs/libc-960602cvs/libc-960601cvs/libc-960531Roland McGrath1996-05-301-1/+1
* Wed May 22 22:10:01 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1996-05-231-9/+38
* Wed May 22 01:48:54 1996 Ulrich Drepper <drepper@cygnus.com>Roland McGrath1996-05-221-0/+3
* * Makerules ($(libdir)/libc.so): Make the file an ld script.cvs/libc-960513Roland McGrath1996-05-123-45/+0
* Sun May 12 11:16:58 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1996-05-123-80/+32
* Regenerated: autoconf sysdeps/unix/configure.incvs/libc-960510Roland McGrath1996-05-092-4/+4
* Tue May 7 19:00:01 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1996-05-0815-101/+135
* Tue May 7 10:51:52 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1996-05-071-2/+6
* * locale/setlocale.c (_nl_C_name): Variable removed.cvs/libc-960506cvs/libc-960505Roland McGrath1996-05-041-15/+18
* Sat May 4 05:44:25 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1996-05-0412-130/+130
* Wed May 1 09:10:04 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>cvs/libc-960502Roland McGrath1996-05-021-6/+2
* Regenerated from ../sysdeps/mach/hurd/errnos.awk ../manual/errno.texi ../../mach/mach/message.h ../../mach/mach/kern_return.h ../../mach/mach/mig_errors.h ../../mach/device/device_types.hMiles Bader1996-04-301-1/+1
* Regenerated from ../sysdeps/mach/hurd/errnos.awk ../manual/errno.texi /gd4/gnu/mach/mach/message.h /gd4/gnu/mach/mach/kern_return.h /gd4/gnu/mach/mach/mig_errors.h /gd4/gnu/mach/device/device_types.hcvs/libc-960430cvs/libc-960429Roland McGrath1996-04-291-0/+1
* Mon Apr 29 00:11:59 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1996-04-291-1/+2
* (__getcwd): When we find a match in the scan for a name, avoid doing another readdir (which overwrites NENTRIES, and was resulting in a bogus ENOENT).Miles Bader1996-04-251-0/+6
* (__fcntl): Add missing break after F_SETFL.Miles Bader1996-04-251-1/+2
* Tue Apr 23 15:56:56 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1996-04-242-0/+80
* (__gettimeofday): Don't fail if the user passes in TZ, just zero it (emacs passes in a dummy variable, and rms says the hurd should be the one to change).Miles Bader1996-04-081-5/+2
* Sun Apr 7 10:37:30 1996 Roland McGrath <roland@whiz-bang.gnu.ai.mit.edu>cvs/libc-960408Roland McGrath1996-04-071-0/+3
* *** empty log message ***Miles Bader1996-04-061-2/+12
* (__mig_dealloc_reply_port): Only attempt to destroy PORT if it's a valid port name.Miles Bader1996-04-061-3/+5
* Thu Mar 28 14:22:51 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>Roland McGrath1996-03-281-3/+11
* Tue Mar 19 14:18:42 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>Roland McGrath1996-03-192-6/+13
* (__select): Include LASTFD in the final loop.Miles Bader1996-03-051-1/+1
* (__select): Don't fault when some fdmask is 0.Miles Bader1996-03-051-3/+3
* (__select): Don't increment GOT only because READ/WRITE/EXCEPTFDS is 0! Don't return without frobbing the bitmasks after a timeout. When clearing the bitmasks, only loop from FIRSTFD to LASTFD.Miles Bader1996-03-051-21/+15
* Mon Feb 26 10:22:30 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>cvs/libc-960227Roland McGrath1996-02-271-6/+19
* Wed Feb 21 02:25:07 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>cvs/libc-960226cvs/libc-960225cvs/libc-960224cvs/libc-960223Roland McGrath1996-02-221-10/+8