Commit Graph

2312 Commits

Author SHA1 Message Date
tv 2fd6f54874 Make the yacc rules work on 1.3 as well as -current without updating the
.mk files:  build the .c and .h files manually.  This should be removed
after the next release.  XXX.
1998-04-16 18:47:05 +00:00
mrg aebb3d6c08 add a -l (logging) switch. 1998-04-15 15:06:06 +00:00
fair c0ad440bd6 fix my boo-boo documented by PR#5293 1998-04-14 20:20:16 +00:00
fair c85ab8db8e A few more error message changes for better information. 1998-04-14 04:51:19 +00:00
fair dd15ee1ce0 Handle the problem cited in PR#1328 (no checking for I/O errors).
Improve some of the error messages to provide more accurate information.

Repaired a bug by inspection (function pointer reference through a
free'd DB structure!! How did this *ever* work?)
1998-04-13 23:12:45 +00:00
kml fcf0227962 Fix to ensure that the correct MSS is advertised for loopback
TCP connections by using the MTU of the interface.  Also added
a knob, mss_ifmtu, to force all connections to use the MTU of
the interface to calculate the advertised MSS.
1998-04-13 21:18:19 +00:00
lukem 77a346fea2 use COPTS not CFLAGS 1998-04-13 14:42:03 +00:00
tv a40db43400 missed 3 lines on sync 1998-04-12 21:38:58 +00:00
tv 3d6a264267 sync with Makefile.inc 1998-04-12 21:09:35 +00:00
tv 5321eb363d PIC systems no longer build libamu.a; depend them on libamu_pic.a. 1998-04-12 20:45:05 +00:00
thorpej f483a368ce Fix ptrdiff type lossage on Alpha. 1998-04-09 17:17:28 +00:00
tv 99a2626b0e Make use of NOSTATICLIB addition to <bsd.lib.mk> 1998-04-09 00:52:06 +00:00
tv 482063559a .y.c <sys.mk> rule fixes. Don't create a y.tab.h file unless asked for,
and use smarter creation of the header file.
1998-04-09 00:32:31 +00:00
tv e1463ca305 sync with install changes from amd/Makefile 1998-04-07 19:33:09 +00:00
tv ecaca3d6a7 No build environment is installed for libamu; install only the shared
library, and only if on a non-NOPIC system.
1998-04-07 16:36:02 +00:00
mrg 261b062b1d oops, finish previous. 1998-04-07 14:05:07 +00:00
mrg 43b364f518 refuse an inverse query if the length is not INT32SZ. from vix. 1998-04-07 04:51:36 +00:00
cgd 9ed503832c offset and length should be u_char. 1998-04-03 05:06:04 +00:00
kleink 53ec1d7147 Need <time.h> for ctime() prototype. 1998-04-02 11:55:52 +00:00
kleink 36443aa874 Need <time.h> for strftime(), localtime() and time() prototypes.
<sys/file.h> and <sys/time.h> are not required, so remove these inclusions.
1998-04-02 11:54:03 +00:00
kleink 3b86eeb257 Include <time.h> unconditionally, as there always dependencies on its
definitions.
1998-04-01 20:59:08 +00:00
christos aa476ac7ea WARNSify [patches sent to Udel] 1998-04-01 15:01:17 +00:00
mycroft c22d2f71a5 Change return type of main to int. 1998-03-31 02:36:13 +00:00
hubertf 4ca037fe41 Fix handling of doubleclicking on installed packages.
With many thanks to Alistair Crooks for his TCL knowledge.
1998-03-30 21:37:47 +00:00
mrg eae61447e8 remove unused extern. 1998-03-30 03:33:05 +00:00
mrg 90abe03d9c use static int instead of static 1998-03-30 02:37:43 +00:00
mrg ef395ee2f1 remove unused extern. 1998-03-30 02:34:33 +00:00
mrg 05f0779a44 work around gcc warning. 1998-03-30 02:33:37 +00:00
mrg 98d6cbcc95 use static int instead of static 1998-03-30 02:33:23 +00:00
mrg f95b2a874c main returns int. 1998-03-30 02:31:22 +00:00
mrg 5ddb76d383 remove some register 1998-03-30 02:29:14 +00:00
mrg b5464ed20a main returns int. 1998-03-30 02:27:56 +00:00
mycroft 553452c450 Display the TS_DIALOUT flag. 1998-03-29 12:24:44 +00:00
agc efa0b41486 Clean up some lint warnings about return value of errx. 1998-03-27 12:17:58 +00:00
agc ac649ec457 When reading the PLIST file, don't abort everything if you don't
recognise an '@' command - just flag the line as being unrecognised,
and move to the next line.
1998-03-27 12:16:26 +00:00
thorpej eb671b4eaa Build with -ansi, prevents a parse error apparently generated because
some versions of GCC have a `restrict' keyword (??).
1998-03-26 07:07:55 +00:00
thorpej 407311a4bc Fix types lossage on Alpha. 1998-03-26 06:44:19 +00:00
fair d0121866f7 These changes from PR#3190 (second set of diffs) deal with rarpd
refusing to work in "-a" mode on a host with more than one Ethernet,
and at least one non-ethernet device. Frankly, the interface
initialization loop is badly structured and should be rewritten,
and these changes do nothing to fix that. However, they oughta do
the requested job, quick & dirty.
1998-03-23 08:44:07 +00:00
mycroft b4d89784ef Reset the SIGPIPE handler to SIG_DFL after forking. 1998-03-21 06:25:37 +00:00
mycroft f9e1d205d7 Replace TS_WOPEN with t_wopen, per mail on tech-kern. 1998-03-21 04:40:24 +00:00
lukem 58c55f6451 add missing "${.CURDIR}/" 1998-03-20 07:43:22 +00:00
bouyer 67010392f2 Add support for non-native byteorder FFS.
The quota file is still in host byteorder. quotacheck needs to be re-run
when a FS has been moved to an architecture to another. Running quota
on a non-native byteorder ffs is considered a marginal case.
1998-03-18 17:22:38 +00:00
bouyer 8e1f7e498a Add support for non-native byteorder FFS. 1998-03-18 17:19:14 +00:00
mikel 1dae4d16e9 (8C) -> (8) 1998-03-18 06:42:32 +00:00
lukem 29a031c322 migrated to ../bootp/bootptest 1998-03-15 01:20:47 +00:00
lukem e5958978a2 migrated to ../bootp/bootpgw 1998-03-15 01:20:02 +00:00
lukem 593654b5f2 migrated to ../bootp/bootpef 1998-03-15 01:19:03 +00:00
lukem 720665de16 remove (repos copied to ../bootp/*/) 1998-03-15 01:17:54 +00:00
lukem 9311657fdc replace bootp{d,ef,gw,test} with bootp 1998-03-15 01:16:32 +00:00
lukem 7b9e551896 move (using repository copy) bootp{d,ef,gw,test} into a common hierarchy
with a libcommon - to stop unnecessary recompilation of the source.
add Makefile* to suit.
1998-03-15 01:13:24 +00:00