summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* At long last, commit the zero copy sockets code.ken2002-06-2630-10498/+14477
* Enforce RLIMIT_VMEM on growable mappings (aka the primary stack or anydillon2002-06-261-0/+14
* - Remove Giant acquisition from modevent(), modfnext(), modstat() andarr2002-06-261-27/+11
* Part I of RLIMIT_VMEM implementation. Implement core functionality fordillon2002-06-263-1/+15
* - Alleviate jail() from having the burden of acquiring Giant by simplyarr2002-06-261-3/+0
* Complete the initial set of VM changes required to support fulliedowse2002-06-255-20/+12
* Turn VM_ALLOC_ZERO into a flag.jeff2002-06-252-5/+7
* Reduce the amount of code that runs with the zone lock held in slab_zalloc().jeff2002-06-251-6/+8
* o Eliminate vmspace::vm_minsaddr. It's initialized but never used.alc2002-06-252-6/+5
* Don't assume that pointers are 4 bytes or sizeof(int) in size. This fixestmm2002-06-252-6/+3
* pmap_kremove can no longer be used to remove the magic device mappingsjake2002-06-253-1/+16
* MFi386: sys/i386/i386/machdep.c rev. 1.520.kato2002-06-252-4/+8
* Force the quota update to be done when an inode is released inmckusick2002-06-251-1/+1
* - Remove UM_* user land memory macros since they are no longer used.arr2002-06-241-17/+1
* Add missing splx().mp2002-06-241-1/+3
* Avoid unlocking the inp twice if badport_bandlim() returns -1.hsu2002-06-242-4/+8
* Work around what appears to be a chip bug in the BCM5701 that showsjdp2002-06-242-2/+37
* Compile in the cpu halt code even on SMP, instead just default thepeter2002-06-242-4/+8
* Add UMA_ZONE_VM flag to the zones which are used for pmap_enter().dfr2002-06-241-2/+2
* Prototype fixes (long newinum --> ino_t newinum).jlemon2002-06-241-2/+2
* Style bug: fix 4 space indentations that should have been tabs.hsu2002-06-242-10/+10
* Fix a GCCism.markm2002-06-241-1/+1
* Add an MD callout like cpu_exit, but which is called after sched_lock isjake2002-06-249-0/+60
* Enable mixer interrupts after the mixer is initialized,robert2002-06-241-2/+2
* Merged from sys/dev/sio/sio.c revisions 1.376 and 1.377.nyan2002-06-242-8/+12
* Oops, this should have been part of my previous commit.mux2002-06-241-3/+0
* Bring sys/kern/md5c.c in sync with the userland version.mux2002-06-241-26/+23
* Yet another warning fix for 64 bits platforms.mux2002-06-241-2/+3
* Include <sys/types.h> in the !_KERNEL case so that this file isbde2002-06-241-0/+3
* Fixed some style bugs (mainly excessive indentation).bde2002-06-241-24/+24
* MFi386: sys/i386/isa/clock.c revision 1.187.kato2002-06-243-6/+6
* On REASREQ packets, handled them earlier in processing the associationimp2002-06-241-7/+11
* Use proper size in bzero of stat structure.mckusick2002-06-243-3/+3
* userout -> out. These two labels are now identical.mini2002-06-242-14/+12
* Remove unused diagnostic function cread_free_thread().mini2002-06-2411-64/+0
* - Remove DMA_* macros as only one, DMA_GET_ADDR, was used.arr2002-06-2412-103/+15
* Add kernel printf bits for WI_SUPPRATES and HOSTAP_FLAGSimp2002-06-242-0/+2
* Add RID to get the DBM adjustment factorimp2002-06-241-0/+1
* Add kernel print bits #define for the IEEE80211_CAPINFO bits.imp2002-06-241-1/+1
* - Remove the definition for SCHED_ATMarr2002-06-243-5/+2
* Partially back out the "make all interfaces standard" commit. There'simp2002-06-241-8/+8
* I Noticed a defect in the way wakeup() scans the tailq. Tor noticed andillon2002-06-241-3/+8
* Make vm_pindex_t 64-bit on all platforms. This is necessary to avoidiedowse2002-06-233-3/+3
* Add a missing prototype to fix a warning.mux2002-06-231-0/+2
* Slightly restructure the #ifdef INET6 sections to make the codeluigi2002-06-231-31/+19
* Move two global variables to automatic variables within theluigi2002-06-232-4/+6
* Move some global variables in more appropriate places.luigi2002-06-231-3/+28
* Split the declaration and the initialization of two variables.mux2002-06-231-4/+4
* set siocnunit to the correct value. This fixes the freeze on boot forn_hibma2002-06-231-2/+4
* More 64 bits platforms warning fixes.mux2002-06-232-7/+7
OpenPOWER on IntegriCloud