summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.2.0_cvscvs2svn2004-01-1018853-843373/+15825
| | | | | | | 'RELENG_5_2_0_RELEASE'. This commit was manufactured to restore the state of the 5.2-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
* Move up to 5.2-RELEASE!release/5.2.0Scott Long2004-01-101-1/+1
| | | | | Notes: svn path=/releng/5.2/; revision=124329 svn path=/release/5.2.0/; revision=124330; tag=release/5.2.0
* MFC rev 1.131:Scott Long2004-01-101-0/+1
| | | | | | | | | Enable building mount_nfs4. Submitted by: alfred Notes: svn path=/releng/5.2/; revision=124327
* MFC rev 1.9:Scott Long2004-01-101-0/+1
| | | | | | | | | Disable the APIC when selection the 'Safe Boot' option. Approved by: rwatson Notes: svn path=/releng/5.2/; revision=124325
* MFC: Make ip6fw reset work for TCP packets with SYN set.David Malone2004-01-092-1/+2
| | | | | | | Approved by: re, sam, ume Notes: svn path=/releng/5.2/; revision=124320
* MFC 1.138 - Check for transmit status and free the mbuf chain whenDon Lewis2004-01-092-3/+5
| | | | | | | | | | | | | | processing the last transmit descriptor for the frame instead of the first descriptor. This eliminates the bug that caused the driver to report spurious collisions and output errors that was introduced when the driver was changed to look at the first transmit descriptor when it was converted to use busdma (rev 1.115). Approved by: re (scottl) Notes: svn path=/releng/5.2/; revision=124315
* The change that set the ip_id to 0 on DF packets was reverted due toBruce A. Mah2004-01-091-4/+1
| | | | | | | | | | | compatibility issues, so remove its release note. While here, bump copyright date for 2004 changes. Approved by: re (implicitly) Notes: svn path=/releng/5.2/; revision=124298
* Delete a release note that doesn't apply anymore: We're installingBruce A. Mah2004-01-091-9/+0
| | | | | | | | | the full KDE and GNOME package sets, not the "Lite" versions. Approved by: re (implicitly) Notes: svn path=/releng/5.2/; revision=124297
* MFC: Limiters and sanity checks for TCP MSS resource exhaustion attacks.Andre Oppermann2004-01-091-0/+24
| | | | | | | | | | The net.inet.tcp.minmssoverload is set to zero and thus connection drop is disabled by default. Approved by: re (scottl) Notes: svn path=/releng/5.2/; revision=124295
* MFC rev 1.20: Reduce TCP_MINMSS default to 216.Andre Oppermann2004-01-091-4/+3
| | | | | | | Approved by: re (scottl, implicit) Notes: svn path=/releng/5.2/; revision=124291
* MFC: Limiters and sanity checks for TCP MSS resource exhaustion attacks.Andre Oppermann2004-01-095-4/+92
| | | | | | | | | | The net.inet.tcp.minmssoverload is set to zero and thus connection drop is disabled by default. Approved by: re (scottl) Notes: svn path=/releng/5.2/; revision=124286
* MFC rev 1.173: If path mtu discovery is enabled set the DF bit in allAndre Oppermann2004-01-091-0/+4
| | | | | | | | | | cases we send packets on a tcp connection. PR: kern/60889 Approved by: re (scottl) Notes: svn path=/releng/5.2/; revision=124285
* MFC rev 1.204: Do not set the ip_id to zero when DF is set on packet.Andre Oppermann2004-01-091-12/+6
| | | | | | | Approved by: re (scottl) Notes: svn path=/releng/5.2/; revision=124284
* MFC 1.92: remove extraneous unlock that can lead to a panicSam Leffler2004-01-081-1/+1
| | | | | | | Approved by: re (scottl) Notes: svn path=/releng/5.2/; revision=124254
* MFC: Copyright 2004Warner Losh2004-01-081-3/+3
| | | | | | | approved by: re@ (scottl) Notes: svn path=/releng/5.2/; revision=124239
* MFC: Update the copyright date here toWarner Losh2004-01-081-0/+29
| | | | | | | Approved by: re@ (scottl) Notes: svn path=/releng/5.2/; revision=124238
* Merge critical bugfix (panic due to NULL pointer deref) from rev 1.30.Joerg Wunsch2004-01-071-1/+4
| | | | | | | Approved by: re Notes: svn path=/releng/5.2/; revision=124218
* Revert rev 1.51. There turns out to be enough room on the CD for theScott Long2004-01-071-2/+2
| | | | | | | full Gnome and KDE packages. Notes: svn path=/releng/5.2/; revision=124205
* Revert rev 1.219. We will install the full gnome and kde packages.Scott Long2004-01-071-2/+2
| | | | Notes: svn path=/releng/5.2/; revision=124204
* Commit the fix from 1.49 which prevents false positives in theDoug Barton2004-01-061-5/+4
| | | | | | | | | -p (pre-world) case Approved by: re (scottl) Notes: svn path=/releng/5.2/; revision=124172
* MFC: Rev. 1.8Martin Blapp2004-01-061-1/+1
| | | | | | | | | | | | The reset_type should not be 0x80, it should be set to zero. 0x80 can cause the command to be rejected as invalid. This bug exists also in the Linux IPS ffdc code. Submitted by: David Jeffery (Adaptec) Approved by: scottl (re) Notes: svn path=/releng/5.2/; revision=124170
* MFC 1.48, which contains two small cleanups and theDoug Barton2004-01-031-2/+51
| | | | | | | | | | "stale /etc/rc.d file" checker. PR: bin/60246 Approved by: re (scottl) Notes: svn path=/releng/5.2/; revision=124109
* MFC: 1.17Guido van Rooij2004-01-031-0/+1
| | | | | | | | | | if_name and if_unit renaming to if_xname should be dealth with in ipmon as well. Approved by: re Notes: svn path=/releng/5.2/; revision=124103
* MFC: Catch up with reality with respect to the location of 4.8, 4.9,Bruce A. Mah2004-01-021-1/+6
| | | | | | | | | | | 5.0, 5.1, 5.2, and CURRENT packages. main.c 1.54->1.55 Approved by: re (scottl) Notes: svn path=/releng/5.2/; revision=124065
* Version number bumps for the upcoming 5.2-RELEASE.Bruce A. Mah2004-01-011-2/+2
| | | | | | | Approved by: re Notes: svn path=/releng/5.2/; revision=124050
* Plug file descriptor leak, as discussed on -current.David Malone2003-12-301-0/+1
| | | | | | | Approved by: re (scottl) Notes: svn path=/releng/5.2/; revision=124004
* MFC:Poul-Henning Kamp2003-12-304-4/+15
| | | | | | | | | | | per provider withering (for atapi-cd) G_PF_ORPHAN flag & check. (for atapi-cd) mtx_init NULL/MTX_DEF confusion. Approved by: re@ Notes: svn path=/releng/5.2/; revision=123993
* MFC: Improvements to if_sis driver.Poul-Henning Kamp2003-12-302-17/+31
| | | | | | | | | | Don't spend interrupt time stopping already stopped interfaces. Fix short-cable handling code. Approved by: re@ Notes: svn path=/releng/5.2/; revision=123991
* MFC: Fix acpi_MatchHid() to check compatability IDs.John Baldwin2003-12-291-3/+3
| | | | | | | Approved by: re (scottl) Notes: svn path=/releng/5.2/; revision=123973
* MFC: 1.24: Hopefully fix the upgrade path from old 4.x and 5.x systems.Ruslan Ermilov2003-12-241-8/+8
| | | | | | | Approved by: re (jhb) Notes: svn path=/releng/5.2/; revision=123807
* MFC 1.97: fix double mutex initialization when statically configuredSam Leffler2003-12-231-11/+27
| | | | | | | Approved by: re (scottl) Notes: svn path=/releng/5.2/; revision=123782
* MFC rev. 1.52: IN_MULTICAST wants an address in host byte order.Maxim Konovalov2003-12-231-1/+1
| | | | | | | Approved by: re (scottl) Notes: svn path=/releng/5.2/; revision=123763
* MFC rev 1.33: Move the em and vx drivers back into the kernel.Scott Long2003-12-221-2/+0
| | | | Notes: svn path=/releng/5.2/; revision=123727
* MFC Rev 1.71SUZUKI Shinsuke2003-12-221-1/+1
| | | | | | | | | fixed an IPv6 path MTU discovery failure owing to a lack of initialization. approved by: re(scottl) Notes: svn path=/releng/5.2/; revision=123712
* MFC Rev 1.350:Scott Long2003-12-211-6/+6
| | | | | | | Teach the Fixit environment about dynamic root. Notes: svn path=/releng/5.2/; revision=123708
* - Add FTP site in Turkey.Ken Smith2003-12-211-0/+3
| | | | | | | Approved by: murray (re@) Notes: svn path=/releng/5.2/; revision=123698
* New release notes: fatm(4) [1], hfa update [1], initgroups(3) changeBruce A. Mah2003-12-201-0/+16
| | | | | | | | | | and implications for users in lots o' groups. Approved by: re (scottl) Submitted by: harti [1] Notes: svn path=/releng/5.2/; revision=123689
* InstaMFC: Mount the mfsroot read/write during installs.John Baldwin2003-12-201-1/+6
| | | | | | | Approved by: re (scottl) Notes: svn path=/releng/5.2/; revision=123687
* MFC: Don't force-unmount devfs during installScott Long2003-12-191-22/+1
| | | | | | | Approved by: re Notes: svn path=/releng/5.2/; revision=123660
* MFC: Add support for _CID package types and use dynamic storage forNate Lawson2003-12-193-62/+123
| | | | | | | | | | | all of our devinfo structs. Revisions: acpi.c:1.110; acpi_pcib.c:1.35,1.36; acpi_pci_link.c:1.11 Approved by: re (scottl, in a new record time) Notes: svn path=/releng/5.2/; revision=123654
* MFC: Sync ata driver with head.John Baldwin2003-12-185-12/+40
| | | | | | | | | | | - Various fixes for SiI3112A. - Support for the SiS 661 chipset. - Fix register timings for AMD/VIA/nVidia chipsets. Approved by: scottl (re) Notes: svn path=/releng/5.2/; revision=123652
* MFC: Handle empty channels in earlier fix for missing slaves.John Baldwin2003-12-181-3/+7
| | | | | | | Approved by: re (scottl) Notes: svn path=/releng/5.2/; revision=123651
* Merge dist.c:1.228 from HEAD to RELENG_5_2:Robert Watson2003-12-181-1/+1
| | | | | | | | | | | Install 100dpi fonts by default when installing X11: fun as using 75dpi fonts on a 100dpi display is, the jaggies just aren't worth it. DPMI auto-configures higher DPIs on many modern displays now. Approved by: re (jhb) Notes: svn path=/releng/5.2/; revision=123648
* MFC 1.398: Fix a problem where 'make installworld' can fail andGarance A Drosehn2003-12-181-13/+7
| | | | | | | | | | leave the system in a messy state when upgrading from a system which has no /libexec to a system which builds a DYNAMICROOT. Approved by: re (scottl) Notes: svn path=/releng/5.2/; revision=123647
* - MFC 1.475, return EBUSY if NOWAIT was passed to vget() and the XLOCK wasJeff Roberson2003-12-181-3/+4
| | | | | | | | | held. Approved by: re (scottl) Notes: svn path=/releng/5.2/; revision=123639
* - MFC 1.474, properly cleanup VCHR after forced unmount.Jeff Roberson2003-12-181-1/+28
| | | | | | | Approved by: re (scottl) Notes: svn path=/releng/5.2/; revision=123638
* Define __LP64__ when producing 64-bit code.David E. O'Brien2003-12-181-0/+11
| | | | | | | Approved by: re(jhb) Notes: svn path=/releng/5.2/; revision=123623
* MFC: add sys/_null.h and change the definition of NULL to a long on ia64Peter Wemm2003-12-1813-48/+16
| | | | | | | | | | | and amd64. Ensure that this is not accidently activated on any platforms other than these two since its quite late in the release cycle and it is not worth the risk of disturbing to the established platforms. Approved by: re (scottl, jhb) Notes: svn path=/releng/5.2/; revision=123618
* MFC: make preloaded filesystems work with md(4) again.Poul-Henning Kamp2003-12-171-1/+1
| | | | | | | Approved by: re@(scottl) Notes: svn path=/releng/5.2/; revision=123613
* MFC: Make msdosfs long filenames matching case insensitive again.Tim J. Robbins2003-12-1710-33/+66
| | | | | | | Approved by: re (scottl) Notes: svn path=/releng/5.2/; revision=123598