summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-01-27As of 2.1.14, Linux chown() doesn't follow symlinks either.Jason Downs
1997-01-27Use lchown(2) instead.Jason Downs
1997-01-27__mc68k__ -> m68kJason Downs
1997-01-26Regen.Jason Downs
1997-01-26Since these are old systems, call lchown() in place of chown().Jason Downs
1997-01-26Add a link for lchown.2Jason Downs
1997-01-26We don't follow old 4.4BSD symlink semantics anylonger.Jason Downs
1997-01-26Regen.Jason Downs
1997-01-26We can do lchown(2) now.Jason Downs
1997-01-26We can do lchown(2) now.Jason Downs
1997-01-26support for lchown(2) if "-p" is usedkstailey
1997-01-26Don't examine an mbuf after it has been released; from Andreas GunnarssonThorsten Lockert
1997-01-26Nuke cruft from NetBSD merge (max_target).briggs
1997-01-26Even if the objs are cached, we want to find the MakefileNiklas Hallqvist
1997-01-26Some more KNFNiklas Hallqvist
1997-01-26Support lchown().Jason Downs
1997-01-26Fixed a busification bug (some may well remain), as well as some KNF issuesNiklas Hallqvist
1997-01-26Add missing documentation; build and install it.Jason Downs
1997-01-26cpio 2.4.2, including texinfo file. supports lchown().Jason Downs
1997-01-26Change to fix bug with constant handling in locore.Dale S. Rahn
16 bit operations should not be done on 32 bit quantities.
1997-01-26change constant handling with @l.Dale S. Rahn
if the expected argument to the opcode is unsigned, return (val & 0xffff) if the expected argument to the occode is signed, sign extend the 16 bit value short = val; val = (int) short;
1997-01-26Check malloc() return value.Jason Downs
1997-01-26change default data limit so that source build will work without modifications.Dale S. Rahn
1997-01-26Enable -h for calling lchown(2) instead of chown(2), and fix rcs ids.Jason Downs
1997-01-26Regen.Jason Downs
1997-01-26Regen.Jason Downs
1997-01-26Add lchown(2).Jason Downs
1997-01-26Add lchown() declaration.Jason Downs
1997-01-26Add lchown(), increment minor number.Jason Downs
1997-01-26Dynamic buffering to handle arbitrary line length and center option from FreeBSDTodd C. Miller
I also cleaned it up to pass -Wall and check malloc().
1997-01-26add fsirandTodd C. Miller
1997-01-26ffs inode randomizerTodd C. Miller
1997-01-26Make ip_len and ip_off unsigned values; don't transmit or accept packetsThorsten Lockert
larger than the maximum IP packet size. From NetBSD.
1997-01-26use mktemp(1) to avoid /tmp race; spotted by dholland@eecs.harvard.eduTheo de Raadt
1997-01-26byeTheo de Raadt
1997-01-26for implied stdin, do not corrupt argv[0]Theo de Raadt
1997-01-25Don't do disruptive time corrections if tick size is not integral; fromThorsten Lockert
Dennis Ferguson (NetBSD PR #2788)
1997-01-25Improve adjtime() for odd hz values; from Dennis Ferguson (NetBSD PR# 2787)Thorsten Lockert
1997-01-25Attempt to give the entire passed address to getnetbyaddr() before startingThorsten Lockert
to try various network masks
1997-01-25Don't include bogus information hereThorsten Lockert
1997-01-25split cd() into two pieces, whoever was here last did a bad jobTheo de Raadt
1997-01-25never hand over a nonresv port, even if asked. problem reported by ↵Theo de Raadt
gmeinerj@ZUMtOBEL.co.at
1997-01-25do not change PATHTheo de Raadt
1997-01-25Changed my mind about where to do this.dm
1997-01-25Use ${CC:-cc} instead of ccNiklas Hallqvist
1997-01-25hacks to make it fit, parts by niklasTheo de Raadt
1997-01-25do not use PATH, s/gcc/cc/, mouse@Rodents.Montreal.QC.CA netbsd pr#3138Theo de Raadt
1997-01-25MMALLOC_DISABLE -> MALLOC_CFLAGS to fix link problem.imp
1997-01-25sync with NetBSD, changes from PR#3114, Michael.Eriksson@era-t.ericsson.seJason Downs
1997-01-25reapplied 1.2 -> 1.3 changes to run.c plus many fixeskstailey