aboutsummaryrefslogtreecommitdiffstats
path: root/sysdeps/stub/stdio_init.c (unfollow)
Commit message (Expand)AuthorFilesLines
1996-07-06(pututline_r): Since we assign RESULT from lseek now, check that it's >= 0, not == 0.Miles Bader1-3/+3
1996-07-05Fri Jul 5 12:22:51 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1-1/+1
1996-07-05* hurd/hurdsig.c (_hurd_internal_post_signal): In case of handledRoland McGrath1-0/+8
1996-07-05(getutline_r): When we return ESRCH, mark UTMP_DATA->ubuf invalid (by setting UTMP_DATA->loc_utmp to 0).Miles Bader1-0/+1
1996-07-05Fri Jul 5 12:22:51 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath2-4/+26
1996-07-05* sysdeps/unix/sysv/linux/sys/user.h: New file.Roland McGrath4-1/+7
1996-07-05* nss/nss_files/files-parse.c (parse_list): Set EOL from LINE if itRoland McGrath12-136/+197
1996-07-05Fri Jul 5 12:22:51 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath4-26/+59
1996-07-04Wed Jul 3 16:29:41 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>cvs/libc-960705cvs/libc-960704Roland McGrath32-70/+528
1996-07-03* elf/Makefile (LDFLAGS-dl.so): New variable.Roland McGrath3-1/+117
1996-07-03Wed Jul 3 11:26:28 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath8-53/+100
1996-07-03Wed Jul 3 11:26:28 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1-0/+1
1996-07-03(login): Only Frob OLD->ut_type if getutline_r actually found any entry.cvs/libc-960703Miles Bader1-1/+5
1996-07-02Tue Jul 2 10:44:37 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1-0/+5
1996-07-02* rpm/template (%build): Use @prefix@ instead of always /usr.Roland McGrath3-3/+11
1996-07-02* elf/Makefile: Add missing endif.Roland McGrath2-0/+3
1996-07-02* nss/nss_files/files-ethers.c (ntohost): Fix db key.Roland McGrath3-2/+7
1996-07-02* nss/nss_files/files-network.c: Pass empty for new DB_LOOKUP args.Roland McGrath20-123/+357
1996-07-02Tue Jul 2 10:44:37 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath18-218/+375
1996-07-01Mon Jul 1 15:44:34 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>cvs/libc-960702Roland McGrath7-7/+82
1996-07-01Add *.moRoland McGrath1-1/+1
1996-07-01* hurd/report-wait.c (describe_number): Make I unsigned long.Miles Bader1-0/+2
1996-07-01(describe_number): Make I unsigned long.Miles Bader1-1/+1
1996-07-01Mon Jul 1 12:29:50 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath16-128/+131
1996-07-01Mon Jul 1 12:29:50 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath3-3/+3
1996-07-01Mon Jul 1 13:32:42 1996 Miles Bader <miles@gnu.ai.mit.edu>Miles Bader2-1/+10
1996-07-01(pututline_r): If not located after any entry don't use UTMP_DATA->ubuf, and seek to the end before adding. Lock the file before stating.Miles Bader1-25/+35
1996-07-01Fri Jun 28 15:46:02 1996 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu>Roland McGrath1-3/+3
1996-07-01Fri Jun 28 15:46:02 1996 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu>Roland McGrath3-5/+15
1996-07-01Sat Jun 29 00:02:11 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>Roland McGrath1-1/+1
1996-06-29Fri Jun 28 23:25:35 1996 Miles Bader <miles@gnu.ai.mit.edu>cvs/libc-960701cvs/libc-960630cvs/libc-960629Miles Bader1-0/+5
1996-06-29(login): Initialize DATA so that setutent_r will actually do something.Miles Bader1-1/+1
1996-06-28(_hurd_internal_post_signal): In check-for-pending signals code, release _hurd_siglock before jumping to deliver_pending.Thomas Bushnell, BSG1-1/+4
1996-06-28(_hurd_internal_post_signal): In pending signal check for signal zero, repair logical sense of test by parethisizing correctly.Thomas Bushnell, BSG1-4/+4
1996-06-28(mips:*:*:UMIPS): Fix typo in last change.Richard Kenner1-1/+1
1996-06-28Fri Jun 28 07:27:10 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath5-15/+39
1996-06-28Fri Jun 28 02:41:08 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>cvs/libc-960628Roland McGrath36-260/+904
1996-06-28Thu Jun 27 23:43:22 1996 Richard Henderson <rth@tamu.edu>Roland McGrath1-1/+1
1996-06-26* hurd/get-host.c <fcntl.h>: New include.cvs/libc-960627Miles Bader3-2/+9
1996-06-26Wed Jun 26 13:19:35 1996 Miles Bader <miles@gnu.ai.mit.edu>Miles Bader1-0/+10
1996-06-26(_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 Bader1-5/+8
1996-06-26Wed Jun 26 01:58:49 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath14-174/+234
1996-06-26Wed Jun 26 01:58:49 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>cvs/libc-960626Roland McGrath1-8/+11
1996-06-25Tue Jun 25 17:22:55 1996 Miles Bader <miles@gnu.ai.mit.edu>Miles Bader1-0/+6
1996-06-25(_hurd_canonicalize_directory_name_internal): Initialize PARENT to THISDIR, and don't ever deallocate PARENT unless it != THISDIR.Miles Bader1-2/+6
1996-06-25Tue Jun 25 10:58:23 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath5-9/+33
1996-06-25Tue Jun 25 09:55:47 1996 David Mosberger-Tang <davidm@AZStarNet.com>Roland McGrath6-14/+37
1996-06-25* Make-dist (dist): Don't depend on crypt tar file. Remove that rule.Roland McGrath2-9/+2
1996-06-25* Makefile (subdirs): Remove crypt.Roland McGrath2-2/+9
1996-06-25* inet/getrpcent_r.c (DATABASE_NAME): New macro.Roland McGrath2-0/+3