summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.1.0_cvscvs2svn2003-06-0418315-858829/+15346
* Don't use MUTEX_NOINLINE for pc98 floppies. It's unclear why this preventsrelease/5.1.0Scott Long2003-06-041-2/+0
* Point pc98 to the generic loader.rc, instead of letting it pick up theScott Long2003-06-041-1/+1
* Notify pkg_add about 5.1Scott Long2003-06-041-1/+2
* Move __FreeBSD_version to 501000Scott Long2003-06-041-1/+1
* Make this officially be 5.1-RELEASEScott Long2003-06-041-1/+1
* Default the release makefile to 5.1Scott Long2003-06-041-2/+2
* .Os is now 5.1Scott Long2003-06-041-1/+1
* Update UPDATING for 5.1Scott Long2003-06-041-13/+4
* MFC rev 1.15 to fix building libthr.Scott Long2003-06-041-1/+1
* MFC 1.97: unbreak support for ia64.Marcel Moolenaar2003-06-041-0/+4
* MFC: Change handling to support strong alignment architectures such as alpha andBernd Walter2003-06-044-23/+74
* MFC: Free internal low level lock's memory.David Xu2003-06-042-0/+9
* 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
* Bump release documentation entities for the upcoming 5.1-RELEASE.Bruce A. Mah2003-06-031-9/+9
* MFC: 1.6: infrastructure for libc_r on amd64.Peter Wemm2003-06-021-2/+1
* MFC: turn on libc_r for amd64. This is just the ifdef __amd64__ stuff andPeter Wemm2003-06-023-2/+21
* MFC: 1.27: fix sigsetjmp().Peter Wemm2003-06-021-0/+1
* 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
* Catch up with English 1.38.2.1Alexander Langer2003-06-021-2/+15
* Merge fixes to properly propagate labels across some mbuf copyRobert Watson2003-06-023-0/+3
* Add a missing return statement to distExtractTarball().Thomas Moestl2003-06-021-0/+1
* Merge from HEAD to RELENG_5_1:Robert Watson2003-06-011-0/+14
* Merge the following from the English version:Hiroki Sato2003-06-011-3/+13
* Put back some of the conditional text infrastructure that we used toBruce A. Mah2003-06-011-0/+12
* Merge from HEAD to RELENG_5_1 (MFC?):Robert Watson2003-05-312-105/+99
* MFC libthr hookup to the regular build.Mike Makonnen2003-05-311-2/+5
* MFC correction to mutex and cond initializers.Mike Makonnen2003-05-312-12/+11
* Put generated RELNOTESng snapshot in the right place for 5.1-RC/RELEASE.Bruce A. Mah2003-05-311-1/+1
* We're in 5.1-RC.Bruce A. Mah2003-05-311-1/+1
* 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
* Turn off malloc_abort and malloc_junk for the release.Scott Long2003-05-311-2/+2
* 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-31678-316839/+14
* Teach sysinstall to recognize if acpi was turned off from the bootloader,Scott Long2003-05-316-0/+102
* 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
* Instead of eating trailing newlines after inserting them into theBill Fenner2003-05-311-5/+12