| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -7/+7 |
* | Resolve relative relocations in klds before trying to parse the module's | Jake Burkholder | 2003-01-21 | 1 | -0/+32 |
* | Merge kld access control checks from the MAC tree: these access control | Robert Watson | 2002-11-19 | 1 | -0/+9 |
* | Add two hooks to signal module load and module unload to MD code. | Marcel Moolenaar | 2002-10-19 | 1 | -0/+9 |
* | Reduce code duplication by moving the common actions in | Marcel Moolenaar | 2002-10-19 | 1 | -58/+56 |
* | Non-functional change in preparation of the next commit: | Marcel Moolenaar | 2002-10-19 | 1 | -41/+36 |
* | In link_elf_load_file(), when SPARSE_MAPPING is defined and we | Marcel Moolenaar | 2002-10-19 | 1 | -1/+0 |
* | Fix kernel module loading on ia64. Cross-module function calls | Marcel Moolenaar | 2002-10-15 | 1 | -0/+12 |
* | Be consistent about "static" functions: if the function is marked | Poul-Henning Kamp | 2002-09-28 | 1 | -2/+2 |
* | Add a workaround for what seems to be confusion between binutils and the | Jake Burkholder | 2002-09-27 | 1 | -0/+10 |
* | Initiate deorbit burn for the i386-only a.out related support. Moves are | Peter Wemm | 2002-09-17 | 1 | -8/+0 |
* | Unrot SPARSE_MAPPING code (vm_map_pageable -> vm_map_wire). | Jake Burkholder | 2002-08-29 | 1 | -4/+4 |
* | Work around a GCC optimization bug on ia64: In link_elf_symbol_values(), | Marcel Moolenaar | 2002-08-24 | 1 | -2/+2 |
* | s/sus/sys/ in the a.out kernel case. | Peter Wemm | 2002-08-22 | 1 | -1/+1 |
* | Instead of nlist.h and link.h, use sys/nlist_aout.h and sys/link_elf.h | Peter Wemm | 2002-08-22 | 1 | -2/+2 |
* | In order to better support flexible and extensible access control, | Robert Watson | 2002-08-15 | 1 | -5/+10 |
* | Don't use the symbol name to lookup the symbol value when we can use | Marcel Moolenaar | 2002-04-25 | 1 | -8/+55 |
* | Add function link_elf_get_gp(), specific to ia64 for now, to get | Marcel Moolenaar | 2002-04-21 | 1 | -0/+19 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | John Baldwin | 2002-02-27 | 1 | -7/+6 |
* | Fix a number of misspellings of "dependency" and "dependencies" in | Ian Dowse | 2001-11-16 | 1 | -1/+1 |
* | Add the sysctl "kern.function_list", which currently exports all | Brian Feldman | 2001-10-30 | 1 | -0/+23 |
* | Also, machine/profile.h should be necessary for the function prototype | Brian Feldman | 2001-10-30 | 1 | -0/+3 |
* | Use kmupetext() for ELF KLDs to allow for increased text segment size. | Brian Feldman | 2001-10-30 | 1 | -0/+6 |
* | The ia64 kernel is now linked dynamically so parse its _DYNAMIC structure. | Doug Rabson | 2001-09-15 | 1 | -4/+0 |
* | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -9/+10 |
* | Fix a warning. l_name is managed by us and is malloc/free'ed. | Peter Wemm | 2001-09-10 | 1 | -1/+1 |
* | Unindent a if (1) { that was left behind in the last commit. | Peter Wemm | 2001-09-03 | 1 | -46/+44 |
* | Argh. Make the ia64 kernel work in all situations. For some reason, | Peter Wemm | 2001-09-03 | 1 | -4/+3 |
* | Fix some of the GDB linkage setup. The l_name member of the gdb linkage | Bill Paul | 2001-08-10 | 1 | -2/+14 |
* | Previously, the ELF linker would always just store the pointer to a | Brian Feldman | 2001-08-06 | 1 | -1/+5 |
* | Use a machine dependent type, Elf_Hashelt, for the elements of the elf | Jake Burkholder | 2001-07-31 | 1 | -5/+5 |
* | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | Matthew Dillon | 2001-07-04 | 1 | -8/+2 |
* | With this commit, I hereby pronounce gensetdefs past its use-by date. | Peter Wemm | 2001-06-13 | 1 | -0/+61 |
* | Include sys/mutex.h to silence a warning. | Dima Dorfman | 2001-06-03 | 1 | -0/+1 |
* | Introduce a global lock for the vm subsystem (vm_mtx). | Alfred Perlstein | 2001-05-19 | 1 | -0/+8 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | Mark Murray | 2001-05-01 | 1 | -2/+4 |
* | Make this compile in a.out mode. link.h has extra dependencies for a.out. | Peter Wemm | 2001-02-25 | 1 | -0/+3 |
* | Convert more malloc+bzero to malloc+M_ZERO. | David Malone | 2000-12-08 | 1 | -2/+1 |
* | Correct a warning where the r_debug_state() dummy function used to trigger | John Baldwin | 2000-10-06 | 1 | -3/+6 |
* | Don't support dynamic linking on ia64 for now - the tools can't cope. | Doug Rabson | 2000-09-29 | 1 | -0/+6 |
* | Ignore ELF files with 'interpreter' section because KLDs doesn't contain it. | Boris Popov | 2000-09-06 | 1 | -0/+5 |
* | Move the truncation code out of vn_open and into the open system call | Kirk McKusick | 2000-07-04 | 1 | -2/+3 |
* | Remove unneeded #include <vm/vm_zone.h> | Poul-Henning Kamp | 2000-04-30 | 1 | -1/+0 |
* | First round implementation of a fine grain enhanced module to module | Peter Wemm | 2000-04-29 | 1 | -77/+55 |
* | Do not use uprintf() for link time error messages. This has unpleasant | Peter Wemm | 2000-04-29 | 1 | -4/+4 |
* | * Rewrite to use kobj(9) instead of hard-coded function tables. | Doug Rabson | 2000-04-24 | 1 | -137/+224 |
* | Fixed a cast of a pointer to an integer of a possibly different size. | Bruce Evans | 1999-12-24 | 1 | -3/+3 |
* | Introduce NDFREE (and remove VOP_ABORTOP) | Eivind Eklund | 1999-12-15 | 1 | -2/+2 |
* | Fix an embarresing mistake in the kld symbol lookup for DDB. It should | Peter Wemm | 1999-11-28 | 1 | -4/+6 |
* | useracc() the prequel: | Poul-Henning Kamp | 1999-10-29 | 1 | -1/+0 |