aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Fri Oct 25 20:02:17 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1996-10-262-3/+10
| | | | | | * loopback.c (loopback_type_trans): New function. (setup_loopback_device): Bother to mark interface up too. Set LOOPBACK_DEV.type_trans.
* Fri Oct 25 20:02:17 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1996-10-262-1/+6
| | | | | * loopback.c (setup_loopback_device): Bother to mark interface up too.
* Get rid of unused programs.Miles Bader1996-10-252-287/+0
|
* Thu Oct 24 22:38:55 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1996-10-255-1/+110
| | | | | | | | | | * main.c (main): Call setup_loopback_device before parsing args (and thus before the ethernet device shows up). * loopback.c: New file. * Makefile (SRCS): Add loopback.c. * pfinet.h (loopback_dev): New variable. * pfinet.h (ip_rt_del): New prototype.
* .Miles Bader1996-10-251-0/+9
|
* (main):Miles Bader1996-10-251-6/+7
| | | | | | | | | | | Rename ARGP_PARENTS to ARGP_CHILDREN, and change the element type to `struct argp_child'; change the reference in ARGP accordingly. (runtime_argp_children): New variable. (runtime_argp_parents): Variable removed. (runtime_argp): Use RUNTIME_ARGP_CHILDREN, not RUNTIME_ARGP_PARENTS.
* .Miles Bader1996-10-241-0/+7
|
* (startup_children, runtime_children):Miles Bader1996-10-241-4/+6
| | | | | | | | New variables. (startup_parents, runtime_parents): Variables removed. (startup_argp, runtime_argp): Use new *_CHILDREN variables instead of corresponding *_PARENT ones.
* .Miles Bader1996-10-241-0/+7
|
* (startup_children, runtime_children):Miles Bader1996-10-241-4/+6
| | | | | | | | New variables. (startup_parents, runtime_parents): Variables removed. (startup_argp, runtime_argp): Use new *_CHILDREN variables instead of corresponding *_PARENT ones.
* .Miles Bader1996-10-241-0/+13
|
* (parents):Miles Bader1996-10-241-2/+2
| | | | | | | | Variable removed. (children): New variable. (diskfs_std_runtime_argp): Use CHILDREN instead of PARENTS.
* (store_argp_children, startup_argp_children):Miles Bader1996-10-241-6/+6
| | | | | | | | | | New variables. (diskfs_store_startup_argp): Use STORE_ARGP_CHILDREN instead of STORE_ARGP_PARENTS. (store_argp_parents, startup_argp_children): Variable removed. (diskfs_startup_argp): Use STARTUP_ARGP_CHILDREN instead of STARTUP_ARGP_PARENTS.
* .Miles Bader1996-10-243-0/+45
|
* (options):Miles Bader1996-10-241-7/+4
| | | | | | | Remove header for run-time supplied fields. (main): And add it back here as a child header. Replace PARENTS with CHILDREN, which uses the new argp_child structure.
* (main):Miles Bader1996-10-241-1/+1
| | | | Use elements of type `struct argp_child' for KIDS.
* (argp_parse):Miles Bader1996-10-241-13/+15
| | | | Convert to use the new type of argp children vectors.
* (hol_free):Miles Bader1996-10-241-143/+328
| | | | | | | | | | | | | | | | | | | | | | | | | | | Free clusters. (argp_args_usage, argp_doc): Use the new type of argp child vector. (hol_entry_cmp, group_cmp, hol_cluster_cmp, hol_cluster_base, hol_add_cluster): New functions. (hol_entry_help): Add gunk to print cluster headers. (argp_hol): Add, and use the new CLUSTER argument. Use the new type of argp child vector, and make clusters. (hol_append): Deal with clusters. Always use hol_free to free MORE, and just mark it's entries as invalid if we steal them. (make_hol): Accept new CLUSTER argument, and fill in the corresponding entry fields with it. (hol_sort): Use hol_entry_cmp. (hol_entry_help: comma): Only print cluster headers for real clusters. Emit a newline after cluster headers. (argp_help): Pass new CLUSTER argument to argp_hol.
* (struct argp):Miles Bader1996-10-241-6/+33
| | | | | | Change type of CHILDREN field to `struct argp_child *'. (struct argp_child): New type.
* Thu Oct 24 14:44:57 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1996-10-242-10/+13
| | | | | * users.c (open_hook): Always assert DTR (even if O_NONBLOCK). Don't return any errors if O_NONBLOCK and we don't have carrier.
* Mon Oct 21 22:05:48 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1996-10-241-0/+14
| | | | | * i386/csw.S (CALL_MCOUNT): New macro. (cproc_swtich, cproc_start_wait, cproc_prepare): Use CALL_MCOUNT.
* Mon Oct 21 22:05:48 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1996-10-243-18/+18
| | | | | | | | | * i386/csw.S (CALL_MCOUNT): New macro. (cproc_swtich, cproc_start_wait, cproc_prepare): Use CALL_MCOUNT. * rwlock.h: Change extern inline protection to use new canonical method. * rwlock.c: Rewritten.
* Mon Oct 21 22:03:19 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1996-10-244-2/+15
| | | | | | * store.h: Add extern inline protection. * store.c: New file. * Makefile (SRCS): Add store.c.
* Mon Oct 21 22:00:44 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1996-10-248-6/+38
| | | | | | | | | * argp.h: Add extern inline protection. * idvec.h: Likewise. * maptime.h: Likewise. * argp.c, idvec-funcs.c, maptime-funcs.c: New files. * Makefile (SRCS): Add argp.c, idvec-funcs.c, and maptime-funcs.c.
* Mon Oct 21 21:58:03 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1996-10-246-25/+46
| | | | | | | * pipe.h: Add extern inline protection. * pq.h: Likewise. * pipe-funcs.c, pq-funcs.c: New files. * Makefile (SRCS): Add pipe-funcs.c and pq-funcs.c.
* Mon Oct 21 21:56:33 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1996-10-244-4/+17
| | | | | | * netfs.h: Add extern inline protection. * netfs.c: New file. * Makefile (OTHERSRCS): Add netfs.c.
* Mon Oct 21 21:55:21 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1996-10-244-2/+15
| | | | | | * fshelp.h: Add extern inline protection. * fshelp.c: New file. * Makefile (SRCS): Add fshelp.c.
* Mon Oct 21 21:54:34 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1996-10-244-12/+24
| | | | | | * diskfs.h: Add extern inline protection. * diskfs.c: New file. * Makefile (OTHERSRCS): Add diskfs.c.
* Wed Oct 23 01:36:35 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1996-10-244-12/+93
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makeconf ($(target)): Repair rule for building of .prof_d files. ($(target), $(target).prof): Refer to generated variables (-CFLAGS, -LFLAGS, -LDLIBS) by the base name ($*) not $@. (_libext): Likewise. Mon Oct 21 22:22:49 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * Makeconf (cleantarg) [makemode == library]: Add $(libname)_p.a. (targets) [makemode == library]: Include $(libname)_p.a in default value. ($(libdir)/$(libname)_p.a) [makemode == library]: New rule. ($(libname)_p.a) [makemode == library]: New rule. (%_p.o): Two new rules (depend on %.c or %.S). (make_deps): Make dependency now specify $*_p.o too. ($(addsuffix .prof,$(target))): New rule to link profiled objects. ($(target)): Surround usual build rule with if prof-depend == nil. ($(addsuffix .prof_d, $(target))): Include this if not a library. Also a new rule to build them. ($(target)) [prof-depend == t]: Kludge to write out its dependencies. Tue Oct 15 12:29:26 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * Makeconf (relink): Remove $(linktarg) always. (linktarg) [makemode == library]: Set variable. (linktarg): And also a default. * Makefile (%-relink): Set no_deps=t here. (relink): Do $(lib-subdirs) too.
* .Miles Bader1996-10-221-0/+7
|
* (options):Miles Bader1996-10-221-1/+1
| | | | | | Make -l/--use-lock-file hidden, as we don't support it anyway (we just leave it here in case someone does implement it, so they'll know the right option to use for compatibility).
* *** empty log message ***Thomas Bushnell1996-10-221-0/+7
|
* .Miles Bader1996-10-171-0/+7
|
* (options, main):Miles Bader1996-10-171-1/+4
| | | | Add --top/-h option.
* (main):Miles Bader1996-10-171-1/+1
| | | | Supply new TOP arg to psout.
* (psout):Miles Bader1996-10-172-3/+16
| | | | Add TOP parameter.
* .Miles Bader1996-10-171-0/+4
|
* (deliver):Miles Bader1996-10-171-7/+11
| | | | fsync the user's mailbox after delivery.
* .Miles Bader1996-10-161-0/+4
|
* .Miles Bader1996-10-152-0/+8
|
* (INSTALL-mail.local-ops): New variable.Miles Bader1996-10-151-0/+2
|
* (argp_parse):Miles Bader1996-10-151-1/+4
| | | | | | Don't consume non-option arguments that aren't recognized by any parser. Allocate enough space for TOP_ARGP's parent list to include the version parser.
* .Miles Bader1996-10-151-0/+8
|
* (rc, mail.local):Miles Bader1996-10-151-8/+5
| | | | | | | | | | New rules. (SRCS): Add lmail.c. (%: %.sh): Rule removed. (targets): Add mail.local.
* Initial checkinMiles Bader1996-10-151-0/+525
|
* .Miles Bader1996-10-141-0/+6
|
* (fshelp_acquire_lock):Miles Bader1996-10-141-1/+3
| | | | | Return success, not EBADF, when unlocking a file which we don't haved locked; this is netbsd's behavior.
* (OPENONLY_STATE_MODES): Add O_EXLOCK & O_SHLOCK.Miles Bader1996-10-121-1/+2
|
* .Miles Bader1996-10-121-0/+8
|
* (diskfs_S_dir_lookup):Miles Bader1996-10-121-9/+10
| | | | | | | Temporarily add O_EXLOCK and O_SHLOCK to the set of retained flags, until they get added to O_HURD. Turn off OPENONLY_STATE_MODES bits in the flags we pass to diskfs_make_peropen, not everything *but* them!