120057 Commits

Author SHA1 Message Date
cvs2svn
4bb46736ef This commit was manufactured by cvs2svn to create branch 'RELENG_6'. 2006-08-28 08:13:57 +00:00
thompsa
64d3d42694 MFC r1.218
Move the bridge hook after the loopback check so that IFF_SIMPLEX is honoured
 on member interfaces.
2006-08-28 02:54:14 +00:00
thompsa
93174390f3 MFC r1.79
The bridge cant hear its own transmissions so set IFF_SIMPLEX.
2006-08-28 02:53:22 +00:00
marius
44aea3f020 MFC: 1.10
Remove the DPMS code in creator_blank_display().
2006-08-27 12:42:55 +00:00
marck
33c96f54eb MFC:
Remove config(8)'s knowledge about NMBCLUSTERS, no code in /sys
  knows about it any more.

  Remove references to NMBCLUSTERS which is obsoleted.

  PR:             100427

  Revision  Changes    Path
  1.1373    +1 -4      src/sys/conf/NOTES
  1.552     +0 -1      src/sys/conf/options
  1.42      +1 -1      src/sys/boot/common/help.common
  1.86      +2 -4      src/sys/boot/common/loader.8
2006-08-27 07:58:20 +00:00
bmah
299f5f9b01 MFC: amdsmb(4), nfsmb(4), bpf(4) timestamp change, logger(1) -P,
traceroute(8) -e, traceroute(8) complete ICMP unreachable message
decoding.
2006-08-26 14:09:54 +00:00
brueffer
f0a257046f MFC:
- em(4) updated to version 6.1.4
- stge(4) added
2006-08-26 11:32:52 +00:00
cperciva
90b5137177 MFC rev. 1.42: Undefine __DATE__ in order to avoid placing a build
timestamp into /usr/sbin/{named, lwresd}.
2006-08-26 11:30:24 +00:00
mjacob
f7f03ae2f6 MFC 1.64: If rawname returns NULL, deal with it appropriately. 2006-08-25 17:11:04 +00:00
bms
fa8337d19c MFC: Add identifier for the Epson CX3650 all-in-one scanner function.
This enables the scanner function on these devices to be detected
and probed by uscanner(4), but only when ulpt is not loaded.

PR:		usb/92462
2006-08-25 13:01:33 +00:00
bms
ea17a9ea91 MFC: Block a variety of signals which may affect reboot(8), before killing
init(8), to avoid losing a race to them and dying before being able
to call reboot(2).

PR:		bin/64664
Submitted by:	maxim
Obtained from:	NetBSD
2006-08-25 12:55:50 +00:00
bms
df670972b1 MFC: Add a new command-line option, -P, which allows the user to specify
an arbitrary port to which syslog messages are to be sent.

PR:		bin/54026
2006-08-25 12:47:58 +00:00
glebius
e6e8936dcf Merge a bunch of changes from HEAD. The most significant are:
- 6.1.4 driver merge
- Fix RX path under mbuf shortage conditions
- Fix TX path under mbuf shortage conditions
2006-08-25 12:38:27 +00:00
cperciva
7ec35607b9 MFC: Fix a signedness bug.
Security:	Local DoS
2006-08-25 12:36:54 +00:00
ru
a9921ee509 MFC: 1.50: Fix path to a file in an example. 2006-08-25 08:38:48 +00:00
flz
871bd2cb11 MFC: Add ypserv to the REQUIRE list.
src/etc/rc.d/ypxfrd: rev 1.6 -> 1.7

Reported by:	David Thompson <dat1965@yahoo.com>
Discussed on:	-rc (brooks)
2006-08-25 00:34:49 +00:00
bmah
92d267d37f MFC: Xbox support, IPFIREWALL_FORWARD_EXTENDED removed (behavior
enabled by default), IPFilter 4.1.13.
2006-08-24 14:47:33 +00:00
glebius
89bafa95aa Fix build breakage. 2006-08-24 14:06:59 +00:00
guido
b0fc4a2143 Add missing file from MFC 2006-08-24 13:31:32 +00:00
rik
49812c329e MFC: -j 1.10 -j 1.13
----------------------------
  revision 1.13
  date: 2006/08/23 23:51:29;  author: rik;  state: Exp;  lines: +1 -1
  Fix path for source file in files.FOO.
  ----------------------------
  revision 1.12
  date: 2006/08/09 21:23:42;  author: rik;  state: Exp;  lines: +122 -22
  - Added ability to provide (optional) path to the kernel sources
  - Added check of dirs used by example generator
  - Fixed path for ${s}/conf/files.FOO and include it via files
    directive from config file
  - Changed kernel configuration example with the driver: it is
    not produced by copying Generic but by including it
  - KDB is added to config (for DDB)
  - Added module building instead and fixed kernel building

  Reviewed by:  julian@
  ----------------------------
  revision 1.11
  date: 2006/08/09 20:57:24;  author: rik;  state: Exp;  lines: +57 -32
  Added copyright templete
  Fixed compilation

  Reviewed by:  julian@
  ----------------------------

