aboutsummaryrefslogtreecommitdiff
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* - Add a new cpuset macro, CPU_FILL(), for setting the set to all 1s.Jeff Roberson2009-06-231-0/+6
* Describe the new algorithm for handling __FreeBSD_version, specificallyKen Smith2009-06-231-2/+3
* Add soreceive_stream(), an optimized version of soreceive() forAndre Oppermann2009-06-221-0/+3
* Add m_mbuftouio() helper function to copy(out) an arbitraryAndre Oppermann2009-06-221-0/+1
* V_irtualize flowtable state.Marko Zec2009-06-221-1/+1
* Regen.John Baldwin2009-06-223-3/+50
* Updates after r194640:Bjoern A. Zeeb2009-06-221-7/+7
* Move virtualization of routing related variables into their ownBjoern A. Zeeb2009-06-222-2/+4
* Split tolower/toupper code from usual xlat16 kiconv table, and make itXin LI2009-06-221-2/+11
* Move definitions of AT_* constants from the middle of the open(2) flagsKonstantin Belousov2009-06-221-17/+18
* Add explicit struct ucred * argument for VOP_VPTOCNP, to be used byKonstantin Belousov2009-06-211-1/+2
* Add another flags argument to vn_open_cred. Use it to specify that someKonstantin Belousov2009-06-211-1/+4
* In non-debugging mode make this define (void)0 instead of nothing. ThisRoman Divacky2009-06-216-27/+27
* Remove definition of dtom(), which converted a data pointer into aRobert Watson2009-06-201-3/+3
* Add placeholder to prevent reuse of privilege 254.Ed Schouten2009-06-201-0/+1
* Improve nested jail awareness of devfs by handling credentials.Ed Schouten2009-06-201-1/+0
* define helper routines for deferred mbuf initializationKip Macy2009-06-191-0/+30
* Rework the credential code to support larger values of NGROUPS andBrooks Davis2009-06-194-8/+16
* Regen.John Baldwin2009-06-173-11/+3
* Add explicit includes for jail.h to the files that need them andBjoern A. Zeeb2009-06-171-3/+0
* Introduce support for adaptive spinning in lockmgr.Attilio Rao2009-06-171-2/+4
* Regen.John Baldwin2009-06-153-5/+12
* Get vnets from creds instead of threads where they're available, and fromJamie Gritton2009-06-151-1/+1
* Manage vnets via the jail system. If a jail is given the booleanJamie Gritton2009-06-154-6/+23
* Bump __FreeBSD_version for OpenSSL 0.9.8k import.Simon L. B. Nielsen2009-06-141-1/+1
* Rename the host-related prison fields to be the same as the host.*Jamie Gritton2009-06-131-3/+3
* Add counterparts to getcredhostname:Jamie Gritton2009-06-131-1/+4
* Added support for NAT-Traversal (RFC 3948) in IPsec stack.VANHULLEBUS Yvan2009-06-121-0/+1
* KOBJMETHOD: throw the switch on kobj method signature checkingAndriy Gapon2009-06-121-4/+2
* KOBJMETHOD: use better construct in the checking version of the macroAndriy Gapon2009-06-111-1/+1
* In struct thread, fields td_vnet and td_vnet_lpush may only be accessedMarko Zec2009-06-111-2/+2
* Introduce a mechanism for detecting calls from outbound path of theMarko Zec2009-06-111-0/+1
* As discussed in the devsummit, introduce two fields in theLuigi Rizzo2009-06-111-0/+7
* Update vnet_net size guard values after r193951.Bjoern A. Zeeb2009-06-101-7/+7
* Adapt vfs kqfilter to the shared vnode lock used by zfs write vop. UseKonstantin Belousov2009-06-101-2/+5
* Move machine dependant AFMT_* definition from sound.hAriff Abdullah2009-06-101-6/+29
* As discussed on arch@, restireWarner Losh2009-06-091-4/+0
* - add drbr routines for accessing #qentries and conditionally dequeueingKip Macy2009-06-091-16/+32
* Add support for multiple passes of the device tree during the boot-timeJohn Baldwin2009-06-091-3/+33
* Update vnet_net size guard information after r193731.Bjoern A. Zeeb2009-06-081-7/+7
* Simply shared vnode locking and extend it to also include fsync.Paul Saab2009-06-081-0/+3
* Revert my change; reintroduce __gnu89_inline.Ed Schouten2009-06-081-0/+6
* Remove __gnu89_inline.Ed Schouten2009-06-081-6/+0
* Introduce an infrastructure for dismantling vnet instances.Marko Zec2009-06-084-1/+8
* Update vimage size guard values but do not yet re-enable them.Bjoern A. Zeeb2009-06-081-34/+22
* Fix and add a workaround on an issue of EtherIP packet with reversedHiroki Sato2009-06-071-0/+1
* Sound Mega-commit. Expect further cleanup until code freeze.Ariff Abdullah2009-06-071-1/+21
* Remove clists from the kernel.Ed Schouten2009-06-052-72/+0
* Trim old remnants of per-CPU KTR buffers.John Baldwin2009-06-051-4/+0
* Support shared vnode locks for write operations when the offset isPaul Saab2009-06-041-0/+1