]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
Add two new privileges for use by OpenAFS, which will be supported for
[FreeBSD/FreeBSD.git] / sys / sys /
2009-07-30 rwatsonAdd two new privileges for use by OpenAFS, which will...
2009-07-29 delphijUpdate less to v436. This is considered as a bugfix...
2009-07-26 bzMake the in-kernel logic for the SIOCSIFVNET, SIOCSIFRV...
2009-07-25 jamieSome jail parameters (in particular, "ip4" and "ip6...
2009-07-24 brooksIntroduce a new sysctl process mib, kern.proc.groups...
2009-07-24 jhbBump __FreeBSD_version for the introduction of OBJT_SG.
2009-07-24 brooksRevert the changes to struct kinfo_proc in r194498...
2009-07-24 jhbAdd a new type of VM object: OBJT_SG. An OBJT_SG objec...
2009-07-23 rwatsonIntroduce and use a sysinit-based initialization scheme...
2009-07-19 rwatsonNormalize field naming for struct vnet, fix two debuggi...
2009-07-19 kensmithBump the version of all non-symbol-versioned shared...
2009-07-19 rwatsonExpose the definitions of 'struct vnet' and 'VNET_MAGIC...
2009-07-19 rwatsonReimplement and/or implement vnet list locking by repla...
2009-07-17 jamieRemove the interim vimage containers, struct vimage...
2009-07-14 kibAdd new msleep(9) flag PBDY that shall be specified...
2009-07-14 rwatsonBuild on Jeff Roberson's linker-set based dynamic per...
2009-07-13 lstewartReplace struct tcpopt with a proxy toeopt struct in...
2009-07-12 lstewartPad the following TCP related structs to allow MFCs...
2009-07-11 mpUpdate to tcsh 6.17.00.
2009-07-09 kibExtend the cn_flags field of the struct componentname...
2009-07-08 traszRegenerate after lpathconf(2) addition.
2009-07-08 traszThere is an optimization in chmod(1), that makes it...
2009-07-08 marcelRevert revisions 188839 and 188868. Use of the ioctl...
2009-07-07 kibFix poll(2) and select(2) for named pipes to return...
2009-07-01 jhbImprove the handling of cpuset with interrupts.
2009-06-30 emasteAdd FIONSPACE from NetBSD. FIONSPACE is provided so...
2009-06-30 stas- Add support to atomically set/clear individual bits...
2009-06-29 brooksRemove support for the /dev/net/* per-interface devices...
2009-06-28 stas- Turn the third (islocked) argument of the knote call...
2009-06-28 phkThere are a number of ways an application can check...
2009-06-25 dougbUpdate to the final release version of BIND 9.6.1....
2009-06-25 kibChange the type of uio_resid member of struct uio from...
2009-06-25 jhbRemove the d_spare2_t typedef. The d_spare2 field...
2009-06-25 traszTweak comment.
2009-06-25 traszAdd NFSv4 ACL support to libc.
2009-06-25 jeff - Use DPCPU for SCHED_STATS. This is somewhat awkward...
2009-06-25 jeff - Add a sysctl_dpcpu_long to support long typed pcpu...
2009-06-24 jhbBump __FreeBSD_version for SYSVIPC ABI change (along...
2009-06-24 jhbRegen.
2009-06-24 jhbChange the ABI of some of the structures used by the...
2009-06-24 mavMFp4:
2009-06-24 rwatsonRemove kernel SLIP and PPP privileges, since they are...
2009-06-24 jamieClean up struct prison, with the recent fields in more...
2009-06-24 rwatsonAdd stack_print_short() and stack_print_short_ddb(...
2009-06-23 jeffImplement a facility for dynamic per-cpu variables.
2009-06-23 edImprove my last commit: use a separate condvar to seria...
2009-06-23 kibImplement global and per-uid accounting of the anonymou...
2009-06-23 jamieAdd a limit for child jails via the "children.cur"...
2009-06-23 jeff - Add a new cpuset macro, CPU_FILL(), for setting...
2009-06-23 kensmithDescribe the new algorithm for handling __FreeBSD_versi...
2009-06-22 andreAdd soreceive_stream(), an optimized version of sorecei...
2009-06-22 andreAdd m_mbuftouio() helper function to copy(out) an arbitrary
2009-06-22 zecV_irtualize flowtable state.
2009-06-22 jhbRegen.
2009-06-22 bzUpdates after r194640:
2009-06-22 bzMove virtualization of routing related variables into...
2009-06-22 delphijSplit tolower/toupper code from usual xlat16 kiconv...
2009-06-22 kibMove definitions of AT_* constants from the middle...
2009-06-21 kibAdd explicit struct ucred * argument for VOP_VPTOCNP...
2009-06-21 kibAdd another flags argument to vn_open_cred. Use it...
2009-06-21 rdivackyIn non-debugging mode make this define (void)0 instead...
2009-06-20 rwatsonRemove definition of dtom(), which converted a data...
2009-06-20 edAdd placeholder to prevent reuse of privilege 254.
2009-06-20 edImprove nested jail awareness of devfs by handling...
2009-06-19 kmacydefine helper routines for deferred mbuf initialization
2009-06-19 brooksRework the credential code to support larger values...
2009-06-17 jhbRegen.
2009-06-17 bzAdd explicit includes for jail.h to the files that...
2009-06-17 attilioIntroduce support for adaptive spinning in lockmgr.
2009-06-15 jhbRegen.
2009-06-15 jamieGet vnets from creds instead of threads where they...
2009-06-15 jamieManage vnets via the jail system. If a jail is given...
2009-06-14 simonBump __FreeBSD_version for OpenSSL 0.9.8k import.
2009-06-14 simonMerge OpenSSL 0.9.8k into head.
2009-06-13 jamieRename the host-related prison fields to be the same...
2009-06-13 jamieAdd counterparts to getcredhostname:
2009-06-12 vanhuAdded support for NAT-Traversal (RFC 3948) in IPsec...
2009-06-12 avgKOBJMETHOD: throw the switch on kobj method signature...
2009-06-11 avgKOBJMETHOD: use better construct in the checking versio...
2009-06-11 zecIn struct thread, fields td_vnet and td_vnet_lpush...
2009-06-11 zecIntroduce a mechanism for detecting calls from outbound...
2009-06-11 luigiAs discussed in the devsummit, introduce two fields...
2009-06-10 bzUpdate vnet_net size guard values after r193951.
2009-06-10 kibAdapt vfs kqfilter to the shared vnode lock used by...
2009-06-10 ariffMove machine dependant AFMT_* definition from sound.h
2009-06-09 impAs discussed on arch@, restire
2009-06-09 kmacy- add drbr routines for accessing #qentries and conditi...
2009-06-09 jhbAdd support for multiple passes of the device tree...
2009-06-08 bzUpdate vnet_net size guard information after r193731.
2009-06-08 psSimply shared vnode locking and extend it to also inclu...
2009-06-08 edRevert my change; reintroduce __gnu89_inline.
2009-06-08 edRemove __gnu89_inline.
2009-06-08 zecIntroduce an infrastructure for dismantling vnet instances.
2009-06-08 bzUpdate vimage size guard values but do not yet re-enabl...
2009-06-07 hrsFix and add a workaround on an issue of EtherIP packet...
2009-06-07 ariffSound Mega-commit. Expect further cleanup until code...
2009-06-05 jkimImport ACPICA 20090521.
2009-06-05 edRemove clists from the kernel.
2009-06-05 jhbTrim old remnants of per-CPU KTR buffers.
2009-06-04 jkimResync with head.
next