jmg
76e2f9acd9
change -I/sys to -I${.CURDIR}/../../sys
1997-08-22 14:00:57 +00:00
sos
c66fad14a2
Activate libvgl
1997-08-22 13:20:03 +00:00
peter
1ba1e07209
Update to pppd-2.3.1, except for the CLOCAL changes while running the
...
connect script to main.c that can cause problems on bsd-style tty systems.
1997-08-22 12:03:57 +00:00
peter
06ac8bc3a1
Some fixes from Bruce:
...
- don't access time (a volatile) via struct copy.
- merge botches
- note risk of CCOUNT accessing *tp outside spltty().
Submitted by: bde
1997-08-22 11:34:08 +00:00
asami
cfa61a9518
Add "distclean" to list of targets to descend into subdirs for.
1997-08-22 11:16:15 +00:00
ache
5908feb9fa
Replace uids comparison by issetugid() call
1997-08-22 11:14:53 +00:00
kato
df680a3c7b
Synchronize with sys/i386/i386/userconfig.c and sys/i386/isa/clock.c
...
revisions 1.89 and 1.100, respectively.
1997-08-22 08:12:14 +00:00
phk
7094638d9f
typo in comment.
1997-08-22 07:16:46 +00:00
peter
345eea963a
Fix missed optimisation in "Attic/" stripping code in $CVSHeader$
...
Submitted by: jdp
1997-08-22 06:59:08 +00:00
peter
824521f8bf
Fix a braino in the Attic/ removal code for $CVSHeader$ that originated
...
from XFree86. I think this was harmless, the strncmp happened always
rather than being optimised out.
Submitted by: jdp
1997-08-22 06:57:30 +00:00
charnier
40cf595fb5
Use err(3).
1997-08-22 06:53:00 +00:00
charnier
eaef137992
Was limited to 200 users. New entry is now allocated as needed.
...
Add usage().
Obtained from:OpenBSD.
1997-08-22 06:50:33 +00:00
peter
0c770f97ec
Add -R (rescan or refresh) option to rescan and rebuild the hints
...
file based on the previous list of directories stored there which
should overcome a weakness of the '-m' switch which can only add
libs. This is an ideal way of updating the hints list after adding
or removing a shlib since it will remove entries that are gone and
doesn't need to have all the directories spelled out each time.
(eg: rm -f /usr/lib/libtcl75*; ldconfig -R) This only works for
version 2 hints files (which we've been generating for a year or
so) which store the path.
1997-08-22 04:42:12 +00:00
dyson
042ae4067b
This is a trial improvement for the vnode reference count while on the vnode
...
free list problem. Also, the vnode age flag is no longer used by the
vnode pager. (It is actually incorrect to use then.) Constructive
feedback welcome -- just be kind.
1997-08-22 03:56:37 +00:00
jlemon
e9d26b3a32
Enable simultaneous use of -u and -p options. Release any resources before
...
calling post-processing script.
PR: 2864
Submitted by: Mike Spengler <mks@msc.edu>
1997-08-21 22:33:59 +00:00
jlemon
08d1bb10c8
Disallow empty arguments (eg: '') as process ids.
...
PR: 2631
Submitted by: Arne Henrik Juul <arnej@imf.unit.no>
1997-08-21 21:34:43 +00:00
gibbs
364b063170
Change restart_sequencer to be more robust by performing an explicit
...
pause before attempting to reset the sequencer address. Remove the
loop checking to see if the address has gone to zero since it is
unnecessary
Adjust the abort SCB timeouts back up to 2 seconds where they should
be.
Fix an oversight in the removal of the bus reset settle code where
we might not run the queue of completed commands.
Remove an unecessary call to ahc_run_done_queue in ahc_reset_current_bus.
Submitted by: Tor Egge <Tor.Egge@idi.ntnu.no>
1997-08-21 21:23:21 +00:00
bde
6be005551f
#include <machine/limits.h> explicitly in the few places that it is required.
1997-08-21 20:33:42 +00:00
bde
9b3b0bd641
Staticized.
1997-08-21 19:56:40 +00:00
bde
9ab18fdc9b
Police 4.4Lite #include style.
1997-08-21 19:55:49 +00:00
jlemon
953ff8643c
Convert nets specified with -i/-n to network byte order.
...
PR: 3906, 3801
Submitted by: Bob Willcox <bob@luke.pmr.com>, Hiroya Tsubakimoto
1997-08-21 19:53:04 +00:00
bde
35caaa5c56
Removed unused definition.
1997-08-21 19:46:13 +00:00
bde
bd49ffc15a
Fixed off by 1 error.
1997-08-21 19:44:41 +00:00
bde
22cfa5fbad
Removed ifndef of AUTH_NONE. The conflict with login_cap.h was fixed
...
better by not defining AUTH_NONE in login_cap.h.
1997-08-21 19:31:04 +00:00
bde
941fd54212
Don't traverse subdirectories twice for normal installs.
1997-08-21 18:40:04 +00:00
bde
834e560c34
Fix and simplify installhdrs target. It didn't install the headers in
...
${HFILES} and it's simpler to install the non-headers in ${XFILES}.
1997-08-21 18:33:13 +00:00
brian
c894cfa736
Update version number to 1.02 so that I can tell what
...
people are running
1997-08-21 17:20:00 +00:00
brian
3645067038
Update doc to use MYADDR in ppp.conf.
1997-08-21 17:16:21 +00:00
brian
225778b10c
Allow the use of HISADDR & MYADDR in ppp.conf.
1997-08-21 17:07:30 +00:00
brian
263a0e79cc
Add "set loopback on|off", defaulting to "on".
...
This tells ppp to loopback packets addressed to
the ppp interface IP coming *from* the tun
device.
This means that you can ping the tun interface IP
from inside :-)
1997-08-21 16:21:39 +00:00
brian
4d5bf5e750
Correct online usage message for "set ? stopped"
1997-08-21 16:18:07 +00:00
bde
d4088a1d8c
Split beforeinstall target so that headers can be installed without
...
installing data files.
1997-08-21 16:14:34 +00:00
bde
f4b3a54dfb
Backed out previous commit. mp.h is installed from libmp and should not
...
be installed from here.
1997-08-21 15:51:51 +00:00
bde
62b45088ca
Added directories in the includes target so that it installs
...
everything that a full install would (modulo bugs in rpcsvc/Makefile).
The missing things weren't used (except for mp.h from libmp), but
there are relatively few of them and it's easier to be complete.
1997-08-21 15:43:54 +00:00
bde
a31580267d
Restored rev.1.122, which was clobbered by copying from -stable in
...
rev.1.134.
Split long lines.
1997-08-21 15:16:07 +00:00
jmg
ea8e714322
make lkm/if_ppp build again.. opt_ppp.h is needed again...
...
similar fix to one provided in pr4348
Closes PR#4348
1997-08-21 10:17:29 +00:00
kato
1dcee24a4f
Synchronize with sys/i386/i386/machdep.c, trap.c and
...
sys/i386/isa/npx.c revisions 1.257, 1.107 and 1.52, respectively.
1997-08-21 10:13:12 +00:00
jmg
7e95ba029e
fix a problem with headers not being installed properly... basicly the
...
installhdrs target was not being propagated to the subdirs...
also fix rpcsvc's Makefile to have a installhdrs target to install the
headers..
1997-08-21 09:29:49 +00:00
fsmp
b4679bb701
Get le_intr decl from sys/conf.h
1997-08-21 09:01:00 +00:00
fsmp
31a7d47527
Yank the casts.
1997-08-21 08:42:59 +00:00
kato
95c812f7d4
3c509.c was identical to kzipboot/unzip.c. I just copied it from
...
i386/boot/netboot/3c509.c. PC-98 support will be added near future.
Submitted by: Tor Egge <Tor.Egge@idi.ntnu.no>
1997-08-21 08:34:47 +00:00
fsmp
3a47df38a2
Reorder function decls alphabetically.
1997-08-21 08:31:41 +00:00
obrien
012febea2a
Added to RELENG_2_2 via tagging.
1997-08-21 08:26:55 +00:00
kato
708883667e
Synchronize with sys/i386/isa/sio.c revision up to 1.177.
1997-08-21 08:25:13 +00:00
kato
f0e46d1c6d
Synchronize with sys/i386/isa/isa.c revision 1.101.
1997-08-21 08:24:19 +00:00
kato
fc90e7c8fe
Synchronize with sys/i386/isa/clock.c revision 1.99.
1997-08-21 08:23:52 +00:00
fsmp
336363fe28
Forward declaration for the intr routine, avoids compiler warning.
1997-08-21 07:55:10 +00:00
fsmp
e657c8ade4
Add several casts and include several header files to eliminate compiler
...
warnings.
1997-08-21 07:36:44 +00:00
fsmp
d4c3e294fb
Add a cast to eliminate a compiler warning.
1997-08-21 07:35:23 +00:00
danny
dfd8a56d45
Bring comment on '-a' flag in line with reality.
1997-08-21 07:30:08 +00:00