Requested by:	yar@
2006-08-24 11:17:48 +00:00
rik
50c2c00ed2 MFC: -j 1.21 -j 1.24
----------------------------
  revision 1.24
  date: 2006/08/09 10:53:26;  author: rik;  state: Exp;  lines: +24 -3
  - Added 'files "files.FOO"' to config for inclusion of user specific files.
  - Added KDB option to config file (for DDB).
  - Added ability to compile custom kernel.

  Discussed with: julian@
  ----------------------------
  revision 1.23
  date: 2006/08/06 11:06:35;  author: rik;  state: Exp;  lines: +32 -19
  - Added ability to provide (optional) path to the kernel sources
  - Fixed path for ${s}/conf/files.FOO and a note that it should be merged into
    corresponding file to be able to compile the kernel
  - Changed kernel configuration example with the driver: it is not produced by
    copying Generic but by including it
  - Changed from automatic module building to asking an user if it whants to

  Reviewed by:    julian@
  ----------------------------
  revision 1.22
  date: 2006/08/06 11:04:22;  author: rik;  state: Exp;  lines: +9 -12
  Fix compilation.

  Reviewed by:    julian@
  ----------------------------

Requested by: yar@
2006-08-24 11:13:30 +00:00
yar
e0bec92be6 MFC rev 1.65:
Allow for setting negative priority (niceness) when $foo_user is non-root.
  The order in _doit must be "nice su", not "su nice", for that.
  In addition, don't ignore the exit status from "cd $foo_chdir".
2006-08-24 10:32:40 +00:00
kib
e45af505fa MFC rev.1.14:
Note that LK_UPGRADE may drop the shared lock before taking the
exclusive one.

Reviewed and edited by:	tegge
Approved by:	pjd (mentor)
2006-08-24 10:16:01 +00:00
guido
f3324cfdfc MFC: ipfilter 4.1.13 2006-08-24 07:37:12 +00:00
julian
36e4535367 MFC: Remove IPFIREWALL_FORWARD_EXTENDED as an option.
Allow that behaviour by default.
Reviewed by:	glebius
2006-08-24 05:40:16 +00:00
cperciva
1733d1b638 Correct buffer overflow in the handling of LCP options in ppp(4)
Security:	FreeBSD-SA-06:18.ppp
2006-08-23 22:06:08 +00:00
thomas
7cfe18f101 MFC revs 1.20 and 1.21 to RELENG_6:
* Use setproctitle(3) to provide identification of the client and server
  processes
* style fix of above.
2006-08-23 17:24:30 +00:00
rink
84d5d771b2 MFC: FreeBSD/xbox.
Added files missed during the import.

Reminded by:	?yvind Kolbu <oyvind@kolbu.ws>
Reviewed by:	imp
Approved by:	imp
2006-08-23 16:28:03 +00:00
thomas
74ab036871 MFC rev. 1.74 to RELENG_6:
Clarify documentation of '-L' command line switch.
2006-08-23 12:42:22 +00:00
gshapiro
25f6d64806 sendmail has been upgraded from 8.13.6 to 8.13.8 2006-08-23 03:48:05 +00:00
gshapiro
6df08c43f5 Forced commit to .mc files to force creation of new .cf files for mergemaster. 2006-08-23 03:40:18 +00:00
gshapiro
2d105e296f MFC: sendmail 8.13.8 2006-08-23 03:39:12 +00:00
brooks
4222f2f2ad MFC: sync /etc/network.subr and /etc/pccard_ether and their defaults
with HEAD.  Key changes include:
 - Support a limited set of punctuation in interface names ".-/+" by
   converting them to '_' before looking up interface variables.
 - Don't flush routes by default when an interface is removed.
 - Don't generate unnecessicary noise on startup when interfaces are
   renamed.

PR:		  conf/92433
2006-08-22 19:41:49 +00:00
rink
23974c3512 MFC: FreeBSD/xbox support, as per the patch posted to arch@
A kernel with 'options XBOX' will be bootable on a Microsoft Xbox (it will do
nothing extra if booted on a non-xbox i386)

The /sys/i386/conf/XBOX kernel configuration file contains a kernel with
support for all XBOX peripherals.

