121976 Commits

Author SHA1 Message Date
cperciva
4fd97d0c99 Fix buffer overflow in libmagic(3).
Security:	FreeBSD-SA-07:04.file
Approved by:	so (cperciva)
2007-05-23 16:13:20 +00:00
mtm
4ec4c367c6 MFC ver. 1.307 and 1.308:
Comment out knobs that are supposed to be examples.
2007-05-23 00:56:58 +00:00
cperciva
6f69db8d51 MFC revision 1.6 and part of revision 1.4:
* Add missing '${BASEDIR}/'s, thereby fixing problems when the "-b basedir"
option is used.
 * Don't add new kernel modules into a non-existent kernel directory.
 * Remove files before the directory which contains them.
2007-05-23 00:31:15 +00:00
mjacob
d3e0537825 MFC increase bitfield to be wide enough to take the default value that
gets set into it.
2007-05-23 00:25:18 +00:00
mtm
c6f1859c68 MFC ver. 1.1:
----------------------------
date: 2007/04/21 11:23:33;  author: mtm;  state: Exp;
Regression tests for recent changes to inet6_rth_* family of functions
regarding RFC3542 compliance.
2007-05-22 22:17:44 +00:00
mtm
7e51e6f339 MFC:
sys/sys/socket.h     ver. 1.93
	lib/libc/net/rthdr.c ver. 1.9
----------------------------
date: 2007/04/19 15:48:16;  author: mtm;  state: Exp;  lines: +4 -2
Make inet6_rth_* family of functions more compliant with RFC3542:
1. CMSG_NXTHDR(mhdr, cmsg) is supposed to dereference cmsg and return
   the next header in the chain. If cmsg is NULL it should return
   the first header, behaving essentially like CMSG_FIRSTHDR().
2. inet6_rth_(space|init|add) should do basic checking on their input
   to verify that the number of headers (segments) is
   between 0 and 127 inclusive.
2007-05-22 22:07:49 +00:00
mtm
b2c7a3ca2a MFC ver. 1.30:
date: 2007/04/19 15:41:00;  author: mtm;  state: Exp;  lines: +68 -19
o Increase the buffer to hold extra headers to 10240 bytes (the minimum
  according to RFC3542 sec. 20.1) and allocate it dynamically.
o In verbose mode, specify a warning if any control data from recvmsg(2)
  was truncated because the buffer was too small.
o When printing the extra headers make sure not to overrun the buffer
  boundaries.

PR: kern/99425
2007-05-22 22:01:44 +00:00
brueffer
7106545fe1 MFC: rev. 1.8
Add some newly supported controllers.
2007-05-22 19:12:10 +00:00
brueffer
f6f8164bba MFC:
New release notes:
- axe(4) altq support
- pw -M
- twa(4) update to 3.60.03.006
- ftpd(8) RFC2389 and RFC2640 support
- lagg(4)
- snd_hda
- snd_envy24 / envy24ht
- snd_spicds
- mpt(4) updates

Modified release notes:
- small fixes in the top -j entry
2007-05-22 19:09:16 +00:00
yar
a8bb68b0e1 MFC 1.48-1.50: Improve markup, add a missing xref. 2007-05-22 10:10:56 +00:00
yar
81cc502554 MFC 1.47:
Document the current practice of locking and disabling accounts
  through passwd(5).
2007-05-22 10:07:22 +00:00
brueffer
2a5114723b MFC:
axe(4) supports altq now.
2007-05-21 18:16:30 +00:00
brueffer
8618fccf78 MFC: rev. 1.73
Add missing curly braces.

Approved by:	rwatson (mentor)
2007-05-21 18:14:12 +00:00
brueffer
5d3e35d3e8 MFC: rev. 1.44
ALTQify.

Approved by:	rwatson (mentor)
2007-05-21 18:13:11 +00:00
brueffer
c37821fefc MFC:
Remove compat ifdefs for FreeBSD versions < 500014.

