Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-04-26 | (makemode): Now `servers'. | Michael I. Bushnell | |
(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. | |||
1996-04-26 | (OBJS): Provide default definition. | Michael I. Bushnell | |
(_objs): Delete variable; replace references with $(OBJS). | |||
1996-04-26 | (cp-linked-files): New target. | Michael I. Bushnell | |
(lndist): Add `cp-linked-files'. | |||
1996-04-25 | Initial revision | Michael I. Bushnell | |
1996-04-25 | Added pfinet. | Michael I. Bushnell | |
1996-04-25 | blat foop | Michael I. Bushnell | |
1996-04-25 | fixup | Michael I. Bushnell | |
1996-04-25 | (pty_open_hook): Don't do increment of nptyperopens here. | Michael I. Bushnell | |
(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. | |||
1996-04-25 | (open_hook): Don't circumvent pty_open_hook, not even when flags is | Michael I. Bushnell | |
clear. | |||
1996-04-25 | Many changes to support multi-threading. See ChangeLog. | Michael I. Bushnell | |
1996-04-25 | Many changes to support multi-threading. See ChangeLog. | Michael I. Bushnell | |
1996-04-25 | entered into RCS | Roland McGrath | |
1996-04-25 | Rewritten. | Roland McGrath | |
1996-04-25 | Initial revision | Roland McGrath | |
1996-04-25 | (auth): Depend on libshouldbeinlibc. | Roland McGrath | |
1996-04-25 | Use -include for generated dep files. | Roland McGrath | |
1996-04-25 | Undo last change. | Roland McGrath | |
1996-04-25 | (ihash_find): Change return type to void **. | Roland McGrath | |
1996-04-25 | (idvec_free_contents): Declare it. | Roland McGrath | |
1996-04-25 | (idvec_free_contents): New function. | Roland McGrath | |
1996-04-24 | Include <fcntl.h>. | Miles Bader | |
1996-04-24 | (call_asyncs): Add DIR argument; all callers changed. | Miles Bader | |
1996-04-24 | entered into RCS | Roland McGrath | |
1996-04-24 | (netfs_S_io_seek): Bother to set *NEWOFFSET. | Michael I. Bushnell | |
1996-04-24 | (DIRECT_NAMLEN) [! LITTLE_ENDIAN]: Deal correctly with the case where | Michael I. Bushnell | |
it was written on a little endian machine without the extension. | |||
1996-04-24 | (DIRECT_NAMLEN) [LITTLE_ENDIAN]: Deal with case correctly where it was | Michael I. Bushnell | |
written without the extension on a big endian machine. | |||
1996-04-24 | (pass1): Don't print block numbers as we go anymore. | Michael I. Bushnell | |
1996-04-24 | (call_asyncs): Remove FORCE argument; all callers changed. | Miles Bader | |
1996-04-24 | (enqueue_internal): Go back to only using call_asyncs when inputq becomes | Miles Bader | |
non-empty. (SUPPRESS_ASYNC): Flag removed. | |||
1996-04-24 | (po_create_hook, trivfs_S_io_set_some_openmodes, | Miles Bader | |
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. | |||
1996-04-24 | (enqueue_internal): Use call_asyncs on every character. | Miles Bader | |
(SUPPRESS_ASYNC): New flag. | |||
1996-04-23 | (check_hashbang: user_port): Use default root port when secure. | Roland McGrath | |
1996-04-23 | (PSTAT_STATE_P_ATTRS): Fix names of individual flags. | Miles Bader | |
1996-04-23 | (state_shadows): If a process has no parent don't show various process | Miles Bader | |
attributes (that are likely to be noise). | |||
1996-04-23 | (main): Try to intuit whether this is a native-booted hurd system, and if so, | Miles Bader | |
don't filtered out non-parented processes. | |||
1996-04-23 | (diskfs_S_ifsock_getsockaddr): | Michael I. Bushnell | |
1996-04-23 | (diskfs_S_ifsock_getsockaddr): fixup | Michael I. Bushnell | |
1996-04-23 | (ports_dead_name): whoops. | Michael I. Bushnell | |
1996-04-23 | (block_extended): | Michael I. Bushnell | |
1996-04-23 | (swab_long_long): one more time | Michael I. Bushnell | |
1996-04-23 | and even better | Michael I. Bushnell | |
1996-04-23 | (swab_long_long, swab_long): better now. | Michael I. Bushnell | |
1996-04-23 | fixup | Michael I. Bushnell | |
1996-04-23 | (swab_long): Cleaner now. | Michael I. Bushnell | |
(swab_long_long): New function. | |||
1996-04-23 | (read_disknode): typo | Michael I. Bushnell | |
1996-04-23 | fixup. | Michael I. Bushnell | |
1996-04-23 | (diskfs_dirempty): node_update -> diskfs_node_update. | Michael I. Bushnell | |
1996-04-23 | (ffs_blkfree): final fixup. | Michael I. Bushnell | |
1996-04-23 | fixup | Michael I. Bushnell | |
1996-04-23 | (call_asyncs): Delete local decl; no longer static. | Michael I. Bushnell | |