Commit Graph

12688 Commits

Author SHA1 Message Date
glass
fef68e571e install grog 1995-03-22 17:32:28 +00:00
glass
ea0108c8e9 make grog install properly 1995-03-22 17:30:04 +00:00
mycroft
04b12add73 Document the `resvport' option. 1995-03-22 17:18:01 +00:00
mycroft
13cd4fd01e Accept noconn' and resvport' mount options. Fix some slightly bogus option
parsing.
1995-03-22 17:15:08 +00:00
mycroft
dad7a18390 Use IPTOS_THROUGHPUT for passive mode data connection. 1995-03-22 16:55:35 +00:00
mycroft
b468ed3d00 Fix panic when an interface in promiscuous mode goes down and the BPF user
tries to turn off promiscuous mode.  From Lon Willett.
1995-03-22 16:08:32 +00:00
mycroft
dd94184a46 Remove uses of some deprecated functions. 1995-03-22 15:56:29 +00:00
mycroft
7f3235feb5 Use Peter's original (more sane) patch for the previous. 1995-03-22 15:49:18 +00:00
mycroft
67e80f483c Alphabetize. 1995-03-22 15:26:42 +00:00
mycroft
05fc3892b3 Use err*(3)/warn*(3). 1995-03-22 15:25:56 +00:00
mycroft
73ab328b89 Don't core dump on an illegal display type. Display a more specific error
message for an ambiguous type.
1995-03-22 15:20:31 +00:00
mycroft
5abce26266 Add a missing dependency. 1995-03-22 15:10:04 +00:00
mycroft
cdc420327d Don't do a DIOCWDINFO after already writing the label. 1995-03-22 09:14:34 +00:00
mycroft
6865b2589a Emulate the return value of times() better. 1995-03-22 05:24:47 +00:00
scottb
87005937ec add code to zero fill directory name buffer 1995-03-22 01:28:53 +00:00
jtc
745bba819b added prototype for qabs() 1995-03-22 01:08:31 +00:00
jtc
39469721f8 update minor number for new quad_t versions of abs and div 1995-03-22 00:58:07 +00:00
jtc
3b29974599 Added "long long" support %ll{d,x,o,i}. 1995-03-22 00:56:55 +00:00
jtc
7681b92c66 Enable qabs(), a quad_t version of abs() and labs(). 1995-03-22 00:36:52 +00:00
jtc
918d73c578 LDIV -> QDIV 1995-03-21 23:46:00 +00:00
jtc
bec46bcced add cross references to qdiv(3) 1995-03-21 23:22:17 +00:00
jtc
bfd7fc20d9 New function qdiv. Like div and ldiv, but works with quad_t's. 1995-03-21 23:12:35 +00:00
jtc
f442fd56dc Moved conditional #include of <sys/types.h> to near the top of file.
Defined qdiv_t typedef.
Declared qdiv function.
1995-03-21 23:08:14 +00:00
jtc
5091f60d44 ldiv takes long arguments 1995-03-21 22:54:50 +00:00
mycroft
ebeae88da2 Use POSIX signals. 1995-03-21 21:47:04 +00:00
jtc
d1a49b5d27 #include <machine/endian.h>. 1995-03-21 20:54:05 +00:00
mycroft
cef03fb4dd Fix length of LCP echo and echo reply. 1995-03-21 19:32:13 +00:00
mycroft
be82a25869 Use POSIX signals. 1995-03-21 18:48:41 +00:00
mycroft
7b38403c89 Use POSIX signals. 1995-03-21 18:35:32 +00:00
gwr
04446336b4 correct the file name 1995-03-21 16:22:25 +00:00
gwr
a59d9a4ac9 This is needed by the Xsun servers. 1995-03-21 16:19:57 +00:00
cgd
bd51185a18 from Lite 1995-03-21 15:59:39 +00:00
cgd
b6cfa5b154 from Lite 1995-03-21 15:48:18 +00:00
mycroft
3e417cced4 Use sigprocmask(), not sigsetmask(). 1995-03-21 15:40:16 +00:00
mycroft
3f6e0361e1 Allow the `.bss' pseudo-op. Remove some unneeded #ifdefs for
MANY_SEGMENTS.
1995-03-21 15:27:07 +00:00
cgd
101657d110 clean up import 1995-03-21 15:03:38 +00:00
mycroft
c39128a12d Remove dead externs. 1995-03-21 14:51:58 +00:00
mycroft
e3554fe598 Update to use timer{add,sub}(). 1995-03-21 14:42:59 +00:00
mycroft
29a8916e22 Update to use timer{add,sub}(). 1995-03-21 14:36:54 +00:00
mycroft
58b580b79b Remove unused tvsub(). 1995-03-21 14:29:14 +00:00
mycroft
feec0fc0c1 Make two variables non-static. 1995-03-21 14:22:38 +00:00
mycroft
e60255f2bc Update to use timer{add,sub}(). 1995-03-21 14:16:23 +00:00
mycroft
6faa350c7d Fix typo. 1995-03-21 14:05:36 +00:00
brezak
331f0252c6 Fix probing of slave devices and remove unneeded ffs()'s 1995-03-21 14:05:28 +00:00
mycroft
ffe9a4ccf0 Update to use timer{add,sub}(). 1995-03-21 13:55:23 +00:00
mycroft
62648a14f0 Clone from sleep(), with the logic for returning a value removed. 1995-03-21 13:50:32 +00:00
mycroft
d53dfd3d3c Minor changes. 1995-03-21 13:44:40 +00:00
mycroft
f75ba16b09 Update to use timer{add,sub}(). 1995-03-21 13:33:34 +00:00
mycroft
592f732f5a Make timeradd() and timersub() more generic, and remove the underscores. 1995-03-21 13:14:07 +00:00
cgd
c3290293b8 from Lite 1995-03-21 12:24:13 +00:00