aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* FreeBSD-SA-04:16.fetch:releng/5.1Colin Percival2004-11-181-1/+1
* Bump and document patch level.Dag-Erling Smørgrav2004-05-191-1/+1
* MFC s3_pkt.c 1.1.1.9:Jacques Vidrine2004-03-171-1/+1
* MFC in part tcp_input.c 1.228, tcp_subr.c 1.182, tcp_var.h 1.98:Max Khon2004-03-154-15/+70
* MFC kern_jail.c 1.40: Rework jail_attach(2) so that an already jailedJacques Vidrine2004-02-252-13/+16
* MFC sysv_shm.c 1.90: Correct a reference counting bug in shmat(2).Jacques Vidrine2004-02-052-1/+2
* Update for the mksnap_ffs(8) issue.Dag-Erling Smørgrav2004-01-271-1/+1
* Correct a remote denial-of-service attack in named(8).Jacques Vidrine2003-11-271-1/+1
* Correct vulnerabilities in OpenSSL ASN.1 parsing.Jacques Vidrine2003-10-031-1/+1
* MFC procfs_dbregs.c 1.23, procfs_fpregs.c 1.29, procfs_regs.c 1.28,Jacques Vidrine2003-10-037-61/+51
* Bump patch level for updated arplookup fix.Jacques Vidrine2003-09-251-1/+1
* Fix a logic error in the check to see if arplookup() should free the route.Bruce M Simpson2003-09-241-1/+1
* Update patch levelDag-Erling Smørgrav2003-09-241-1/+1
* Fix a bug in arplookup(), whereby a hostile party on a locallyBruce M Simpson2003-09-232-7/+15
* MFC: sendmail address parsing bug fixGregory Neil Shapiro2003-09-171-1/+1
* MFC buffer.c 1.2, channels.c 1.16, deattack.c 1.1.1.6, misc.c 1.1.1.5,Jacques Vidrine2003-09-171-1/+1
* MFC buffer.c 1.1.1.7: Do not record expanded size before attempting toJacques Vidrine2003-09-161-1/+1
* MFC 1.24: Validate the iBCS2 statfs(2) length parameter.Jacques Vidrine2003-08-102-1/+5
* MFC sys_process.c 1.113, spigot.c 1.60:Jacques Vidrine2003-08-104-5/+10
* MFC: rev 1.126Paul Saab2003-06-111-4/+4
* Point pc98 to the generic loader.rc, instead of letting it pick up theScott Long2003-06-041-1/+1
* Move __FreeBSD_version to 501000Scott Long2003-06-041-1/+1
* Make this officially be 5.1-RELEASEScott Long2003-06-041-1/+1
* MFC: Change handling to support strong alignment architectures such as alpha andBernd Walter2003-06-043-11/+40
* Emergency bring-in of rev 1.51 of subr_mbuf.c from HEAD in time forBosko Milekic2003-06-031-57/+29
* - Merge in fixes to umtx from -CURRENT.Jeff Roberson2003-06-033-174/+164
* MFC: Don't allow a panic if the card doesn't respond correctly whenScott Long2003-06-031-7/+10
* MFC: 1.260: fix restarted syscalls.Peter Wemm2003-06-021-2/+6
* MFC: 1.9: update jmp_buf types to match -current for ABI reasons.Peter Wemm2003-06-021-3/+3
* MFC: Initialize td->td_pcb->pcb_ext in cpu_thread_setup() since a garbageTor Egge2003-06-021-0/+1
* Merge fixes to properly propagate labels across some mbuf copyRobert Watson2003-06-023-0/+3
* Merge from HEAD to RELENG_5_1:Robert Watson2003-06-011-0/+14
* Merge from HEAD to RELENG_5_1 (MFC?):Robert Watson2003-05-312-105/+99
* Disable building debug kernels in GENERIC for the release.Scott Long2003-05-314-4/+4
* We are now in RCScott Long2003-05-311-1/+1
* Disable WITNESS, INVARIANTS, and DDB for the release branch.Scott Long2003-05-314-14/+14
* This commit was manufactured by cvs2svn to create branch 'RELENG_5_1'.cvs2svn2003-05-31318-232270/+0
* Flag when ACPI has been disabled by the user so that sysinstall can doScott Long2003-05-311-0/+2
* Add acpi to the build. Remove the hack from machdep.c that lies to thePeter Wemm2003-05-312-3/+7
* Have hammer_time() return the proc0 stack location, and have locorePeter Wemm2003-05-312-25/+17
* Regenerate.Peter Wemm2003-05-312-0/+894
* Make this compile with WITNESS enabled. It wants the syscall names.Peter Wemm2003-05-316-5/+9
* Port acpica to amd64.Peter Wemm2003-05-312-5/+8
* Add the MD ifdefs for amd64 to point to the IO space bustag/handle.Peter Wemm2003-05-311-0/+4
* With the help of jhb, fix the ACPI_ACQUIRE_GLOBAL_LOCK() macros andPeter Wemm2003-05-311-28/+9
* Add __amd64__ to the ifdefs that introduce the "pcicfg" spinlock toPeter Wemm2003-05-311-1/+1
* Enable the new bootloader for i386 only. The new loader.rc is will onlyScott Long2003-05-312-1/+21
* Fix interrupt assignment for non-builtin PCI devices on e450s.Thomas Moestl2003-05-3010-45/+168
* Rename BUS_DMAMEM_NOSYNC to BUS_DMA_COHERENT.Hiten Pandya2003-05-307-9/+8
* rpc.lockd stability workaround: remove PCATCH from the tsleep() inRobert Watson2003-05-301-1/+1