aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fri Jun 28 23:25:35 1996 Miles Bader <miles@gnu.ai.mit.edu>cvs/libc-960701cvs/libc-960630cvs/libc-960629Miles Bader1996-06-291-0/+5
* (login): Initialize DATA so that setutent_r will actually do something.Miles Bader1996-06-291-1/+1
* (_hurd_internal_post_signal): In check-for-pending signals code, release _hurd_siglock before jumping to deliver_pending.Thomas Bushnell, BSG1996-06-281-1/+4
* (_hurd_internal_post_signal): In pending signal check for signal zero, repair logical sense of test by parethisizing correctly.Thomas Bushnell, BSG1996-06-281-4/+4
* (mips:*:*:UMIPS): Fix typo in last change.Richard Kenner1996-06-281-1/+1
* Fri Jun 28 07:27:10 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1996-06-285-15/+39
* Fri Jun 28 02:41:08 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>cvs/libc-960628Roland McGrath1996-06-2836-260/+904
* Thu Jun 27 23:43:22 1996 Richard Henderson <rth@tamu.edu>Roland McGrath1996-06-281-1/+1
* * hurd/get-host.c <fcntl.h>: New include.cvs/libc-960627Miles Bader1996-06-263-2/+9
* Wed Jun 26 13:19:35 1996 Miles Bader <miles@gnu.ai.mit.edu>Miles Bader1996-06-261-0/+10
* (_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
* Wed Jun 26 01:58:49 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1996-06-2614-174/+234
* Wed Jun 26 01:58:49 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>cvs/libc-960626Roland McGrath1996-06-261-8/+11
* Tue Jun 25 17:22:55 1996 Miles Bader <miles@gnu.ai.mit.edu>Miles Bader1996-06-251-0/+6
* (_hurd_canonicalize_directory_name_internal): Initialize PARENT to THISDIR, and don't ever deallocate PARENT unless it != THISDIR.Miles Bader1996-06-251-2/+6
* Tue Jun 25 10:58:23 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1996-06-255-9/+33
* Tue Jun 25 09:55:47 1996 David Mosberger-Tang <davidm@AZStarNet.com>Roland McGrath1996-06-256-14/+37
* * Make-dist (dist): Don't depend on crypt tar file. Remove that rule.Roland McGrath1996-06-252-9/+2
* * Makefile (subdirs): Remove crypt.Roland McGrath1996-06-252-2/+9
* * inet/getrpcent_r.c (DATABASE_NAME): New macro.Roland McGrath1996-06-252-0/+3
* * inet/getrpcbynumber.c (BUFLEN): New macro.Roland McGrath1996-06-254-4/+10
* * Makefile (headers): Add libc-lock.h.Roland McGrath1996-06-255-3/+54
* * resolv/Makefile (distribute): Remove res_hconf.h; add mapv4v6addr.hRoland McGrath1996-06-253-7/+24
* * nss/nss_files/files-parse.c (parse_list): Reset ELT for elementsRoland McGrath1996-06-255-42/+78
* Tue Jun 25 02:59:11 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>cvs/libc-960625Roland McGrath1996-06-25107-2058/+5013
* Sat Jun 22 21:29:52 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>glibc-1.92cvs/libc-960624cvs/libc-960623cvs/libc-1-92Roland McGrath1996-06-2310-28/+42
* * version.h (VERSION): Version 1.92 test release.Roland McGrath1996-06-228-7/+72
* RegeneratedRoland McGrath1996-06-223-14/+79
* Sat Jun 22 10:44:09 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1996-06-225-14/+87
* * elf/dl-load.c (_dl_map_object_from_fd): Fix mapping and l_phdrcvs/libc-960622Roland McGrath1996-06-212-5/+18
* * sysdeps/sparc/elf/start.S: New file.Roland McGrath1996-06-2112-22/+443
* Fri Jun 21 00:27:51 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>cvs/libc-960621Roland McGrath1996-06-212-3/+23
* Thu Jun 20 21:19:07 1996 Richard Henderson <rth@tamu.edu>Roland McGrath1996-06-211-17/+39
* Thu Jun 20 12:18:21 1996 Miles Bader <miles@gnu.ai.mit.edu>Miles Bader1996-06-202-2/+8
* (___brk_addr): Now a variable, initialized to 0, instead of a weak link to _hurd_brk.Miles Bader1996-06-201-1/+1
* Add support for PowerPC LinuxMichael Meissner1996-06-201-0/+2
* (getuids): New weak link to __getuids.Miles Bader1996-06-201-1/+3
* *** empty log message ***cvs/libc-960620Miles Bader1996-06-194-8/+67
* (__hurd_file_name_lookup_retry, __hurd_file_name_lookup, __hurd_file_name_split): Add & use LOOKUP argument. Rename nested function lookup to lookup_op. (__file_name_lookup, __file_name_lookup_under): Pass 0 for lookup arg to __hurd_file_name_lookup. (__file_name_split): Likewise for __hu...Miles Bader1996-06-191-15/+34
* Regenerated: autoconf configure.inRoland McGrath1996-06-191-16/+13
* Mon Jun 17 19:09:49 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>Roland McGrath1996-06-194-9/+18
* Thu Jun 13 17:25:11 1996 David Mosberger-Tang <davidm@azstarnet.com>cvs/libc-960619Roland McGrath1996-06-1947-221/+328
* Wed Jun 19 01:27:57 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1996-06-1910-10/+70
* * Version 1.91 test release.glibc-1.91cvs/libc-1-91Roland McGrath1996-06-181-0/+2
* * Makerules ($(common-objpfx)distinfo-$(subdir)): Change target fromRoland McGrath1996-06-183-6/+16
* Tue Jun 18 17:56:44 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1996-06-182-0/+15
* Tue Jun 18 17:56:44 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1996-06-183-134/+294
* Recognize -openvms.Ian1996-06-181-1/+1
* Sun Jun 16 03:22:49 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>cvs/libc-960618Roland McGrath1996-06-182-1/+9
* Mon Jun 17 17:53:21 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1996-06-176-15/+44