kris
18cbcd5eff
Resolve conflicts
2001-07-19 20:05:28 +00:00
kris
84fabcda92
This commit was generated by cvs2svn to compensate for changes in r79998,
...
which included commits to RCS files with non-trunk default branches.
2001-07-19 19:59:37 +00:00
kris
3b19ada1e8
Initial import of OpenSSL 0.9.6b
2001-07-19 19:59:37 +00:00
jhb
d0bb02b644
bpf(4) hasn't used a static number of devices for over 2 years now, and
...
the SYNOPSIS hasn't had an example number of devices since rev 1.2 which
was over 5 and a half years ago, so remove a sentence claiming that the
example in the SYNOPSIS limited bpf to 16 devices.
MFC after: 3 days
2001-07-19 19:18:35 +00:00
assar
34e9a6f370
remove support for creating files and directories from msdosfs_mknod
2001-07-19 19:15:42 +00:00
jlemon
e36a7a972a
Rename vm86pcb_lock -> vm86_lock to correctly reflect its function.
...
Requested by: jhb
2001-07-19 19:07:10 +00:00
ru
5f826d99c9
Added missing dependancy.
...
Submitted by: bde
Approved by: obrien
2001-07-19 19:04:31 +00:00
ru
5bfe15ad2f
vsnprintf() can return a value larger than the buffer size.
...
Submitted by: assar
Obtained from: OpenBSD
2001-07-19 18:58:31 +00:00
jlemon
303231dd3f
Document EVFILT_TIMER.
...
MFC after: 1 week
2001-07-19 18:35:19 +00:00
jlemon
6279f096ec
Introduce EVFILT_TIMER, which allows a process to establish an
...
arbitrary number of timers, both oneshot and periodic.
Repeatedly reminded to commit by: jayanth
Reviewed by: peter (a while back)
2001-07-19 18:34:40 +00:00
obrien
6f7c518173
Blah, fsck_ifs uses `8' for all errors, including that it cannot check
...
in the background. fsck_ffs uses `5' for when SOFTUPDATES are not set,
and thus background cleaning cannot take place. That seems to [semi-]apply
here. So I don't know what non-zero value to use.
If anyone has an opinion, let me know.
2001-07-19 18:28:41 +00:00
bmah
2e67231a5e
freebsd.org -> FreeBSD.org
2001-07-19 18:14:56 +00:00
obrien
81a0125a69
State explicitly how the manpage "DESCRIPTION" options should be listed.
2001-07-19 18:03:43 +00:00
ru
9cac33d71f
Fixed the exploitable remote buffer overflow.
...
Reported on: bugtraq
Obtained from: Heimdal, NetBSD
Reviewed by: obrien, imp
2001-07-19 17:48:57 +00:00
obrien
3293448193
Portability configuation for LukeM's ftp client.
2001-07-19 17:45:52 +00:00
obrien
199ab8cc56
Portability configuration data for LukeM ftpd.
2001-07-19 17:45:14 +00:00
obrien
80833db590
Document "-F".
2001-07-19 17:06:19 +00:00
obrien
d033617269
Change exit return value to better match fsck_ffs(8).
2001-07-19 17:06:08 +00:00
obrien
ad6e376450
Recognize the "-F" option which requests whether the filesystem needs to
...
be cleaned immediately in foreground, or if its cleaning can be deferred
to background.
Submitted by: Maxime Henrion <mux@qualys.com>
2001-07-19 16:45:45 +00:00
bmah
4e76d851fa
More README file cleanup, mostly for style. Also punt the readers
...
to the Handbook for more documentation sources. Mention INSTALL.TXT
as one of the other release documentation files.
2001-07-19 16:29:28 +00:00
obrien
8d9b181cac
This commit was generated by cvs2svn to compensate for changes in r79971,
...
which included commits to RCS files with non-trunk default branches.
2001-07-19 16:26:14 +00:00
obrien
3b6e1b54e4
Import of LukeM's ftp client, version 1.5.
2001-07-19 16:26:14 +00:00
obrien
1c03070375
This commit was generated by cvs2svn to compensate for changes in r79968,
...
which included commits to RCS files with non-trunk default branches.
2001-07-19 16:25:08 +00:00
obrien
e4751f9e00
Import of LukeM's ftpd version 1.1.
2001-07-19 16:25:08 +00:00
jlemon
6b3a30c3ec
Unconditinally turn on VLAN support when building fxp as a module, since
...
it may be plugged into a kernel that supports VLANs. If the kernel is
not VLAN aware, things will still work as before.
Modules don't really have option support, so this is somewhat of a hack.
2001-07-19 15:58:40 +00:00
wollman
8474e78ca6
Note the equivalence of certain time formats.
2001-07-19 15:52:02 +00:00
jlemon
e7626346af
Only turn on MWI if the PCI configuration word indicates that it
...
is supported, in addition to checking for a valid cacheline size.
Add a missing splx() in fxp_tick that got dropped.
Found by: peter
MFC in: 3 days
2001-07-19 15:48:00 +00:00
jlemon
713de370d5
Expand the range of the vm86pcb_lock so that it protects manipulations
...
to the global vm86 page table as well.
Spotted by: Kazu
2001-07-19 15:33:13 +00:00
bmah
72c9d7e328
Punt users to the Handbook for a list of CDROM/DVD publishers, rather
...
than try to keep two copies of this information synchronized.
Reviewed by: jkh
2001-07-19 15:08:08 +00:00
ume
4fee61c6b4
- Avoid to select an interface which is not good for RA/RS.
...
Submitted by: sakane@kame.net
- Avoid to select lo0 or faith for a default interface.
2001-07-19 12:37:22 +00:00
brian
7fee5bd138
Don't try to remove directories unless we've emptied them first
...
Submitted by: NIIMI Satoshi <sa2c@and.or.jp>
PR: 28355
MFC after: 1 week
2001-07-19 12:08:24 +00:00
dd
a47ce97e79
Generate a bigger salt. This is necessary for blowfish to work
...
properly, and doesn't hurt the other algorithms.
PR: 28991
Submitted by: Yoshihiro Koya <Yoshihiro.Koya@math.yokohama-cu.ac.jp>
2001-07-19 12:00:04 +00:00
dd
2dcfabf4c9
Increment `i' in case of -S so that its argument isn't treated as
...
another, unknown option.
Submitted by: Naoki Kobayashi <shibata@geo.titech.ac.jp> and
Harti Brandt <brandt@fokus.gmd.de>, respectively.
Pointy hat to: dd
2001-07-19 11:33:24 +00:00
dd
6705744fe1
Don't claim that strncpy() is the same as strcpy().
...
PR: 29002
Submitted by: Joseph Mallett <jmallett@xMach.org>
2001-07-19 11:26:52 +00:00
dd
5a7c7bcbb6
Instead of giving an example of rotating logs at the end of the month,
...
give an example of how to rotate logs at the beginning of the month.
Although they sound the same, since both of them rotate logs at the
beginning of the day, the former ended up taking place on, e.g., July
31 00:00 instead of the expected July 31 23:59. This is contraty to POLA.
Submitted by: Dan Langille <dan@langille.org>
2001-07-19 11:18:42 +00:00
dd
734109808b
Fix an underflow resulting from the assumption !O_ISSET(sp, O_LEFTRIGHT)
...
(ironically, the assumption is in a code block which is conditional on its
converse). This isn't strictly the correct fix; it's more of a workaround
to prevent an infinite loop. The correct fix (see
ports/editors/nvi-devel/files/patch-vi-relative r1.1) would take a file off
the vendor branch, but since the result for this version of nvi is
identical, this route was elected.
PR: 28687
Approved by: -developers
2001-07-19 11:02:11 +00:00
des
280c82d138
4.4 will have sbufs.
2001-07-19 09:07:51 +00:00
kato
c1a57e4c69
Merged from sys/i386/isa/npx.c revision 1.106.
2001-07-19 09:07:19 +00:00
kato
a04b084fea
Merged from sys/i386/isa/npx.c revision 1.105.
2001-07-19 09:06:33 +00:00
kato
e8208cbe7d
Merged from sys/i386/i386/machdep.c revisions 1.462 and 1.464.
2001-07-19 08:51:08 +00:00
ru
9196524e13
Fixed the race caused by not checking the result of fgets(3):
...
/usr/bin/env MALLOC_OPTIONS=J banner </dev/null
PR: bin/29074
Fixed the problem when banner(6) would eat last character:
echo -n a | banner
MFC after: 1 week
2001-07-19 08:07:09 +00:00
dd
f2076c0dfd
Note MFC of last -d.
2001-07-19 08:02:49 +00:00
ru
82aace0e06
Backout non-functional changes from revision 1.128.
...
Not objected to by: dcs
2001-07-19 07:10:30 +00:00
dd
a17e15f912
Note the MFC of vidcontrol -C (and it's the -C option, not the -H
...
option; note that, too).
2001-07-19 06:45:31 +00:00
kris
45f22b5e8f
Correct a reversion in r1.39 which introduced a new instance of strcpy()
...
after r1.38 had attempted to remove them all.
2001-07-19 06:01:23 +00:00
bsd
8e847a5123
swtch.s: During context save, use the correct bit mask for clearing
...
the non-reserved bits of dr7.
During context restore, load dr7 in such a way as to not
disturb reserved bits.
machdep.c: Don't explicitly disallow the setting of the reserved bits
in dr7 since we now keep from setting them when we load dr7
from the PCB.
This allows one to write back the dr7 value obtained from
the system without triggering an EINVAL (one of the
reserved bits always seems to be set after taking a trace
trap).
MFC after: 7 days
2001-07-19 04:37:27 +00:00
kris
7e154a8df4
Don't use kp->arg0 as a format string, grr.
...
MFC after: 1 week
2001-07-19 02:18:54 +00:00
kris
ff0d3e9603
Quiet a variable format-string warning.
...
MFC after: 1 week
2001-07-19 02:16:24 +00:00
kris
76deaa008e
Quiet a variable format-string warning.
...
MFC after: 1 week
2001-07-19 02:05:00 +00:00
kris
5f6815f5a2
Embed $FreeBSD$ as an rcsid[]
2001-07-19 01:39:12 +00:00