aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Reoops.Michael I. Bushnell1995-09-261-1/+0
|
* Oops.Michael I. Bushnell1995-09-261-0/+1
|
* (file_get_storage_info): New RPC; use the slot that used to holdMichael I. Bushnell1995-09-261-1/+10
| | | | file_pathconf.
* Formerly main.c.~3~Michael I. Bushnell1995-09-251-1/+27
|
* Formerly pfinet.h.~6~Michael I. Bushnell1995-09-251-0/+3
|
* Formerly Makefile.~11~Michael I. Bushnell1995-09-251-1/+1
|
* Formerly ethernet.c.~7~Michael I. Bushnell1995-09-251-58/+107
|
* (RWLOCK_INITIALIZER): New macro.Roland McGrath1995-09-231-0/+3
|
* (top_srcdir): Define properly in parent directory.Roland McGrath1995-09-231-1/+5
|
* (other-subdirs): Remove lib.Roland McGrath1995-09-231-1/+1
|
* Restore entry SP before return.Roland McGrath1995-09-231-0/+1
|
* (main): Use static const for constant strings.Roland McGrath1995-09-231-4/+7
| | | | On boot script error, write script line with error msg.
* (boot_script_parse_line): Ignore line beginning with #.Roland McGrath1995-09-231-0/+3
|
* (S_io_pathconf): New function.Roland McGrath1995-09-231-0/+9
|
* (LDFLAGS): Add -static.Roland McGrath1995-09-231-1/+1
|
* Include errno.h.Roland McGrath1995-09-231-0/+1
|
* (targets): Add new-fifoMiles Bader1995-09-221-4/+6
| | | | | (SRCS): Add new-fifo.c (new-fifo): New target.
* (FSSRCS): Rename file-truncate.c to file-set-size.c.Miles Bader1995-09-221-1/+1
|
* (sigmask): New macro.Michael I. Bushnell1995-09-221-4/+7
| | | | | | (__mig_dealloc_reply_port): Remove __ from call to mach_port_mod_refs. (main): Check for `d' in BOOTSTRAP_ARGS, not BOOT_ARGS. Don't declar MSG static.
* (main): Call init_users. Don't initialize output_psize. Set NO_OWNERMichael I. Bushnell1995-09-221-2/+3
| | | | in initial termflags.
* (output_psize): Add variable.Michael I. Bushnell1995-09-221-9/+32
| | | | | | | | | | | (output_character): Doc fix. (write_character): New function. (echo_char): Don't update echo_qsize and echo_pstart. Use write_character and output_character, respectively, when writing HDERASE / and \. Use output_character for all the other echoing. (input_character) [VINTR || VQUIT, VSUSP]: Clear inputq and rawq and reset echo_pstart and echo_qsize. [input can't fit and ! IMAXBEL]: Likewise.
* (output_psize): Remove variable declaration.Michael I. Bushnell1995-09-221-3/+2
| | | | (write_character, init_users): New declarations.
* (VPATH): New variable.Roland McGrath1995-09-221-0/+2
|
* (LDFLAGS): Variable removed.Miles Bader1995-09-221-3/+0
|
* (__data_start): New variable.Roland McGrath1995-09-221-0/+1
|
* Include hurd/threadvar.h.Roland McGrath1995-09-221-0/+4
|
* (LDFLAGS): New variable.Miles Bader1995-09-221-0/+2
|
* (get_hypermetadata): Use %Zd format for result of sizeof.Roland McGrath1995-09-221-3/+3
|
* Include hurd.h.Roland McGrath1995-09-221-1/+1
|
* Fix typo in last change.Roland McGrath1995-09-221-1/+1
|
* Include errno.h for error_t decl.Roland McGrath1995-09-221-0/+1
|
* (hurd.boot): New target.Roland McGrath1995-09-211-3/+19
| | | | | | | (all): Depend on hurd.boot (DIST_FILES): Add build.mk.in and hurd.boot.in. (clean-misc, distclean): New targets. (clean): Depend on clean-misc.
* Renamed from hurd.boot; use @exec_prefix@ instead of hardcoded dir.Roland McGrath1995-09-211-1/+12
| | | | Added some comments.
* Initial revisionRoland McGrath1995-09-211-0/+7
|
* If not in $srcdir, produce */Makefile from build.mk.in.Roland McGrath1995-09-211-2/+13
|
* (prog-subdirs): Removed `pfinet'.Michael I. Bushnell1995-09-211-1/+1
|
* Formerly ethernet.c.~6~Michael I. Bushnell1995-09-211-8/+78
|
* Run ld.so with arg of /hurd/exec, instead of running exec/exec.Roland McGrath1995-09-211-1/+1
| | | | Now exec can be dynamically linked.
* (struct bootinfo): New members `phdr_addr', `phdr_size', `user_entry'.Roland McGrath1995-09-201-257/+321
| | | | | | (do_exec): Set them. Code rearranged to construct bootinfo before looking up interpreter file, keep proper track of port rights and VM copied into bootinfo (there were leaks).
* (S_io_set_all_openmodes, S_io_set_some_openmodes, S_io_clear_some_openmodes):Miles Bader1995-09-191-10/+11
| | | | | The user specifies O_NONBLOCK, not SOCK_NONBLOCK. (S_io_get_openmodes): Always return O_APPEND.
* (S_io_pathconf): New function.Miles Bader1995-09-191-1/+20
|
* (libthreads-libsubst): Variable removed.Roland McGrath1995-09-191-4/+0
|
* (trivfs_S_file_set_size): Renamed from file-truncate.c:trivfs_s_file_truncate.Miles Bader1995-09-181-1/+1
|
* (trivfs_S_file_set_size): Renamed from trivfs_S_file_truncate.Miles Bader1995-09-181-1/+1
|
* (trivfs_S_file_set_size): Renamed from trivfs_S_file_truncate;Miles Bader1995-09-181-5/+3
| | | | Return EINVAL if the new size isn't 0.
* (trivfs_S_file_set_size): Renamed from trivfs_S_file_truncate.Miles Bader1995-09-181-1/+1
|
* (trivfs_S_io_pathconf): Add reply port to args.Miles Bader1995-09-181-1/+3
|
* (FSSRCS): Remove file-pathconf.c.Miles Bader1995-09-181-9/+9
| | | | (IOSRCS): Add io-pathconf.c.
* (trivfs_S_io_pathconf): Renamed from file-pathconf.c:trivfs_s_file_pathconf.Miles Bader1995-09-181-2/+2
|
* (FSSRCS): Deleted file-pathconf.c.Miles Bader1995-09-181-10/+10
| | | | (IOSRCS): Added io-pathconf.c.