| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | At the cost of seeming a little gauche, make use of more traditional | rwatson | 2002-09-18 | 1 | -4/+4 |
* | Don't call VOP_LEASE() while holding the accounting mutex. | rwatson | 2002-09-18 | 1 | -1/+1 |
* | Argh. I've been reading makefiles for too long. Change comment to a | peter | 2002-09-17 | 2 | -8/+16 |
* | Stub out the calls to get_mcontext and set_mcontext which only exist on | peter | 2002-09-17 | 2 | -0/+20 |
* | Initiate deorbit burn for the i386-only a.out related support. Moves are | peter | 2002-09-17 | 2 | -16/+0 |
* | Add kernel support needed for the KSE-aware libpthread: | mini | 2002-09-16 | 6 | -245/+491 |
* | Add a cast to make this file compile in userland on sparc64 without | phk | 2002-09-16 | 1 | -1/+1 |
* | fcntl(..., F_SETLKW, ...) takes a pointer to a struct flock just like | tmm | 2002-09-16 | 1 | -0/+1 |
* | Allocate KSEs and KSEGRPs separatly and remove them from the proc structure. | julian | 2002-09-15 | 9 | -125/+213 |
* | s/Danglish/English/ | phk | 2002-09-15 | 1 | -4/+5 |
* | Un-inline the non-trivial "trivial" bio* functions. | phk | 2002-09-14 | 1 | -0/+39 |
* | Add additional information returned to userland by the device querying | imp | 2002-09-14 | 1 | -0/+5 |
* | Move setugidsafety() call outside of process lock. This prevents a lock | njl | 2002-09-14 | 1 | -3/+5 |
* | Remove a conditional #include <sys/kernel.h>, it is already | mux | 2002-09-14 | 1 | -1/+0 |
* | Remove all use of vnode->v_tag, replacing with appropriate substitutes. | njl | 2002-09-14 | 4 | -20/+24 |
* | Apparently something down in the guts of vm/uvm still needs giant | julian | 2002-09-14 | 2 | -0/+4 |
* | Fix fcntl(..., F_GETOWN, ...) and fcntl(..., F_SETOWN, ...) on sparc64 | tmm | 2002-09-13 | 1 | -3/+5 |
* | Oops, broke the build there. Uninline biodone() now that it is non-trivial. | phk | 2002-09-13 | 1 | -0/+28 |
* | Drop the proc lock while calling fdcheckstd() which may block to allocate | truckman | 2002-09-13 | 1 | -1/+8 |
* | Fixed style bugs in resource_list_add_next(). | bde | 2002-09-12 | 1 | -5/+5 |
* | - Fix two obvious locking bugs; 1) returning with lock held when it needed | arr | 2002-09-12 | 1 | -3/+16 |
* | - Change utrace ktrace events to malloc the work buffer before getting a | jhb | 2002-09-11 | 1 | -9/+10 |
* | Remove support for synchronous ktrace requests now that none exist anymore. | jhb | 2002-09-11 | 1 | -33/+11 |
* | - Change ktrace genio events to only copy up to ktr_geniosize bytes of a | jhb | 2002-09-11 | 1 | -18/+18 |
* | - Add a kern.ktrace sysctl node. | jhb | 2002-09-11 | 1 | -2/+9 |
* | Change namei and syscall ktrace events to malloc work buffers before | jhb | 2002-09-11 | 1 | -7/+14 |
* | Indentation does not make a block.. need curly braces too. | julian | 2002-09-11 | 1 | -1/+2 |
* | Completely redo thread states. | julian | 2002-09-11 | 20 | -370/+252 |
* | Include <vm/uma.h> instead of depending on namespace pollution in | bde | 2002-09-11 | 1 | -7/+10 |
* | Clarify the return value from child_present. | imp | 2002-09-11 | 1 | -0/+7 |
* | - Lock down the accounting code globals with a subsystem mutex. | arr | 2002-09-11 | 1 | -5/+27 |
* | Include <sys/malloc.h> instead of depending on namespace pollution 2 | bde | 2002-09-10 | 1 | -8/+5 |
* | vfs_syscalls.c: | bde | 2002-09-10 | 2 | -14/+6 |
* | Add security.mac.mmap_revocation, a flag indicating whether we | rwatson | 2002-09-09 | 1 | -0/+8 |
* | Minor code sync to MAC tree: push Giant locking up from | rwatson | 2002-09-09 | 1 | -2/+2 |
* | Fix a logic bug in the struct dev_t allocation code. | phk | 2002-09-08 | 1 | -5/+5 |
* | Make this driver work a whole lot better. | jake | 2002-09-08 | 1 | -0/+1 |
* | Do not blow up when we walk off the end of the brands list. | peter | 2002-09-08 | 1 | -1/+3 |
* | Tidy up some loose ends that bde pointed out. caddr_t bad, ok? | peter | 2002-09-07 | 1 | -7/+7 |
* | Remove bogus fill_kinfo_proc() before ptrace_set_pc(). There was no need | peter | 2002-09-07 | 1 | -1/+0 |
* | The true value of how the kernel was configured for KSTACK_PAGES was not | peter | 2002-09-07 | 1 | -8/+6 |
* | Make UAREA_PAGES and KSTACK_PAGES visible to userland via sysctl, like | peter | 2002-09-07 | 1 | -0/+6 |
* | fix braino.. | julian | 2002-09-07 | 2 | -2/+2 |
* | fix misplaced schedlock | julian | 2002-09-07 | 2 | -2/+2 |
* | Collect the a.out coredump code into the calling functions. | peter | 2002-09-07 | 1 | -1/+16 |
* | Minor spelling tweak: assume "his" is actually "This". | rwatson | 2002-09-06 | 1 | -1/+1 |
* | Use UMA as a complex object allocator. | julian | 2002-09-06 | 5 | -134/+128 |
* | Remove extra ';' | davidxu | 2002-09-06 | 1 | -1/+1 |
* | Introduce the VOP_OPENEXTATTR() and VOP_CLOSEEXTATTR() methods. | phk | 2002-09-05 | 1 | -0/+19 |
* | Fix an inherited style bug: compare with NOCRED instead of NULL. | phk | 2002-09-05 | 1 | -1/+1 |