summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
...
* - VFS_LOCK_GIANT when recycling a vnode via getnewvnode. We may bejeff2006-04-041-0/+3
* - Properly check against B_DELWRI and B_NEEDSGIANT. This check wasjeff2006-04-041-1/+2
* Increment kdb_active after we stopped the other CPUs and decrementmarcel2006-04-041-4/+4
* Eliminate HAVE_STOPPEDPCBS. On ia64 the PCPU holds a pointer to themarcel2006-04-031-10/+5
* Remove the unused sva and eva arguments from pmap_remove_pages().peter2006-04-032-4/+2
* In kdb_trap(), change the type of the local variable 'intr' from intmarcel2006-04-031-1/+2
* Replace critical_enter() and critical_exit() in kdb_trap() withmarcel2006-04-031-3/+3
* mask out any action when copying the flags from the event to the knote..jmg2006-04-011-0/+2
* Chance protocol switch method pru_detach() so that it returns voidrwatson2006-04-014-25/+24
* Change protocol switch pru_abort() API so that it returns void ratherrwatson2006-04-014-20/+34
* Add comment to accept1() that it should use getsock() instead of fgetsock()rwatson2006-04-011-0/+3
* Mark fgetsock() and fputsock() as depcrecated: callers should rely onrwatson2006-04-011-2/+8
* Assert so->so_pcb is NULL in sodealloc() -- the protocol state should notrwatson2006-04-011-0/+2
* Add a somewhat sizable comment documenting the semantics of various kernelrwatson2006-04-011-0/+57
* - Add an assert to vgone. It is illegal to call vgone without a referencejeff2006-03-311-3/+0
* - When there are dangling vnodes at unmount print them before we panic.jeff2006-03-311-1/+6
* - Release the references acquired by VOP_GETWRITEMOUNT and vfs_getvfs().jeff2006-03-313-28/+40
* - Hold a reference from the time vfs_busy starts until vfs_unbusy isjeff2006-03-311-3/+9
* - GETWRITEMOUNT now returns a referenced mountpoint to prevent itsjeff2006-03-311-1/+15
* - Allocate mounts from a uma zone that uses UMA_ZONE_NOFREE to preventjeff2006-03-311-8/+32
* - LK_RETRY means nothing when passed to VOP_LOCK. Call vn_lock instead.jeff2006-03-311-1/+2
* - Add the B_NEEDSGIANT flag which is only set if the vnode that owns a bufjeff2006-03-312-16/+38
* fixup error handling in taskqueue_start_threads: check for kthread_createsam2006-03-301-11/+20
* Fix a panic on sparc64 related to inproper aligment - we cannot assume,pjd2006-03-301-7/+13
* Add scc(4), a driver for serial communications controllers. Thesemarcel2006-03-301-0/+79
* Properly support for FreeBSD 4 32bit System V shared memory.ps2006-03-301-0/+10
* Always explicitly panic in propogate_priority() if we try to propogatejhb2006-03-291-8/+14
* hold the list lock over the f_event and KNOTE_ACTIVATE calls... This closesjmg2006-03-291-1/+1
* - Conditionalize Giant around VFS operations for ALQ, ktrace, andjhb2006-03-283-32/+35
* Conditionalize locking of Giant for VFS in acct(2). We alreadyjhb2006-03-281-17/+20
* Change vn_open() to honor the MPSAFE flag in the passed in nameidata objectjhb2006-03-283-8/+11
* Revert previous commit at davidxu's insistance. Instead, use __DECONSTdes2006-03-281-1/+1
* The undocumented and deprecated system call _umtx_op() takes two pointerdes2006-03-281-1/+1
* Use NET_LOCK_GIANT() and VFS_LOCK_GIANT() instead of unconditionallyalc2006-03-271-4/+29
* Add a sysctl, regression.sonewconn_earlytest, which when optionsrwatson2006-03-262-0/+20
* MFP4: Support for profiling dynamically loaded objects.jkoshy2006-03-261-0/+78
* 1. Move code for scanning pending I/O from aio_fsync to aio_aqueue,davidxu2006-03-241-77/+51
* Regenerate.davidxu2006-03-232-2/+4
* Implement aio_fsync() syscall.davidxu2006-03-232-78/+245
* Destroy "bip" bio in error case.pjd2006-03-221-0/+1
* - Remove explicit giant acquires and replace it with VFS_LOCK_GIANT.jeff2006-03-221-5/+6
* - Remove explicit calls to lock and unlock Giant and replace them withjeff2006-03-212-166/+132
* Rethink it a bit, if there is a STOP flag, don't bother to resume otherdavidxu2006-03-211-0/+3
* Because JOB control has higher priority than single threading indavidxu2006-03-211-0/+1
* Remove unused leaked debug function prototype.tegge2006-03-211-1/+0
* Restore fd optimization with a few minor tweaks, to quote tegge:csjp2006-03-201-2/+5
* Let snapshots make a copy of old contents for all buffers taking part in ategge2006-03-191-5/+1
* Don't call vn_finished_write() if vn_start_write() failed.tegge2006-03-191-4/+6
* - Correct an assert in vop_rename_pre. fdvp may be locked if it is eitherjeff2006-03-191-1/+1
* Back out fd optimization introduced in revision 1.280 as it appears to becsjp2006-03-181-3/+1
OpenPOWER on IntegriCloud