| Commit message (Expand) | Author | Age | Files | Lines |
* | Split the mlock() kernel code into two parts, mlock(), which unpacks | truckman | 2004-02-26 | 1 | -1/+3 |
* | Avoid NULL pointer dereferencing in modlist_lookup2(). | fjoe | 2003-09-23 | 1 | -1/+1 |
* | Add fdidx argument to vn_open() and vn_open_cred() and pass -1 throughout. | phk | 2003-07-27 | 1 | -2/+2 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -2/+3 |
* | FreeBSD 5.0 has stopped shipping /modules 2.5 years ago. Catch | ru | 2003-03-03 | 1 | -1/+1 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -11/+11 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -11/+11 |
* | Resolve relative relocations in klds before trying to parse the module's | jake | 2003-01-21 | 1 | -73/+29 |
* | unwrap lines made short enough by SCARGS removal | alfred | 2002-12-14 | 1 | -6/+3 |
* | SCARGS removal take II. | alfred | 2002-12-14 | 1 | -14/+14 |
* | Backout removal SCARGS, the code freeze is only "selectively" over. | alfred | 2002-12-13 | 1 | -14/+14 |
* | Remove SCARGS. | alfred | 2002-12-13 | 1 | -14/+14 |
* | Merge kld access control checks from the MAC tree: these access control | rwatson | 2002-11-19 | 1 | -0/+42 |
* | fix kldload error return when a module is rejected because it's statically | sam | 2002-10-17 | 1 | -4/+12 |
* | Plug a memory-leak. | phk | 2002-10-15 | 1 | -0/+1 |
* | In order to better support flexible and extensible access control, | rwatson | 2002-08-15 | 1 | -1/+1 |
* | Make the consumers of the linker_load_file() function use | mux | 2002-08-02 | 1 | -5/+2 |
* | Pre-wire the output buffer so that sysctl_kern_function_list() doesn't | truckman | 2002-07-22 | 1 | -0/+1 |
* | - Delay unlocking a vnode in linker_hints_lookup until we're actually done | jeff | 2002-07-07 | 1 | -5/+4 |
* | - Remove the lock(9) protecting the kernel linker system. | arr | 2002-06-19 | 1 | -14/+46 |
* | Test if rootvnode is NULL rather than if rootdev is NODEV when determining | brian | 2002-04-26 | 1 | -1/+1 |
* | In linker_load_module(), check that rootdev != NODEV before calling | brian | 2002-04-10 | 1 | -3/+5 |
* | Change linker_reference_module() so that it's passed a struct | brian | 2002-04-10 | 1 | -3/+14 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -2/+2 |
* | - Recommit the securelevel_gt() calls removed by commits rev. 1.84 of | arr | 2002-03-25 | 1 | -6/+6 |
* | - Back out the commit to make the linker_load_file() securelevel check | arr | 2002-03-22 | 1 | -6/+6 |
* | - Fix a logic error in checking the securelevel that was introduced in the | arr | 2002-03-21 | 1 | -6/+2 |
* | - Change a check of securelevel to securelevel_gt() call in order to help | arr | 2002-03-20 | 1 | -6/+10 |
* | - Change a malloc / bzero pair to make use of the M_ZERO malloc(9) flag. | arr | 2002-03-19 | 1 | -2/+1 |
* | - Lock down the ``module'' structure by adding an SX lock that is used by | arr | 2002-03-18 | 1 | -7/+8 |
* | Don't assign strcmp to a variable called err and then compare it | dwmalone | 2002-03-10 | 1 | -20/+12 |
* | Fix a breakage introduced in rev.1.75 (supposedly style cleanup), which results | sobomax | 2002-03-10 | 1 | -6/+6 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -6/+5 |
* | - Whitespace fixes leftover from previous commit. | arr | 2002-02-22 | 1 | -21/+21 |
* | - Massive style fixup. | arr | 2002-02-22 | 1 | -1268/+1292 |
* | Add a comment indicating that the vnode locking in this section of the | rwatson | 2002-02-10 | 1 | -0/+3 |
* | - Ensure that linker file id's are unique, rather than blindly | arr | 2001-11-18 | 1 | -1/+15 |
* | Fix a number of misspellings of "dependency" and "dependencies" in | iedowse | 2001-11-16 | 1 | -9/+9 |
* | o Move suser() calls in kern/ to using suser_xxx() with an explicit | rwatson | 2001-11-01 | 1 | -2/+2 |
* | Add the sysctl "kern.function_list", which currently exports all | green | 2001-10-30 | 1 | -0/+31 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -44/+43 |
* | Fix the kern.module_path issue that required the trailing '/' character | peter | 2001-09-12 | 1 | -12/+15 |
* | Implement the long-awaited module->file cache database. A userland | peter | 2001-09-11 | 1 | -87/+299 |
* | Giant Pushdown. Saved the worst P4 tree breakage for last. | dillon | 2001-09-01 | 1 | -19/+61 |
* | Sync the default module search path with the one in | dd | 2001-08-20 | 1 | -1/+1 |
* | Don't try to print a field that doesn't exist; in usually commented | jake | 2001-07-31 | 1 | -2/+2 |
* | Constify (silence warnings introduced by last commit to sys/module.h) | des | 2001-06-20 | 1 | -7/+7 |
* | Add linker_reference_module(). | brian | 2001-06-18 | 1 | -0/+25 |
* | With this commit, I hereby pronounce gensetdefs past its use-by date. | peter | 2001-06-13 | 1 | -94/+96 |
* | Make the TUNABLE_*() macros look and behave more consistantly like the | peter | 2001-06-06 | 1 | -4/+2 |