Approved by:	imp (mentor)
Reviewed by:	arch@ (no objection)
2006-08-22 16:52:42 +00:00
flz
cfc9434937 - Sync comment and variable names fixes with HEAD (removed accidentally two
months ago during backout).

Approved by:	cperciva (mentor)
2006-08-22 12:14:57 +00:00
kib
9661839ddf MFC rev. 1.97:
Lock the vnode around the call to VOP_GETATTR. Move the locked code
and vn_fullpath (that call malloc(..., M_WAITOK)) from under the
vm object lock, since sleep is not allowed while holding the mutex.

Being there, wrap VOP_GETATTR call with conditional Giant aquire.
Currently this is (almost) noop because pseudofs is Giant-locked.

Approved by:	pjd (mentor)
2006-08-22 11:04:01 +00:00
yar
a166a0e756 MFC revs 1.87, 1.88:
A column title, =foo, can only be at the end of the argument to -o.
Multiple column titles can be changed with the same number of -o's.
2006-08-22 08:25:17 +00:00
yongari
32f75b4350 MFC: ich.c, 1.67 to RELENG_6:
Add inverted amplifier sense quirks for Compaq Presario B3800
2006-08-22 02:37:03 +00:00
thompsa
5ff9a08a1b MFC r1.76 - 1.78
- Call bridge_span before dropping the lock
 - Tidy up unneeded lock asserts
2006-08-22 00:26:41 +00:00
dwmalone
0e40e087ff Sync with -current:
- allow matching on subject: ranges of uid, ranges of gid, jail id
  and object: ranges of uid, ranges of gid, filesystem, object is
  suid, object is sgid, object matches subject uid/gid, object type.

This involves an ABI change between the kernel module and libugidfw,
but no change between applications and ugidfw.
2006-08-21 15:59:48 +00:00
flz
3ba76d18d4 MFC:
Add two new scripts (mdconfig/mdconfig2) to replace old ramdisk{,-own}
  scripts. These scripts handle vnode backed md(4) devices.

  Two new variables have been introduced to be able to populate the md(4)
  device once it has been mounted (mdconfig_*_files and mdconfig_*_cmd).

  Use should be as easy as:

  mdconfig_md0="-t malloc -s 10m"
  mdconfig_md1="-t vnode -f /var/foo.img"

  See rc.conf(5) for more information and description of the additional
  variables.

      src/etc/rc.d/Makefile: rev 1.71 -> 1.72
      src/etc/rc.d/mdconfig: rev 1.3
      src/etc/rc.d/mdconfig2: rev 1.3
      src/share/man/man5/rc.conf.5: rev 1.296 -> 1.297

Approved by:	cperciva (mentor)
2006-08-21 15:06:38 +00:00
avatar
c0bcb99317 MFC (1.40, 1.41): Adding more antiques came from the RELENG_4(or prior) era:
sbin/nfsd, sbin/mount_portal and sbin/kget.
2006-08-21 14:42:58 +00:00
dwmalone
75dfd39c12 MFC: When we receive an out-of-window SYN for an "ESTABLISHED" connection,
ACK the SYN as required by RFC793.
2006-08-21 10:39:13 +00:00
mjacob
4d6a4ddf0b MFC 1.120: Fix RELENG_4 code version- isp_roles wasn't getting
initialized so it ended up defaulting to ISP_ROLE_NONE. My testing
hadn't caught it because I was deliberatly setting role via ioctl.
2006-08-21 00:48:37 +00:00
maxim
2111a78e3b MFC rev. 1.14: simple strcpy/strcat replacement. 2006-08-20 20:31:10 +00:00
maxim
79236b7703 MFC rev. 1.34: fix the date of LZ 129 Hindenburg crash. 2006-08-20 20:25:55 +00:00
dwmalone
ee45008a04 MFC: Make net.inet.ip.portrange.reservedhigh and
net.inet.ip.portrange.reservedlow apply to IPv6 aswell as IPv4. Update
a cut'n'paste comment so that it is a bit more up to date.
2006-08-20 19:28:43 +00:00
imp
dbd654489e MFC:
Radio Shack USB Cable
	Prolific Pharos
	Willcom W-SIM
	HAMLET exagerate XUR232

No functional changes to the driver, so at worst, I've merged support
for devices that didn't work before and though i think they should
work now, they don't.  Please let me know if there are problems.
2006-08-20 05:23:07 +00:00
imp
27e8c8ae8e MFC: Merge all the usb devices from current. I need one, and there's
no reason not to merge them all.
2006-08-20 05:20:07 +00:00
yar
3a14eac1a2 MFC rev. 1.25:
Enumerate all cases where -i is applicable.
2006-08-20 03:59:53 +00:00