Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-30 | bfin: use vfork.S again | Waldemar Brodkorb | |
Actually revert 711ad9f92c1cf992c4a3d9f4f709bd692be7789c, as it breaks vfork() on real hardware. So the common implementation no longer works for bfin. | |||
2009-07-23 | create real common vfork() function | Mike Frysinger | |
Rather than force people to always implement their own vfork(), have the default implementation be sane. For now, only the Blackfin port uses the new code. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2006-05-17 | fix by Peter S. Mazinger: use sys/syscall.h instead of asm/unistd.h | Mike Frysinger | |
2006-02-13 | Weaken all internal vfork versions in asm code, wondering why only some of ↵ | Peter S. Mazinger | |
the archs fail | |||
2006-01-24 | fork/vfork weak in libc, strong in libpthread | Peter S. Mazinger | |
2006-01-16 | touchup style | Mike Frysinger | |
2006-01-14 | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger | |
2006-01-14 | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | |
missing headers, other jump relocs removed | |||
2004-12-21 | Add support for the Analog Devices Blackfin mmuless processor | Eric Andersen | |