aboutsummaryrefslogtreecommitdiffstats
path: root/ports
AgeCommit message (Collapse)Author
2011-03-24Woo! Last obvious error fixed.Seebs
2011-03-24Darwin seems to be working for trivial casesSeebs
2011-03-24Whle __xmknodat() takes a dev_t *dev, which must not be NULL, mknodat()Seebs
doesn't take a dev_t *, it just takes a dev_t, and checking that for falsity is not useful. Caused ksh to fail strangely because it couldn't make pipes.
2011-03-24Ah-hah. Infinite recursion is NOT my friend.Seebs
But it said it had candy. :(
2011-03-24First pass at using system getpwent() and friends. Not really working,Seebs
and in fact it coredumps, but at least it's trying.
2011-03-24Various Darwin updates and code consistency fixes.Seebs
2011-02-18whoops, misspelled __fxstatatSeebs
2011-02-18More cleanup and moving things to generic unix portSeebs
2011-02-18Ports redesign plus some other stuff to be split out againPeter Seebach
later.