Approved by:	rwatson (mentor)
2007-05-21 18:10:48 +00:00
nyan
7c303725a6 MFC: Disable PREEMPTION option. 2007-05-21 11:55:02 +00:00
pav
41a0e53578 MFC 1.35:
Document RFTHREAD
2007-05-21 07:24:02 +00:00
pav
4e470d38b7 Sync with HEAD 2007-05-20 22:21:43 +00:00
maxim
6b0ed0cdd7 MFC rev. 1.10 ubsa.4, rev. 1.23 ubsa.c, rev. 1.294 usbdevs:
add AnyData ADU-E100H modem.
2007-05-20 12:34:39 +00:00
pav
5276a2a060 MFC 1.14
Add `accept dns' to rfcomm-server example
2007-05-20 05:03:16 +00:00
scottl
a79dc36449 MFC: Catch up to twa build changes. 2007-05-19 17:08:27 +00:00
brueffer
519e8af3c7 MFC: rev. 1.4 + 1.5
- The MFI driver appears first in FreeBSD 6.1
- Revise markup
2007-05-19 12:03:33 +00:00
pav
f7bc27a8e4 MFC 1.16:
Replace incomprehensive description of -m by much clearer text from OpenBSD,
  with the exception of one word.
2007-05-19 11:32:34 +00:00
pav
ab2a1d9922 MFC 1.13:
Talk more about swap backing
2007-05-19 11:30:32 +00:00
pav
00724fddc7 MFC 1.16:
Remove cred argument, which was removed from code by phk two years ago
2007-05-19 11:27:18 +00:00
pav
d7a3b150a2 MFC 1.21:
Correct two typos
2007-05-19 11:24:28 +00:00
pav
4a63faf670 MFC 1.42:
Markup fixes.
MFC 1.44:
  Expand documentation for LD_TRACE_LOADED_OBJECTS_FMT? variables
MFC 1.45:
  Remove %m formatter, it's ifdef 0'ed in the code from the very beginning
2007-05-19 11:20:31 +00:00
pav
a82413d873 MFC 1.24:
Expand documentation of -f option
2007-05-19 11:14:56 +00:00
pav
ef9f5dfab6 MFC 1.30:
Document /boot/mbr (non-interactive boot block)
2007-05-19 11:10:50 +00:00
pav
303f675700 MFC 1.13:
Fix -D description to read debug_options
2007-05-19 11:07:45 +00:00
scottl
8e7ffc69e1 MFC: Upgrade to version 3.60.03.006
Submitted by: Adam Radford
2007-05-19 10:39:31 +00:00
mjacob
9d6248bbef MFC rev 1.211 (M_ZERO read capacity allocations)
MFC rev 1.196 (knob to turn off sending ordered tags)
MFC rev 1.192 (don't attach bogus geometries)
2007-05-19 05:17:46 +00:00
bmah
fc2e3a876b MFC: Mention tools (specifically ntfsresize, GParted, and SystemRescueCD)
that can be used for resizing NTFS partitions (to make room for
FreeBSD).

	install.sgml	1.35 -> 1.37

PR:		65477
2007-05-18 14:05:25 +00:00
maxim
804d54e15b MFC rev. 1.25: add "line" device. 2007-05-17 19:02:43 +00:00
jhb
26d5a031e1 MFC: Move cpu_exit() earlier in exit1() to close a race between
SIGCHLD/kevent(2) notification and wait().
2007-05-17 13:52:37 +00:00
thompsa
810e7f64f6 Hook lagg(4) up to the build. 2007-05-17 01:50:46 +00:00
thompsa
1a4d003586 MFC the lagg(4) driver which provides link aggregation, failover and fault
tolerance.
2007-05-17 01:49:41 +00:00
thompsa
6e8d84bf2d MFC r1.30
Add Ethertype for 802.3ad LACP.
2007-05-17 01:46:42 +00:00
ambrisko
42789f4cbe MFC, the UNAME_ and OSVERSION environment over rides. This makes
easier to make a FreeBSD 6 chroot think it is that version.
2007-05-16 21:39:44 +00:00
cvs2svn
dbb1556fd5 This commit was manufactured by cvs2svn to create branch 'RELENG_6'. 2007-05-16 17:19:48 +00:00
mtm
b78f0147eb MFC:
----------------------------
revision 1.6
date: 2007/04/12 08:39:13;  author: ceri;  state: Exp;  lines: +2 -2
Bump .Dd for r1.5; fix grammatical problem.
----------------------------
revision 1.5
date: 2007/04/12 08:35:58;  author: mtm;  state: Exp;  lines: +18 -1
Specify the correct way to modify this file, and warn that the
user should not depend on the internal variables documented in
this man page.
2007-05-16 10:15:19 +00:00
mtm
b6e4694498 MFC:
----------------------------
revision 1.30
date: 2007/04/12 08:17:56;  author: mtm;  state: Exp;  lines: +2 -7
o Use the uidstart variable instead of uuid (bug #3)
o Actually save the variable to adduser.conf (bug #2)
o (bug #1 to be fixed in an upcomming commit to adduser.conf.5)

----------------------------
revision 1.29
date: 2007/04/12 07:38:26;  author: mtm;  state: Exp;  lines: +13 -12
Errm... I don't see how rev. 1.26 could have possibly worked or been tested.
Fix it for real.

Submitted by: Johnny Lee <johnny@bmtk.com>
2007-05-16 10:10:30 +00:00
njl
a082b20b71 MFC: the new FTP_COMBINE_CWDS define allows libfetch to attempt to change
directories all at once, saving latency.

Tested by:	des
2007-05-16 07:04:02 +00:00
joel
6966bd7a5f MFC: Makefile magic for the new snd_* manual pages. 2007-05-15 20:49:10 +00:00
joel
a1544f2386 MFC: manual pages for snd_hda, snd_envy24, snd_envy24ht and snd_spicds. 2007-05-15 18:40:22 +00:00
thomas
55679f42fd MFC rev. 1.53:
(atapi_action, case XPT_SCSI_IO): Enable DMA only for READ and WRITE commands
 as some combinations of chipset, controller and target do not behave
 correctly when DMA is enabled for other commands.

PR:		kern/103602
2007-05-15 16:19:42 +00:00
mtm
9adc66ea7f MFC: revision 1.9 of rc.d/ip6fw and 1.15 of rc.d/ipfw
date: 2007/04/02 15:38:53;  author: mtm;  state: Exp;  lines: +1 -1
Instead of directly sourcing the firewall script, run it in a separate shell.
If the firewall script is sourced directly from the script, then any
exit statements in it will also terminate the rc.d script prematurely.

PR: conf/78762
2007-05-15 09:18:25 +00:00
mtm
7ec1d26d88 MFC: 1.22
date: 2007/03/30 18:36:45;  author: mtm;  state: Exp;  lines: +1 -0
Some rc.d commands (such as stop|restart etc.) won't automagically work
if we don't explicitly set the name of the executable program.

PR: conf/104408
2007-05-15 08:58:05 +00:00
bruno
c97add2f46 MFC 1.4:
o introduce a flags 'errata' for HW bugs onto the softc.
o remove errata_a0 and introduce the corresponding flags into 'errata'.
o introduce a new errata for K8, namely some platform might set the
  PENDING_BIT but aren't able to unset it, also don't loop forever
  waiting PENDING_BIT being cleared.
o try to introduce a workaround for the PENDING_BIT stuck problem,
o support now half multipliers for K8.

Tested by:	Abdullah Al-Marrie
Approved by:	njl
2007-05-15 08:19:21 +00:00
davidxu
f0dcb8d283 MFC Revision 1.123:
> Fix a TLS memory leak.
2007-05-15 08:10:15 +00:00