aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* FreeBSD-SA-04:16.fetch:releng/5.1Colin Percival2004-11-183-2/+7
| | | | | | | | | | MFC revision 1.75 of src/usr.bin/fetch/fetch.c Bump newvers.sh and document in UPDATING. Approved by: so Notes: svn path=/releng/5.1/; revision=137856
* Merge updated patch from vendor branch (1.1.1.17)Dag-Erling Smørgrav2004-05-201-2/+40
| | | | | | | Approved by: so Notes: svn path=/releng/5.1/; revision=129489
* Bump and document patch level.Dag-Erling Smørgrav2004-05-192-1/+4
| | | | | | | Approved by: so Notes: svn path=/releng/5.1/; revision=129423
* Merge parser fix from vendor branch (rev 1.1.1.16)Dag-Erling Smørgrav2004-05-191-2/+2
| | | | | | | Approved by: so Notes: svn path=/releng/5.1/; revision=129419
* MFC s3_pkt.c 1.1.1.9:Jacques Vidrine2004-03-174-2/+13
| | | | | | | Correct a denial-of-service vulnerability in OpenSSL (CAN-2004-0079). Notes: svn path=/releng/5.1/; revision=127117
* MFC in part tcp_input.c 1.228, tcp_subr.c 1.182, tcp_var.h 1.98:Max Khon2004-03-155-15/+73
| | | | | | | | | Limit TCP segment reassembly queue size. Approved by: security-officer Notes: svn path=/releng/5.1/; revision=127036
* MFC kern_jail.c 1.40: Rework jail_attach(2) so that an already jailedJacques Vidrine2004-02-253-13/+20
| | | | | | | process cannot hop to another jail. Notes: svn path=/releng/5.1/; revision=126240
* MFC sysv_shm.c 1.90: Correct a reference counting bug in shmat(2).Jacques Vidrine2004-02-053-1/+5
| | | | Notes: svn path=/releng/5.1/; revision=125489
* Update for the mksnap_ffs(8) issue.Dag-Erling Smørgrav2004-01-272-1/+4
| | | | | | | Approved by: so Notes: svn path=/releng/5.1/; revision=125114
* MFC (1.6): preserve existing options on the mountpoint we're snapshotting.Dag-Erling Smørgrav2004-01-271-9/+47
| | | | Notes: svn path=/releng/5.1/; revision=125108
* Correct a remote denial-of-service attack in named(8).Jacques Vidrine2003-11-274-5/+14
| | | | Notes: svn path=/releng/5.1/; revision=122997
* Correct vulnerabilities in OpenSSL ASN.1 parsing.Jacques Vidrine2003-10-036-7/+20
| | | | | | | Obtained from: openssl.org CVS Notes: svn path=/releng/5.1/; revision=120700
* MFC procfs_dbregs.c 1.23, procfs_fpregs.c 1.29, procfs_regs.c 1.28,Jacques Vidrine2003-10-038-61/+54
| | | | | | | | pseudofs_vnops.c 1.42, kern_subr.c 1.77, uio.h 1.28: Correct several integer underflows/overflows in procfs and linprocfs. Notes: svn path=/releng/5.1/; revision=120688
* Fixed the update target to follow the correct CVS branch.Ruslan Ermilov2003-09-251-1/+1
| | | | | | | Approved by: nectar Notes: svn path=/releng/5.1/; revision=120439
* Bump patch level for updated arplookup fix.Jacques Vidrine2003-09-252-1/+4
| | | | Notes: svn path=/releng/5.1/; revision=120433
* Fix a logic error in the check to see if arplookup() should free the route.Bruce M Simpson2003-09-241-1/+1
| | | | | | | | Noticed by: Mike Hogsett Reviewed by: ru Notes: svn path=/releng/5.1/; revision=120420
* Update patch levelDag-Erling Smørgrav2003-09-242-1/+4
| | | | Notes: svn path=/releng/5.1/; revision=120419
* Update version string.Dag-Erling Smørgrav2003-09-245-5/+5
| | | | Notes: svn path=/releng/5.1/; revision=120417
* MFC: (1.12) resp is a pointer to an array of structs.Dag-Erling Smørgrav2003-09-241-9/+9
| | | | Notes: svn path=/releng/5.1/; revision=120409
* MFC: (1.7) return the correct error value when a null query fails.Dag-Erling Smørgrav2003-09-241-1/+1
| | | | Notes: svn path=/releng/5.1/; revision=120408
* Correct the date for the latest note.Jacques Vidrine2003-09-231-1/+1
| | | | Notes: svn path=/releng/5.1/; revision=120392
* Fix a bug in arplookup(), whereby a hostile party on a locallyBruce M Simpson2003-09-233-7/+20
| | | | | | | | | | | attached network could exhaust kernel memory, and cause a system panic, by sending a flood of spoofed ARP requests. Approved by: security-officer, jake (mentor) Reported by: Apple Product Security <product-security@apple.com> Notes: svn path=/releng/5.1/; revision=120391
* MFC: sendmail address parsing bug fixGregory Neil Shapiro2003-09-174-2/+9
| | | | | | | Approved by: so (nectar) Notes: svn path=/releng/5.1/; revision=120179
* MFC buffer.c 1.2, channels.c 1.16, deattack.c 1.1.1.6, misc.c 1.1.1.5,Jacques Vidrine2003-09-178-27/+42
| | | | | | | | session.c 1.41, ssh-agent.c 1.19: Correct more cases of allocation size bookkeeping errors. Notes: svn path=/releng/5.1/; revision=120167
* Bump addendum version for additional fixes.Jacques Vidrine2003-09-171-1/+1
| | | | Notes: svn path=/releng/5.1/; revision=120166
* MFC buffer.c 1.1.1.7: Do not record expanded size before attempting toJacques Vidrine2003-09-164-6/+12
| | | | | | | reallocate associated memory. Notes: svn path=/releng/5.1/; revision=120130
* MFC 1.24: Validate the iBCS2 statfs(2) length parameter.Jacques Vidrine2003-08-103-1/+8
| | | | Notes: svn path=/releng/5.1/; revision=118755
* MFC sys_process.c 1.113, spigot.c 1.60:Jacques Vidrine2003-08-105-5/+21
| | | | | | | | | | | | Add or correct range checking of signal numbers in system calls and ioctls. MFC kern_sig.c 1.257: panic() if we try to handle an out-of-range signal number in psignal()/ tdsignal(). Notes: svn path=/releng/5.1/; revision=118752
* MFC: rev 1.126Paul Saab2003-06-111-4/+4
| | | | | | | Fix kmem_map size calculations for PAE Notes: svn path=/releng/5.1/; revision=116190
* Don't use MUTEX_NOINLINE for pc98 floppies. It's unclear why this preventsrelease/5.1.0Scott Long2003-06-041-2/+0
| | | | | | | | | | | the panic that has been reported, but it also allows pc98 to go out the door. Submitted by: nyan Notes: svn path=/releng/5.1/; revision=115837 svn path=/release/5.1.0/; revision=115838; tag=release/5.1.0
* Point pc98 to the generic loader.rc, instead of letting it pick up theScott Long2003-06-041-1/+1
| | | | | | | | | i386 loader.rc Reviewed by: nyan Notes: svn path=/releng/5.1/; revision=115835
* Notify pkg_add about 5.1Scott Long2003-06-041-1/+2
| | | | Notes: svn path=/releng/5.1/; revision=115817
* Move __FreeBSD_version to 501000Scott Long2003-06-041-1/+1
| | | | Notes: svn path=/releng/5.1/; revision=115816
* Make this officially be 5.1-RELEASEScott Long2003-06-041-1/+1
| | | | Notes: svn path=/releng/5.1/; revision=115815
* Default the release makefile to 5.1Scott Long2003-06-041-2/+2
| | | | Notes: svn path=/releng/5.1/; revision=115813
* .Os is now 5.1Scott Long2003-06-041-1/+1
| | | | Notes: svn path=/releng/5.1/; revision=115812
* Update UPDATING for 5.1Scott Long2003-06-041-13/+4
| | | | Notes: svn path=/releng/5.1/; revision=115811
* MFC rev 1.15 to fix building libthr.Scott Long2003-06-041-1/+1
| | | | Notes: svn path=/releng/5.1/; revision=115807
* MFC 1.97: unbreak support for ia64.Marcel Moolenaar2003-06-041-0/+4
| | | | | | | Approved by: re@ (scottl) Notes: svn path=/releng/5.1/; revision=115797
* MFC: Change handling to support strong alignment architectures such as alpha andBernd Walter2003-06-044-23/+74
| | | | | | | | | | | | | sparc64. src/sbin/ipfw/ipfw2.c (1.24) src/sys/netinet/ip_dummynet.c (1.64) src/sys/netinet/ip_fw.h (1.77) src/sys/netinet/ip_fw2.c (1.30) Approved by: re (scottl) Notes: svn path=/releng/5.1/; revision=115796
* MFC: Free internal low level lock's memory.David Xu2003-06-042-0/+9
| | | | | | | Approved by: re (scottl) Notes: svn path=/releng/5.1/; revision=115792
* Emergency bring-in of rev 1.51 of subr_mbuf.c from HEAD in time forBosko Milekic2003-06-031-57/+29
| | | | | | | | 5.1-RELEASE; fix at least a panic during mbuf/cluster starvation and a potential memory leak. Notes: svn path=/releng/5.1/; revision=115789
* - Merge in fixes to umtx from -CURRENT.Jeff Roberson2003-06-033-174/+164
| | | | | | | Approved by: re (scottl) Notes: svn path=/releng/5.1/; revision=115784
* MFC: Don't allow a panic if the card doesn't respond correctly whenScott Long2003-06-031-7/+10
| | | | | | | | | enumerating containers. Approved by: re (rwatson) Notes: svn path=/releng/5.1/; revision=115763
* Bump release documentation entities for the upcoming 5.1-RELEASE.Bruce A. Mah2003-06-031-9/+9
| | | | | | | Approved by: re (implicitly) Notes: svn path=/releng/5.1/; revision=115762
* MFC: 1.6: infrastructure for libc_r on amd64.Peter Wemm2003-06-021-2/+1
| | | | | | | Approved by: re (scottl) Notes: svn path=/releng/5.1/; revision=115743
* MFC: turn on libc_r for amd64. This is just the ifdef __amd64__ stuff andPeter Wemm2003-06-023-2/+21
| | | | | | | | | removing the exclusion for amd64 from the Makefiles. Approved by: re (scottl) Notes: svn path=/releng/5.1/; revision=115741
* MFC: 1.27: fix sigsetjmp().Peter Wemm2003-06-021-0/+1
| | | | | | | Approved by: re (scottl) Notes: svn path=/releng/5.1/; revision=115739
* MFC: 1.260: fix restarted syscalls.Peter Wemm2003-06-021-2/+6
| | | | | | | Approved by: re (scottl) Notes: svn path=/releng/5.1/; revision=115737
* MFC: 1.9: update jmp_buf types to match -current for ABI reasons.Peter Wemm2003-06-021-3/+3
| | | | | | | Approved by: re (scottl) Notes: svn path=/releng/5.1/; revision=115735