summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* The assertions generated to test VFS locking never included checksse2003-06-201-0/+2
* cpu_set_upcall_kse needs to access userspace, release schedule lockdavidxu2003-06-202-8/+20
* Don't put callout_lock under #ifdef DIAGNOSTIC despite the fact that itphk2003-06-201-1/+2
* Initialize b_saveaddr when we hand out pbufsphk2003-06-201-2/+3
* Initialize b_saveaddr when we hand out buffersphk2003-06-201-2/+4
* Crude but efficient:phk2003-06-201-1/+8
* Don't (re)initialize f_gcflag to zero.phk2003-06-203-2/+2
* Move FMARK and FDEFER til sys/file.h where they belong.phk2003-06-202-10/+15
* fix another LP64 problem. READ_IVAR takes a pointer to an uintptr_t, notjmg2003-06-202-2/+6
* The so-called "optimized copy-on-write fault" case should not requirealc2003-06-201-9/+2
* When a STOP signal is being sent to a process, it is possible alldavidxu2003-06-201-2/+16
* Fix typo. td should be td0.davidxu2003-06-201-1/+1
* Avoid using v8 opcodes; use ba instead of b for unconditional branches.jake2003-06-192-37/+37
* Unlock the struct file lock before aquiring Giant, otherwisealfred2003-06-191-3/+3
* Hook openpromio up to the build.jake2003-06-191-0/+1
* Lock the vm object when freeing a vm page.alc2003-06-191-0/+2
* Add support for the HighPoint HPT302 & HPT371sos2003-06-191-0/+2
* Fix direct map page table for 2GB+ physical memory.simokawa2003-06-191-1/+1
* Add TLS related relocation.marcel2003-06-191-0/+17
* Add a ratelimited message of the formsilby2003-06-191-1/+5
* - Rename the IPI_WAIT macro to IPI_DONE.jake2003-06-191-11/+8
* FILE_LOCK() uses a pool mutex, as does the vnode v_vnlock. Since pooltruckman2003-06-192-10/+10
* Add a rate limited message reporting when kern.maxfiles is exceeded,silby2003-06-191-2/+8
* VOP_GETVOBJECT() wants to be called with the vnode lock held.truckman2003-06-191-0/+3
* Lock the vm object when freeing a vm page.alc2003-06-191-1/+9
* Lock the vm object when freeing a vm page.alc2003-06-191-1/+7
* make iicbb_devclass and iicbb_driver globally visible. This will letjmg2003-06-192-2/+5
* Add vm object locking.alc2003-06-192-0/+12
* Assert that the vm object is locked in vm_page_try_to_free().alc2003-06-191-0/+2
* Fixing some glaring problems with aac_disk_dump().scottl2003-06-191-2/+18
* Fix a vm object reference leak in the page-based copy-on-write mechanismalc2003-06-191-1/+1
* Add a solaris compatible ofw interface for third party software thatjake2003-06-192-0/+264
* Introduce a new flag on a file descriptor: DFLAG_SEEKABLE and use thatphk2003-06-185-7/+8
* Reserve the last 5% of file descriptors for root use. This should allowsilby2003-06-181-2/+3
* Initialize struct fileops with C99 sparse initialization.phk2003-06-187-31/+52
* Add FBTYPEs used by the sbus bus support in XFree86. This uses some ofjake2003-06-181-4/+8
* Ignore fake ttes in pmap_copy, its too hard to deal with them not havingjake2003-06-181-0/+2
* Further cleanup of the sparc64 busdma implementation:tmm2003-06-187-365/+190
* Add defines required for TLS support.kan2003-06-181-0/+2
* Moved the syscons options, kbd options and DEV_SPLASH to the MI optionsjake2003-06-186-158/+33
* Now that most of this file is new, stylify the rest and correct theharti2003-06-181-59/+57
* Sleep on "-" in our normal state to simplify debugging.phk2003-06-182-3/+5
* Style: __FBSDID().harti2003-06-185-10/+16
* Add "GEOM_FOX", a class which detects and selects between multiplephk2003-06-186-0/+480
* Add missing */phk2003-06-181-1/+1
* Lock the vm object when freeing a vm page.alc2003-06-181-0/+14
* - Add support for DT_FLAGS.mdodd2003-06-181-5/+51
* Fix a performance bug in all of the various implementations ofalc2003-06-184-4/+4
* Handle recursion on the vm_page_queue_mtx manually in pmap_qenter andjake2003-06-171-4/+10
* - Use a more robust mechanism for determining whether or not a kse is on ajeff2003-06-171-2/+1
OpenPOWER on IntegriCloud