summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Lock the vm object when performing vm_object_clear_flag().alc2003-01-031-0/+4
* Remove CCDF_SWAP and CCDF_PARITY, they have never been implemented.phk2003-01-033-47/+11
* MFMBR: Add ioctls for writing an IPL and a boot menu.nyan2003-01-032-70/+165
* Merged from sys/isa/fd.c revision 1.243.nyan2003-01-032-12/+0
* Convert calls to BUF_STRATEGY to VOP_STRATEGY calls. This is a no-op sincephk2003-01-0311-16/+14
* manage kernel threads properly; especially shutting them down on module unloadsam2003-01-031-52/+133
* MFS: crypto timing support; purge usercrypto sysctl (just don't configsam2003-01-033-9/+107
* Remove unused second argument from DEV_STRATEGY().phk2003-01-0313-23/+23
* Add vm map and vm object locking to vmtotal().alc2003-01-031-5/+14
* Remove unused second argument from BIO_STRATEGY()phk2003-01-035-31/+15
* Approved by: gallatin (mentor)ticso2003-01-031-0/+12
* o Introduce a new external mbuf type, EXT_EXTREF.gallatin2003-01-022-3/+9
* Optimize the size of the work-items by letting the mapping functionphk2003-01-023-48/+66
* - This damnable chip only has 1 status register for both ports, so the bitjake2003-01-021-9/+37
* Lock the vm object when performing back-to-back vm_object_clear_flag() andalc2003-01-021-0/+2
* Update si_bsize_phys on open.phk2003-01-021-0/+1
* Lock the vm object when performing vm_object_clear_flag().alc2003-01-021-1/+4
* Update to correct NetBSD Idimp2003-01-021-1/+1
* Make compiles (LINT and/or ISP_TARGET_MODE options) happier by making suremjacob2003-01-021-5/+7
* Sync to 1.104 of usbdevsimp2003-01-022-2/+18
* Add NEODIO TURBOCONNECT (from NetBSD)imp2003-01-021-0/+4
* MFNetBSD through 1.42 (to be committed in a moment by me).imp2003-01-021-3/+4
* Adjust code for Julian's last commit. use td_mailbox to detect ifdavidxu2003-01-022-20/+16
* Do not print the value of sc pointer before is has been ininialized.kan2003-01-021-1/+2
* Create debug sysctl nodes if USB_DEBUG is defined.kan2003-01-021-1/+1
OpenPOWER on IntegriCloud