aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add hierarchical jails. A jail may further virtualize its environmentJamie Gritton2009-05-2736-1043/+2056
* Clear IFF_DRV_OACTIVE if at least one TX xen/mbuf ring slot has been freed.Adrian Chadd2009-05-271-1/+2
* Don't discard packets with 'Destination Unreachable' at the beginningEdward Tomasz Napierala2009-05-271-3/+11
* Changed to M_NOWAIT when reallocing psc_buf in padlock_sha_update(),VANHULLEBUS Yvan2009-05-271-1/+3
* Lock SPTREE before parsing it in key_spddump()VANHULLEBUS Yvan2009-05-271-1/+5
* Convert the MAC Framework from using rwlocks to rmlocks to stabilizeRobert Watson2009-05-272-21/+32
* Only decrease refcnt once when flushing SPD entries, toVANHULLEBUS Yvan2009-05-271-4/+14
* Enforce that there are actually enough xenbus TX ring descriptors availableAdrian Chadd2009-05-271-3/+13
* Comment tidyup; comment where the next explicit check shouldAdrian Chadd2009-05-271-11/+23
* ports urtw(4) for USB2. Additionally it supports a 8187B chipset weaklyWeongyo Jeong2009-05-274-0/+4728
* Ensure that there are enough TX mbuf ring slots available before beginningAdrian Chadd2009-05-271-1/+44
* Do the invariant check before the mbuf is dereferenced.Adrian Chadd2009-05-271-2/+2
* Flesh out some inline documentation which hopefully reflect the intendedAdrian Chadd2009-05-271-0/+23
* Add in some INVARIANT checks in the TX mbuf descriptor "freelist" management ...Adrian Chadd2009-05-271-0/+2
* Fix the experimental nfs subsystem so that it builds with theRick Macklem2009-05-265-11/+13
* Add the ksyms(4) pseudo driver. The ksyms driver allows a process toStacey Son2009-05-269-0/+808
* Unifdef __NetBSD__ here, the usb stack as a whole doesnt support NetBSD and itAndrew Thompson2009-05-262-418/+2
* Move opt_apic.h closer to the "XXX: for assym.s" comment.Dag-Erling Smørgrav2009-05-261-1/+4
* Add the OpenSolaris dtrace lockstat provider. The lockstat providerStacey Son2009-05-2616-96/+967
* opt_apic.h is i386-only.Dag-Erling Smørgrav2009-05-261-2/+2
* Correct the sense of a test so that this filter always waits for the fullJohn Baldwin2009-05-261-2/+2
* Get rid of M_TEMP.Ed Schouten2009-05-261-2/+2
* Do not forcefully close the write transfer when closing the tty, it needs toAndrew Thompson2009-05-262-21/+7
* Adapt to the new ACL #define names.Edward Tomasz Napierala2009-05-261-13/+13
* - Unbreak 64 bit platforms by casting off_t to intmax.Ulf Lilleengen2009-05-261-3/+3
* Unbreak bktr(4).Ed Schouten2009-05-261-1/+1
* Change license to more bori^Wadul^Wcanonical.Edward Tomasz Napierala2009-05-262-22/+22
* - Fix wrong print on BIO_DONE.Ulf Lilleengen2009-05-261-46/+46
* Add missing socket options.Pawel Jakub Dawidek2009-05-261-0/+8
* MFp4 changes neccessary for NFSv4 ACLs support in ZFS. This is mostlyEdward Tomasz Napierala2009-05-2610-16/+370
* - Add 'show bio' DDB command.Ulf Lilleengen2009-05-261-0/+70
* Set PG_WRITEABLE in Book-E pmap_enter[_locked] if it creates a mapping thatRafal Jaworowski2009-05-261-0/+4
* Free the memory correctly in the error caseBenjamin Close2009-05-261-1/+1
* Add two sysctl variables to the experimental nfs server, soRick Macklem2009-05-261-3/+17
* Fix the handling of NFSv4 Illegal Operation number to conformRick Macklem2009-05-262-11/+17
* Fix the experimental nfs server's interface to the new krpc soRick Macklem2009-05-261-11/+10
* There is rubbish hereMark Murray2009-05-252-11/+8
* Fix handling of devices w/o radiotap support:Sam Leffler2009-05-256-11/+14
* do internal bpf tracking only for radiotap DLT'sSam Leffler2009-05-251-2/+2
* rev bpf attach/detach event api to include the dltSam Leffler2009-05-252-3/+4
* Remove comment about moving tcp_reass() to its own file named tcp_reass.c,Robert Watson2009-05-251-2/+1
* Staticize spx_remque() now that it's only used from spx_reass.c.Robert Watson2009-05-252-2/+1
* Add missing call to ipx_pcbdetach() during SPX socket tear-down: notRobert Watson2009-05-251-0/+1
* Eliminate use of dtom() in spx_output() by fixing up tracking of theRobert Watson2009-05-251-7/+10
* Prefer NULL to 0 for pointer assignments.Robert Watson2009-05-251-2/+2
* Rather than store a skeleton IPX header in an mbuf hung off the SPXRobert Watson2009-05-252-12/+15
* Pull SPX reassembly queue init and flush into spx_reass.c.Robert Watson2009-05-253-12/+34
* Prefer m_nextpkt to m_act when iterating mbuf queues.Robert Watson2009-05-251-1/+1
* Complete move of SPX reassembly from spx_usrreq.c to spx_reass.c.Robert Watson2009-05-254-2061/+20
* Copy spx_usrreq.c to spx_reass.c in order to apply similar file layoutRobert Watson2009-05-251-0/+2132