| Commit message (Expand) | Author | Age | Files | Lines |
* | Add esp to the sparc64 GENERIC | scottl | 2004-06-10 | 1 | -0/+1 |
* | Port the NetBSD esp(4) driver. This only includes the sbus front-end, so | scottl | 2004-06-10 | 3 | -0/+1041 |
* | Remove filename+line number from panic messages. | phk | 2004-06-06 | 1 | -4/+2 |
* | Add missing <sys/module.h> #includes | phk | 2004-06-04 | 6 | -0/+6 |
* | Remove checks for curthread == NULL - it can't happen. | tjr | 2004-06-03 | 1 | -5/+3 |
* | Add missing <sys/module.h> instances which were shadowed by the nested | phk | 2004-06-03 | 6 | -0/+7 |
* | Move TDF_DEADLKTREAT into td_pflags (and rename it accordingly) to avoid | tjr | 2004-06-03 | 1 | -9/+4 |
* | Bring in mbuma to replace mballoc. | bmilekic | 2004-05-31 | 1 | -0/+7 |
* | Retire cpu_sched_exit(); it is not used any more. | tmm | 2004-05-26 | 1 | -5/+0 |
* | Move the per-CPU vmspace pointer fixup that is required before a | tmm | 2004-05-26 | 5 | -36/+41 |
* | Use unsigned types for the arguments of the atomic(9) operations, | marius | 2004-05-22 | 1 | -4/+4 |
* | Switch from BSD-style u_intXX_t to ISO C99 uintXX_t. | marius | 2004-05-22 | 2 | -5/+5 |
* | In cpu_sched_exit(), we must check vm_refcnt against 0, not 1, since | tmm | 2004-05-20 | 1 | -1/+1 |
* | Moved most of the "MI" definitions and declarations from <machine/profile.h> | bde | 2004-05-19 | 1 | -30/+1 |
* | <stdint.h> should define WINT_M{AX,IN} independent from whether WCHAR_MIN is | stefanf | 2004-05-18 | 1 | -1/+1 |
* | Oops, I left a duplicate 'relocbase' declaration. | peter | 2004-05-17 | 1 | -1/+0 |
* | Make a small revision to the api between the elf linker core and the | peter | 2004-05-16 | 1 | -4/+5 |
* | Prefer explicit ints to implicit ints in the prototype as well as in | mux | 2004-05-10 | 1 | -1/+1 |
* | - Fix a typo in a printf(). [1] | mux | 2004-05-10 | 1 | -5/+4 |
* | Correct the implementation of pmap_page_is_mapped(): It should return TRUE | alc | 2004-05-09 | 2 | -2/+19 |
* | Since revision 1.280 of vm/vm_page.c, vm_page_grab() always returns a | alc | 2004-05-08 | 1 | -2/+0 |
* | - Remove the old sparc64 OFW PCI code (as opposed to the former | marius | 2004-05-08 | 18 | -882/+22 |
* | Fix bug introduced in revision 1.9; in nexus_probe_nomatch() get device name | marius | 2004-05-04 | 1 | -3/+2 |
* | Add option GEOM_GPT. This brings the ability to have a large number of | marcel | 2004-05-02 | 1 | -0/+1 |
* | Spell Ethernet correctly. | obrien | 2004-05-02 | 1 | -4/+4 |
* | Some cleanups to the nexus code: | tmm | 2004-04-30 | 2 | -126/+50 |
* | Remove inclusion of opt_ebus.h. | tmm | 2004-04-30 | 1 | -2/+0 |
* | Remove the separate kernel option for Sun APB PCI-PCI bridges and make | marius | 2004-04-30 | 2 | -2/+0 |
* | Enable _KPOSIX_PRIORITY_SCHEDULING by default, it works fine on sparc64. | marius | 2004-04-30 | 1 | -1/+1 |
* | Update the reference to the FreeBSD sparc64 mailing list, its name has | marius | 2004-04-30 | 1 | -1/+1 |
* | Fix the EBus driver to work with the new PCI code. Unlike other PCI | tmm | 2004-04-28 | 4 | -111/+202 |
* | Hide FLT_EVAL_METHOD and DECIMAL_DIG in pre-C99 compilation | das | 2004-04-25 | 1 | -0/+2 |
* | Some code cleanup: | tmm | 2004-04-25 | 3 | -128/+28 |
* | Prefix a printf with the device name. | tmm | 2004-04-25 | 1 | -1/+1 |
* | Remove avail_end. It is not used. | alc | 2004-04-11 | 2 | -8/+1 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 31 | -152/+0 |
* | Remove avail_start on those platforms that no longer use it. (Only amd64 | alc | 2004-04-05 | 2 | -5/+2 |
* | Remove unused arguments from pmap_init(). | alc | 2004-04-05 | 1 | -1/+1 |
* | - Use an ihandle_t to store the stdout instance handle instead of a | tmm | 2004-04-04 | 1 | -1/+1 |
* | In some cases, sf_buf_alloc() should sleep with pri PCATCH; in others, it | alc | 2004-04-03 | 2 | -3/+3 |
* | MFi386: correctly calculate the top-of-stack when a kthread is created | kensmith | 2004-03-29 | 1 | -4/+3 |
* | The compatibility specification property is named "compatible", not | tmm | 2004-03-27 | 2 | -2/+2 |
* | Correct the termination condition of the DVMA pruning loop in | tmm | 2004-03-23 | 1 | -7/+7 |
* | Intitialize the frame pointer and return pc of a new process created | tmm | 2004-03-23 | 1 | -0/+2 |
* | Add an implementation of uiomove_fromphys() to sparc64. This | alc | 2004-03-22 | 1 | -0/+146 |
* | Introduce the cpumask_t type. The purpose of the type is to create a | marcel | 2004-03-20 | 1 | -0/+1 |
* | sync comment with i386's isa.c.. This removes a comment that is YEARS | jmg | 2004-03-17 | 1 | -3/+1 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | njl | 2004-03-17 | 3 | -6/+3 |
* | Refactor the existing machine-dependent sf_buf_free() into a machine- | alc | 2004-03-16 | 1 | -18/+3 |
* | Now that contigfree() does not require Giant, don't grab it in busdma. | scottl | 2004-03-13 | 1 | -2/+0 |