]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.
[FreeBSD/FreeBSD.git] / sys / kern /
2007-02-15 pjdMove vnode-to-file-handle translation from vfs_vptofh...
2007-02-15 luigiCleanup and document the implementation of firmware...
2007-02-15 rwatsonCatch up file descriptor printing function in DDB to...
2007-02-15 rwatsonBreak file descriptor printing logic out of db_show_fil...
2007-02-15 rwatsonRename somaxconn_sysctl() to sysctl_somaxconn() so...
2007-02-15 kibIf both ISDOTDOT and NOCROSSMOUNT are set then lookup...
2007-02-15 rwatsonTeach DDB how to print sockets, socket buffers, protosw...
2007-02-14 rwatsonMinor rearrangement of global variables, comments,...
2007-02-14 rwatsonChange unp_mtx to supporting recursion, and do not...
2007-02-13 rwatsonSet UNP_CONNECTING when committing to moving ahead...
2007-02-13 cognetMake vfs_getopts() set *error to ENOENT if the option...
2007-02-13 mppDo not do a vn_close for all references to the ktraced...
2007-02-12 mppAdd a VNASSERT to vn_close to detect if v_writecount...
2007-02-11 rodrigcMakefile changes to reflect moving sys/isofs/cd9660...
2007-02-09 delphijGive which signal caller has attempted to deliver when...
2007-02-08 jeff - Change types for necent runq additions to u_char...
2007-02-07 alcRemove the vm page queue free mutex from the CDEV order.
2007-02-06 rwatsonPush UNIX domain socket locking further into uipc_ctlou...
2007-02-06 mppThe change to the vm_page_queue_freelist lock from...
2007-02-03 mlaierAdd a small informative printf under bootverbose to...
2007-02-03 bmsDiff reduction with RELENG_6, style(9):
2007-02-02 bmsUse int instead of u_int for the 'extra' argument to the
2007-02-02 kibRecord kqueue -> struct mount mtx -> vnode interlock...
2007-02-02 julianMove the seting of the idle_mask bits to a place where...
2007-02-01 andreGeneric socket buffer auto sizing support, header defin...
2007-01-29 dougbThis commit was generated by cvs2svn to compensate...
2007-01-27 mlaierIn case we are supplied with an imagename that matches...
2007-01-25 jeff - Implement much more intelligent ipi sending. This...
2007-01-25 jeff - Get rid of the unused DIDRUN flag. This was really...
2007-01-25 mohansFix for problems that occur when all mbuf clusters...
2007-01-24 jeff - With a sleep time over 2097 seconds hzticks and...
2007-01-24 rrsFixes the MSG_PEEK for sctp_generic_recvmsg() the msg_flags
2007-01-23 kibCylinder group bitmaps and blocks containing inode...
2007-01-23 jeff - Catch up to setrunqueue/choosethread/etc. api changes.
2007-01-23 jeff - Remove setrunqueue and replace it with direct calls...
2007-01-23 rodrigcWhen exiting vfs_export(), delete the "export" option...
2007-01-22 andreUnbreak writes of 0 bytes. Zero byte writes happen...
2007-01-22 kibBelow is slightly edited description of the LOR by...
2007-01-20 jeff - Disable the long-term load balancer. I believe...
2007-01-20 jeff - We do need to IPI the idlethread on some systems...
2007-01-20 jeff - In tdq_transfer() always set NEEDRESCHED when necess...
2007-01-20 rafanThis commit was generated by cvs2svn to compensate...
2007-01-19 jeffMajor revamp of ULE's cpu load balancing:
2007-01-17 delphijUse FOREACH_PROC_IN_SYSTEM instead of using its unrolle...
2007-01-16 ssouhlalRemove hptlock from the static witness table, now that...
2007-01-16 rrsRemoves useless (flags | ) KASSERT. The ^ one that...
2007-01-16 kmacyFix warning by adding extra parentheses
2007-01-15 rrsReviewed by: rwatson
2007-01-12 rwatsonRe-wrap comments to wider margins now that they have...
2007-01-12 impWhen ntp_gettime() was converted from a sysctl + wrappe...
2007-01-11 jhbWrap propagate_priority() in a critical section to...
2007-01-08 rwatsonSort copyrights together.
2007-01-08 rwatsonResort copyrights and licenses in kern_acct.c: per...
2007-01-08 rwatsonCanonicalize copyrights in some files I hold copyrights on:
2007-01-06 jeff - Don't let SCHED_TICK_TOTAL() return less than hz...
2007-01-06 jeff - Fix the sched_priority() invalid priority bugs....
2007-01-06 jeff - Don't IPI unless we're going to interrupt something...
2007-01-05 jeff - Fix a comparison in sched_choose() that caused cpus...
2007-01-05 jhb- Close a race between enumerating UNIX domain socket...
2007-01-05 jeff - ftick was initialized to -1 for init and any of...
2007-01-04 jeff - Only allow the tdq_idx to increase by one each tick...
2007-01-04 jeff - Don't pass a pointer into runq_choose_from(). The...
2007-01-04 jeffULE 2.0:
2007-01-04 jeff - Add three new functions to support circular run...
2007-01-03 dasThis commit was generated by cvs2svn to compensate...
2007-01-03 jeff - Fix schedgraph output with KSE threads. Call thread...
2007-01-02 davidxuFix compiling.
2006-12-31 rwatsonPrefer a more traditional spelling of inhibited in...
2006-12-31 acheThis commit was generated by cvs2svn to compensate...
2006-12-29 jeff - More search and replace prettying.
2006-12-29 jeff - Clean up a bit after the most recent KSE restructuring.
2006-12-28 rwatsonBreak contents of kern_mac.c out into two files followi...
2006-12-28 rwatsonUpdate MAC Framework general comments, referencing...
2006-12-25 ruThis commit was generated by cvs2svn to compensate...
2006-12-25 davidxubreak loop early if we know that there are at least...
2006-12-24 davidxuFix typo, p_slptime should be td_slptime.
2006-12-23 bmsDrop all received data mbufs from a socket's queue...
2006-12-23 rwatsonUpdate comments to reflect changes in the extattrctl...
2006-12-23 rwatsonFollowing a repo-copy of vfs_syscalls.c to vfs_extattr...
2006-12-22 rwatsonMove src/sys/sys/mac_policy.h, the kernel interface...
2006-12-21 rrsThe prepend function did not handle non-pkthdr's correctly.
2006-12-21 rwatsonRemove mac_enforce_subsystem debugging sysctls. Enforc...
2006-12-20 rwatsonExpand commenting on label slots, justification for...
2006-12-20 jkimMFP4: (part of) 110058
2006-12-20 kibIn rev. 1.514, iodone on async buffer may happen before...
2006-12-20 davidxuAdd a lwpid field into per-cpu structure, the lwpid...
2006-12-20 mbrBack out rev. 1.266. The real cause for the recent...
2006-12-19 mbrGiant might have been temporarily dropped while waiting...
2006-12-19 mbrAdd the tp->t_refcnt validity check back. There are...
2006-12-19 davidxuRemove unused sysctls.
2006-12-19 pjdUse pipe_direct_write() optimization only if the data...
2006-12-17 kmacyktrace_cv is no longer used - remove
2006-12-17 kmacyCleaner fix for handling declaration of loop variable...
2006-12-16 acheDon't intermix assignments and variable declarations...
2006-12-16 acheFix NULL pointer reference for INVARIANTS case
2006-12-16 rodrigcIn vfs_export(), if we specify MNT_DELEXPORT in the...
2006-12-16 rodrigcAdd a function vfs_deleteopt() which searches through...
2006-12-16 rodrigcConvert to ANSI-style function prototypes.
2006-12-16 rwatsonFor now, back out sysv_ipc.c:1.30, which caused shmget...
2006-12-16 kmacycorrect name of number of sleep queues
next