summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* More caddr_t removal.alfred2002-06-298-32/+32
* nuke more instances of caddr_talfred2002-06-291-23/+19
* m_extadd takes a void (*freef)(void *, void *) now, not aalfred2002-06-291-1/+1
* remove or replace caddr_t with void.alfred2002-06-283-36/+33
* nuke caddr_t.alfred2002-06-284-26/+23
* change struct socket -> so_pcb from caddr_t to void *.alfred2002-06-281-1/+1
* Remove unneeded casts to caddr_t.alfred2002-06-282-62/+62
* change f_data field in struct file from caddr_t to void *.alfred2002-06-281-1/+1
* document that the pipe fo_stat routine doesn't need locks because it'salfred2002-06-281-0/+4
* In namei(), we use a NULL thread for uio_td when doing a VOP_READLINK().jhb2002-06-284-16/+15
* Add two new submodes to the AES encryption method.phk2002-06-281-11/+121
* Improve the VOP locking assertsjeff2002-06-282-5/+24
* In vn_mkdir(), use vrele() instead of vput() on the parent directoryiedowse2002-06-282-2/+18
* One possible code path for syncache_respond() is:jlemon2002-06-281-1/+7
* Clean up vn_rdwr locking.jeff2002-06-281-6/+12
* Fix a case where a vnode got explicitly unlocked after the pointer to itgreen2002-06-281-1/+1
* Fix warning.dfr2002-06-281-1/+1
* bring Makefile up to date with new ipfwjulian2002-06-281-1/+1
* Fix a botched flag clear operation. Rumor has it that this also fixesscottl2002-06-281-1/+1
* Remove a printf and add a comment on an assumption that could beluigi2002-06-271-3/+10
* The new ipfw code.luigi2002-06-275-277/+2953
* Delay the AC97 calibration until after the system clock has beenscottl2002-06-271-5/+22
* Lots of people have had to hack around the fixed address for cardbusimp2002-06-271-1/+1
* Fix a bug that prevented the deletion of non-default ACLs from beingrwatson2002-06-273-3/+3
* A bit of whitespace magic.rwatson2002-06-273-15/+15
* 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
OpenPOWER on IntegriCloud