summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Move ia64_sapics and ia64_sapic_count from interrupt.c to sapic.cmarcel2003-01-062-24/+59
* Ooops, use the full name of XL_FLAG_EEPROM_OFFSET_30silby2003-01-061-1/+1
* Move the itm reload to a single place rather than having two identicalpeter2003-01-061-2/+2
* Replace the hardcoding of 255 as the clock interrupt vector withmarcel2003-01-064-3/+5
* Explicitly have the timecounter init happen after the cpu_initclocks ispeter2003-01-062-2/+2
* Add support for the 3c555 miniPCI chipset.silby2003-01-062-1/+9
* Manually inline handleclock(). There's only a single caller andmarcel2003-01-063-9/+2
* Add two MII_SETs to provide a bit more time between operations insilby2003-01-061-0/+2
* Count interrupts as soon as possible. This makes sure interrupts aremarcel2003-01-061-3/+3
* correct pkthdr length calculation for ipv6 echo packets; after moving a packetsam2003-01-051-3/+6
* Don't hardcode the address of the local (S)APIC (aka processormarcel2003-01-054-2/+33
* Fix cut&paste bug which would result in a panic because buffer wasphk2003-01-051-2/+2
* Bump the number of interrupts from 65 to 257. This is a waste ofmarcel2003-01-051-1/+1
* Handle 3-digit interrupt numbers (vectors). While here, change themarcel2003-01-052-6/+10
* Make all memory I/O addresses (explicitly) 64-bit. Memory mappedmarcel2003-01-051-11/+11
* Tweaks to make if_rl work on sparc64.jake2003-01-051-4/+10
* Provide a null-implementation for bus_space_unmap, like i386.marcel2003-01-051-2/+5
* Convert VOP_STRATEGY to VOP_SPECSTRATEGY in the generic getpages andphk2003-01-051-2/+2
* Don't override the vop_lock, vop_unlock and vop_isunlocked methods.phk2003-01-051-3/+0
* Allocate bogus_page with VM_ALLOC_WIRED. (Previously, bogus_page'salc2003-01-051-2/+1
* Avoid casting pointers to int and using %x to print them.mike2003-01-051-4/+3
* Reduce diff to RELENG_4.simokawa2003-01-054-3/+65
* Fix alignment problems -- the embedded v4 address is guaranteed tofenner2003-01-051-15/+17
* In sodealloc(), if there is an accept filter present on the socketalfred2003-01-051-9/+3
* Don't take the detour over VOP_STRATEGY from spec_getpages, call ourphk2003-01-051-1/+1
* Split out the vnode and buf arguments to the internal strategy workerphk2003-01-051-13/+3
* Syntax fix in fwohci_pci_suspend().simokawa2003-01-051-1/+2
* Validate inp before de-referencing it.hsu2003-01-051-1/+1
* Fix the duplicate unlock of the pcm read channel in certain cases.green2003-01-051-1/+0
* - Change definition of fc->maxrec same as fwdev->maxrec.simokawa2003-01-054-34/+49
* - Reorganize PMAP_STATS to scale a little better.jake2003-01-056-124/+167
* Sync with zs.jake2003-01-051-239/+179
* Make imgact_elf32.c compile on sparc64.jake2003-01-051-0/+10
* - Provide backwards compatibility for kern.fallback_elf_brand.jake2003-01-053-64/+30
* Use atomic add and subtract to update the global wired page count,alc2003-01-051-3/+3
* Repair vnode locking in portal_lookup(). Specifically, lock the filetjr2003-01-051-2/+10
* Adopt, adapt and improve:marcel2003-01-051-31/+33
* Temporarily introduce a new VOP_SPECSTRATEGY operation while I tryphk2003-01-0411-12/+92
* Improve the way that an elf image activator for an alternate word size isjake2003-01-048-102/+29
* Introduce thephk2003-01-042-0/+15
* resort vnode ops listphk2003-01-041-3/+3
* resort the vnode ops list.phk2003-01-041-1/+1
* Move #include of ddb/ddb.h up with the rest.phk2003-01-041-2/+6
* Allow kmem_malloc() without Giant if M_NOWAIT is specified.alc2003-01-041-1/+2
* Use vm_object_lock() and vm_object_unlock() in vm_object_deallocate().alc2003-01-041-5/+5
* Refine the assertions in vm_page_alloc().alc2003-01-041-2/+2
* Export tc_tick with sysctl, not tick.phk2003-01-041-1/+1
* Merge from P4:imp2003-01-041-27/+42
* - Remove speed_map API because speed_map is obsoleted by 1394a.simokawa2003-01-043-13/+8
* Remove unnecessary lock assertion.hsu2003-01-041-15/+1
OpenPOWER on IntegriCloud