summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - Don't use vrecycle() call vgonel() directly after grabing the vnodejeff2003-10-042-8/+12
* - The VI assert in getdirtybuf() is only valid if we're not on a VCHRjeff2003-10-041-1/+4
* - In a Giantless world, the vn_lock() in vcanrecycle() could legitimatelyjeff2003-10-041-21/+22
* - If we are called with LK_NOWAIT in vn_lock() we may be holding a mutexjeff2003-10-041-2/+5
* - Document more of the vnode locking strategy.jeff2003-10-041-1/+10
* - Increase the scope of the interlock in ffs_reload(). Acquire it beforejeff2003-10-041-9/+6
* - Fix an unlocked call to GETATTR by slightly shuffling the code injeff2003-10-041-6/+14
* - Use the UMA_ZONE_VM flag on the fakepg and object zones to preventjeff2003-10-042-2/+3
* - Use the VI_LOCK macro in two places where we directly called mtx_lock()jeff2003-10-041-2/+2
* - Properly acquire the vnode interlock before releasing thejeff2003-10-041-11/+23
* - Acquire the vnode interlock prior to dropping the mntvnode_mtx.jeff2003-10-041-1/+2
* - Make proper use of the mntvnode_mtx. We do not need the loop labeljeff2003-10-042-6/+10
* - The proper test is CPU_ENABLE_SSE and not CPU_ENABLED_SSE. Thisjeff2003-10-041-1/+1
* - Acquire the vnode interlock prior to droping the mntvnode_mtx. This doesjeff2003-10-041-1/+1
* - Remove a mp_fixme() and some locks that weren't necessary. I nowjeff2003-10-041-6/+1
* Synchronize access to a page's valid field by using the lock from itsalc2003-10-041-1/+2
* - Remove the backtrace() call from the *_vinvalbuf() functions. Thanks to ajeff2003-10-043-15/+8
* Emulate bugs in the old PSE code so that apm works again.peter2003-10-041-0/+5
* Locking for updates to routing table entries. Each rtentry gets a mutexsam2003-10-0424-323/+440
* add a stub for bpfattach2 so bpf is not required with the 802.11sam2003-10-041-0/+8
* Migrate pmap_prefault() into the machine-independent virtual memory layer.alc2003-10-0310-424/+221
* hookup ctlinput for fast ipsec versions of esp+ah protocolssam2003-10-031-2/+2
* While make has been fixed to grok this construct, the new make hasn'timp2003-10-031-2/+2
* place some kernel-specific data structures under #ifdef _KERNELsam2003-10-031-0/+2
* Make PAGE_SIZE and related quantities signed on sparc64. (They are signedalc2003-10-031-4/+4
* When direct dispatching an netisr (net.isr.enable=1), if there are alreadyrwatson2003-10-031-13/+21
* trivial locking rtsock_cbsam2003-10-031-0/+11
* cleanups prior to adding locking (and in some cases to eliminate locking):sam2003-10-033-177/+169
* Shorten 'bad gateway' AF_LINK message.bms2003-10-031-1/+1
* Make arp_rtrequest()'s 'bad gateway' messages slightly more informative,bms2003-10-031-1/+4
* Add #include "opt_pmap.h" so locore picks up DISABLE_PSE etc options.peter2003-10-031-0/+1
* Only delete the route if arplookup() tried to create it. Do not deletebms2003-10-031-8/+13
* Swap the syscall caller frame info (i.e. the return pointer andmarcel2003-10-033-40/+37
* Revert rev. 1.86, I've fixed make(1) (make/dir.c,v 1.32).ru2003-10-021-1/+1
* Make the i810 AGP device create a "drmsub" child device. This will be attachedanholt2003-10-022-4/+62
* Introduce a uiomove_frombuf helper routine that handles computing andnectar2003-10-026-60/+50
* Remove wrong usage of BUF_REFCNT().simokawa2003-10-021-1/+0
* Be kind to 64bit architectures.simokawa2003-10-021-5/+5
* If requested to Sleep for less than our hz granularity (e.g., 10 ms),njl2003-10-021-6/+13
* Reimplement pagezero() using "movnti".alc2003-10-021-39/+11
* MFp4: Change struct fw_xfer to reduce memory copy in fwmem_*() functions.simokawa2003-10-0213-657/+804
* Remove the global variable 'cmask', which was used to initialize therwatson2003-10-022-5/+2
* Use __BEGIN_DECLS and __END_DECLS around userland function prototypesrwatson2003-10-022-0/+4
* Create a tunable for net.isr.enable so that it may be set fromrwatson2003-10-021-0/+1
* Commit Bosko's patch to clean up the PSE/PG_G initialization to andpeter2003-10-0117-170/+180
* Temporarily turn net.isr.enable back off again until patches torwatson2003-10-011-1/+1
* add randomtab for ip6_randomflowlabel().ume2003-10-011-0/+11
* Enable net.isr.enable by default, causing "delivery to completion"rwatson2003-10-011-1/+1
* randomize IPv6 flowlabel when RANDOM_IP_ID is defined.ume2003-10-015-4/+20
* use arc4random()ume2003-10-012-14/+3
OpenPOWER on IntegriCloud