Commit Graph

3755 Commits

Author SHA1 Message Date
keramida
b19ebe528c MFC:
* top.X

  revision 1.15
  Document the -C option of top(1), which has been added to the source
  and the usage message of top, but not to the manpage.

  Pointy hat to:  keramida
  Reminded by:    ru
  MFC after:      1 week

* top.c

  revision 1.18
  Bring SYNOPSIS in line with usage().
  ----------
  revision 1.19
  Re-add option -C to usage().

Approved by:	re (hrs)
2006-04-27 02:58:47 +00:00
sam
62bdb6710c MFC: add eapol_version config parameter
Approved by:	re (hrs)
2006-04-26 17:53:14 +00:00
delphij
215ec51f75 MFC 1.2 (tjr):
Fix a one byte off error which causes "less" to crash if you view a
large file, jump to the end, scroll backwards with "b" and try to search
backwards afterwards.

Submitted by:	Matthias Scheler
Approved by:	re (hrs)
2006-04-26 03:46:10 +00:00
delphij
c361970fa4 MFC 1.1.1.11 (sam):
correct dlt buffer alloc; this goes on the vendor branch as it
will be committed there shortly.

Approved by:	re (scottl)
2006-04-26 01:47:43 +00:00
glebius
0a0cd568a9 Sync bsnmpd with HEAD.
Approved by:	re (scottl)
Approved by:	harti
2006-03-31 12:44:51 +00:00
mlaier
c5fe86079b MFC authpf.8 rev. 1.2
Document authpf's requirement for a mounted fdescfs(5).

  PR:		docs/89635

Approved by:	re (hrs)
2006-03-30 08:14:55 +00:00
gshapiro
0c1258eeb8 MFC: sendmail 8.13.6
Approved by:	re (kensmith)
2006-03-29 07:34:35 +00:00
cvs2svn
f67356168f This commit was manufactured by cvs2svn to create branch 'RELENG_6'. 2006-03-28 23:59:08 +00:00
sam
c2ecfd936e MFC v0.4.8 import of hostapd
Approved by:	re (hrs)
2006-03-24 01:42:36 +00:00
sam
49fa657ce8 MFC v0.4.8 import of wpa_supplicant
Approved by:	re (hrs)
2006-03-24 01:41:10 +00:00
hrs
2ccb33ed1e MFC (rev.1.5):
Fix incorrect command line examples.

Submitted by:	Yoshihiko Sarumaru (mistral at imasy dot or dot jp)
PR:		docs/94158
Approved by:	re (kensmith)
2006-03-23 07:38:26 +00:00
cperciva
39c23762b9 Add missing code needed for the detection of IPSec packet replays. [1]
Correctly identify the user running opiepasswd(1) when the login name
differs from the account name. [2]

Modify timeout handling logic in sendmail(8) to correct a reported
signal handling race condition. [3]

Approved by:	re (scottl)
Security:	FreeBSD-SA-06:11.ipsec [1]
Security:	FreeBSD-SA-06:12.opie [2]
Security:	FreeBSD-SA-06:13.sendmail [3]
2006-03-22 16:01:56 +00:00
cvs2svn
9cb23632cc This commit was manufactured by cvs2svn to create branch 'RELENG_6'. 2006-03-08 18:03:10 +00:00
cvs2svn
bb0d528a2b This commit was manufactured by cvs2svn to create branch 'RELENG_6'. 2006-02-28 17:48:34 +00:00
cvs2svn
34436ebdd7 This commit was manufactured by cvs2svn to create branch 'RELENG_6'. 2006-02-22 21:51:10 +00:00
cvs2svn
de143a5b92 This commit was manufactured by cvs2svn to create branch 'RELENG_6'. 2006-02-03 01:35:37 +00:00
cvs2svn
7fcb1e9c3c This commit was manufactured by cvs2svn to create branch 'RELENG_6'. 2006-01-26 12:19:11 +00:00
harti
91f83cbd36 MFC: Vendor release BEGEMOT_1_11 2006-01-20 16:36:43 +00:00
harti
2c80e8f4d2 MFC: BEGEMOT_1_11 and vendor patches:
config.c: 1.1.1.7
	main.c: 1.1.1.10, 1.1.1.11
	snmpd.config: 1.1.1.6
2006-01-20 16:34:37 +00:00
harti
03e2bbe4b2 MFC: BEGEMOT_1_11 and vendor fixes:
mibII.c: 1.1.1.9
	mibII_interfaces.c: 1.1.1.7
2006-01-20 16:27:36 +00:00
harti
b9ff096279 MFC: BEGEMOT_1_11 and vendor fixes:
asn1.h: 1.1.1.5
	asn1.c: 1.1.1.5
	snmpclient.c: 1.1.1.6
2006-01-20 16:07:04 +00:00
harti
62af0a1b59 MFC: BEGEMOT_1_11 and vendor fix from Rev 1.1.1.9 2006-01-20 15:55:57 +00:00
harti
496f8e47f5 MFC: Vendor release BEGEMOT_1_11 2006-01-20 15:51:04 +00:00
dougb
efccc3e1e4 MFC import of BIND 9.3.2 2006-01-14 10:13:50 +00:00
dougb
01fd4599c4 These files are only relevant in HEAD, where the imports are done. 2006-01-14 06:13:17 +00:00
ru
8fa524d428 MFC: Present new BSD releases to -mdoc. 2006-01-12 15:44:42 +00:00
pav
dd3c9c4347 MFC 1.28: fix timeouted probes in pretty print of multipath routes 2006-01-11 12:59:39 +00:00
cperciva
25cd32d200 Correct insecure temporary file usage in texindex. [06:01]
Correct insecure temporary file usage in ee. [06:02]
Correct a race condition when setting file permissions, sanitize file
names by default, and fix a buffer overflow when handling files
larger than 4GB in cpio. [06:03]
Fix an error in the handling of IP fragments in ipfw which can cause
a kernel panic. [06:04]

