| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the sysctl "kern.function_list", which currently exports all | green | 2001-10-30 | 1 | -0/+23 |
* | Also, machine/profile.h should be necessary for the function prototype | green | 2001-10-30 | 1 | -0/+3 |
* | Use kmupetext() for ELF KLDs to allow for increased text segment size. | green | 2001-10-30 | 1 | -0/+6 |
* | The ia64 kernel is now linked dynamically so parse its _DYNAMIC structure. | dfr | 2001-09-15 | 1 | -4/+0 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -9/+10 |
* | Fix a warning. l_name is managed by us and is malloc/free'ed. | peter | 2001-09-10 | 1 | -1/+1 |
* | Unindent a if (1) { that was left behind in the last commit. | peter | 2001-09-03 | 1 | -46/+44 |
* | Argh. Make the ia64 kernel work in all situations. For some reason, | peter | 2001-09-03 | 1 | -4/+3 |
* | Fix some of the GDB linkage setup. The l_name member of the gdb linkage | wpaul | 2001-08-10 | 1 | -2/+14 |
* | Previously, the ELF linker would always just store the pointer to a | green | 2001-08-06 | 1 | -1/+5 |
* | Use a machine dependent type, Elf_Hashelt, for the elements of the elf | jake | 2001-07-31 | 1 | -5/+5 |
* | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | dillon | 2001-07-04 | 1 | -8/+2 |
* | With this commit, I hereby pronounce gensetdefs past its use-by date. | peter | 2001-06-13 | 1 | -0/+61 |
* | Include sys/mutex.h to silence a warning. | dd | 2001-06-03 | 1 | -0/+1 |
* | Introduce a global lock for the vm subsystem (vm_mtx). | alfred | 2001-05-19 | 1 | -0/+8 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -2/+4 |
* | Make this compile in a.out mode. link.h has extra dependencies for a.out. | peter | 2001-02-25 | 1 | -0/+3 |
* | Convert more malloc+bzero to malloc+M_ZERO. | dwmalone | 2000-12-08 | 1 | -2/+1 |
* | Correct a warning where the r_debug_state() dummy function used to trigger | jhb | 2000-10-06 | 1 | -3/+6 |
* | Don't support dynamic linking on ia64 for now - the tools can't cope. | dfr | 2000-09-29 | 1 | -0/+6 |
* | Ignore ELF files with 'interpreter' section because KLDs doesn't contain it. | bp | 2000-09-06 | 1 | -0/+5 |
* | Move the truncation code out of vn_open and into the open system call | mckusick | 2000-07-04 | 1 | -2/+3 |
* | Remove unneeded #include <vm/vm_zone.h> | phk | 2000-04-30 | 1 | -1/+0 |
* | First round implementation of a fine grain enhanced module to module | peter | 2000-04-29 | 1 | -77/+55 |
* | Do not use uprintf() for link time error messages. This has unpleasant | peter | 2000-04-29 | 1 | -4/+4 |
* | * Rewrite to use kobj(9) instead of hard-coded function tables. | dfr | 2000-04-24 | 1 | -137/+224 |
* | Fixed a cast of a pointer to an integer of a possibly different size. | bde | 1999-12-24 | 1 | -3/+3 |
* | Introduce NDFREE (and remove VOP_ABORTOP) | eivind | 1999-12-15 | 1 | -2/+2 |
* | Fix an embarresing mistake in the kld symbol lookup for DDB. It should | peter | 1999-11-28 | 1 | -4/+6 |
* | useracc() the prequel: | phk | 1999-10-29 | 1 | -1/+0 |
* | Trim unused options (or #ifdef for undoc options). | peter | 1999-10-11 | 1 | -0/+4 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Cast pointers to uintptr_t instead of casting them to u_long, and/or vice | bde | 1999-08-24 | 1 | -3/+3 |
* | Use KERNBASE for the load address of the kernel rather than magic constants | peter | 1999-05-08 | 1 | -7/+2 |
* | Cast to `const char *' instead of to c_caddr_t. This is part of | bde | 1999-01-29 | 1 | -5/+5 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-28 | 1 | -2/+2 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-27 | 1 | -3/+3 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-27 | 1 | -12/+12 |
* | Don't try to call SYSUNINIT functions if there was a link error. | dfr | 1999-01-25 | 1 | -1/+5 |
* | When loading something that has undefined symbols, it would be helpful to | peter | 1998-12-31 | 1 | -5/+13 |
* | Don't put aggregate structs 4K large on the kernel stack, especially when | peter | 1998-11-06 | 1 | -23/+30 |
* | The handle for the kernel is common. With this fix, ELF kernels can load | peter | 1998-11-04 | 1 | -11/+5 |
* | Nitpicking and dusting performed on a train. Removes trivial warnings | phk | 1998-10-25 | 1 | -12/+1 |
* | *gulp*. Jordan specifically OK'ed this.. | peter | 1998-10-16 | 1 | -30/+41 |
* | - bzero() after malloc() bug fix | peter | 1998-10-15 | 1 | -6/+7 |
* | Load the full symbol tables if they are present. This means that ddb | peter | 1998-10-13 | 1 | -10/+78 |
* | Only print kernel entry point during load. | peter | 1998-10-12 | 1 | -21/+108 |
* | Fully implement KLD and preloading. | peter | 1998-10-09 | 1 | -53/+142 |
* | Implement dynamic loading for ELF. | dfr | 1998-09-11 | 1 | -186/+410 |
* | Add partial KLD support for ELF. The module loading is not written yet. | dfr | 1998-08-24 | 1 | -0/+503 |