ume
39a8cfa146
- Sync with latest manpage of rtadvd.
...
- Ripped MIP6 related description out. MIP6 is not merged, yet.
Obtained from: KAME Project
2000-10-29 16:44:10 +00:00
dwmalone
1978e2e6ea
Make a few more mallocs use M_ZERO.
...
Submitted by: josh@zipperup.org
Submitted by: Robert Drehmel <robd@gmx.net>
Approved by: imp
2000-10-29 16:29:05 +00:00
gallatin
13581bd748
Unmask cypress ata controllers. This bug was hidden before
...
the addition of the serverworks isab support because the
cypress case was the last one in the switch
2000-10-29 16:27:40 +00:00
dwmalone
e401b83c31
Make malloc use M_ZERO in some more locations.
...
Don't check for a null pointer if malloc called with M_WAITOK.
Submitted by: josh@zipperup.org
Submitted by: Robert Drehmel <robd@gmx.net>
Approved by: bp
2000-10-29 16:14:28 +00:00
sumikawa
8cfaee4a94
Fix memory leak.
...
Obtained from: KAME
2000-10-29 16:10:48 +00:00
phk
ff5cdfae2d
Move suser() and suser_xxx() prototypes and a related #define from
...
<sys/proc.h> to <sys/systm.h>.
Correctly document the #includes needed in the manpage.
Add one now needed #include of <sys/systm.h>.
Remove the consequent 48 unused #includes of <sys/proc.h>.
2000-10-29 16:06:56 +00:00
des
9c7c34c6a0
Use CHECK_FLAG
2000-10-29 15:56:10 +00:00
nik
d2884243d9
Fix a typo in a date line. I wouldn't normally ignore MAINTAINER, but the
...
PR's been assigned to Warner since June.
PR: docs/18835
Submitted by: shirota@mbox.media.nagoya-u.ac.jp
2000-10-29 15:55:15 +00:00
des
0b058e3e71
Stricter error checking in the I/O functions.
2000-10-29 15:52:05 +00:00
nik
d4b00de32e
Link kbdmap.5 to keymap.5
...
PR: docs/19995 docs/20298
2000-10-29 15:49:03 +00:00
dwmalone
7d9d396fd5
Add the use of M_ZERO to some malloc calls.
...
Submitted by: josh@zipperup.org
Submitted by: Robert Drehmel <robd@gmx.net>
Approved by: gibbs
2000-10-29 15:47:16 +00:00
des
f8eaa3d801
Add CHECK_FLAGS, a macro for (safely) checking if a particular flag is set.
2000-10-29 15:45:31 +00:00
des
fdc38d445e
Insetad of using fileno(ftp) as stdin for tar, use a pipe and have the
...
parent pass the data received from the server to the child.
2000-10-29 15:39:51 +00:00
phk
f82e4ca62c
Weaken a bogus dependency on <sys/proc.h> in <sys/buf.h> by #ifdef'ing
...
the offending inline function (BUF_KERNPROC) on it being #included
already.
I'm not sure BUF_KERNPROC() is even the right thing to do or in the
right place or implemented the right way (inline vs normal function).
Remove consequently unneeded #includes of <sys/proc.h>
2000-10-29 14:54:55 +00:00
nik
38695be04c
.Xr to mount_ext2fs, mount_hpfs, mount_linprocfs, mount_nwfs, and
...
mount_std.
PR: docs/20369
Submitted by: bmah
2000-10-29 14:45:36 +00:00
n_hibma
a0c82949bf
Entry for umodem0 devices, 124.
2000-10-29 14:06:12 +00:00
phk
94a5006c9a
Remove unneeded #include <sys/proc.h> lines.
2000-10-29 13:57:19 +00:00
n_hibma
9c6b4f6aa9
Be explicit about the fact that you can only specify one IP address/hostname
2000-10-29 13:49:18 +00:00
asmodai
9e9653c21f
Break a line more appropriately.
2000-10-29 13:37:13 +00:00
asmodai
044e4712c9
Whitespace only commit.
2000-10-29 13:33:57 +00:00
asmodai
3dd1cb5ddf
Update the twe manpage to correspond with the latest source changes.
...
Submitted by: msmith
2000-10-29 13:31:24 +00:00
eivind
b94f208d17
Back out previous commit (MLINK malloc.conf.5 -> malloc.3).
...
This did not work correctly with whatis(1).
Issue brought up by: mpp
2000-10-29 13:20:24 +00:00
sos
80d128ca06
Add the ATA RAID device 'ar'.
2000-10-29 13:04:04 +00:00
des
0237382c52
Document FTP_PASSIVE_MODE and FTP_PASSWORD.
...
PR: docs/20626
Submitted by: nik
2000-10-29 12:58:08 +00:00
jedgar
14485f4b7a
Remove obsolete /dev/drum references
...
Reviewed by: alex, asmodai, billf
2000-10-29 12:19:52 +00:00
dougb
f3bbf2484d
The previous commit had the fascinating side effect of bringing the
...
openssl version 0.9.5a version of this file into RELENG_5. This is
a good thing, but should be documented.
2000-10-29 10:19:55 +00:00
darrenr
1c98ed58fc
fix warning compile error about unused variable
2000-10-29 10:07:43 +00:00
dougb
353f00f96c
Add a CVS Id tag
2000-10-29 10:00:58 +00:00
eivind
01fd1b0f22
Add link malloc.conf.5 -> malloc.3
2000-10-29 09:59:35 +00:00
phk
4322514097
Fix params passed to pci_porten() and pci_memen().
2000-10-29 09:59:28 +00:00
eivind
6f8edb50c6
Teach sysinstall how to restart itself on Ctrl-C (as an addition to its old
...
tricks of rebooting and continuing where it was.)
Reviewed by: jkh, jhb
2000-10-29 09:57:50 +00:00
phk
e96f5ed9b3
Add a hook for doing #include magic (for src/tools/tools/kerninclude).
2000-10-29 09:47:50 +00:00
dougb
d05d82d2fd
Update copyright
2000-10-29 09:41:06 +00:00
dougb
041afbef5d
More changes that don't modify functionality.
...
* More whitespace
* Change read -p to echo -n/read to help support portability
* Genericize an informational message regarding /.cshrc and /.profile
for the same reason
2000-10-29 09:40:22 +00:00
darrenr
5d70b50283
fix conflicts created by import
2000-10-29 08:08:32 +00:00
darrenr
9b0fb03ebc
This commit was generated by cvs2svn to compensate for changes in r67855,
...
which included commits to RCS files with non-trunk default branches.
2000-10-29 08:07:08 +00:00
darrenr
77a62e2a58
Import IP Filter 3.4.13 into src/contrib, not src/contirb
2000-10-29 08:07:08 +00:00
darrenr
df59a7ec10
Fix conflicts creted by import.
2000-10-29 07:53:05 +00:00
dougb
87054956e2
Whitespace only. Make the style of the contributed sections consistent with
...
the rest of the file. (Read, put it back the way I like it.)
2000-10-29 07:47:51 +00:00
dougb
b13f26d45b
Finish the job of conditionalizing UUCP by preventing files in /etc/uucp
...
from being installed, and make rmail conditional on neither of
NO_SENDMAIL and NOUUCP.
PR: bin/21321
Submitted by: Me
2000-10-29 06:57:59 +00:00
non
46bec1fd0f
Change flags of ncv and nsp driver. Both were conflicted with the flags
...
used in lower layer (scsi_low.c).
The flag of ncv for KME KXLC004 was chaged from 0x1 to 0x100.
The flag of nsp for PIO mode was chaged from 0x1 to 0x100.
2000-10-29 06:54:32 +00:00
non
89fba05787
Changed not to use struct isa_device in the argument of scsi_low_activate().
...
You will not need COMPAT_OLDISA in config file.
This interface may have to change in future.
2000-10-29 06:47:16 +00:00
non
b569d2a370
Remove unnecessary printf().
2000-10-29 06:03:47 +00:00
non
ef7db460c0
Add about ncv, nsp, and stg SCSI drivers and card names which
...
are supposed to work.
2000-10-29 05:58:27 +00:00
non
3808f87c58
Add hints for ISA cards (such as TMC1610M) which use stg driver.
...
The values has been given by Arai Mikio <m-arai@sco.bekkoame.ne.jp>.
2000-10-29 05:51:46 +00:00
jdp
e6f3651c03
Fix a bug that shows up when checking out files by date with the
...
"-D date" command line option. There is code in the original to
handle a special case. If the date search finds revision 1.1 it
is supposed to check whether revision 1.1.1.1 has the same date
stamp, which would indicate that the file was originally brought
in with "cvs import". In that case it is supposed to return the
vendor branch version 1.1.1.1.
However, there is a bug in the code. It actually compares the date
of revision 1.1 for equality with the date given on the command
line -- clearly wrong. This commit fixes the coding bug.
There is an additional bug which is _not_ fixed in this commit.
The date comparison should not be a strict equality test. It should
allow a fudge factor of, say, 2-3 seconds. Old versions of CVS
created the two revisions with two separate invocations of the RCS
"ci" command. We have many old files in the tree in which the
dates of revisions 1.1 and 1.1.1.1 differ by 1 second.
Approved by: peter
2000-10-29 03:56:49 +00:00
tegge
251bfbe494
Reduce kernel stack usage by not having large packets on the stack.
...
Supply correct size parameter to dhcpd.
Replace some magic numbers with macro names.
Handle more than one interface.
2000-10-29 01:19:32 +00:00
joe
1ade5b1eab
Count per-address statistics for IP fragments.
...
Requested by: ru
Obtained from: BSD/OS
2000-10-29 01:05:09 +00:00
truckman
cdd71a9d71
Nuke a bit of dead code.
2000-10-29 01:00:36 +00:00
mjacob
4be209e715
fix minor oops in new data compression page definition
2000-10-29 00:54:59 +00:00