Security:	FreeBSD-SA-06:01.texindex
Security:	FreeBSD-SA-06:02.ee
Security:	FreeBSD-SA-06:03.cpio
Security:	FreeBSD-SA-06:04.ipfw
2006-01-11 08:02:16 +00:00
cvs2svn
30ca7bc8d2 This commit was manufactured by cvs2svn to create branch 'RELENG_6'. 2005-12-30 16:45:32 +00:00
bp
fe42b5031a MFC:
Allow overriding of remote port numbers.
2005-11-22 02:01:01 +00:00
ru
513cdf04e1 MFC: Groff 1.19.2. 2005-11-15 22:07:00 +00:00
trhodes
95ee8ea525 MFC:
revision 1.4
	date: 2005/11/01 21:16:39;  author: trhodes;  state: Exp;  lines: +0 -6
	Quick kill links to the nsmb(8) manual page, there is no such
	utility that I can find.
2005-11-10 10:11:06 +00:00
cvs2svn
1ad5f43971 This commit was manufactured by cvs2svn to create branch 'RELENG_6'. 2005-10-24 05:35:41 +00:00
cvs2svn
5e71b059f3 This commit was manufactured by cvs2svn to create branch 'RELENG_6'. 2005-10-17 12:20:06 +00:00
delphij
a89c653df5 MFC (by obrien)
| Fix bug where GCC thought athlon-tbird had SSE support.
|
| Revision  Changes    Path
| 1.21      +4 -4      src/contrib/gcc/config/i386/i386.h

Approved by:	re (scottl)
2005-10-09 03:37:42 +00:00
yar
0f5aca2db3 MFC:
Add an rc.d script to start the pfsync interface after all
the conventional network interfaces have been started so that
pfsync can be attached to any of the latter.

Record the dependency of rc.d/pf on the newly added rc.d/pfsync.
Also make rc.d/pf start as early as before rc.d/routing to improve
system security.

Document rc.d/pfsync on pfsync(4) and rc.conf(5).

Approved by:	re (scottl), mlaier
2005-10-08 03:32:54 +00:00
cvs2svn
abab8b0378 This commit was manufactured by cvs2svn to create branch 'RELENG_6'. 2005-10-05 05:21:08 +00:00
csjp
7c428d998f MFC src/contrib/pf/pflogd/pflogd.c rev 1.9
Implement BIOCLOCK

Approved by:	re (kensmith)
2005-09-29 23:50:29 +00:00
keramida
754be4de67 MFC: a lot of manpage fixes from HEAD.
Approved by:	re (hrs)
2005-09-24 01:59:40 +00:00
scottl
8e9278f664 MFC rev 1.13 of c-decl.c. A nice side effect is that it's once again
possible to compile a HEAD kernel in a RELENG_6 world via the normal
shortcuts.

Approved by: re
2005-09-12 10:22:53 +00:00
imura
61e1e0b242 MFC: check capable size of given strings correctly.
1.4 src/contrib/smbfs/lib/smb/kiconv.c
  1.2 src/lib/libkiconv/xlat16_sysctl.c
  1.11 src/sys/libkern/iconv.c

Approved by:	re (scottl)
2005-09-08 15:46:38 +00:00
cperciva
828fc05a26 MFC: Correct insecure temporary file usage.
Security:	FreeBSD-SA-05:20.cvsbug
Approved by:	re (scottl)
2005-09-07 13:43:05 +00:00
andre
8ffcceaf29 MFC rev. 1.27 (Pretty print multipath routes).
Approved by:	 re (scottl)
2005-08-29 17:57:36 +00:00
dougb
d63c35b6a5 MFC 1.1.1.3, a patch to aid in out of memory conditions.
Take this opportunity to note that glebius indicated
that the initial work in this area was done by
Igor Sysoev <is rambler-co.ru>

Approved by:	re (kensmith)
2005-08-19 22:09:16 +00:00
cperciva
4fbe57a600 MFC: Remove dates, since they serve no purpose and result in files
spuriosuly changing each time they are built.  Also add $FreeBSD$ tags,
because cvs wants them.

Approved by:	re (kensmith)
2005-08-19 02:53:00 +00:00
brueffer
c270668583 MFC:
More tcpdump 8->1 cleanup.

Approved by:	re (hrs)
2005-08-12 16:15:24 +00:00
des
0c2d08649a MFC: build BIND without thread support.
Approved by:	re (kensmith)
2005-07-30 07:56:28 +00:00
sam
b9cc67bbb8 MFC fixes to deal with interfaces being removed:
o we no longer loop
o wpa_supplicant terminates when the last configured interface goes away

Approved by:	re (kensmith)
2005-07-30 01:19:10 +00:00
imura
0462832151 MFC rev 1.2: Fix core dump when "smbutil lc".
Approved by:	re (kensmith)
2005-07-29 16:06:33 +00:00
brueffer
150c09eb2f MFC:
- Remove MLINKS to nonexistant manpages
- Change some section numbers to match reality
- For MLINKS to manpages from ports, mention which port installs them

Approved by:	re (hrs)
2005-07-17 15:03:36 +00:00