2061 Commits

Author SHA1 Message Date
lukem
d85b07eb41 fix race condition when building libcommon.a with make -j, use ../Makefile.inc 1997-10-17 10:38:11 +00:00
lukem
593df3da4c WARNSify 1997-10-17 10:28:39 +00:00
lukem
fcfec169df WARNSify 1997-10-17 10:18:36 +00:00
lukem
e5436d326b WARNSify, getopt returns -1 not EOF 1997-10-17 10:14:59 +00:00
lukem
ffaa76b353 WARNSify, getopt returns -1 not EOF 1997-10-17 09:54:27 +00:00
mrg
1dc6e4f898 merge lite-2 rcsids 1997-10-17 09:04:12 +00:00
lukem
77a8cb6e83 WARNSify 1997-10-17 09:03:53 +00:00
mrg
18b882a973 merge lite-2 1997-10-17 08:49:29 +00:00
enami
dd88a36ade Fix typo; symbolic link' -> a symbolic link'. 1997-10-17 08:10:22 +00:00
enami
38b64e4e86 Fix typo; symbolic link' -> a symbolic link'. 1997-10-17 08:10:10 +00:00
mrg
3bbeacd12c merge lite-2 1997-10-17 08:05:18 +00:00
lukem
f680483348 WARNSify, rcsid police 1997-10-17 08:00:23 +00:00
mrg
efba0505b4 merge lite-2 1997-10-17 07:35:05 +00:00
mrg
b3e461525d 4.4BSD-Lite2 1997-10-17 07:06:38 +00:00
lukem
b5229aee10 WARNSify, rcsid police 1997-10-17 07:06:04 +00:00
lukem
03b56f7f94 WARNSify 1997-10-17 06:58:54 +00:00
lukem
f738e698e8 WARNSify 1997-10-17 06:58:37 +00:00
mrg
c72a99c7d0 merge lite-2 1997-10-17 06:46:02 +00:00
mrg
d8bc5f0aa6 merge lite-2 1997-10-17 06:34:19 +00:00
lukem
03e80bf7ea WARNSify (XXX: as best as I could on an i386; could an hp300 user please fix 1997-10-17 06:09:11 +00:00
lukem
e67cc03557 minor cleanup, turn off WARNS=1 1997-10-17 05:58:23 +00:00
lukem
065400a1f3 WARNSify, use err/warn, cleanup manpage 1997-10-17 05:47:27 +00:00
mrg
4c8ecdc3eb oops, didn't mean part of last merge. 1997-10-17 05:40:16 +00:00
mrg
68136a9566 merge lite-2 1997-10-17 05:37:32 +00:00
lukem
e4e7016851 WARNSify, use err/warn, use opendisk 1997-10-17 05:31:02 +00:00
mrg
590bf19cde merge lite-2 1997-10-17 05:24:29 +00:00
mrg
9463544113 merge lite-2 1997-10-17 05:06:40 +00:00
lukem
e477b94d93 remove unnecessary externs 1997-10-17 04:57:31 +00:00
lukem
e38303c1b4 sort SUBDIR list 1997-10-17 04:54:33 +00:00
lukem
13a5e774a4 remove WARNS?=1 - it's inherited 1997-10-17 04:53:19 +00:00
lukem
955c39c7ef minor cleanup 1997-10-17 04:31:55 +00:00
lukem
a8a5cfb5e0 WARNSify, deprecate bcmp/perror et al in favour of memcmp/err* et al 1997-10-17 04:24:20 +00:00
lukem
699d25a64e WARNSify, deprecate bcmp/perror et al in favour of memcmp/err* et al 1997-10-17 02:25:02 +00:00
lukem
328c1f1d90 WARNSify 1997-10-17 00:16:55 +00:00
lukem
a210b9277f getopt returns -1 not EOF, deprecate register 1997-10-17 00:12:51 +00:00
lukem
0a469c567a WARNSify, getopt returns -1 not EOF 1997-10-17 00:12:49 +00:00
lukem
cdede3a245 getopt returns -1 not EOF, deprecate register 1997-10-17 00:12:46 +00:00
lukem
2bc4f43c42 WARNSify, getopt returns -1 not EOF 1997-10-17 00:12:43 +00:00
lukem
ca32e63825 getopt returns -1 not EOF 1997-10-17 00:10:42 +00:00
lukem
df4958aa0b getopt returns -1 not EOF 1997-10-17 00:07:21 +00:00
lukem
409801916f WARNSify 1997-10-16 23:46:38 +00:00
lukem
95dff5caaf WARNSify 1997-10-16 23:41:32 +00:00
lukem
3fbb7cea25 WARNSify 1997-10-16 23:39:17 +00:00
christos
c36a502364 msync needs a third argument. 1997-10-16 23:32:27 +00:00
lukem
07ed891089 - WARNsify
- KNFify (a bit)
- use int32_t & u_int32_t instead of long and u_long
- clean up man pages a bit
1997-10-16 23:24:50 +00:00
lukem
b3f8f59032 - WARNsify
- KNFify (a bit)
- use int32_t & u_int32_t instead of long and u_long
- clean up man pages a bit
1997-10-16 23:24:18 +00:00
mikel
0ed58c18f2 fix typo in CLEANFILES 1997-10-16 08:26:50 +00:00
lukem
c518f62858 - compile common code once (into libcommon.a), and link that in.
cut's compilation time by half!
- build a common version.c in libcommon.a
- don't build version.h - nothing uses it
- comment out the ifdef INFO and -DINFO stuff - it's always compiled in
- XXX: don't compile mopprobe with -DNODL (which actually changes the
  compilation of stuff in common/*). nothing else does this, and it
  meant that mopprobe would have had different behaviour. if this behaviour
  is desired, a workaround can be put in place
1997-10-16 07:36:12 +00:00
lukem
29689d8440 clean up previous 1997-10-16 05:22:37 +00:00
lukem
f0923775df fix race condition when building libamu with make -j 1997-10-16 05:18:41 +00:00