summaryrefslogtreecommitdiffstats
path: root/sys/kern/link_aout.c
Commit message (Expand)AuthorAgeFilesLines
* Since we used '#ifdef __i386__', don't close with '#endif /* !__alpha__ */'dfr2001-11-241-1/+1
* Fix a number of misspellings of "dependency" and "dependencies" iniedowse2001-11-161-1/+1
* KSE Milestone 2julian2001-09-121-6/+7
* With this commit, I hereby pronounce gensetdefs past its use-by date.peter2001-06-131-0/+39
* Manually add an extra _ to _DYNAMIC since it is provided by ld, not gcc.peter2001-02-251-3/+3
* Change the conditionaal so that we only build this on i386 instead ofdfr2000-09-291-1/+1
* Move the truncation code out of vn_open and into the open system callmckusick2000-07-041-2/+3
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-301-1/+0
* First round implementation of a fine grain enhanced module to modulepeter2000-04-291-77/+39
* * Rewrite to use kobj(9) instead of hard-coded function tables.dfr2000-04-241-77/+69
* Fixed a cast of a pointer to an integer of a possibly different size.bde1999-12-241-2/+2
* Change incorrect NULLs to 0seivind1999-12-211-1/+1
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-0/+3
* Take a shot at implementing the fix for PR 15014 for the a.out kernelpeter1999-11-281-4/+6
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add enough include files to make this actually compile on an a.out system.eivind1999-05-151-1/+8
* Use KERNBASE for the load address of the kernel rather than magic constantspeter1999-05-081-6/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-8/+8
* Don't try to call SYSUNINIT functions if there was a link error.dfr1999-01-251-1/+4
* The handle for the kernel is common. With this fix, ELF kernels can loadpeter1998-11-041-10/+5
* Initialize the a.out kld loader after elf, so that elf gets first shot atpeter1998-11-031-2/+2
* Nitpicking and dusting performed on a train. Removes trivial warningsphk1998-10-251-2/+1
* Fix some bugs in link_aout.c caused by using uninitialized malloc space.peter1998-10-161-1/+4
* Updates for KLD backends.peter1998-10-091-34/+102
* Avoid a possible memory leak.dfr1998-09-111-2/+8
* Make ELF kernels build again.jdp1998-08-161-1/+3
* Use [u]intptr_t instead of [u_]long for casts between pointers andbde1998-08-161-2/+2
* Modify the internal interfaces to the kernel linker to make it possibledfr1998-08-121-8/+69
* Cast pointers to uintptr_t/intptr_t instead of to u_long/long,bde1998-07-151-4/+4
* Don't depend on gcc's feature of casting lvalues.bde1998-07-071-2/+3
* This commit fixes various 64bit portability problems required fordfr1998-06-071-1/+6
* Fixed a sloppy common-style definitions.bde1997-11-201-1/+8
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-071-5/+1
* make a couple functions static...jmg1997-10-241-3/+3
* Removed unused #includes.bde1997-08-021-7/+1
* This is the kernel linker. To use it, you will first need to applydfr1997-05-071-0/+448
OpenPOWER on IntegriCloud