summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Some KSE syscalls are MPSAFE.davidxu2003-01-041-3/+3
* Replace spec_bmap() with vop_panic: We should never BMAP a device backedphk2003-01-041-35/+1
* - Handle zero sized directory right way.simokawa2003-01-041-4/+5
* - Replace printf() with device_printf().simokawa2003-01-045-64/+37
* Don't call VOP_BMAP on VCHR vnodes when the logical and physical blockphk2003-01-041-1/+1
* Rename the dos_partition structure for pc98 to pc98_partition.nyan2003-01-045-25/+25
* Use a separate macro to generate the name of the sysctl_oid_list that holdsjake2003-01-041-2/+5
* Since Jeffr made the std* functions the default in rev 1.63 ofphk2003-01-0416-82/+0
* Use __CONCAT and __XSTRING when concatenating or stringifying arguments tojake2003-01-041-7/+8
* Add a sysctl to get the vm protections for the stack of the current process.jake2003-01-041-0/+14
* Hold the page queues lock around pmap_remove_pte() in pmap_enter().alc2003-01-041-0/+2
* - Propagate suspend/resume to child devices.simokawa2003-01-045-38/+99
* Set kse mailbox pointer to NULL when P_KSES is turned off.davidxu2003-01-042-6/+12
* Make this build and sync-up:marcel2003-01-031-6/+1
* White space fixesjulian2003-01-032-20/+20
* Make an explicit flag to indicate that a KSE has a reason to upcall,julian2003-01-033-46/+53
* Don't need to set retvals to 0 in the non error case. Theyjulian2003-01-032-18/+0
* Refine the assertion in vm_object_clear_flag() to allow operation on thealc2003-01-031-1/+2
* Revert use of dmmax_mask, I had overlooked a '~'.phk2003-01-031-2/+2
* Document bit 31 of the cpuid features word as PBE (Pending Break Enable).jhb2003-01-032-2/+2
* Make struct swblock kernel only, to make vm/swap_pager.h userland includable.phk2003-01-033-33/+18
* Avoid extern decls in .c files by putting them in the vm/swap_pager.hphk2003-01-034-16/+12
* Use correct _VM_SWAP_PAGER_H_ to check for multiple inclusion.phk2003-01-031-3/+3
* Retire sys/dmap.h by including the two lines of it which mattersphk2003-01-032-64/+3
OpenPOWER on IntegriCloud