aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (main): Use select instead of SIGIO.Miles Bader1996-04-291-8/+12
|
* (reboot_system): Make that 1 minute.Roland McGrath1996-04-281-1/+1
|
* (reboot_system): Use 1 second timeout on reply to msg_startup_dosync.Roland McGrath1996-04-281-3/+1
|
* Remove 1 second waittime spec.Roland McGrath1996-04-281-10/+3
| | | | (interrupt_operation): Add waittime arg.
* (msg_startup_dosync): Add waittime arg.Roland McGrath1996-04-281-3/+4
|
* (make-deps): New canned sequence. Remove gcc-lib hdrs from deps.Roland McGrath1996-04-281-14/+10
| | | | | Use atomic mv for output. (%.d: %.c, %.d: %.S): Use $(make-deps).
* (pager_create): Add link warning.Roland McGrath1996-04-281-5/+8
|
* Add obsolescence link warning.Roland McGrath1996-04-284-10/+26
|
* Use ports_create_port instead of ports_allocate_port, and notice the error.Roland McGrath1996-04-273-14/+16
|
* Initial revisionMiles Bader1996-04-271-0/+44
|
* Initial revisionMiles Bader1996-04-271-0/+262
|
* (service_fsys_startup):Miles Bader1996-04-271-3/+4
| | | | Make the mach_msg call sending the startup reply interruptible.
* (service_fsys_startup):Miles Bader1996-04-271-3/+3
| | | | Make the mach_msg call waiting for the startup message interruptible.
* (allocino): Parenthesize test correctly.Michael I. Bushnell1996-04-261-2/+2
|
* (pass5): If not marked clean, but now it is, then offer to mark itMichael I. Bushnell1996-04-261-1/+11
| | | | clean.
* (reply): Set fix_denied anytime we return 0.Michael I. Bushnell1996-04-261-3/+13
|
* (fix_denied): New variable.Michael I. Bushnell1996-04-261-1/+3
|
* (makemode): Now `servers'.Michael I. Bushnell1996-04-261-6/+7
| | | | | | | (targets): Renamed from `target'; now include ext2fs.static. (ext2fs.static-LDFLAGS): Renamed from `LDFLAGS'. (ext2fs.static): Depend on same things as `ext2fs'. (include ../Makeconf): Must come before dependency information.
* (makemode): Now `servers'.Michael I. Bushnell1996-04-261-6/+7
| | | | | | | (targets): Renamed from `target'; now include ufs.static. (ufs.static-LDFLAGS): Renamed from `LDFLAGS'. (ufs.static): Depend on same things as `ufs'. (include ../Makeconf): Must come before dependency information.
* (OBJS): Provide default definition.Michael I. Bushnell1996-04-261-4/+5
| | | | (_objs): Delete variable; replace references with $(OBJS).
* (cp-linked-files): New target.Michael I. Bushnell1996-04-261-2/+7
| | | | (lndist): Add `cp-linked-files'.
* Initial revisionMichael I. Bushnell1996-04-251-0/+82
|
* Added pfinet.Michael I. Bushnell1996-04-251-0/+1
|
* blat foopMichael I. Bushnell1996-04-251-31/+0
|
* fixupMichael I. Bushnell1996-04-251-2/+2
|
* (pty_open_hook): Don't do increment of nptyperopens here.Michael I. Bushnell1996-04-251-2/+44
| | | | | | | (pty_po_create_hook): Increment nptyperopens here, but only if this is for O_READ or O_WRITE. (pty_po_destroy_hook): Only do decrement if this was for O_READ or O_WRITE.
* (open_hook): Don't circumvent pty_open_hook, not even when flags isMichael I. Bushnell1996-04-251-3/+3
| | | | clear.
* Many changes to support multi-threading. See ChangeLog.Michael I. Bushnell1996-04-259-167/+233
|
* Many changes to support multi-threading. See ChangeLog.Michael I. Bushnell1996-04-251-31/+27
|
* entered into RCSRoland McGrath1996-04-251-2/+2
|
* Rewritten.Roland McGrath1996-04-251-510/+322
|
* Initial revisionRoland McGrath1996-04-251-0/+6
|
* (auth): Depend on libshouldbeinlibc.Roland McGrath1996-04-251-7/+8
|
* Use -include for generated dep files.Roland McGrath1996-04-251-5/+5
|
* Undo last change.Roland McGrath1996-04-251-6/+4
|
* (ihash_find): Change return type to void **.Roland McGrath1996-04-251-4/+6
|
* (idvec_free_contents): Declare it.Roland McGrath1996-04-251-5/+8
|
* (idvec_free_contents): New function.Roland McGrath1996-04-251-3/+9
|
* Include <fcntl.h>.Miles Bader1996-04-241-3/+4
|
* (call_asyncs): Add DIR argument; all callers changed.Miles Bader1996-04-241-11/+16
|
* entered into RCSRoland McGrath1996-04-241-9/+13
|
* (netfs_S_io_seek): Bother to set *NEWOFFSET.Michael I. Bushnell1996-04-241-1/+2
|
* (DIRECT_NAMLEN) [! LITTLE_ENDIAN]: Deal correctly with the case whereMichael I. Bushnell1996-04-241-2/+4
| | | | it was written on a little endian machine without the extension.
* (DIRECT_NAMLEN) [LITTLE_ENDIAN]: Deal with case correctly where it wasMichael I. Bushnell1996-04-241-2/+3
| | | | written without the extension on a big endian machine.
* (pass1): Don't print block numbers as we go anymore.Michael I. Bushnell1996-04-241-2/+2
|
* (call_asyncs): Remove FORCE argument; all callers changed.Miles Bader1996-04-241-16/+7
|
* (enqueue_internal): Go back to only using call_asyncs when inputq becomesMiles Bader1996-04-241-6/+7
| | | | | non-empty. (SUPPRESS_ASYNC): Flag removed.
* (po_create_hook, trivfs_S_io_set_some_openmodes,Miles Bader1996-04-241-14/+70
| | | | | | | | | | | | | | trivfs_S_io_set_all_openmodes): If setting ICKY_ASYNC, then use call_asyncs. (call_asyncs): New argument, FORCE, which use. All callers changed. (init_users): Give our self send rights to the async id ports, since hurd_sig_post uses COPY_SEND. (trivfs_S_io_get_icky_async_id): Renamed from ..._get_async_icky. (trivfs_S_file_set_size, trivfs_S_io_seek, trivfs_S_io_get_icky_async_id, trivfs_S_io_async): Add reply port args. (num_icky_async_peropens): New variable. (po_create_hook, po_destroy_hook, trivfs_S_io_set_all_openmodes, trivfs_S_io_set_some_openmodes, trivfs_S_io_clear_some_openmodes): Use it to enable ICKY_ASYNC to be turned off.
* (enqueue_internal): Use call_asyncs on every character.Miles Bader1996-04-241-8/+7
| | | | (SUPPRESS_ASYNC): New flag.
* (check_hashbang: user_port): Use default root port when secure.Roland McGrath1996-04-231-2/+8
|