swh:1:snp:2ca5d6eff8f04a671c0d5b13646cede522c64b7d

sort by:
Revision Author Date Message Commit Date
8083361 MFC ucred structure leak fix. Approved by: re@ (scottl), scottl (mentor) 23 February 2004, 15:32:55 UTC
c56c0af Update the BSD family tree for 5.2 and 5.2.1 23 February 2004, 05:44:37 UTC
eb0c3eb Point the pkg tools to the 5.2.1 packages. 23 February 2004, 05:35:58 UTC
7adf195 Change 502001 to 50201. The more I think about it, the more the latter makes sense. Sorry for the churn. 23 February 2004, 05:34:20 UTC
a4d8b59 Bump __FreeBSD_version to 502001 for the 5.2.1-RELEASE 23 February 2004, 05:24:25 UTC
ff85e90 Update for 5.2.1-RELEASE 23 February 2004, 05:20:41 UTC
e2b161d MFC r127_state.c:1.9 to RELENG_5_2 for inclusion in 5.2.1-RELEASE: Limit the amount of memory userspace processes can cause the kernel to allocate via DRI on r128 devices. Obtained from: Thomas Biege <thomas@suse.de> Reviewed by: scottl Approved by: scottl 23 February 2004, 05:19:46 UTC
82be401 Update the release makefile for 5.2.1 23 February 2004, 05:18:26 UTC
342cb3e Update the man pages for 5.2.1 23 February 2004, 05:13:38 UTC
c266c2b Update for 5.2.1 and note that 5.2.1 is on the 5.2 release branch. 23 February 2004, 05:11:00 UTC
d48c5bf Add a hack to allow sysisntall to handle mixing 5.2 vs. 5.2.1 cds. Submitted by: murray Approved by: re 20 February 2004, 17:00:57 UTC
56a99a9 MFC 1.40: Rework jail_attach(2) so that an already jailed process cannot hop to another jail. Approved by: re 19 February 2004, 23:26:39 UTC
66390b6 Reduce AAC_MAX_FIBS a little so that we don't exhaust the queue. This is a workaround for the lost command problem in RELENG_5_2. Approved by: re (implicit) 18 February 2004, 06:20:50 UTC
16232d3 Version number bumps for the upcoming 5.2.1-RELEASE. Approved by: re (implicitly) 16 February 2004, 21:21:59 UTC
3b748cc Forced commit to add a notice that the previous commit was ... Approved by: re (scottl) 15 February 2004, 00:16:53 UTC
fde07a5 Partial MFC of revision 1.16. Change KASSERT() in feed_vchan16() into an explicit test and call to panic() so that the buffer overflow just beyond this point is always caught, even when the code is not compiled with INVARIANTS. This will cause a deterministic panic if a particular combination of sound hardware and client software triggers the buffer overflow in the vchan code. This is better than letting the system panic in some unrelated part of the kernel because of heap corruption. 15 February 2004, 00:15:44 UTC
c1ac680 MFC rev 1.351 (no disklabel on ia64). Approved: re (scottl) 14 February 2004, 22:31:04 UTC
a4098e5 MFC rev 1.14 (uninitialized variable) and 1.15 (non-close of disk device). Approved: re (scottl) 14 February 2004, 22:29:02 UTC
db5a90d MFC: os_name -> osname fixes the OS override directive for ACPI 14 February 2004, 21:46:55 UTC
60e4892 MFC: If deferring a command due to lack of card resources, unmap it so that it will be marked appropriately the next time the queue is run. Approved by: re (implicit) 11 February 2004, 10:34:24 UTC
d29be8f Use 'strip -g' instead of 'strip -x' on the boot floppy modules. Hopefully this will allows them to work again. Approved by: re (implicit) 11 February 2004, 10:26:17 UTC
4ded3e9 MFC many more fixes for the ata driver. Approved by: re (implicit) 11 February 2004, 08:47:22 UTC
3ebb7f4 MFC the geom_taskqueue addition so that the pending ATA MFC can use it. Approved by: re (implicit) 11 February 2004, 08:31:23 UTC
3c8435b MFC pseudofs_vnops.c 1.43: Fix a panic in pseudofs(9). Approved by: re 10 February 2004, 21:08:01 UTC
59fee14 Get ready for 5.2.1-RC2. 10 February 2004, 14:13:39 UTC
03b6c4f MFC vfs_mount.c 1.117: Fix issues related to mount/unmount. Submitted by: pjd Approved by: re 10 February 2004, 14:11:32 UTC
2fcc97c MFC: SA-04:02. Approved by: re (implicitly) 06 February 2004, 21:37:54 UTC
c31348a MFC sysv_shm.c 1.90: Correct a reference counting bug in shmat(2). 05 February 2004, 18:01:26 UTC
7ba44c5 MFC 1.11, the latest from InterNIC. Approved by: re (scottl) 03 February 2004, 17:12:58 UTC
7ef8a76 MFC: SA-04:01, devfs(5) path rules, pc98 libdisk bugfix. Approved by: re (implicitly) 03 February 2004, 06:14:32 UTC
ecbe043 Run 'strip -x' on the kernel modules on the mfsroot floppy to reclaim some space. This appears to be safe for what we need here. This is needed now because the slight addition to the readme files has caused the mfsroot floppy to overflow again. Approved by: re (implicit) 31 January 2004, 16:30:45 UTC
e57ec86 Shift into RC mode for 5.2.1 Approved by: re (implicit) 30 January 2004, 16:24:12 UTC
ff0aaeb 5.2-RELEASE-p1 is a security branch release to address an issue in mksnap_ffs(8). Because release engineering for 5.2.1-RELEASE is currently in process, 5.2-RELEASE-p1 also includes several other bug fixes which are not security related. The additional fixes are documented in UPDATING and in the release notes. Approved by: re 29 January 2004, 22:54:31 UTC
cc8590c MFC rev 1.9-1.10: Allow path rules to work on directories. Approved by: rwatson (mentor), re (scottl) 29 January 2004, 19:32:43 UTC
92931dd MFC 1.3: If we're going to unhide fd/*, we'd better unhide fd as well. Approved by: rwatson (mentor), re (scottl) 29 January 2004, 19:28:57 UTC
6f00f5e MFC: revision 1.25 (Fixed pc98 partition type.) Approved by: re (scottl) 28 January 2004, 04:12:20 UTC
9c5a0ef MFC (1.6): preserve existing options on the mountpoint we're snapshotting. 27 January 2004, 19:33:16 UTC
340d52f MFC: IPsec fixes, ata(4) fixes. Approved by: re (implicitly) 27 January 2004, 16:24:21 UTC
d39cfcf MFC 1.65: avoid duplicate free. Approved by: re (scott) 27 January 2004, 16:06:22 UTC
7f137f3 MFC 1.64: invalidate secpolicy pcb cache on key_timehandler. Approved by: re (scott) 27 January 2004, 16:04:52 UTC
64f431b MFC 1.63: add missing key_freesp()s. Approved by: re (scott) 27 January 2004, 16:03:30 UTC
786c3a2 MFC 1.62: don't touch after free. Approved by: re (scott) 27 January 2004, 16:01:52 UTC
4b17d21 MFC 1.31: fix potential 'cannot-happen' memory leak Approved by: re (scott) 27 January 2004, 15:59:26 UTC
7167e41 MFC 1.47: call ipsec_pcbconn()/ipsec_pcbdisconn() from in6_pcbconnect(). Approved by: re (scott) 27 January 2004, 15:57:16 UTC
495b1f6 MFC 1.136: do not deref freed pointer Approved by: re (scottl) 27 January 2004, 15:54:05 UTC
82d6d73 Bring the ata man page up to HEAD to stay in sync with the ata driver. 27 January 2004, 15:21:30 UTC
e7e6323 Remove local changes to ata that accidentally crept in. 27 January 2004, 15:11:35 UTC
0ae1b91 Don peril-senstive goggles and update the ata driver to HEAD. Approved by: re 27 January 2004, 05:53:19 UTC
68f68a1 MFC: Make CVS update release note match reality. Submitted by: nectar Approved by: re (implicitly) 27 January 2004, 00:53:22 UTC
c4a7ad0 MFC: PFIL_HOOKS now enabled in GENERIC. Move KUser note from ports/packages section to releng section so that it sits next to other KDE-related text. Approved by: re 26 January 2004, 20:03:53 UTC
9c20a9b MFC: Add PFIL_HOOKS to the GENERIC kernel configuration. Requested by: re 26 January 2004, 19:42:13 UTC
14b8f4f Bring the 5.2.1 release notes up to date with the state of the RELENG_5_2 branch thus far. MFC: cdboot BIOS bug workaround, dc(4) on sparc64 update, sk(4) multicast fix, GEOM I/O hang fix, NFSv4 panic fix, NSS bugfix, CVS security fixes. New release note: kdeadmin3 update. Approved by: re (implicitly) 26 January 2004, 16:52:54 UTC
dc491d0 Merge rev 1.46 of geom_event.c. This prevents deleted events from getting lost and hanging I/O. Approved by: re 26 January 2004, 05:18:35 UTC
5e8a1b4 Bring rpcclnt.c up to HEAD in order to fix several potential panics when mixing NFS protocols. Approved by: re 26 January 2004, 04:38:17 UTC
006b186 MFC 1.1.1.14: Do not allow pserver to be run as root. 26 January 2004, 00:08:38 UTC
aed1895 MFC 1.1.1.9: Reject malformed module requests. Approved by: re 26 January 2004, 00:07:36 UTC
d766bb8 Add a few sentences to the readme and release notes describing this point release. Approved by: re 25 January 2004, 18:50:50 UTC
fe990f7 Fix up some release notes glitches that didn't make it for 5.2-RELEASE: Fix a repeated word [1], fix GCC-related typo (was in errata) [2], add missing note on TCP mss limiting (was in errata). Submitted by: jens [1], gerald [2] Approved by: re 25 January 2004, 18:36:00 UTC
9eb3e58 Infrastructure commits for the release documentation for a probable 5.2.1-RELEASE. The main changes will be to the release notes, which will be based on the 5.2-RELEASE notes with the 5.2 -> 5.2.1 changes added and emphasized. Approved by: re 25 January 2004, 18:28:11 UTC
64057a5 Bring the NSS files up to HEAD to fix the problem with 3rd party modules accessing large groups. Approved by: re 25 January 2004, 06:00:42 UTC
a910d72 MFC the if_dc fix for sparc64 Davicom cards that store thier MAC in OFW instead in SEEPROM. Approved by: re 25 January 2004, 05:23:21 UTC
03466a7 Bring if_sk.c to HEAD to fix the multicast problem with newer chips. Approved by: re 25 January 2004, 05:06:48 UTC
f2a9a05 MFC: Save %cx around calls to the BIOS to read data to workaround bugs in certain BIOSs when booting from a USB CD-ROM. Also, fix the twiddle to actually twiddle. Approved by: re 25 January 2004, 01:20:36 UTC
f18bdc1 MFC: merge Japanese translation of 5.2R release docs into RELENG_5_2. Approved by: re (bmah) 17 January 2004, 03:34:33 UTC
455dfda MFC: merge Japanese translation of 5.2R release docs into RELENG_5_2. Approved by: re (bmah) 17 January 2004, 03:24:56 UTC
7e6d2ef Move up to 5.2-RELEASE! 10 January 2004, 05:53:28 UTC
5b7db74 MFC rev 1.131: Enable building mount_nfs4. Submitted by: alfred 10 January 2004, 04:11:22 UTC
5e04c6f MFC rev 1.9: Disable the APIC when selection the 'Safe Boot' option. Approved by: rwatson 10 January 2004, 03:36:14 UTC
6a29c5b MFC: Make ip6fw reset work for TCP packets with SYN set. Approved by: re, sam, ume 09 January 2004, 23:54:24 UTC
0f4a242 MFC 1.138 - Check for transmit status and free the mbuf chain when 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) 09 January 2004, 21:13:56 UTC
1567603 The change that set the ip_id to 0 on DF packets was reverted due to compatibility issues, so remove its release note. While here, bump copyright date for 2004 changes. Approved by: re (implicitly) 09 January 2004, 17:08:32 UTC
d686ae4 Delete a release note that doesn't apply anymore: We're installing the full KDE and GNOME package sets, not the "Lite" versions. Approved by: re (implicitly) 09 January 2004, 17:01:48 UTC
214bc64 MFC: Limiters and sanity checks for TCP MSS resource exhaustion attacks. The net.inet.tcp.minmssoverload is set to zero and thus connection drop is disabled by default. Approved by: re (scottl) 09 January 2004, 16:47:11 UTC
b9a364d MFC rev 1.20: Reduce TCP_MINMSS default to 216. Approved by: re (scottl, implicit) 09 January 2004, 14:29:52 UTC
727b0b0 MFC: Limiters and sanity checks for TCP MSS resource exhaustion attacks. The net.inet.tcp.minmssoverload is set to zero and thus connection drop is disabled by default. Approved by: re (scottl) 09 January 2004, 12:32:36 UTC
0ccb674 MFC rev 1.173: If path mtu discovery is enabled set the DF bit in all cases we send packets on a tcp connection. PR: kern/60889 Approved by: re (scottl) 09 January 2004, 12:23:58 UTC
397661a MFC rev 1.204: Do not set the ip_id to zero when DF is set on packet. Approved by: re (scottl) 09 January 2004, 12:18:17 UTC
7b94a73 MFC 1.92: remove extraneous unlock that can lead to a panic Approved by: re (scottl) 08 January 2004, 16:31:33 UTC
5359f9c MFC: Copyright 2004 approved by: re@ (scottl) 08 January 2004, 04:53:29 UTC
2cbd19c MFC: Update the copyright date here to Approved by: re@ (scottl) 08 January 2004, 04:51:06 UTC
3983187 Merge critical bugfix (panic due to NULL pointer deref) from rev 1.30. Approved by: re 07 January 2004, 16:46:06 UTC
ed9ded3 Revert rev 1.51. There turns out to be enough room on the CD for the full Gnome and KDE packages. 07 January 2004, 07:44:19 UTC
4d1cc9a Revert rev 1.219. We will install the full gnome and kde packages. 07 January 2004, 07:42:15 UTC
a5ce0b6 Commit the fix from 1.49 which prevents false positives in the -p (pre-world) case Approved by: re (scottl) 06 January 2004, 18:06:38 UTC
6746f31 MFC: Rev. 1.8 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) 06 January 2004, 15:52:23 UTC
b38bc35 MFC 1.48, which contains two small cleanups and the "stale /etc/rc.d file" checker. PR: bin/60246 Approved by: re (scottl) 03 January 2004, 19:16:14 UTC
5dd5579 MFC: 1.17 if_name and if_unit renaming to if_xname should be dealth with in ipmon as well. Approved by: re 03 January 2004, 14:12:11 UTC
e1b9547 MFC: Catch up with reality with respect to the location of 4.8, 4.9, 5.0, 5.1, 5.2, and CURRENT packages. main.c 1.54->1.55 Approved by: re (scottl) 02 January 2004, 06:12:05 UTC
492b621 Version number bumps for the upcoming 5.2-RELEASE. Approved by: re 01 January 2004, 21:55:07 UTC
3c6d40c Plug file descriptor leak, as discussed on -current. Approved by: re (scottl) 30 December 2003, 20:13:19 UTC
730beb1 MFC: per provider withering (for atapi-cd) G_PF_ORPHAN flag & check. (for atapi-cd) mtx_init NULL/MTX_DEF confusion. Approved by: re@ 30 December 2003, 12:00:40 UTC
2525ef2 MFC: Improvements to if_sis driver. Don't spend interrupt time stopping already stopped interfaces. Fix short-cable handling code. Approved by: re@ 30 December 2003, 10:47:22 UTC
616aeae MFC: Fix acpi_MatchHid() to check compatability IDs. Approved by: re (scottl) 29 December 2003, 15:48:16 UTC
0385a04 MFC: 1.24: Hopefully fix the upgrade path from old 4.x and 5.x systems. Approved by: re (jhb) 24 December 2003, 17:31:53 UTC
56df61e MFC 1.97: fix double mutex initialization when statically configured Approved by: re (scottl) 23 December 2003, 19:21:16 UTC
527097f MFC rev. 1.52: IN_MULTICAST wants an address in host byte order. Approved by: re (scottl) 23 December 2003, 12:25:56 UTC
c9f9dde MFC rev 1.33: Move the em and vx drivers back into the kernel. 22 December 2003, 15:20:45 UTC
de5532c MFC Rev 1.71 fixed an IPv6 path MTU discovery failure owing to a lack of initialization. approved by: re(scottl) 22 December 2003, 03:04:00 UTC
538733f MFC Rev 1.350: Teach the Fixit environment about dynamic root. 21 December 2003, 18:00:45 UTC
3700f7f - Add FTP site in Turkey. Approved by: murray (re@) 21 December 2003, 06:11:51 UTC
back to top