aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* At long last, commit the zero copy sockets code.Kenneth D. Merry2002-06-2630-10498/+14477
* Enforce RLIMIT_VMEM on growable mappings (aka the primary stack or anyMatthew Dillon2002-06-261-0/+14
* - Remove Giant acquisition from modevent(), modfnext(), modstat() andAndrew R. Reiter2002-06-261-27/+11
* Part I of RLIMIT_VMEM implementation. Implement core functionality forMatthew Dillon2002-06-263-1/+15
* - Alleviate jail() from having the burden of acquiring Giant by simplyAndrew R. Reiter2002-06-261-3/+0
* Complete the initial set of VM changes required to support fullIan Dowse2002-06-255-20/+12
* Turn VM_ALLOC_ZERO into a flag.Jeff Roberson2002-06-252-5/+7
* Reduce the amount of code that runs with the zone lock held in slab_zalloc().Jeff Roberson2002-06-251-6/+8
* o Eliminate vmspace::vm_minsaddr. It's initialized but never used.Alan Cox2002-06-252-6/+5
* Don't assume that pointers are 4 bytes or sizeof(int) in size. This fixesThomas Moestl2002-06-252-6/+3
* pmap_kremove can no longer be used to remove the magic device mappingsJake Burkholder2002-06-253-1/+16
* MFi386: sys/i386/i386/machdep.c rev. 1.520.KATO Takenori2002-06-252-4/+8
* Force the quota update to be done when an inode is released inKirk McKusick2002-06-251-1/+1
* - Remove UM_* user land memory macros since they are no longer used.Andrew R. Reiter2002-06-241-17/+1
* Add missing splx().Mark Peek2002-06-241-1/+3
* Avoid unlocking the inp twice if badport_bandlim() returns -1.Jeffrey Hsu2002-06-242-4/+8
* Work around what appears to be a chip bug in the BCM5701 that showsJohn Polstra2002-06-242-2/+37
* Compile in the cpu halt code even on SMP, instead just default thePeter Wemm2002-06-242-4/+8
* Add UMA_ZONE_VM flag to the zones which are used for pmap_enter().Doug Rabson2002-06-241-2/+2
* Prototype fixes (long newinum --> ino_t newinum).Jonathan Lemon2002-06-241-2/+2
* Style bug: fix 4 space indentations that should have been tabs.Jeffrey Hsu2002-06-242-10/+10
* Fix a GCCism.Mark Murray2002-06-241-1/+1
* Add an MD callout like cpu_exit, but which is called after sched_lock isJake Burkholder2002-06-249-0/+60
* Enable mixer interrupts after the mixer is initialized,Robert Drehmel2002-06-241-2/+2
* Merged from sys/dev/sio/sio.c revisions 1.376 and 1.377.Yoshihiro Takahashi2002-06-242-8/+12
* Oops, this should have been part of my previous commit.Maxime Henrion2002-06-241-3/+0
* Bring sys/kern/md5c.c in sync with the userland version.Maxime Henrion2002-06-241-26/+23
* Yet another warning fix for 64 bits platforms.Maxime Henrion2002-06-241-2/+3
* Include <sys/types.h> in the !_KERNEL case so that this file isBruce Evans2002-06-241-0/+3
* Fixed some style bugs (mainly excessive indentation).Bruce Evans2002-06-241-24/+24
* MFi386: sys/i386/isa/clock.c revision 1.187.KATO Takenori2002-06-243-6/+6
* On REASREQ packets, handled them earlier in processing the associationWarner Losh2002-06-241-7/+11
* Use proper size in bzero of stat structure.Kirk McKusick2002-06-243-3/+3
* userout -> out. These two labels are now identical.Jonathan Mini2002-06-242-14/+12
* Remove unused diagnostic function cread_free_thread().Jonathan Mini2002-06-2411-64/+0
* - Remove DMA_* macros as only one, DMA_GET_ADDR, was used.Andrew R. Reiter2002-06-2412-103/+15
* Add kernel printf bits for WI_SUPPRATES and HOSTAP_FLAGSWarner Losh2002-06-242-0/+2
* Add RID to get the DBM adjustment factorWarner Losh2002-06-241-0/+1
* Add kernel print bits #define for the IEEE80211_CAPINFO bits.Warner Losh2002-06-241-1/+1
* - Remove the definition for SCHED_ATMAndrew R. Reiter2002-06-243-5/+2
* Partially back out the "make all interfaces standard" commit. There'sWarner Losh2002-06-241-8/+8
* I Noticed a defect in the way wakeup() scans the tailq. Tor noticed anMatthew Dillon2002-06-241-3/+8
* Make vm_pindex_t 64-bit on all platforms. This is necessary to avoidIan Dowse2002-06-233-3/+3
* Add a missing prototype to fix a warning.Maxime Henrion2002-06-231-0/+2
* Slightly restructure the #ifdef INET6 sections to make the codeLuigi Rizzo2002-06-231-31/+19
* Move two global variables to automatic variables within theLuigi Rizzo2002-06-232-4/+6
* Move some global variables in more appropriate places.Luigi Rizzo2002-06-231-3/+28
* Split the declaration and the initialization of two variables.Maxime Henrion2002-06-231-4/+4
* set siocnunit to the correct value. This fixes the freeze on boot forNick Hibma2002-06-231-2/+4
* More 64 bits platforms warning fixes.Maxime Henrion2002-06-232-7/+7