Peter Wemm
5021f7402d
Initial bmake scaffolding for ipfilter userland stuff.
...
Obtained from: large chunks stolen from OpenBSD and NetBSD
1998-03-21 13:53:18 +00:00
Jordan K. Hubbard
40917faa6f
MF22: install correct kernel
1998-03-21 02:08:52 +00:00
Jordan K. Hubbard
2be6f70cf6
MF22: create raw slice entries.
1998-03-20 23:39:57 +00:00
Jordan K. Hubbard
e5610c61ba
Ack, fix typo in last commit.
1998-03-20 18:26:04 +00:00
Jordan K. Hubbard
8ff4186a6f
My face is red - make the code for creating slices actually work now.
1998-03-20 18:07:02 +00:00
Bruce Evans
45f74f2970
Don't use beforedepend to complicate and break things. Just put
...
generated source files in SRCS.
1998-03-20 12:20:43 +00:00
Tatsumi Hosokawa
7d0ec55f03
Some parameter was left uninitialized when the card with incomplete
...
"Version 1" CIS tupple is plugged after normal card.
1998-03-20 04:49:19 +00:00
Bruce Evans
ee09b4f65e
Don't use the beforedepend target. It was a no-op here except for
...
helping bsd.dep.mk break `make -jN depend'.
1998-03-19 15:12:05 +00:00
Jordan K. Hubbard
df87ad2d33
correct checks for "already written" case.
1998-03-19 15:07:20 +00:00
Jordan K. Hubbard
75ea99e2df
Add noatime option to new filesystems to speed up initial extraction.
...
Suggested by: bde
1998-03-19 15:02:09 +00:00
Philippe Charnier
5e80730948
Use .An/.Aq.
1998-03-19 07:40:27 +00:00
Tim Vanderhoek
41c01ead61
MF22: Remove confusing comma
1998-03-18 16:21:55 +00:00
Jordan K. Hubbard
95742f4173
1. If device node already exists, don't gratuituously try to make it
...
again.
2. Don't create slice entries when running multi-user; it adds far too
much to sysinstall's startup time. User is expected to have correct
slice entries after system is installed.
1998-03-16 14:33:18 +00:00
Bruce Evans
45a0558c0a
Don't build an unused obj dir.
...
Install all files in one step.
De-bogotified the .includes.
1998-03-16 11:46:09 +00:00
Eivind Eklund
ed69bf333d
Add message when using obsolete command line option.
...
Suggested by: joerg
1998-03-16 11:19:10 +00:00
Eivind Eklund
c92868ac7b
Style & message change.
...
Submitted by: bde
1998-03-16 11:15:45 +00:00
Brian Somers
611f9a1b62
Cosmetic: .Dq -> .It
1998-03-16 07:33:57 +00:00
Jordan K. Hubbard
1860722c6b
Fix some bogons with variable handling.
1998-03-15 19:30:49 +00:00
Jordan K. Hubbard
09b58bbc77
Reformatting, more sanity checks.
1998-03-15 17:10:17 +00:00
Jordan K. Hubbard
9f5f4b12f4
When doing "make unders", also remember to make entries for
...
any slices that exist.
1998-03-15 16:15:47 +00:00
Paul Traina
07d95a3e31
Add "-F" (force) flag to newsyslog.
...
Submitted by: Terry Lambert <terry@freebsd.org>
1998-03-14 22:28:25 +00:00
John Birrell
1a1536c132
Some things only work on i386.
...
Removed unsupported machines.
1998-03-13 19:43:12 +00:00
Jordan K. Hubbard
60decb9cbc
Add Danish mirrors.
...
Submitted by: phk
1998-03-13 11:30:44 +00:00
Jordan K. Hubbard
bd002b6bd8
Be careful not to spam ld.so.hints in multi-user case.
...
Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
1998-03-13 11:12:53 +00:00
Jordan K. Hubbard
ea31e8b2d6
Fix bogusly shadowed variable.
...
Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
1998-03-13 11:09:03 +00:00
Brian Somers
1baf87502e
Correct #ifdef for __FreeBSD__ < 3
1998-03-13 03:24:05 +00:00
Brian Somers
70a91e4c40
Add missing include
1998-03-13 01:55:47 +00:00
Brian Somers
c4c4aaacea
Add extraneous braces to stiffle warnings from gcc-2.8
1998-03-13 01:36:10 +00:00
Brian Somers
6b58627302
MFMP: Don't send LQRs when the peer has LCP REJ'd them. Send
...
ECHO LQRs instead.
1998-03-13 00:55:16 +00:00
Kazutaka YOKOTA
f82812a2cf
- Describe the -I option in the man page.
...
- Add the -I option in the usage line.
1998-03-12 15:00:06 +00:00
Eivind Eklund
fa1457be94
Style police.
1998-03-12 12:54:25 +00:00
Brian Somers
f830032fc8
o Fix a few comment typos.
...
o Fix ``set timeout'' usage message and documentation.
o Change ifOutPackets, ifOutOctets and ifOutLQRs to `u_int32_t's
so that they wrap correctly.
o Put the LQR in network byte order using the correct struct size
(sizeof u_int32_t, not sizeof u_long).
o Wrap LQR ECHO counters correctly.
o Don't increment OutLQR count if the last LQR hasn't been replied
to.
o Initialise HisLqrData (last received LQR) in StartLqm.
o Don't start the LQR timer if we're `disabled' and `accepted'.
o Generate LQR responses when both sides are using a timer and
we're not going to send our next LQR before the peers max timeout.
LQR should now be fully functional.
1998-03-12 02:23:42 +00:00
Jordan K. Hubbard
319e22e578
Update man page to note that idleprio can't be used by normal
...
users either.
1998-03-12 01:29:12 +00:00
Jordan K. Hubbard
1a8a1188c0
Correct misfeature with quoting, better error reporting.
1998-03-10 17:24:08 +00:00
Jordan K. Hubbard
beb1c32dd3
MF22: installEnvironment() fix, reshuffle, vidcontrol on correct vty.
1998-03-10 13:42:05 +00:00
Jordan K. Hubbard
5dad274682
Update to XFree86 3.3.2 - I had to remove the entries for the VFB and
...
PRT servers since the extra PC98 servers have eaten all my flag bits.
Time to redo the way distribution masks are calculated, definitely, but
for now I guess people can always install those two components by hand
if they really want them.
1998-03-10 02:37:29 +00:00
Jordan K. Hubbard
9f8db01318
Remove deprecated XIG support - that project never
...
happened.
1998-03-09 15:01:02 +00:00
Andrey A. Chernov
140aed06db
Fix RFC number 1544 -> 1644
1998-03-09 14:24:21 +00:00
Jordan K. Hubbard
739a141cfb
Make a /var/run directory before starting ppp so that it doesn't
...
complain.
1998-03-09 08:57:22 +00:00
Jordan K. Hubbard
6408ef3c4a
Allow -R and -h to be combined as long as no symlink-following flags
...
are also requested.
Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
1998-03-09 08:54:31 +00:00
Jordan K. Hubbard
dd3a83ba63
MF22: nuke compat slice for root.
1998-03-09 08:39:46 +00:00
Tatsumi Hosokawa
bc01c37da5
Reviewed by: mike@smith.net.au
...
Submitted by: nate@mt.sri.com
Removed global variables. (and style(9) fix.)
1998-03-09 05:18:59 +00:00
Brian Somers
748496456a
Explicitly call caused' an
int'.
...
Sugested by: gcc-2.8
1998-03-08 23:39:33 +00:00
Bruce Evans
3d1442be99
Added forgotten new file for -Lfoo -lbar' ->
foo/bar.a' change.
1998-03-08 00:19:19 +00:00
Bruce Evans
0b8a3ff790
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
Bruce Evans
b5f50e3158
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
Bruce Evans
06c779979a
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
Bruce Evans
15d0bb0b98
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
Jordan K. Hubbard
7b60e55263
Add -I flag.
...
Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
1998-03-07 09:03:43 +00:00
Jordan K. Hubbard
7f2c35c3f8
Add a mouse configuration menu.
...
Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
1998-03-07 08:59:32 +00:00
Bruce Evans
6dd8984675
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
Bruce Evans
073065dcc7
Fixed `make -jN' for large N, as usual.
1998-03-06 15:02:45 +00:00
Bruce Evans
df3175a04b
Fixed `make -jN' for large N, as usual. Too usual for yp programs.
1998-03-06 14:51:35 +00:00
Bruce Evans
8f15ebc49d
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
Bruce Evans
2f8bfc23cd
Fixed `make -jN' for large N, as usual.
1998-03-06 14:40:42 +00:00
Bruce Evans
f6a23c4c2c
Fixed `make -jN' for large N, as usual.
1998-03-06 14:34:47 +00:00
Jordan K. Hubbard
8f85722f98
MF22: various doc bogons noticed.
1998-03-06 07:23:08 +00:00
Bruce Evans
3f9035b74a
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
Kazutaka YOKOTA
36b1e17db4
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 Somers
4f2ef57437
Use the correct device name in -direct mode.
1998-03-06 00:35:30 +00:00
Guido van Rooij
2dbace9154
bit_nset was not correctly used.
1998-03-02 20:51:06 +00:00
Guido van Rooij
8393eb700a
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
James Raynard
194787f381
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
Tatsumi Hosokawa
cf76d25ad9
Removed a confusing "#if 0 ... #endif".
1998-02-27 09:47:36 +00:00
Tatsumi Hosokawa
07131beb35
Removed "#define EXTERN" because this file doesn't have main().
1998-02-27 08:40:53 +00:00
Tatsumi Hosokawa
1b39ab6931
Moved main() to a new file (pccardd.c).
1998-02-27 08:19:25 +00:00
Tatsumi Hosokawa
d50ea5b440
Removed unused #include and unneccesary comments.
1998-02-27 08:00:18 +00:00
Tatsumi Hosokawa
26e41202ec
"pccardc dumpcis" does not need write permission of /dev/card?.
1998-02-27 07:27:27 +00:00
Nate Williams
f8a88fe654
- <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
Tatsumi Hosokawa
88aa4bcb73
added "rdattr" (read attribute memory) function.
1998-02-26 14:36:01 +00:00
Paul Traina
ffb7094ed2
Make maxchild and max child-per-minute default values configurable from
...
the command line or Makefile.
1998-02-24 21:55:14 +00:00
Andrey A. Chernov
28c576007e
Add DESTDIR to afterinstall
...
Submitted by: jhay
1998-02-24 10:24:22 +00:00
Andrey A. Chernov
d1877a4c4e
Oops, back out DESTDIR addition, handled automatically by bsd.prog.mk
1998-02-24 10:15:33 +00:00
Bruce Evans
7ffc1f408b
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
Andrey A. Chernov
c4040ee87d
Add missing DESTDIR
1998-02-23 09:15:01 +00:00
Jordan K. Hubbard
d1abbfc040
Edit a message so that people stop sending me weird emails. :)
1998-02-22 09:54:17 +00:00
Bill Paul
32b14f697c
*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
Tatsumi Hosokawa
96b54d7736
Updated my e-mail addresses.
1998-02-20 07:17:48 +00:00
Bill Paul
98df2816d1
Arghhh.... another missing backslash. Yes, I feel stupid.
1998-02-20 04:00:48 +00:00
Guido van Rooij
5160056952
Reenable building of /etc/passwd.
...
Pointed out by: "Julie M. Juracich" <julie@xaqti.com>
1998-02-19 08:12:11 +00:00
Philippe Charnier
48dc1a0052
Convert to mdoc + typos.
1998-02-19 08:05:46 +00:00
Brian Somers
45ad566f11
MFMP: Allow 8 character login names.
...
Do the login()/logwtmp()/logout() as id 0.
1998-02-19 02:10:13 +00:00
Eivind Eklund
654377748d
Style police service brought to you by: bde
1998-02-19 00:51:49 +00:00
Eivind Eklund
69fb03342f
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 Somers
cb46a0a945
MFMP: LogWARN rather than LogERROR when we can't create
...
our diagnostic socket.
1998-02-18 20:40:32 +00:00
Brian Somers
d0bb2cddc7
Don't leak memory when the peer sends PROTO_COMPD packets
...
without negotiating compression first.
1998-02-18 19:38:43 +00:00
Mike Smith
e63dcf46f3
Disconnect (nonexistent) qcamcontrol
...
Submitted by: pst
1998-02-18 13:48:37 +00:00
Mike Smith
9cacb2b573
Remove qcam support programs.
...
Submitted by: pst
1998-02-18 13:46:23 +00:00
Eivind Eklund
b272cc1e22
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
Bill Paul
9ac2a83a11
Doh! Replace backslash that got eaten by gremlins in the last commit.
1998-02-18 04:11:49 +00:00
Guido van Rooij
cf5643238e
Apparently, if fprintf() fails, it can return any negative value
...
Pointed out by: Bruce
1998-02-16 19:08:18 +00:00
Jordan K. Hubbard
79af7eafa8
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
Guido van Rooij
1aa9837c94
Check return values of fprintf, fclose (this one is overdone I guess)
...
and pw_db->close.
PR: 4202 (probably, I askd the submitter)
Obtained from: OpenBSD
1998-02-15 22:31:40 +00:00
Steve Price
1b95182f20
Clarify the -batch arguments.
...
PR: 5677
Submitted by: Adrian Filipi-Martin <adrian@virginia.edu>
1998-02-14 22:55:23 +00:00
Steve Price
137db389ed
Overhaul this manpage - removing typos, awkward phrasing, and addressing
...
a few technical faults.
PR: 5692
Submitted by: dannyman@arh0300.urh.uiuc.edu
1998-02-14 18:33:37 +00:00
Jordan K. Hubbard
80e35f1859
MF22: correct bogus failure return.
1998-02-13 08:01:01 +00:00
Bill Paul
f44298df59
Close PR #2206 : fix the services.byname target so that it can handle
...
/etc/services entries with any protocol instead of just udp and tcp.
Rather thani having the awk script explicitly search for 'udp' or 'tcp'
in the second field using index(), use split() to break up the field
at the '/' character if it exists, which extracts the protocol from
the field no matter what it is.
PR: 2206
1998-02-13 03:38:41 +00:00
Kazutaka YOKOTA
aa1f0f51b6
Add an entry for the Brazilian keymap with accent key definitions
...
in the keymap menu.
1998-02-12 17:53:19 +00:00
Wolfram Schneider
27f8f85b7e
pwd_mkdb option '-c' was renamed to -C some weeks ago.
...
PR: bin/5715
Submitted by: dannyman <dannyman@arh0300.urh.uiuc.edu>
1998-02-11 23:31:24 +00:00
Bill Paul
0d15a95009
Fix a bug in the database handle caching. This has to do with the way the
...
underlying database code works. When dealing with first/next queries, you
have the notion of a database 'cursor,' which is essentially a file pointer
for the database. To select the first entry, you do a fetch with the
R_FIRST flag set, then you can use the R_NEXT flag to enumerate the other
entries in the database. Unfortunately, doing a direct fetch with no flag
does _not_ set the 'cursor,' so you can't do a direct fetch and then
enumerate the table from there.
The bug is that cached handles generated as the result of a YPPROC_MATCH
were being treated as though they were the same as handles generated by
a YPPROC_FIRST, which is not the case. The manifestation is that if you
do a 'ypmatch first-key-in-map map' followed by a yp_first()/yp_next()
pair, the yp_first() and yp_next() both return the first key in the
table, which makes the entry appear to be duplicated.
A couple smaller things since I'm here:
- yp_main.c and yp_error.c both have a global 'int debug' in them.
For some reason, our cc/ld doesn't flag this as a multiply defined
symbol even though it should. Removed the declaration from yp_main.c;
we want the one in yp_error.c.
- The Makefile wasn't installing ypinit in the right place.
1998-02-11 19:15:32 +00:00