summaryrefslogtreecommitdiff
path: root/sys/lkm/exec/osf1_ecoff
AgeCommit message (Collapse)Author
2008-11-12Remove LKMs and switch to the module framework, pass 1.ad
Proposed on tech-kern@.
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-12-19Remove all the __Pdsl
2005-12-11merge ktrace-lwp.christos
2005-02-26nuke trailing whitespaceperry
2004-11-13Fix all the borken exec lkms. setup_stack is mandatory.christos
2002-05-30Remove unnecessary -I$S; bsd.kmod.mk adds -isystem $Sthorpej
2001-12-14Fix a typo.thorpej
2001-12-12define NOMAN= once, at the top levellukem
2001-12-12MKfoo=no -> NOfootv
2001-12-08Update for "coredumps now exec-format/emulation specific".thorpej
2001-11-12add RCSIDslukem
2001-05-15remove use of gcc syntax for designated initialisers when initialisinglukem
unions `union_elem: ...', and use c99 syntax `.union_elem = ...' only where necessary. in this case, there's no need to tag elf_probe_func because that's the first union element, and therefore, the implicit case. only specifically mention ecoff_probe_func where necessary. if we decide to not use this c99 feature for now, at least there's now less stuff to rip out.
2000-12-08add build glue for exec LKMsjdolecek
for now, only i386 linux_elf is actually installed, since the others have not been tested yet