summaryrefslogtreecommitdiff
path: root/tools/pcc
diff options
context:
space:
mode:
authormrg <mrg@NetBSD.org>2010-05-23 10:50:28 +0000
committermrg <mrg@NetBSD.org>2010-05-23 10:50:28 +0000
commitb5c0d255290d963a6bc94deff7960a808f53de88 (patch)
tree596b01ff6d5a1051a2b02819886e2743c656dd81 /tools/pcc
parent576740c1b86adbf7d6627d3052d25415224712c3 (diff)
obsolete vga.4 like other ports. as noticed by kurt schreiner.
Diffstat (limited to 'tools/pcc')
0 files changed, 0 insertions, 0 deletions
d>dholland 2008-11-19Make the emulations, exec formats, coredump, NFS, and the NFS serverad 2008-03-21Catch up with descriptor handling changes. See kern_descrip.c revisionad 2008-01-02use kmem_alloc instead of malloc.yamt 2007-12-31Remove systrace. Ok core@.ad 2007-12-14nuke the leprechaun from VOP_ACCESSpooka 2007-11-26Remove the "struct lwp *" argument from all VFS and VOP interfaces.pooka 2007-04-22Change the way that emulations locate files within the emulation root todsl 2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos 2007-02-17Change the process/lwp flags seen by userland via sysctl back to thepavel 2007-02-09Merge newlock2 to head.ad 2006-12-20Remove the third argument from check_exec() and just check for ep_flagselad 2006-07-26at the request of elad, as veriexec.h has returned, revert the changesdogcow 2006-07-25mechanically go through anddogcow 2006-07-24some fixes:elad 2006-07-23Use the LWP cached credentials where sane.ad 2006-07-22deprecate the VERIFIED_EXEC option; now we only need the pseudo-device toelad 2006-05-14integrate kauth.elad 2006-03-17don't use MALLOC with a non-constant size; use malloc instead.christos 2005-12-11merge ktrace-lwp.christos 2005-07-29#ifdef VERIFIED_EXECelad 2005-07-17catch up with verified exec defopt changes.christos 2005-07-16defopt verified_exec.christos 2005-06-27From marius@openbsd:elad 2005-06-26From marius@openbsd:elad 2005-05-19Some changes in veriexec.elad 2004-11-04Check to see if the script has an ELF header, and if so, return ENOEXEC.matt 2004-04-21kill sprintf, use snprintfitojun 2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl 2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr 2003-05-16use strlcpy. [fixed off-by-one in subr_prop.c]itojun 2003-04-02grow #! line length -- patch from cgd, fixes PR kern/20112 from Todd Vierlingperry 2002-10-29Added support for fingerprinted executables aka verified execblymn 2002-09-27remove trailing \n in panic(). approved perry.provos 2001-11-12add RCSIDslukem 2001-06-15In check_exec(), don't bother checking P_TRACED along withthorpej 2001-06-14Fix a partial construction problem that can cause race conditionsthorpej