summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Some patches from Doug for ia64 support- the principle one being themjacob2001-10-072-2/+6
* Export interrupt statistics via sysctl.luigi2001-10-074-0/+24
* Mention that ed requires miibus.iedowse2001-10-072-0/+2
* Fix a typo in do_sigaction() where sa_sigaction and sa_handler wereiedowse2001-10-071-3/+3
* Remove bogus include.dfr2001-10-071-1/+0
* Whitespace fixes.benno2001-10-072-5/+4
* Add new files needed by previous commit.benno2001-10-072-0/+221
* Mega-patch for OpenFirmware loader support.benno2001-10-0713-55/+135
* Rewrite the pc98 bus_space stuff.nyan2001-10-0716-1386/+4060
* o Introduce an 'options REGRESSION'-dependant sysctl namespaces,rwatson2001-10-071-0/+19
* Regen.marcel2001-10-073-7/+4
* Fix the NODEF entry for setpgid() so that it matches the NODEFmarcel2001-10-071-1/+1
* Make this compile again after the changes to make bridge kld'ableluigi2001-10-071-3/+3
* Fix breakage caused by previous commit. The lkmnosys and lkmressysmarcel2001-10-071-5/+8
* Misunderstanding documentation caused me to try and set 1Gbps/2Gps/Automjacob2001-10-062-14/+21
* Whups- remember to zero the isr pointer arg.mjacob2001-10-061-1/+3
* Respect QLogic's errata- read BIU_ISR even on the 2300mjacob2001-10-061-0/+2
* - Moved the bus_dma declarations from bus_{at386,pc98}.h into bus_dma.h.nyan2001-10-069-3830/+11
* Move console probes until after we set boothowto so that 'boot -h' works.dfr2001-10-061-7/+7
* Assume round-to-nearest mode for floating point.dfr2001-10-061-5/+1
* Enable console. There are far too many 'ifdef __i386__' in this file.dfr2001-10-061-7/+7
* Put the label at the same place as i386 for compatibility.dfr2001-10-063-0/+15
* Update with latest ATA/ATAPI ver 6 rev 2 items.sos2001-10-068-365/+403
* Delete legacy pcib code - we can't possibly work without acpi on ia64.dfr2001-10-061-570/+0
* Remove nexus_pcib.c.dfr2001-10-061-1/+0
* o Change ia64_memory_address to explicitly take a u_int64_tmarcel2001-10-061-2/+50
* Make this compile on ia64.marcel2001-10-061-1/+4
* Implement these using mux1 and extr.u. I'll update the userland versionsdfr2001-10-062-14/+7
* - Fix typo in "didn't find tag in list" code -- != should have been ==.fenner2001-10-061-4/+5
* Fix some 64-bit uncleanliness.peter2001-10-061-7/+20
* Fix some style bugs before fixing some real bugs.peter2001-10-061-7/+17
* Fix a stack trashing bug when int != sizeof(pointer)peter2001-10-062-2/+6
* Fix a warning. (unused p if not INVARIANTS)peter2001-10-062-4/+2
* Add ia64/ia64/sapic.cpeter2001-10-061-0/+1
* Add a flag TF_LASTIDLE, that forces a previously idle connectionjayanth2001-10-052-1/+9
* vinvalbuf() was only waiting for write-I/O to complete. It really has todillon2001-10-051-4/+15
* Add ia64 to the list of machines which don't do unaligned reads.dfr2001-10-052-2/+2
* Add BOOTP support.dfr2001-10-051-0/+4
* Fix some dependency violations (don't know why gas didn't catch this).dfr2001-10-052-4/+16
* Use physical addresses, not virtual addresses when calling PHYS_TO_VM_PAGE.dfr2001-10-051-1/+2
* Eliminate some alpha craziness.dfr2001-10-051-4/+2
* In in_cksumdata, len must be a signed type.dfr2001-10-052-2/+2
* The aio kthreads start off with a root credential just like all otherjhb2001-10-051-7/+0
* Low-level code for programming the I/O SAPIC.dfr2001-10-051-0/+151
* Re-route interrupts on ia64 so that we can get the I/O SAPIC interruptdfr2001-10-051-1/+12
* Wire up most of the interrupt handling infrastructure. Not sure it worksdfr2001-10-056-40/+342
* Fix typo which meant that we never actually found the ACPI 2.0 table.dfr2001-10-051-1/+1
* Disable interrupts when we are in DDB.dfr2001-10-051-3/+3
* Add ia64_get_lid().dfr2001-10-051-3/+14
* Activate the bridge/dummynet modules.ps2001-10-051-0/+2
OpenPOWER on IntegriCloud