Andrey A. Chernov
377da8e867
Optimize PathLocale handling.
...
Handle C/POSIX/"" properly.
Don't reset collate to C when it is unnecessary
1995-10-23 20:08:24 +00:00
Andrey A. Chernov
2d542a0868
Don't reset LC_TIME to C when it isn't neccessary
1995-10-23 19:52:43 +00:00
Steven Wallace
a5d49c1801
Add code to properly translate signal returned in status argument of wait4()
...
call for STOPPED and SIGNALED status (exit status identical).
1995-10-23 19:46:51 +00:00
Steven Wallace
f23c6d682b
Remove COMPAT_IBCS2 option.
...
Ibcs2 emulator no longer depends on owait() or any other hack to wait4().
1995-10-23 19:44:38 +00:00
Bruce Evans
8159bae9d0
Fix a sign extension bug that was unleashed by the previous change.
...
The total process time was sometimes 2^32 usec too large but that
wasn't a problem before because the time was bogusly truncated mod
2^32.
1995-10-23 19:05:50 +00:00
Andrey A. Chernov
76021f6637
Reset only one necessary LC_ variable
1995-10-23 18:51:29 +00:00
Peter Wemm
67f3063c0e
Attach dnsquery to Makefile
1995-10-23 16:44:22 +00:00
Peter Wemm
ecc3153d73
Make it compile..
...
This is part of bind-4.9.3, but was missed in previous imports. It replaces
the old nstest and nsquery programs.
1995-10-23 16:38:17 +00:00
Bill Paul
da7408fc6d
Add support for publickey.byname map (turned off by default since
...
we haven't imported the Secure RPC stuff yet).
1995-10-23 16:13:53 +00:00
Peter Wemm
d8ae52dc79
Merge beta26 changes
1995-10-23 16:07:56 +00:00
Bill Paul
99bf54399a
Eek! When we encounter a '+' or '-', the resulting action should be
...
'continue' rather than 'break'.
1995-10-23 16:03:41 +00:00
Bruce Evans
5fdb832498
Simplify the pseudo-argument removal changes by not optimizing for
...
the !COMPAT_43 case - use a common function even when there is no
`old' function. The diffs for this are large because of code motion
to restore the function order to what it was before the pseudo-argument
changes.
Include <sys/sysproto.h> to get correct args structs and prototypes.
The diffs for this are large because the declarations of the args structs
were moved to become comments in the function headers. The comments may
actually match the automatically generated declarations right now.
Add prototypes.
1995-10-23 15:42:12 +00:00
David Greenman
357ab62b03
Add -c to usage output.
1995-10-23 15:19:10 +00:00
Peter Wemm
fd39459a14
Merge beta26 changes
1995-10-23 14:07:51 +00:00
Peter Wemm
6bfa3896ed
This commit was generated by cvs2svn to compensate for changes in r11719,
...
which included commits to RCS files with non-trunk default branches.
1995-10-23 13:36:47 +00:00
Peter Wemm
471f05ab65
Import tools from bind-4.9.3-beta26 (update beta24)
1995-10-23 13:36:47 +00:00
Jordan K. Hubbard
f064a971a1
Reshuffle the network config code a little so that it's actually
...
usable. Also fix the package extraction code.
1995-10-23 13:19:51 +00:00
Peter Wemm
28f4b7853c
merge beta26 import conflicts
1995-10-23 12:59:29 +00:00
Peter Wemm
73ff7ba7fb
Import nslookup from bind-4.9.3-beta26 (update from beta24)
1995-10-23 12:14:29 +00:00
Poul-Henning Kamp
688444459d
Fix a missing arg to untimeout.
1995-10-23 12:05:24 +00:00
Peter Wemm
820a9e2403
Fold in conflict related changes after beta26 merge.
...
Also, update the man pages - they were very old and out of date.
1995-10-23 11:11:58 +00:00
David Greenman
b497f11592
Don't pre-processor define 'ident'. This has subtle consequences for people
...
who don't carefully consider their choice for the machine name. The same
functionality can still be had with an "option", so nothing is lost.
1995-10-23 10:29:11 +00:00
Peter Wemm
bb9011d0b7
Import BIND-4.9.3-beta26, replacing the older beta24.
...
There are some important bugfixes here, but nothing earth-shattering.
In particular, the Lame Delegation detection is massively sped up, meaning
that a lame server can be given up on in a few seconds, rather than taking
75 seconds. This will be a big win for large mailing list machines,
eg: freefall.
Note: this is a remote cvs import... Backups have been made.. :-)
Obtained from: Paul Vixie <paul@vix.com>
1995-10-23 09:59:18 +00:00
John Dyson
a91c5a7ecd
Get rid of machine-dependent NBPG and replace with PAGE_SIZE.
1995-10-23 05:35:48 +00:00
John Dyson
d559b36913
Remove of now unused PG_COPYONWRITE.
1995-10-23 04:29:39 +00:00
John Dyson
ff02cd98f2
Removal of unnecessary usage of PG_COPYONWRITE.
1995-10-23 04:28:59 +00:00
Ugen J.S. Antsilevich
7934237885
Support all the tcpflag options in firewall.
...
Add reading options from file, now ipfw <filename> will
read commands string after string from file , form of strings
same as command line interface.
1995-10-23 03:58:06 +00:00
John Dyson
e17bed1226
First phase of removing the PG_COPYONWRITE flag, and an architectural
...
cleanup of mapping files.
1995-10-23 03:49:43 +00:00
John Dyson
cd0402ec7a
Interface change for the VOP_GETPAGES -- missed in previous commits.
1995-10-23 02:55:55 +00:00
David Greenman
63017f04eb
Remove PG_W bit setting in some cases where it should not be set.
...
Submitted by: John Dyson <dyson>
1995-10-23 02:31:29 +00:00
Andrey A. Chernov
24c9187962
Use fake (empty) startup_setlocale for XPG4
1995-10-23 02:25:53 +00:00
John Dyson
2c4488fce3
Finalize GETPAGES layering scheme. Move the device GETPAGES
...
interface into specfs code. No need at this point to modify the
PUTPAGES stuff except in the layered-type (NULL/UNION) filesystems.
1995-10-23 02:23:29 +00:00
Andrey A. Chernov
9d45c3af90
Reduce static binaries bloat by splitting out normally unused
...
setinvalidrune()
1995-10-23 02:13:05 +00:00
Andrey A. Chernov
0975d201e0
libxpg4 added
1995-10-23 01:50:11 +00:00
Andrey A. Chernov
5b01b59e21
XPG4 hook
1995-10-23 01:45:42 +00:00
Andrey A. Chernov
350a3d3e48
Migrate from XPG4 to XPG3 (libxpg4 will be added soon)
...
Remove big part of my startup_setlocale hack.
Add missing manpage links.
1995-10-23 01:34:17 +00:00
David Greenman
b596ee8d4e
More improvements to the logic for modify-bit checking. Removed
...
pmap_prefault() code as we don't plan to use it at this point in time.
Submitted by: John Dyson <dyson>
1995-10-23 00:47:10 +00:00
Torsten Blum
7395d17b1b
fix a typo (IFNAMSIZE -> IFNAMSIZ)
...
Obtained from: the NetBSD bugs mailinglist
1995-10-23 00:46:07 +00:00
Jordan K. Hubbard
9e08ad4bbe
Don't use tar to add packages, use cpio in tar mode. Works better.
...
Make the apache setup try to load the package first..
1995-10-22 23:20:45 +00:00
Jordan K. Hubbard
bc0c499b2f
Fixes and updates.
1995-10-22 21:38:26 +00:00
Andrey A. Chernov
41ff067079
Fix 'upgrade' stuff, i.e. when make distrib-dirs runs not
...
on clean file system but for -current locale links upgrade.
1995-10-22 21:26:52 +00:00
Jordan K. Hubbard
0b518254c0
1. Add Coranth Gryphon's Apache WWW server setup screen.
...
2. Fix an infinite recursion bug in FTP retry. Tricky, this FTP install!
3. Add messaging routines for scripts.
4. Fix yet more bogons. I think I'm fixing them faster than they're growing,
but it's hard to say. I'm really glad we're throwing this code away for
2.2!
1995-10-22 20:15:07 +00:00
Andrey A. Chernov
afceae0c47
Wrong library was picked by ed
1995-10-22 20:14:13 +00:00
Poul-Henning Kamp
c98f3a0efa
Fix various bogosities.
1995-10-22 19:45:28 +00:00
Bruce Evans
6644bf3e9b
Undo the the changes in the previous revision (MANSRC now works right again).
...
Use ${INSTALL} instead of install.
1995-10-22 19:16:01 +00:00
Bruce Evans
1b88e35b80
Update to 4.4lite2 (clean up includes; initialize the name of the master
...
pty correctly (it was broken for calls to openpty() after the first
successful one)).
Obtained from: 4.4lite2
1995-10-22 19:11:12 +00:00
Poul-Henning Kamp
e3965e5b67
Remove the last trace of arptnew()
1995-10-22 19:07:58 +00:00
Bruce Evans
5e0a7c7c40
Removed unnecessary include of <sys/tty.h>. tty.h apparently once had
...
some user interfaces in it. It no longer does.
1995-10-22 18:52:23 +00:00
Bruce Evans
ee810ef23e
Update to 4.4lite2 (initialize arrow key data completely).
1995-10-22 18:49:04 +00:00
Bruce Evans
3b4058284e
Fixed lint from cc -Wall.
...
Cleaned up includes.
1995-10-22 18:43:26 +00:00