summaryrefslogtreecommitdiff
path: root/sys/compat/ibcs2
AgeCommit message (Expand)Author
2009-12-09Add entries in compat signal mapping arrays for SIGTHR.Jonathan Gray
2009-10-28Add compat errno mappings for the ENOTSUP errno addition.Jonathan Gray
2009-09-05Fix various cases of stackgap_alloc() size arguments not being computedMiod Vallat
2009-06-01Move ibcs2_sendsig into compat. Quit poluting machdep.Tobias Weingartner
2009-03-05Make ELF platforms generate ELF core dumps. Somewhat based on code fromMark Kettenis
2009-01-07Fix an occurance of __attribute which should have been __attribute__Jonathan Gray
2008-05-01spl0() is not your friend, use splx() instead.Miod Vallat
2007-11-27regenArtur Grabowski
2007-10-27Make sure the compat errno mapping arrays go up to ELAST, and correctlyMiod Vallat
2007-09-01replace the machine dependant bytes-to-clicks macro by the MI ptoa()Martin Reindl
2007-06-06now that all partition size/offsets are potentially 64-bit, change theTheo de Raadt
2006-12-29Avoid void * arithmetic, okay deraadt@, suggestions from millert@Pedro Martelletto
2004-09-19constify speedtabs and make ttspeedtab() take a const struct speedtab *Michael Shalayeff
2004-07-09regenTodd C. Miller
2004-07-09Rename ostat -> stat43 to disambiguate from upcoming struct stat changes.Todd C. Miller
2004-06-22Replace a whole bunch of scary uses of strncpy() with strlcpy() andJean-Francois Brousseau
2003-11-18path_index isn't used for anything, so comment it out. idea millert@Ted Unangst
2003-11-17add a missing bounds check that allowed a stack overrun. reported byTed Unangst
2003-11-03verify exec headers before attempting malloc. reported by Georgi Guninski.Ted Unangst
2003-10-01out-of-bound memory access. deraadt okJun-ichiro itojun Hagino
2003-08-15change arguments to suser. suser now takes the process, and a flagsTed Unangst
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-01-30Bring back setreuid(2) and setregid(2) as first class syscallsTodd C. Miller
2002-08-23Cleanup change. Since almost all callers (except one) of getvnode did a FREFArtur Grabowski
2002-08-22Change the vnode locking in exec to not keep the vnode locked almost allArtur Grabowski
2002-08-02More possible int overflows found by Silvio Cesare.Todd C. Miller
2002-04-25unfudge size_t vs. unsigned int parameters.Marc Espie
2002-03-14remove ambiguity in version,ostype,osversion,osrelease and their constanity, ...Michael Shalayeff
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-02-14More FREF/FRELE fixesPeter Valchev
2002-02-13More FREF/FRELE on relevant places. Now, only sys_mmap and a bunch of ioctl f...Artur Grabowski
2002-02-12test before commitTheo de Raadt
2002-02-12More FREF/FRELE protection. This time all users of getvnode.Artur Grabowski
2002-02-02Be more consistent about using fd_getfile where it matters.Artur Grabowski
2001-11-15New function vn_marktext - mark a vnode as executing a text image.Artur Grabowski
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-10-26 - every new fd created by falloc() is marked as larval and should not be usedArtur Grabowski
2001-08-26syncTheo de Raadt
2001-08-26there is no need for .bak filesTheo de Raadt
2001-07-10ANSI C does not like labels: without a statement after that.Marc Espie
2001-05-16regen after removing compatoptsTodd C. Miller
2001-05-16remove unneeded compatoptsTodd C. Miller
2001-01-23SunOS, IBCS2, Linux, and SVR4 all require translations of directory entriesConstantine Sapuntzakis
2000-12-06s/packed/__packed__/Michael Shalayeff
2000-09-07common/compat_util.cEric Jackson
2000-08-30remove duplicate inclusion of sys/ioctl.hBrad Smith
2000-04-21O_FYNC -> O_SYNCTodd C. Miller
2000-03-05fix size check case for getgroups; pbucich@sion.comTheo de Raadt
1999-11-20ioctl arguments are u_long.Marc Espie