Peter Wemm
fa0913efdb
compensate for res_send <-> __res_send changes
1997-06-27 08:35:13 +00:00
Peter Wemm
4ebe87f9cc
merge in bind-4.9.6 changes (only effect is __res_send #define reverted)
1997-06-27 08:32:38 +00:00
Peter Wemm
6c5aff806e
Merge in bind-4.9.6 resolver changes. Note that they resolve the
...
overflow problem differently.
1997-06-27 08:22:03 +00:00
Peter Wemm
11e226045a
This commit was generated by cvs2svn to compensate for changes in r26971,
...
which included commits to RCS files with non-trunk default branches.
1997-06-27 07:25:32 +00:00
Peter Wemm
0bf958b1eb
Clean (trimmed down) import of bind-4.9.6 onto vendor branch. This is
...
to buy time to allow v8.1.1 to be done right rather than rushing it.
1997-06-27 07:25:32 +00:00
John Hay
8f65b5944d
Removed the #ifdef IPXERRORMSGS'ed code. Fix a lot of style errors that I
...
introduced with the previous commit.
Style fixes Submitted by: Bruce Evans <bde@FreeBSD.ORG>
1997-06-26 19:36:03 +00:00
Alexander Langer
ee97e537f7
More comment cleanup.
1997-06-26 17:12:59 +00:00
Alexander Langer
09c8ff4a78
Typo police.
1997-06-26 16:13:56 +00:00
Alexander Langer
2c39c8177b
Style fix my previous commit.
1997-06-26 16:12:53 +00:00
KATO Takenori
9679e98125
Synchronize with sys/i386/isa/clock.c and isa.c revisions 1.88 and
...
1.93, respectively.
1997-06-26 14:49:25 +00:00
Philippe Charnier
c39208571b
Use err(3) instead of local redefinition.
1997-06-26 11:26:20 +00:00
Philippe Charnier
74732c5e08
Add usage(). Put program name in bold in the man page.
1997-06-26 11:25:17 +00:00
Philippe Charnier
d12666263b
Remove use of progname. Add usage().
1997-06-26 11:23:47 +00:00
Philippe Charnier
f771f05273
Correct usage string. Program name converted to bold in man page.
1997-06-26 11:22:12 +00:00
Tor Egge
b672570754
Back out a bad commit.
1997-06-26 02:04:34 +00:00
Tor Egge
932c8934e8
Clear nfs_iodwant[myiod] when the nfsiod process exits due to a signal.
1997-06-25 21:07:26 +00:00
Tor Egge
8b2178f15c
Treat no match as a failure. This is the normal behaviour on SunOS.
1997-06-25 21:02:12 +00:00
Steve Passe
8b16756603
Merged/renamed functions:
...
- get_isa_apic_mask() -> isa_apic_mask()
- get_isa_apic_irq() && get_eisa_apic_irq() -> isa_apic_pin()
- get_pci_apic_irq() -> pci_apic_pin()
1997-06-25 21:01:52 +00:00
Steve Passe
293f18dbbf
Modified to use merged/renamed functions:
...
- get_isa_apic_mask() -> isa_apic_mask()
- get_isa_apic_irq() && get_eisa_apic_irq() -> isa_apic_pin()
1997-06-25 21:00:00 +00:00
Steve Passe
89e4e0c098
Modified to declare merged/renamed functions:
...
- get_isa_apic_mask() -> isa_apic_mask()
- get_isa_apic_irq() && get_eisa_apic_irq() -> isa_apic_pin()
- get_pci_apic_irq() -> pci_apic_pin()
1997-06-25 20:59:15 +00:00
Tor Egge
a58930d8a9
Fill in parent process id when reading process information from a
...
memory dump. This fixes one of the problems noted in PR kern/3581.
1997-06-25 20:56:48 +00:00
Steve Passe
91f7398bca
Modified to use renamed get_pci_apic_irq() -> pci_apic_pin() function.
1997-06-25 20:56:29 +00:00
Tor Egge
7bcc0f3d66
Allow the kernel configuration file to override the amount of memory
...
available to the kernel (VM_KMEM_SIZE). The default (32 MB) is too low
when having 512 MB or more physical memory in a server environment. This is
relevant on systems where "panic: kmem_malloc: kmem_map too small" is a
problem.
1997-06-25 20:18:58 +00:00
Tor Egge
a4ec81c7d0
Allow kernel configuration file to override PMAP_SHPGPERPROC. The default
...
value (200) is too low in some environments, causing a fatal
"panic: get_pv_entry: cannot get a pv_entry_t". The same panic might
still occur due to temporary shortage of free physical memory
(cf. PR i386/2431).
1997-06-25 20:07:50 +00:00
Tor Egge
9facf4a0d9
Block some interrupts during the call to pmap_zero_page in
...
vm_page_zero_idle. This fixes some occurences of the problem
reported in PR kern/3216: "panic: pmap_zero_page: CMAP busy"
1997-06-25 19:49:45 +00:00
Brian Somers
4ef16f24f2
Add "set server" to control the server socket.
...
Catch SIGUSR1 to re-init listening socket.
Document signal behaviour.
Add missing '\n's to LogPrintf(LogWARN,...)
Main() returns int not void.
AF_LOCAL ideal suggested a long time ago by: joerg
1997-06-25 19:30:05 +00:00
Tor Egge
7a1d27b301
Introduce an advisory exclusive lock on the scsi link structure.
...
Change sd_open, sd_close and sd_ioctl to use this lock to ensure
serialization of some critical operations, thus avoiding some
race conditions. Ideas picked from NetBSD (ccd and sd devices).
This fixes one of the problems noted in PR kern/3688.
Reviewed by: "Justin T. Gibbs" <gibbs@plutotech.com>
1997-06-25 19:07:43 +00:00
Andrey A. Chernov
048be6a261
Comment out rc.conf picking by default
1997-06-25 15:15:13 +00:00
Andrey A. Chernov
083b81e8e7
Add . /etc/rc.conf to pick variables
1997-06-25 12:17:17 +00:00
Paul Traina
edbecb639b
Execute rc.local in a subshell instead of sourcing it.
...
Requested by: dima
1997-06-25 11:48:47 +00:00
Mike Smith
e3144c3932
Pull histedit.h out, it lives in /usr/src/include, not here.
1997-06-25 09:49:06 +00:00
Mike Smith
750520a18c
Update histedit.h to match the new libedit.
...
Obtained from: NetBSD
1997-06-25 09:47:31 +00:00
Mike Smith
5fc864b26d
Import substantial improvements to ftp(1) from NetBSD, largely the
...
work of Luke Mewburn.
This includes, but is not limited to :
- commandline editing and history.
- local and remote filename completion.
- a new progress display.
- the ability to access files using either the ftp or http protocols,
and use http proxies for ftp transfers.
The FreeeBSD "restricted ports" functionality was preserved.
Obtained from: NetBSD
1997-06-25 08:56:46 +00:00
Doug Rabson
3d0f68fc7d
Avoid small synchronous writes when an application does lots of random-access
...
short writes within a block (e.g. ld).
1997-06-25 08:35:41 +00:00
Doug Rabson
9069581b0e
Make nfs_lookup return a NULLVP on error so that DIAGNOSTIC kernels don't
...
panic.
1997-06-25 08:32:33 +00:00
Mike Smith
38ec47c346
Add extra test functionality.
...
Obtained from: NetBSD
1997-06-25 08:14:45 +00:00
Mike Smith
bd5176cb38
Update libedit with changes from NetBSD. Includes history load/save,
...
some buffer overflow guards and some stylistic cleanups.
Also adds manpages.
Obtained from: NetBSD
1997-06-25 08:14:24 +00:00
Mike Smith
4ce2d5b5b5
Add stringlist functions from NetBSD. (required for the new ftp(1)
...
Obtained from: NetBSD
1997-06-25 08:05:03 +00:00
Mike Smith
cf44448e71
Add stringlist functions from NetBSD. (required for the new ftp(1)
...
Obtained from: NetBSD
1997-06-25 08:04:52 +00:00
Joerg Wunsch
e16ed08126
Don't ever allow lowering the securelevel at all. Allowing it does
...
nothing good except of opening a can of (potential or real) security
holes. People maintaining a machine with higher security requirements
need to be on the console anyway, so there's no point in not forcing
them to reboot before starting maintenance.
Agreed by: hackers, guido
1997-06-25 07:31:47 +00:00
Philippe Charnier
f8a42d82e9
Update manpage to newer version. Use err(3).
1997-06-25 07:02:03 +00:00
Philippe Charnier
9fc081a49e
Free a malloc'ed variable before exiting. Compute line number when parsing
...
input file, it helps finding errors.
Obtained from: OpenBSD.
1997-06-25 06:59:55 +00:00
Dima Ruban
dd2fff2e25
Fix krb5_prop entry.
...
Pointed-by: Bill Fenner
1997-06-25 04:36:30 +00:00
Dima Ruban
cc01e655f4
Add krb5_prop service (kerberos v5 prop).
...
It's on the same port as for v4 but requires different name.
1997-06-25 03:19:31 +00:00
Dima Ruban
74a12021c0
sh /etc/rc.local -> . /etc/rc.local
1997-06-25 03:12:12 +00:00
Brian Somers
2126fb65a3
Allow shell commands (still run as original user)
...
unless defined out - including while a telnet
session with a -auto ppp is in effect. If you
don't create ppp.secrets, you deserve what you
get.
telnet connection capabilities will be configurable
per system soon.
Suggested by: Terry Dwyer <tdwyer@omen.net.au>
1997-06-25 02:04:35 +00:00
Sean Eric Fagan
61ef57aaf2
Do The Right Thing when an iBCS2 program does getgroups(0, whatever) -- we
...
were returning EFAULT, when it is a completely acceptable thing to do.
Also, at the same time, be a *bit* optimizing and don't allocate any
"stackgrap" memory if we're not going to use it.
This is another Oracle-discovered problem.
Submitted by: Steven Wallace
1997-06-25 01:01:21 +00:00
Jordan K. Hubbard
4731faa312
YAMF22
...
Submitted by: pst
1997-06-24 23:08:18 +00:00
Dima Ruban
a9196dd6b1
Add missing '.'
1997-06-24 22:36:42 +00:00
Jordan K. Hubbard
bcd1c7cec0
Yeesh! Some of this stuff I yanked out of the makefiles without
...
reviewing closely enough (and, as a result, proflibs and dict suffered).
Fix.
1997-06-24 21:53:33 +00:00