='index, nofollow'/>
summaryrefslogtreecommitdiff
path: root/sys/compat/ibcs2/ibcs2_exec_coff.c
AgeCommit message (Expand)Author
2018-12-29Retire compat_ibcs2, as discussed on tech-kern@. FreeBSD did the samemaxv
2017-07-28Make sure we move forward over the buffer.riastradh
2017-07-28Make sure we have enough space in the buffer before reading it.riastradh
2017-07-28Check for NUL termination within the buffer we have.riastradh
2013-10-25Remove a variablemartin
2010-07-22Add more debugging printfschristos
2009-06-29Convert 67 namei call sites to use namei_simple, in these functions:dholland
2007-12-08Remove cn_lwp from struct componentname. curlwp should be usedpooka
2007-12-08ANSIfy most of the function definitions in sys/compat (but not ndis).dsl
2007-12-04Remove all the __Pdsl
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
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
2006-07-23Use the LWP cached credentials where sane.ad
2006-05-14integrate kauth.elad
2005-12-11merge ktrace-lwp.christos
2005-05-29- sprinkle const.christos
2005-02-26nuke trailing whitespaceperry
2004-09-17There's no need to pass a proc value when using UIO_SYSSPACE withskrll
2003-11-19Previous fix was incomplete; did not handle negative values.christos
2003-11-18avoid integer type truncation. be picky about integer computation overflow.itojun
2003-11-05limit malloc so that corrupted executables don't allocate a lot of memory.christos