No description
Find a file
Ben Gras c6e6aa8850 mark forked process as such in the kernel p_name
. helps debugging output; you can see the difference
    between parent and child easily (it's sometimes 
    confusing to see an expected endpoint number with
    an unexpected name, i.e. before exec())
  . when processes crash after fork and before exec, it's
    an instant hint that that's what's going on, instead of
    it being the parent (endpoint numbers don't usually convey
    this)
  . name returns to 'normal' after exec(), so *F isn't visible
    normally at all. (Except for for RS which forks apparently.)
2011-02-21 15:05:32 +00:00
benchmarks Fixed unixbench Run script 2010-10-25 08:32:14 +00:00
boot csu/build support for ELF 2010-12-10 22:20:12 +00:00
commands grep - letting calloc() return NULL for 0 storage makes grep "" work 2011-02-20 13:34:53 +00:00
common Fix NetBSD a.out bug in common/libc and port Makefile 2011-02-15 20:12:04 +00:00
docs UPDATING - warning about /usr/gnu/lib 2010-09-21 12:46:55 +00:00
drivers memory driver: munmap() imgrd after first close. 2011-02-10 15:39:56 +00:00
etc usr/Makefile: added missing sh minibootstrap.sh 2011-02-10 17:00:02 +00:00
include USB chapter 9 definitions 2011-02-21 14:09:08 +00:00
kernel mark forked process as such in the kernel p_name 2011-02-21 15:05:32 +00:00
lib Add NBSDLibc Minix specific files. 2011-02-17 17:11:09 +00:00
man remove fsck1 altogether 2010-12-21 11:00:13 +00:00
nbsd_include Add NBSD-like Minix system includes. 2011-02-21 13:13:55 +00:00
servers pm - sys_sigsend can fail legitimately 2011-02-18 15:44:54 +00:00
share add NOASSERTS make flag that disables assert()s (NDEBUG=1). 2011-02-16 18:58:30 +00:00
test Allow for overriding GCC var in test Makefile 2010-11-19 10:33:26 +00:00
tools add NOASSERTS make flag that disables assert()s (NDEBUG=1). 2011-02-16 18:58:30 +00:00
.gitignore revert r8783, as those entries are auto-generated now 2010-11-17 14:29:32 +00:00
LICENSE Fix parameter parsing in cut 2010-01-21 10:16:05 +00:00
Makefile <ansi.h> -> <minix/ansi.h> 2011-01-28 11:35:02 +00:00