122666 Commits

Author SHA1 Message Date
rafan
8534933fd6 MFC file 4.21 2008-01-24 15:47:31 +00:00
trhodes
4a744138f8 MFC:
: ru          2006-03-15 11:17:31 UTC
:
:   FreeBSD src repository
:
:   Modified files:
:     usr.sbin/ntp         Makefile
:     usr.sbin/ntp/doc     Makefile
:   Log:
:   If we don't want HTML docs, we might still want manpages.
:   If we don't want manpages, we might still want HTML docs.
:
:   Revision  Changes    Path
:   1.12      +0 -3      src/usr.sbin/ntp/Makefile
:   1.12      +2 -0      src/usr.sbin/ntp/doc/Makefile

PR:	118261
2008-01-24 09:46:05 +00:00
des
aa1a82fa13 Previous commit included changes which are invalid for RELENG_6. 2008-01-24 08:20:25 +00:00
des
31234fec69 MFC: document environment variables. 2008-01-24 08:17:50 +00:00
des
c5f7286002 MFC: namespace pollution cleanup, NO_PROXY support 2008-01-24 08:17:17 +00:00
brueffer
7b293b317a MFC: rev. 1.65
Document the 'maintainer' target.
2008-01-24 05:48:55 +00:00
kensmith
46cf292009 MFC:
Add fsck_4.2bsd and fsck_ufs as hard links to fsck_ffs in /stand on
the MFS image so that (for example) "fsck /dev/ad0s1a" will work.
Without this you needed (for example) "fsck -t ffs /dev/ad0s1a" (or
needed to run fsck_ffs instead of fsck).

Versions being MFCed:

        1.62    src/release/amd64/boot_crunch.conf
        1.62    src/release/i386/boot_crunch.conf
        1.12    src/release/ia64/boot_crunch.conf
        1.63    src/release/pc98/boot_crunch.conf
        1.5     src/release/powerpc/boot_crunch.conf
        1.9     src/release/sparc64/boot_crunch.conf
        1.2     src/release/sun4v/boot_crunch.conf
2008-01-23 20:19:18 +00:00
kensmith
22c34ad566 MFC v1.12:
Update EDITOR and PAGER environment variables so they are correct for
the CDROM fixit environment.

Noticed by:     gallatin
2008-01-23 20:05:22 +00:00
jhb
dd352ec584 MFC: Don't cache the new-bus name of a PCI device in the PCI conf
structure.
2008-01-23 18:05:34 +00:00
jhb
13a8c0f755 MFC: Fix some minor issues such as using read/modify/write for updating
the configuration register and add a header file to hold HPET register
constants.
2008-01-23 18:03:15 +00:00
jhb
7e352912d9 MFC: Update openpty(3) manpage for the recent pty fixes and remove some
now-unused macros from grantpt.c.
2008-01-23 17:59:27 +00:00
mav
1d3d1372bb MFC rev 1.71
Fix bundle xmit octets stats for packet-split operation mode.
2008-01-23 12:17:34 +00:00
jkim
b9ff93b92e MFC: 1.194
Remove BCM5704S specific tunable (hw.bge.fake_autoneg) and
auto-detect the condition.

PR:	kern/118308
2008-01-22 17:13:40 +00:00
jkim
a064839807 MFC: 1.201
Fix mbuf pool watermark configuration.
2008-01-21 18:04:41 +00:00
brueffer
b10985736c MFC:
Manpage for the coretemp(4) driver.

PR:		119837
Submitted by:	Dylan Cochran <a134qaed@gmail.com>
2008-01-20 21:55:27 +00:00
maxim
a5cdacb16c Revert 1.7.2.1: vlan(4) does use mbuf_tags(9) in RELENG_6.
Noticed by:	Alexander V. Chernikov
2008-01-20 16:31:39 +00:00
bmah
f4127443ca Forced commit to note that revision 1.24.2.8 was appropriate for
a post-6.3 world.
2008-01-20 06:00:02 +00:00
bmah
5d9bc218a1 Trim release notes for a post 6.3 world. 2008-01-20 05:58:17 +00:00
bmah
ae176b24ea Update entities for a post-6.2 world. 2008-01-20 05:57:39 +00:00
maxim
e00cb3713d MFC revs. 1.116-1.118: OpenBSD 4.2, NetBSD 4.0, FreeBSD 6.3. 2008-01-19 18:07:07 +00:00
maxim
4086dcb81c MFC rev. 1.85: wait/nowait column for ONC services. 2008-01-19 18:02:11 +00:00
maxim
12252a5277 MFC rev. 1.90 ntfs_vfsops.c and revs. 1.22, 1.23 mount_ntfs.8: mask
maximum file permissions with ACCESSPERMS.
2008-01-19 17:54:11 +00:00
maxim
bb807d7edc MFC rev. 1.53 rc.firewall and rev. 1.18 rc.firewall6: fix bibliography. 2008-01-19 17:40:27 +00:00
maxim
2103bc0d67 MFC revs. 1.8, 1.9: do not claim vlan(4) uses mbuf_tags(9). 2008-01-19 17:33:02 +00:00
maxim
f025744965 MFC rev 1.37: fix an output. MFC revs. 1.38, 1.39: plug a memory leak. 2008-01-19 17:27:43 +00:00
maxim
84de652f47 MFC rev. 1.322 rc.conf, rev. 1.332 rc.conf.5: TCP_DROP_SYNFIN has gone. 2008-01-19 17:18:57 +00:00
jhb
d1ed1ebf3b MFC: Split the intr_table_lock into an sx lock used for most things, and a
spin lock to protect intrcnt_index.  Originally I had this as a spin lock
so interrupt code could use it to lookup sources.  However, we don't
actually do that because it would add a lot of overhead to interrupts,
and if we ever do support removing interrupt sources, we can use other
means to safely do so w/o locking in the interrupt handling code.

