| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the fields in the sysentvec and in the vm map header in place of the | jake | 2002-09-21 | 7 | -38/+66 |
* | Assert my copyright on this file (using the default 2-clause BSD). | phk | 2002-09-20 | 1 | -11/+4 |
* | (This commit touches about 15 disk device drivers in a very consistent | phk | 2002-09-20 | 2 | -1/+8 |
* | For reasons now lost in historical fog, the bounds_check_with_label() | phk | 2002-09-20 | 1 | -0/+58 |
* | We don't need the <sys/disklabel.h> include for alpha anymore. | phk | 2002-09-20 | 1 | -3/+0 |
* | Make FreeBSD "struct disklabel" agnostic, step 312 of 723: | phk | 2002-09-20 | 2 | -151/+150 |
* | Make FreeBSD "struct disklabel" agnostic, step 311 of 723: | phk | 2002-09-20 | 3 | -66/+45 |
* | Remove unused variable. | phk | 2002-09-20 | 1 | -1/+0 |
* | Retire now unused DIOCGDVIRGIN kludge. | phk | 2002-09-20 | 1 | -33/+0 |
* | Switch to using strlcpy() in several places. It seems there | mux | 2002-09-19 | 1 | -7/+7 |
* | Add ability to dump stacktraces on kernel panics when DDB is compiled into | jhb | 2002-09-19 | 1 | -2/+17 |
* | VOP_FSYNC() requires that it's vnode argument be locked, which nfs_link() | truckman | 2002-09-19 | 3 | -3/+7 |
* | While well intentionned the check to see it there is a packet | julian | 2002-09-19 | 1 | -3/+0 |
* | fix style.. Return in the kernel always has () around the arguments. | julian | 2002-09-19 | 1 | -1/+1 |
* | Compiler was correct: | julian | 2002-09-19 | 1 | -1/+1 |
* | If M_PKTHDR is set then we don't need to do a loop to find the total length. | darrenr | 2002-09-19 | 1 | -0/+3 |
* | Regen for added syscalls. | alfred | 2002-09-19 | 2 | -0/+28 |
* | Add the rest of the kernel support for the sem_ API in kern/uipc_sem.c. | alfred | 2002-09-19 | 3 | -3/+30 |
* | Bring in my implementation of kernel support for posix realtime semaphores | alfred | 2002-09-18 | 1 | -0/+835 |
* | Remove un-needed stack variable 'ops'. | rwatson | 2002-09-18 | 1 | -3/+2 |
* | style nit: unsigned -> u_int in the kernel, particularly to | bmilekic | 2002-09-18 | 1 | -11/+11 |
* | Remove any VOP_PRINT that redundantly prints the tag. | njl | 2002-09-18 | 1 | -8/+8 |
* | Use m_length() instead of home-rolled versions. | phk | 2002-09-18 | 2 | -42/+20 |
* | Make m_length() and m_fixhdr() return unsigned. | phk | 2002-09-18 | 1 | -4/+4 |
* | Introduce the m_length() function which will return the accumulated | phk | 2002-09-18 | 1 | -6/+19 |
* | Move m_fixhdr() from "mbchain" to "mbuf" where it belongs. | phk | 2002-09-18 | 2 | -14/+14 |
* | - Split UMA_ZFLAG_OFFPAGE into UMA_ZFLAG_OFFPAGE and UMA_ZFLAG_HASH. | jeff | 2002-09-18 | 1 | -33/+9 |
* | Add a toggle to disable VM enforcement. | rwatson | 2002-09-18 | 1 | -0/+7 |
* | 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 |