brian
762d9b5e3c
Explicitly call caused' an
int'.
...
Sugested by: gcc-2.8
1998-03-08 23:39:33 +00:00
bde
9261b686f3
Added forgotten new file for -Lfoo -lbar' ->
foo/bar.a' change.
1998-03-08 00:19:19 +00:00
bde
ab37e4723b
Set the input and output buffer sizes and the input buffer watermarks
...
dynamically depending on the line speed(s). This should give the old
sizes and watermarks until drivers are changed.
Display the input watermarks in pstat and sicontrol.
1998-03-07 15:36:29 +00:00
bde
d3607b7ed9
Use foo/bar.a' instead of
-Lfoo -lbar' for linking to static internal
...
libraries so that `ld -f' in can create correct dependencies for
yet-to-be-built libraries.
Get the default BINDIR correctly (by including ../Makefile.inc recursively.
Override the default it it is wrong.
Don't override defaults when the defaults are correct.
Don't give absolute paths to man page sources.
1998-03-07 09:49:12 +00:00
bde
2f15ee6724
Use foo/bar.a' instead of
-Lfoo -lbar' for linking to static internal
...
libraries so that `ld -f' in can create correct dependencies for
yet-to-be-built libraries.
Get the default BINDIR correctly (by including ../Makefile.inc recursively.
Override the default it it is wrong.
Don't override defaults when the defaults are correct.
1998-03-07 09:48:14 +00:00
bde
adad8e3b30
Use foo/bar.a' instead of
-Lfoo -lbar' for linking to static internal
...
libraries so that `ld -f' in can create correct dependencies for
yet-to-be-built libraries.
Get the default BINDIR correctly (by including ../Makefile.inc recursively.
1998-03-07 09:46:17 +00:00
jkh
6617de6e25
Add -I flag.
...
Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
1998-03-07 09:03:43 +00:00
jkh
75d39d7a55
Add a mouse configuration menu.
...
Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
1998-03-07 08:59:32 +00:00
bde
6682846885
Use foo/bar.a' instead of
-Lfoo -lbar' for linking to static internal
...
libraries, so that `ld -f' in can create correct dependencies for
yet-to-be-built libraries.
1998-03-07 08:55:00 +00:00
bde
1eec1ef17a
Fixed `make -jN' for large N, as usual.
1998-03-06 15:02:45 +00:00
bde
e8b7940ca2
Fixed `make -jN' for large N, as usual. Too usual for yp programs.
1998-03-06 14:51:35 +00:00
bde
a176b07ddd
Fixed `make -jN' for large N. version.h was missing from SRCS,
...
SRCS was disordered to work around the bug for plain `make', and
the version number was bumped twice by building two copies of
version.[ch] concurrently.
1998-03-06 14:47:53 +00:00
bde
919903f2b1
Fixed `make -jN' for large N, as usual.
1998-03-06 14:40:42 +00:00
bde
b0864038a9
Fixed `make -jN' for large N, as usual.
1998-03-06 14:34:47 +00:00
jkh
461239a13c
MF22: various doc bogons noticed.
1998-03-06 07:23:08 +00:00
bde
8609d653b2
Don't use the FreeBSD misfeature DPSRCS or give explicit dependencies
...
on generated headers. Just put generated headers in SRCS so that
bsd.*.mk can generate better dependencies.
1998-03-06 07:00:28 +00:00
yokota
372d0890a6
Add 4th button support for the "MouseMan" protocol. The latest
...
trackball model from Logitech has four buttons.
1998-03-06 03:09:31 +00:00
brian
5541d07a93
Use the correct device name in -direct mode.
1998-03-06 00:35:30 +00:00
guido
fb33e403b2
bit_nset was not correctly used.
1998-03-02 20:51:06 +00:00
guido
8b76f70d01
Fix use of bit_nclear. Amazing that we didn't get more complaints
...
about inserting 2 pcmcia cards.
1998-03-02 19:00:01 +00:00
jraynard
aaccbfd01d
Don't assume sigset_t and int are equivalent. Also, get
...
sigprocmask arguments the right way round.
1998-02-28 15:14:00 +00:00
hosokawa
68d701fa42
Removed a confusing "#if 0 ... #endif".
1998-02-27 09:47:36 +00:00
hosokawa
d746039957
Removed "#define EXTERN" because this file doesn't have main().
1998-02-27 08:40:53 +00:00
hosokawa
ffec1d6f3e
Moved main() to a new file (pccardd.c).
1998-02-27 08:19:25 +00:00
hosokawa
7dc5b867a8
Removed unused #include and unneccesary comments.
1998-02-27 08:00:18 +00:00
hosokawa
43502abbcd
"pccardc dumpcis" does not need write permission of /dev/card?.
1998-02-27 07:27:27 +00:00
nate
1587a18c3e
- <pccard/card.h> doesn't exist in -current, so use the include file
...
<pccard/cardinfo.h>. I don't know if this will compile, but at least
it's using an include file that exists.
Forgotten by: hosokawa
1998-02-27 05:12:48 +00:00
hosokawa
728f78d263
added "rdattr" (read attribute memory) function.
1998-02-26 14:36:01 +00:00
pst
b89888f153
Make maxchild and max child-per-minute default values configurable from
...
the command line or Makefile.
1998-02-24 21:55:14 +00:00
ache
7631a418b9
Add DESTDIR to afterinstall
...
Submitted by: jhay
1998-02-24 10:24:22 +00:00
ache
4062b72b6c
Oops, back out DESTDIR addition, handled automatically by bsd.prog.mk
1998-02-24 10:15:33 +00:00
bde
4410603cb4
Don't #include implementation header <machine/types.h> directly.
...
#include <sys/types.h> before the headers that depend on it.
1998-02-24 01:11:47 +00:00
ache
d7649e6694
Add missing DESTDIR
1998-02-23 09:15:01 +00:00
jkh
8521cad29e
Edit a message so that people stop sending me weird emails. :)
1998-02-22 09:54:17 +00:00
wpaul
932fd732a9
*sigh* I will not commit late at night. I will not commit late at night.
...
I will not commit late at night. I will not commit late at night.
I swear it's been Monday all week for me.
Apply proper fix for services target submitted by Andre Albsmeier
<andre.albsmeier@mchp.siemens.de>. Sorry for botching this that last
time, Andre. (Could have been worse: t least I didn't break the build.)
1998-02-21 18:14:30 +00:00
hosokawa
3ac086b2ac
Updated my e-mail addresses.
1998-02-20 07:17:48 +00:00
wpaul
d7895ddcdd
Arghhh.... another missing backslash. Yes, I feel stupid.
1998-02-20 04:00:48 +00:00
guido
e1ce88a831
Reenable building of /etc/passwd.
...
Pointed out by: "Julie M. Juracich" <julie@xaqti.com>
1998-02-19 08:12:11 +00:00
charnier
ac7a269d57
Convert to mdoc + typos.
1998-02-19 08:05:46 +00:00
brian
5b9c68270e
MFMP: Allow 8 character login names.
...
Do the login()/logwtmp()/logout() as id 0.
1998-02-19 02:10:13 +00:00
eivind
ab0c84a191
Style police service brought to you by: bde
1998-02-19 00:51:49 +00:00
eivind
d2daf125ee
Re-introduce '-n' - now a no-op for backwards compatibility only.
...
Requested by: David Quattlebaum <sasdrq@unx.sas.com>
1998-02-19 00:45:33 +00:00
brian
c30c1e89da
MFMP: LogWARN rather than LogERROR when we can't create
...
our diagnostic socket.
1998-02-18 20:40:32 +00:00
brian
4d644306f0
Don't leak memory when the peer sends PROTO_COMPD packets
...
without negotiating compression first.
1998-02-18 19:38:43 +00:00
msmith
2a88b53c7d
Disconnect (nonexistent) qcamcontrol
...
Submitted by: pst
1998-02-18 13:48:37 +00:00
msmith
892f7dbda1
Remove qcam support programs.
...
Submitted by: pst
1998-02-18 13:46:23 +00:00
eivind
6c500cca36
Make '-n' the default, and introduce a new flag '-r' to get old
...
behaviour. Also indicate which option(s) are unknown if there are any
old-style options.
1998-02-18 04:15:04 +00:00
wpaul
fb3f84b8bf
Doh! Replace backslash that got eaten by gremlins in the last commit.
1998-02-18 04:11:49 +00:00
guido
977c976366
Apparently, if fprintf() fails, it can return any negative value
...
Pointed out by: Bruce
1998-02-16 19:08:18 +00:00
jkh
7836fb80f5
Eliminate the idea of nested "playpens" entirely - it just obfuscated
...
the code and, in at least one case, made it more dangerous to no gain.
1998-02-16 17:16:51 +00:00