summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
...
* While well intentionned the check to see it there is a packetjulian2002-09-191-3/+0
* fix style.. Return in the kernel always has () around the arguments.julian2002-09-191-1/+1
* Compiler was correct:julian2002-09-191-1/+1
* If M_PKTHDR is set then we don't need to do a loop to find the total length.darrenr2002-09-191-0/+3
* Regen for added syscalls.alfred2002-09-192-0/+28
* Add the rest of the kernel support for the sem_ API in kern/uipc_sem.c.alfred2002-09-193-3/+30
* Bring in my implementation of kernel support for posix realtime semaphoresalfred2002-09-181-0/+835
* Remove un-needed stack variable 'ops'.rwatson2002-09-181-3/+2
* style nit: unsigned -> u_int in the kernel, particularly tobmilekic2002-09-181-11/+11
* Remove any VOP_PRINT that redundantly prints the tag.njl2002-09-181-8/+8
* Use m_length() instead of home-rolled versions.phk2002-09-182-42/+20
* Make m_length() and m_fixhdr() return unsigned.phk2002-09-181-4/+4
* Introduce the m_length() function which will return the accumulatedphk2002-09-181-6/+19
* Move m_fixhdr() from "mbchain" to "mbuf" where it belongs.phk2002-09-182-14/+14
* - Split UMA_ZFLAG_OFFPAGE into UMA_ZFLAG_OFFPAGE and UMA_ZFLAG_HASH.jeff2002-09-181-33/+9
* Add a toggle to disable VM enforcement.rwatson2002-09-181-0/+7
* At the cost of seeming a little gauche, make use of more traditionalrwatson2002-09-181-4/+4
* Don't call VOP_LEASE() while holding the accounting mutex.rwatson2002-09-181-1/+1
* Argh. I've been reading makefiles for too long. Change comment to apeter2002-09-172-8/+16
* Stub out the calls to get_mcontext and set_mcontext which only exist onpeter2002-09-172-0/+20
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-172-16/+0
* Add kernel support needed for the KSE-aware libpthread:mini2002-09-166-245/+491
* Add a cast to make this file compile in userland on sparc64 withoutphk2002-09-161-1/+1
* fcntl(..., F_SETLKW, ...) takes a pointer to a struct flock just liketmm2002-09-161-0/+1
* Allocate KSEs and KSEGRPs separatly and remove them from the proc structure.julian2002-09-159-125/+213
* s/Danglish/English/phk2002-09-151-4/+5
* Un-inline the non-trivial "trivial" bio* functions.phk2002-09-141-0/+39
* Add additional information returned to userland by the device queryingimp2002-09-141-0/+5
* Move setugidsafety() call outside of process lock. This prevents a locknjl2002-09-141-3/+5
* Remove a conditional #include <sys/kernel.h>, it is alreadymux2002-09-141-1/+0
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.njl2002-09-144-20/+24
* Apparently something down in the guts of vm/uvm still needs giantjulian2002-09-142-0/+4
* Fix fcntl(..., F_GETOWN, ...) and fcntl(..., F_SETOWN, ...) on sparc64tmm2002-09-131-3/+5
* Oops, broke the build there. Uninline biodone() now that it is non-trivial.phk2002-09-131-0/+28
* Drop the proc lock while calling fdcheckstd() which may block to allocatetruckman2002-09-131-1/+8
* Fixed style bugs in resource_list_add_next().bde2002-09-121-5/+5
* - Fix two obvious locking bugs; 1) returning with lock held when it neededarr2002-09-121-3/+16
* - Change utrace ktrace events to malloc the work buffer before getting ajhb2002-09-111-9/+10
* Remove support for synchronous ktrace requests now that none exist anymore.jhb2002-09-111-33/+11
* - Change ktrace genio events to only copy up to ktr_geniosize bytes of ajhb2002-09-111-18/+18
* - Add a kern.ktrace sysctl node.jhb2002-09-111-2/+9
* Change namei and syscall ktrace events to malloc work buffers beforejhb2002-09-111-7/+14
* Indentation does not make a block.. need curly braces too.julian2002-09-111-1/+2
* Completely redo thread states.julian2002-09-1120-370/+252
* Include <vm/uma.h> instead of depending on namespace pollution inbde2002-09-111-7/+10
* Clarify the return value from child_present.imp2002-09-111-0/+7
* - Lock down the accounting code globals with a subsystem mutex.arr2002-09-111-5/+27
* Include <sys/malloc.h> instead of depending on namespace pollution 2bde2002-09-101-8/+5
* vfs_syscalls.c:bde2002-09-102-14/+6
* Add security.mac.mmap_revocation, a flag indicating whether werwatson2002-09-091-0/+8
OpenPOWER on IntegriCloud