Age | Commit message (Collapse) | Author | |
---|---|---|---|
1995-07-08 | (dev_get_memory_object): Moved function to devpager.c. | Miles Bader | |
1995-07-08 | (trivfs_goaway): Make trivfs_goaway do the right thing. | Miles Bader | |
(clean_exit, close_device): Deleted functions. (thread_cancel): New function. (fsys_port_class, root_port_class, port_bucket): New vars. (trivfs_protid_portclasses, trivfs_cntl_portclasses, trivfs_protid_nportclasses, trivfs_cntl_nportclasses): New vars. (main): Initialize *portclasses vars, and convert to new trivfs lib. (trivfs_protid_porttypes, trivfs_cntl_porttypes, trivfs_protid_nporttypes, trivfs_cntl_nporttypes): Deleted vars. (trivfs_goaway): Convert args for new trivfs lib. (ports_cleanroutines): Delete var. (ports_demuxer, ports_notice_idle, ports_no_live_ports, ports_no_hard_ports): Delete functions. | |||
1995-07-08 | (struct dev): Add the pager_port_bucket field. | Miles Bader | |
Declare dev_stop_paging (). | |||
1995-07-08 | (dev_stop_paging): New function. | Miles Bader | |
(pager_dropweak): New function. (pager_port_type): Deleted var. (pager_port_bucket, pager_port_class): New vars. (dev_get_memory_object): Moved here from dev.c. Also, call init_dev_pager if necessary. (service_paging_requests): New function. (init_dev_pager): New function. | |||
1995-07-08 | (io_state_sync): Remember that we've synced the buffer. | Miles Bader | |
1995-07-08 | (ports_create_class): Initialize the PORTS and COUNT fields. | Miles Bader | |
1995-07-08 | (ports_allocate_port): Properly add PI to CLASS's port list when the | Miles Bader | |
list is empty. | |||
1995-07-08 | (ports_begin_rpc): Properly add INFO to PI's current_rpcs list when the | Miles Bader | |
list is empty. | |||
1995-07-08 | (ports_intern_external_port): Properly add PI to CLASS's port list when the | Miles Bader | |
list is empty. | |||
1995-07-08 | Formerly socket.c.~7~ | Miles Bader | |
1995-07-08 | Remove include dependencies. | Miles Bader | |
(REMHDRS): New variable. | |||
1995-07-08 | (ps_tty_short_name): That assignment around which extra parents were put was | Miles Bader | |
actually supposed to be a test! Make it so... | |||
1995-07-08 | Include hurd/ihash.h instead of ihash.h. | Miles Bader | |
1995-07-08 | (free_reply_ports, free_reply_ports_lock): New variables. | Miles Bader | |
(__mig_get_reply_port, __mig_put_reply_port, __mig_dealloc_reply_port, mig_get_reply_port, mig_put_reply_port, mig_dealloc_reply_port): Provide better versions of these routines that won't leak reply ports. | |||
1995-07-07 | (copyright, sccsid): Correct syntax. | Michael I. Bushnell | |
1995-07-07 | (SHORT_OPTIONS): Remove '?' as getopt usurps it. | Miles Bader | |
(options, main): Use '&' instead of '?' to mean help. | |||
1995-07-07 | (OBJS): Add mach-crt0.o. | Miles Bader | |
(SRCS): Add mach-crt0.c. (LDFLAGS): Add -nostartfiles (as we now use mach-crt0.o). | |||
1995-07-07 | (mach_init_routine): New variable, wanted by mach-crt0.o. | Miles Bader | |
(__mig_get_reply_port, __mig_dealloc_reply_port, __mig_put_reply_port): New functions, to avoid using hurdish versions. | |||
1995-07-07 | [$(doinst)==many] ($(targets) installation rule): Fix typo. | Roland McGrath | |
1995-07-07 | entered into RCS | Miles Bader | |
1995-07-07 | Initial revision | Miles Bader | |
1995-07-07 | (install) [doinst == one || doinst == many]: Don't install files if | Michael I. Bushnell | |
they already exist and are up to date. | |||
1995-07-07 | (S_msg_sig_post, S_msg_sig_post_untraced): Reverse order of these | Michael I. Bushnell | |
definitions. | |||
1995-07-07 | (boot.1, boot.a): Use $(LD) and $(OBJCOPY) instead of explicit names. | Michael I. Bushnell | |
1995-07-07 | (OBJCOPY): New var. | Michael I. Bushnell | |
1995-07-07 | (S_io_reauthenticate): Cast first arg to mig_deallocate. | Michael I. Bushnell | |
1995-07-07 | (HURDLIBS-libs): Comment out path-search rule here; I don't yet trust | Michael I. Bushnell | |
-L to work right; particularly inside linker parens. | |||
1995-07-07 | (fsysopts): Don't list twice. | Michael I. Bushnell | |
1995-07-07 | (main, apply_auth_to_loginid, apply_auth_to_pgrp): Remove assignments | Michael I. Bushnell | |
from inside if tests. | |||
1995-07-07 | (main): Declare return type. | Michael I. Bushnell | |
1995-07-07 | (copyright, sccsid): Declare unused. | Michael I. Bushnell | |
(main): Correct format for fourth arg. | |||
1995-07-07 | (lookup_user): Declare return to be `int' to avoid type clash in use | Michael I. Bushnell | |
as 4th parameter to parse_numlist. | |||
1995-07-07 | (run): Remove assignments from inside if tests. | Michael I. Bushnell | |
(command): Likewise. | |||
1995-07-07 | Include <hurd/msg_server.h>. | Michael I. Bushnell | |
(reboot_mach): Insert extra parens around assignment inside while test. (launch_core_servers): Remove assignment from inside if test. | |||
1995-07-07 | Include <mach/mig_support.h>. | Michael I. Bushnell | |
(load_image): Cast second arg to read. | |||
1995-07-07 | (bootdevice): Initialize to hard-coded `sd0a' instead of | Michael I. Bushnell | |
DEFAULT_BOOTDEVICE. | |||
1995-07-07 | (ps_tty_short_name): Put extra parens around assignment inside if | Michael I. Bushnell | |
test. | |||
1995-07-07 | (pinode): Remove assignment from if test. | Michael I. Bushnell | |
1995-07-07 | (lookup_directory): New decl. | Michael I. Bushnell | |
1995-07-07 | (pass1): Remove assignment from if test. | Michael I. Bushnell | |
1995-07-07 | (bfd_mach_host_arch_mach): Remove assignment from inside if test. | Michael I. Bushnell | |
1995-07-07 | (%.d:%.c %.d:%.S): Repair sed line to include more context. | Michael I. Bushnell | |
1995-07-07 | Undo last change; add private decl of ioctl. | Michael I. Bushnell | |
1995-07-07 | Include <sys/ioctl.h>. | Michael I. Bushnell | |
1995-07-07 | (special-targets): New var. | Michael I. Bushnell | |
(mount): Provide command. | |||
1995-07-07 | (Building targets) [doinst == many]: Don't try and build | Michael I. Bushnell | |
$(special-targets). | |||
1995-07-07 | (tables.o): Delete target. | Michael I. Bushnell | |
(vpath tables.c): Tell where to find tables.c. | |||
1995-07-07 | (tables.o): Delete rule. | Michael I. Bushnell | |
(vpath tables.c): Tell where to find tables.c. | |||
1995-07-07 | (OBJS): Don't include mount.sh. | Michael I. Bushnell | |
(shd, su, clri, sync, reboot, halt, fsysopts): List object files here. | |||
1995-07-07 | Delete now-unneeeded explicit dependencies. | Michael I. Bushnell | |