summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* Some code cleanup:tmm2004-04-253-128/+28
* Prefix a printf with the device name.tmm2004-04-251-1/+1
* Remove avail_end. It is not used.alc2004-04-112-8/+1
* Remove advertising clause from University of California Regent'simp2004-04-0731-152/+0
* Remove avail_start on those platforms that no longer use it. (Only amd64alc2004-04-052-5/+2
* Remove unused arguments from pmap_init().alc2004-04-051-1/+1
* - Use an ihandle_t to store the stdout instance handle instead of atmm2004-04-041-1/+1
* In some cases, sf_buf_alloc() should sleep with pri PCATCH; in others, italc2004-04-032-3/+3
* MFi386: correctly calculate the top-of-stack when a kthread is createdkensmith2004-03-291-4/+3
* The compatibility specification property is named "compatible", nottmm2004-03-272-2/+2
* Correct the termination condition of the DVMA pruning loop intmm2004-03-231-7/+7
* Intitialize the frame pointer and return pc of a new process createdtmm2004-03-231-0/+2
* Add an implementation of uiomove_fromphys() to sparc64. Thisalc2004-03-221-0/+146
* Introduce the cpumask_t type. The purpose of the type is to create amarcel2004-03-201-0/+1
* sync comment with i386's isa.c.. This removes a comment that is YEARSjmg2004-03-171-3/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-173-6/+3
* Refactor the existing machine-dependent sf_buf_free() into a machine-alc2004-03-161-18/+3
* Now that contigfree() does not require Giant, don't grab it in busdma.scottl2004-03-131-2/+0
* Change time_t from a 32-bit value to a 64-bit value, on FreeBSD/sparc64gad2004-03-101-1/+1
* Retire pmap_pinit2(). Alpha was the last platform that used it. However,alc2004-03-071-6/+0
* Fix syntax errors and wrong function prototypes in several MD headerle2004-03-051-2/+2
* Device megapatch 4/6:phk2004-02-212-1/+4
* - Fix for sparc64 to use new __panic() functionkensmith2004-01-271-2/+4
* - Recruit some new ULE users by making it the default scheduler in GENERIC.jeff2004-01-241-1/+1
* Add PFIL_HOOKS to the GENERIC kernel configuration, primarily sonectar2004-01-241-0/+1
* Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'mnectar2004-01-091-0/+1
* Some integrated Davicom cards in sparc64 boxes have an all zerosmux2004-01-082-0/+18
* Make sigaltstack as per-threaded, because per-process sigaltstack statedavidxu2004-01-031-5/+5
* Track three new sendfile-related statistics:silby2003-12-281-0/+1
* Move the declaration of sfbufspeak and sfbufsused to mbuf.h,silby2003-12-281-2/+1
* Track current and peak sfbuf usage, export the values via sysctl.silby2003-12-271-0/+4
* Don't confuse NULL with 0.obrien2003-12-263-4/+4
* Don't confuse NULL with 0.obrien2003-12-262-5/+5
* Don't confuse NULL with 0.obrien2003-12-261-3/+3
* GC the unused <machine/kse.h> file.peter2003-12-241-38/+0
* Add an additional field to the elf brandinfo structure to supportpeter2003-12-231-2/+17
* Fix all users of mp_maxid to use the same semantics, namely:jhb2003-12-031-2/+2
* - Split cpu_mp_probe() into two parts. cpu_mp_setmaxid() is still calledjhb2003-11-211-3/+9
* - Remove unnecessary synchronization from sf_buf_init(). (There is onlyalc2003-11-161-2/+0
* - Modify alpha's sf_buf implementation to use the direct virtual-to-alc2003-11-162-1/+57
* Fix more spammage with local changes. Didn't look at the diffs beforejake2003-11-141-10/+10
* Rev 1.61 accidentily added makeoptions NO_MODULES=yes. Funny that I add thisjake2003-11-141-11/+10
* Respect RB_KDB flag.simokawa2003-11-131-0/+5
* Remove reference to sio (superseded by uart).jake2003-11-111-1/+0
* Add entries for creator, splash, uart and puc, commented out until they'rejake2003-11-111-1/+5
* Remove references to atkbd, atkbdc, psm and vga.jake2003-11-111-7/+1
* Assume that unit 0 is the graphics console initialized by syscons, insteadjake2003-11-111-1/+1
* Fix a bug in the data access error recorvery. Before re-enabling the datajake2003-11-116-4/+60
* Rearrange slightly so that DELAY(9) works during cninit.jake2003-11-111-12/+12
* Change the clear_ret argument of get_mcontext() to be a flags argument.marcel2003-11-091-2/+2
OpenPOWER on IntegriCloud