about summary refs log tree commit diff
path: root/sysdeps/mach
Commit message (Expand)AuthorAgeFilesLines
* 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 ../../m...Miles Bader1996-04-301-1/+1
* Regenerated from ../sysdeps/mach/hurd/errnos.awk ../manual/errno.texi /gd4/gn... cvs/libc-960430 cvs/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 ...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 ...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 po...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! D...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-960226 cvs/libc-960225 cvs/libc-960224 cvs/libc-960223Roland McGrath1996-02-221-10/+8
* Thu Feb 15 13:57:08 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu> cvs/libc-960216Roland McGrath1996-02-163-17/+31
* Wed Feb 7 18:48:30 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>Roland McGrath1996-02-086-22/+76
* Updated from ../gpl2lgpl.sed /home/gd/gnu/lib/getopt.cRoland McGrath1996-02-021-0/+3
* (__select): Recalculate GOT to include an increment for each operation allow...Miles Bader1996-01-291-1/+11
* Sun Jan 28 17:25:38 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu> cvs/libc-960129Roland McGrath1996-01-282-3/+3
* (bind): Ensure NAME for the AF_LOCAL case is '\0'-terminated.Miles Bader1996-01-241-2/+5
* Wed Jan 17 11:04:58 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>Roland McGrath1996-01-184-23/+34
* Tue Jan 9 16:10:26 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu> cvs/libc-960110Roland McGrath1996-01-101-1/+17
* Thu Jan 4 11:35:18 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>Roland McGrath1996-01-042-44/+47
* (__access): Put the uid/gid arguments to auth_makeauth() in the right order.Miles Bader1996-01-041-1/+1
* Rewritten. cvs/libc-960103Roland McGrath1996-01-043-20/+35
* * hurd/hurd/signal.h (struct hurd_sigstate): New member `preempters'. cvs/libc-960102Roland McGrath1996-01-021-5/+13
* Mon Dec 25 20:56:39 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> cvs/libc-951228 cvs/libc-951227 cvs/libc-951226Roland McGrath1995-12-263-24/+33
* Fri Dec 22 00:38:00 1995 H.J. Lu <hjl@nynexst.com>Roland McGrath1995-12-232-2/+2
* Fri Dec 22 00:57:38 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> cvs/libc-951222Roland McGrath1995-12-226-58/+158
* Peek __mach_task_self_ value before proc_dostop call to work around kernel pa...Roland McGrath1995-12-221-4/+6
* (__setuid): Actually add the new uid instead of putting it (and other uids) ... cvs/libc-951221Miles Bader1995-12-211-3/+3
* Mon Dec 18 13:40:37 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> cvs/libc-951219Roland McGrath1995-12-191-1/+1
* RegeneratedRoland McGrath1995-12-121-6/+28
* Fri Dec 8 13:04:51 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> cvs/libc-951210 cvs/libc-951209Roland McGrath1995-12-091-0/+15
* (__select): Still clear the user's bits for an fd when SELECT_RETURNED isn'...Miles Bader1995-12-071-25/+25
* (__select): Swap size args to mach_msg.Miles Bader1995-12-061-1/+1
* (NBBY): New macro.Roland McGrath1995-12-061-1/+2
* Updated from ../gpl2lgpl.sed /home/gd/gnu/lib/error.cRoland McGrath1995-12-061-2/+2
* For IOC_VOID request, send ARG itself as integer_t arg in RPC.Roland McGrath1995-12-041-0/+7
* * sysdeps/mach/hurd/brk.c (DATA_SIZE): Bump to 128MB. cvs/libc-951204 cvs/libc-951203Roland McGrath1995-12-031-8/+15
* Mon Nov 27 19:24:18 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> cvs/libc-951129 cvs/libc-951128Roland McGrath1995-11-281-0/+35
* Wed Nov 22 12:37:39 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> cvs/libc-951123Roland McGrath1995-11-231-56/+0
* Tue Nov 21 14:12:13 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> cvs/libc-951122Roland McGrath1995-11-221-6/+19
* Fri Nov 17 17:57:00 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> cvs/libc-951119 cvs/libc-951118Roland McGrath1995-11-181-9/+10
* Thu Nov 16 06:07:49 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> cvs/libc-951117Roland McGrath1995-11-171-9/+14
* Wed Nov 15 19:22:07 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>Roland McGrath1995-11-161-6/+10