118611 Commits

Author SHA1 Message Date
jkim
9ca5124a7d MFC: usr.sbin/sysinstall/disks.c 1.155
- Hide 'incorrect geometry warning' in non-interactive mode. Users should
know what they are doing in non-interactive mode.  Less scarier warning
goes to debugging info instead.
- Print sanitized geometry to debugging info.
2006-01-31 22:07:18 +00:00
jkim
59efc5f86e MFC: Add `mediaOpen' function. This function mounts selected media device.
For example, you can dynamically generate and load configuration file
depending on the hardware configuration with the following template:

	mediaSetCDROM
	mediaOpen
	command=/dist/scripts/install.sh
	system
	mediaClose
	configFile=generated.cfg
	loadConfig

Now we have full access to files on the media before installation begins.
2006-01-31 22:03:19 +00:00
pjd
cefc091c9d MFC: sbin/geom/class/eli/geom_eli.c 1.6
Remove unused argument.
2006-01-31 21:24:36 +00:00
sam
9df8de65f3 MFC: reorg tools to simplify use with crunchgen and rename net80211
tools as originally intended
2006-01-31 20:48:21 +00:00
brd
c110472f36 MFC 1.37
- Mention that users need to be in the wheel group to `su - root' by default, and how to change it.

PR:		docs/70616
Submitted by:	Jilles Tjoelker <jilles at stack dot nl>
Reviewed by:	ru@
Approved by:	ceri@
2006-01-31 20:32:36 +00:00
jhb
5c3c3d48b2 MFC: Note that the device names in /dev for rp(4) and si(4) have changed.
Requested by:	scottl (sorta, these aren't release notes)
2006-01-31 20:29:43 +00:00
jhb
417a95e45e MFC: Update rp(4) filenames due to the changes to fix support for machines
with multiple rp(4) cards.

Requested by:	scottl
2006-01-31 20:13:58 +00:00
joel
c94a080d27 MFC r1.5:
Make the SYNOPSIS section a bit more informative.
2006-01-31 18:39:35 +00:00
krion
be897ab3b0 MFC: pkg_add.1:1.70
date: 2006/01/29 20:30:55;  author: krion;  state: Exp;  lines: +1 -1
  Fix typo.
2006-01-31 18:33:59 +00:00
joel
bdd30411fc MFC r1.46:
-  Remove the comment about WSS/MSS cards being the best supported
     cards on the market.
  -  Remove the entire HARDWARE section.  It's superfluous since all
     snd_* manual pages have their own HARDWARE sections these days.
2006-01-31 18:31:34 +00:00
joel
bedafd344f MFC:
Remove sound since the sound(4) manual page no longer have a
  HARDWARE section.
2006-01-31 18:30:41 +00:00
jhay
0d13ff15f8 MFC:
Add AfriNIC as a RIR.

PR:		80421
Submitted by:	Adrian Frith <adrian at frith.homelinux.org>
2006-01-31 18:16:04 +00:00
ache
880a2a0bb8 MFC: 1.21 (don't update to current time on error) 2006-01-31 18:02:56 +00:00
stefanf
b1424e33b5 MFC: Add the macro __format_arg which expands to the format_arg attribute if
supported.
2006-01-31 17:57:17 +00:00
imp
ac322d9320 MFC: 1.114
Add some sanity checking for cards being inserted multiple times.
	Be more careful about initializing lists to prevent resource leaks.
2006-01-31 17:10:02 +00:00
ume
4b7ff8cc00 MFC 1.85: don't embed scope id before running packet filters. 2006-01-31 16:36:11 +00:00
andre
c35747e82b MFC 1.110 & 1.111: Simplify ip_next_mtu(). 2006-01-31 16:21:43 +00:00
andre
f527d7aaff MFC 1.312: In ip_forward() compute MTU always if it hasn't been done before. 2006-01-31 16:17:22 +00:00
andre
d5bfca13df MFC 1.117: In ip_mdq() compute TV_DELTA the correct way around. 2006-01-31 16:13:22 +00:00
andre
cd72f08ff6 MFC 1.93: In in_control() only remove in_ifaddr from ia_hash if it is an
AF_INET address.
2006-01-31 16:11:37 +00:00
andre
afdcfafe55 MFC 1.286 & 1.287: Check the correct TTL in both the IPv6 and IPv4 cases. 2006-01-31 16:09:34 +00:00
andre
e3fbc5aabf MFC 1.253: In in_delayed_cksum() don't perform m_pullup() because we can't
pass the new mbuf pointer to the callers.
2006-01-31 16:06:05 +00:00
andre
ecd3f47aed MFC 1.81: In syncache_expand() fix a case that currently can't be triggered. 2006-01-31 16:03:42 +00:00
andre
b80f61dff3 MFC 1.252: Prevent dereferencing NULL route pointer when trying to update
the route MTU.
2006-01-31 16:01:38 +00:00
glebius
c625a74834 MFC:
Add some initial locking to gif(4), that covers output path.
2006-01-31 15:56:47 +00:00
phk
164ce7afe5 MFC:
Updated flash library
	ramdisk sizes and last orders.
2006-01-31 15:56:33 +00:00
glebius
fbdc4a3cd4 MFC:
- In pipe() return the error returned by pipe_create(), rather then
    hardcoded ENFILES, which is incorrect. pipe_create() can fail due
    to ENOMEM.
  - Update manual page, describing ENOMEM return code.

  Reviewed by:    arch
2006-01-31 15:44:51 +00:00
glebius
8b1551dbbf MFC 1.182:
Implement 'ipfw fwd laddr,port' feature for UDP. According to ipfw(8)
  it should work, however it never did. People expect it to work.

  PR:		kern/90834
2006-01-31 15:40:15 +00:00
glebius
5ce5257942 MFC 1.27:
Simplify ng_source_send() removing temporary queue and merging two
  cycles into one.
2006-01-31 15:39:05 +00:00
glebius
606be86649 Sync ng_pppoe with HEAD, merging:
- ktr(4) instead of printfs.
- D-Link compat mode.
- style(9) cleanup.
2006-01-31 15:36:11 +00:00
oleg
bbe593a6a4 MFC 1.124:
Fix minor bug in uRPF: if net.link.ether.inet.useloopback=1 and we send
broadcast packet using our own source ip address it may be rejected by
uRPF rules.

PR:		kern/76971
2006-01-31 14:48:03 +00:00
imp
eeccc1a672 I haven't yet merged back the defines from -current for
__PCI_REROUTE_INTERRUPT, so merging it was in error.  I thought I'd
specifically checked before the commit, but it looks like I was wrong.

Thanks to Peter Pentchev (roam@) for his help in finding this...
2006-01-31 14:42:43 +00:00
pjd
894edd33c9 MFC: sbin/geom/core/geom.8 1.18
Add a reference to geli(8).
2006-01-31 12:39:26 +00:00
ssouhlal
e7d3440442 MFC r1.215:
Don't try to load KLDs if we're mounting the root. We'd otherwise panic.

  Tested by:      kris
2006-01-31 06:00:32 +00:00
pjd
3c50f6ff81 MFC: etc/rc.d/ipsec 1.14,1.15
- Use $ipsec_file instead of hardcoded /etc/ipsec.conf.
- Remove stale comment.
2006-01-31 00:28:01 +00:00
ariff
febe43b1e7 MFC: revision 1.3
Native 32bit recording is turned on, although broken on some hardware.
2006-01-31 00:10:09 +00:00
jkim
1b61c3b069 Move dev/amr/amr_linux.c to where it belongs. 2006-01-30 23:56:44 +00:00
imp
23d8d3a722 MFC: add cardbus_device.c 2006-01-30 23:25:01 +00:00
marcel
d1ed0b5303 MFC rev 1.897: Fix the missing CD_VOLUME=1 in the cdrom.inf file on
disc1 for the livecd != disc1 case.
2006-01-30 23:09:51 +00:00
pjd
b1f53a5dc4 MFC: sys/dev/md/md.c 1.161
Call NDFREE() only when vn_open() succeeded.
2006-01-30 23:03:44 +00:00
ticso
7691e4d261 MFC: 1.18 Remove spl / Restart request on USBD_IOERROR. 2006-01-30 22:47:45 +00:00
marius
4a0340a5b3 MFC: sys/sparc64/central/central.c 1.11, sys/sparc64/ebus/ebus.c 1.25 (partial),
sys/sparc64/fhc/fhc_central.c 1.10, sys/sparc64/fhc/fhc_nexus.c 1.9,
     sys/sparc64/pci/psycho.c 1.59, sys/sparc64/sbus/dma_sbus.c 1.3 - 1.4,
     sys/sparc64/sbus/sbus.c 1.37

- Register the generic implementations for the device shutdown, suspend
  and resume methods so these events propagate through the device driver
  hierarchy.
- Remove dma_setup_intr() (was commented out in RELENG_6).
2006-01-30 22:30:51 +00:00
marius
fdc4af4670 MFC: 1.5
- Only touch the LED bit of the (LED) AUXIO register when turning the
  system LED on or off. Unlike the EBus LED AUXIO register where the
  remaining bits are unused the upper bits of the SBus AUXIO register
  are used to control other things like the link test enable pin of
  the on-board NIC which we don't want to change as a side-effect.
- Remove the superfluous bzero()'ing of the softc obtained from
  device_get_softc().
2006-01-30 21:47:48 +00:00
imp
7f2e5aec50 MFC: Catchup to HEAD
o Move resource allocation into pci layer, rather than duplicating
	  it in this layer (poorly at that).
	o Provide preliminary support for dumping of CardBus card's CIS.
	o Simplify I/O memory range allocations
	o Use PCI layer symbols rather than cardbus layer symbols
	o Improve cis tuple callbacks
2006-01-30 20:04:59 +00:00
imp
04e527ee5b MFC:
1.308, 1.307, 1.306: expose pci_add_resources to the outside
	world.  Implement force in pci_add_map.  Write values of allocated
	resources to the BARs.
	1.304: Improve diagnostic messages
	1.303: Improved resource allocation.
	1.302: Use symbolic names
	1.301: Minor style(9) nitage
	1.296: Allow code to access cached values for CMDREG, CACHLNSZ, MINGNT,
	MAXLAT and LATTIMER.
2006-01-30 18:42:10 +00:00
imp
733d9e5f6a MFC: 1.16 expose pci_add_resources to the outside world (well, pci busses) 2006-01-30 18:38:08 +00:00
imp
44da073941 MFC:
1.69: Remove #ifdef alpha vestige
	1.67: Accessors for CMDREG, CACHELNSZ, MINGNT, MAXLAT and LATTIMER
2006-01-30 18:34:41 +00:00
scottl
b82de437e6 MFC: Diff reduction with HEAD. Whitespace, time_second -> time_uptime,
TAILQ initialization, PCI code refactoring.
2006-01-30 17:56:07 +00:00
glebius
1444c71db7 MFC 1.116:
Check for BGE_RXBDFLAG_IP_CSUM flag before marking mbuf as with valid
  checksum. This fixes operation of PPPoE and other non-IP Ethernet
  protocols.
MFC 1.117:
  Use m_getcl() instead of getting mbuf, and then getting a cluster.
2006-01-30 13:17:44 +00:00
sos
4a73be6cc3 MFC:
Add support for the JMicron JMB360 SATAII controller.
2006-01-30 10:32:40 +00:00