summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Reformat paragraph to avoid overfull hbox. cvs/edition_0_06Roland McGrath1994-12-242-2/+2
* Remove DRAFT from edition, update last updated date.Roland McGrath1994-12-241-4/+2
* Miscellaneous edits.Roland McGrath1994-12-2414-232/+495
* (sun4:SunOS:*:*): Handle Solbourne OS/MP systems.Richard Kenner1994-12-211-0/+5
* (__spin_lock_solid): Use __swtch_pri instead of swtch.Thomas Bushnell, BSG1994-12-201-1/+1
* (__setpgrp): Use __ version of swtch_pri.Thomas Bushnell, BSG1994-12-201-1/+1
* (__setsid): Use __ version of swtch_pri.Thomas Bushnell, BSG1994-12-201-1/+1
* (__setsid): Use swtch_pri instead of swtch.Thomas Bushnell, BSG1994-12-201-1/+1
* (__setpgrp): Use swtch_pri instead of swtch.Thomas Bushnell, BSG1994-12-201-1/+1
* (iruserok): Use alloca instead of fixed-size buffer for PBUF.Roland McGrath1994-12-151-10/+15
* (subdirs): Don't elide inet.Roland McGrath1994-12-151-1/+1
* Reverse register and immediate args in `bis' insn; immediate must beRoland McGrath1994-12-151-1/+1
* Use subl instead of decl.Roland McGrath1994-12-151-2/+2
* Initial revisionRoland McGrath1994-12-151-0/+28
* (_hurd_setup_sighandler): Remove A macro; just use `asm volatile' withRoland McGrath1994-12-151-5/+4
* (CALL_WITH_SP): Put parens around jmp target register.Roland McGrath1994-12-151-1/+1
* Incorporated from ADO dist 94g.Roland McGrath1994-12-1412-249/+457
* Use sethi and or to put address of __sigjmp_save in %g1 and jmp there.Roland McGrath1994-12-141-4/+5
* Use sethi and or to put address of __sigsetjmp in %g1 and jmp there.Roland McGrath1994-12-142-2/+6
* Use ; before } in { ... } exprs.Roland McGrath1994-12-131-4/+4
* Use `long int' for sigcode values.Roland McGrath1994-12-121-32/+51
* Use asms instead of global register vars to restore FP regs.Roland McGrath1994-12-121-66/+38
* (hud_register_ioctl_handler, _HURD_HANDLE_IOCTLS): Third arg to handler isRoland McGrath1994-12-111-2/+2
* (enlarge_buffer): Always add one char into NEED for the char we are writingRoland McGrath1994-12-111-5/+7
* (enlarge_buffer): If realloc fails, just set error flag and preserve oldRoland McGrath1994-12-111-9/+7
* In fill_buffer case, check for zero buffer space after fflush and write oneRoland McGrath1994-12-111-0/+13
* Use natural_t in place of int.Roland McGrath1994-12-101-3/+3
* Use C comments instead of ! comments.Roland McGrath1994-12-101-1/+1
* Cast -1 to long int before casting to caddr_t.Roland McGrath1994-12-101-4/+5
* Include <mach/machine/alpha_instruction.h> to define op_chmk.Roland McGrath1994-12-101-0/+1
* Include <string.h>.Roland McGrath1994-12-1010-0/+10
* Include <string.h>.Roland McGrath1994-12-107-13/+20
* Use mach_msg_type_number_t in place of unsigned int.Roland McGrath1994-12-102-6/+6
* (DIR): Use unsigned long int for `__allocation' and `__size' members.Roland McGrath1994-12-101-2/+2
* Use `long int' for sigcode values.Roland McGrath1994-12-101-1/+1
* Include <string.h>.Roland McGrath1994-12-101-1/+1
* Use `long int' for sigcode values.Roland McGrath1994-12-091-1/+1
* (__hurd_file_name_lookup_retry): Fix typo.Roland McGrath1994-12-091-1/+1
* (input): Use mach_msg_type_number_t for NREAD.Roland McGrath1994-12-091-1/+1
* (preempt_sigalrm): Use `long int' for SIGCODE; take SIGERROR arg.Roland McGrath1994-12-091-2/+3
* Include <sysdep.h> instead of <regdef.h>.Roland McGrath1994-12-091-5/+5
* Remove extra shift and OR of CHARMASK.Roland McGrath1994-12-092-4/+2
* Use mach_msg_type_number_t in place of unsigned int.Roland McGrath1994-12-092-2/+2
* (__stdio_gen_tempname): Cast FD to long int before casting to pointer.Roland McGrath1994-12-091-2/+2
* Include <string.h>.Roland McGrath1994-12-091-0/+1
* Use ENV[0].__jmpbuf[0].Roland McGrath1994-12-091-17/+17
* (ENTRY): New macro.Roland McGrath1994-12-091-0/+2
* (fioctl): Pass a mach_msg_type_number_t* to __io_readable.Roland McGrath1994-12-091-1/+6
* Handler takes new SIGERROR arg.Roland McGrath1994-12-091-1/+1
* Use `long int' for sigcode values.Roland McGrath1994-12-093-3/+3