This fixes a LOR in the most recent MSI MFC and was a part of the original
commit to HEAD that included the changes in the most recent MSI MFC.
2008-01-19 15:38:13 +00:00
kensmith
909d1ced68 6.3-RELEASE is announced to time to have RELENG_6 say it's 6.3-STABLE. 2008-01-18 20:27:24 +00:00
jhb
c3228a22c4 MFC: Force consistent use of the mountpoint's credentials when connecting
to the NFS server by temporarily changing the current thread's credentials
to that of the mountpoint while establishing the connection.
2008-01-17 21:04:51 +00:00
cognet
74f8580fff MFC rev 1.14:
Back when I committed the arm port, I've been asked to move
memcpy/memset/memcmp and friends from libkern/arm to arm/arm/support.S, and so
I did, but in the process, I didn't add the appropriate copyrights.
This is a major oversight from me, and I apology to the NetBSD people for it.

Approved by:	re (mux)
2008-01-16 22:45:03 +00:00
cvs2svn
60dbde9354 This commit was manufactured by cvs2svn to create branch 'RELENG_6'. 2008-01-16 18:47:08 +00:00
jhb
54a5fb4494 MFC: Correct first release for msleep_spin(). 2008-01-15 20:39:39 +00:00
jhb
559ead51eb MFC: Sync up to rev 1.49 of sleep.9. 2008-01-15 20:38:17 +00:00
gallatin
d614d38481 MFC: Update to firmware version 1.4.29 from 1.4.25 2008-01-15 15:39:36 +00:00
cperciva
16c2a9338b Fix issues which allow snooping on ptys. [08:01]
Fix an off-by-one error in inet_network(3). [08:02]

Security: FreeBSD-SA-08:01.pty
Security: FreeBSD-SA-08:02.libc
2008-01-14 22:56:05 +00:00
kensmith
9c95cedda2 Add the various packages we've ejected from the CD sets through
recent years back on disc3.
2008-01-14 17:41:09 +00:00
dougb
1e843d0b63 MFC the change from 1.27, removal of zones from the empty zone list that
may theoretically be allocated some day.

Approved by:	re (kensmith)
2008-01-13 20:51:09 +00:00
jhb
35e8ffa483 MFC: Lock the vnode interlock while reading v_usecount to update
si_usecount in a cdev in devfs_reclaim().
2008-01-12 00:17:50 +00:00
jhb
2eab57b4d5 Flip the switch to enable MSI by default on 6.x. This will not be MFC'd
into 6.3.
2008-01-10 21:17:12 +00:00
jhb
728519b97a MFC: More properly handle links who only have 1 valid IRQ in their bitmask. 2008-01-09 18:02:27 +00:00
kib
205222f5f0 MFC rev. 1.392:
In the vm_map_stack(), check for the specified stack region wraparound.
2008-01-09 16:08:39 +00:00
kib
ee9ecbab7b MFC rev. 1.89, 1.90:
Apply the LCONVPATH() to the (old) linux_stat() and linux_lstat() syscalls.
2008-01-09 16:07:32 +00:00
mux
857278f438 MFC route.c@1.125 and route.h@1.68:
Add a workaround for a deadlock between the rt_setgate() and rt_check()
  functions.  It is easily triggered by running routed, and, I expect, by
  running any other daemon that uses routing sockets.
2008-01-09 15:38:49 +00:00
delphij
a3d72f66d0 MFC important fixes by sos@:
Implement a workaround of the datacorruption problem on ServerWorks
HT1000 chipsets.  The HT1000 DMA engine seems to not always like 64K
transfers and sometimes barfs data all over memory leading to instant
chrash and burn.

Also fix 48bit adressing issues, apparently newer chips needs 16bit
writes and not the usual fifo thing.

HW donated by:	Travis Mikalson at TerraNovaNet
Original work:	sos
2008-01-09 08:55:51 +00:00
gabor
f36d8b111e MFC r1.5:
- This driver will first appear in FreeBSD 6.3, not 7.0
2008-01-08 15:37:39 +00:00
jhb
348d33eeac MFC: Fix a typo in regards to the ENOENT error. 2008-01-07 21:29:57 +00:00
jhb
a932ace951 MFC: Use devclass_get_count() instead of devclass_get_maxunit(). 2008-01-07 21:27:25 +00:00
gabor
7c8b2ead91 MFC r1.10:
- ipmi(4) appeared in FreeBSD 6.2, not in 6.3
2008-01-07 14:53:38 +00:00
peter
e099edc1fc MFC: rev 1.4: forward compatability with cvs-1.12 repository
Approved by: re (kensmith)
2008-01-07 09:08:53 +00:00
edwin
877445494e MFC of tzdata2007k.
Approved by:	re (ken smith)
2008-01-06 07:36:08 +00:00