summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Leave it to a non-native speaker of English to catch another typo: "do do" ->imp2002-06-271-1/+1
* Spell less like a 'merkin and more like a speaker of Englishimp2002-06-271-1/+1
* GENERIC now builds with -Werror, so remove NO_WERROR.mux2002-06-271-1/+0
* Warning fixes for 64 bits platforms. With this last fix,mux2002-06-272-2/+2
* Fix for the problem stated below by Tor Egge:arr2002-06-272-2/+2
* Set the UMA_ZONE_VM flag on the pvzone to avoid kmem_map recursion.jeff2002-06-271-1/+1
* Just a comment on some additional consistency checks that couldluigi2002-06-261-0/+5
* Avoid using the 64-bit vm_pindex_t in a few places where 64-bitiedowse2002-06-265-18/+21
* Use an explicit cast to avoid relying on sign extension to do theiedowse2002-06-261-2/+2
* Remove the kernel file-size limit for UFS2, so that only the limitiedowse2002-06-261-5/+7
* - Remove the Giant acquisition from linux_socket_ioctl() as it was reallyarr2002-06-261-11/+2
* 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
OpenPOWER on IntegriCloud