Age | Commit message (Expand) | Author |
1997-01-27 | prototyping problems, PR#71, felix@mamba.pond.sub.org | Theo de Raadt |
1997-01-27 | Added a WARNING about not using it to detect back doors. | bitblt |
1997-01-27 | bad chr->blk mappings; randy@rtmx.com | Theo de Raadt |
1997-01-27 | define AOUT_MACHTYPE. This is OpenBSD/vax not OpenBSD bigendian....-moj | Mats O Jansson |
1997-01-27 | NetBSD PR#3147. From Walter Ruetten--walter@ghpc8.ihf.rwth-aachen.de. | briggs |
1997-01-27 | Support lchown(2). | Jason Downs |
1997-01-27 | more #define fallout from union hiding in siginfo | Theo de Raadt |
1997-01-27 | change prompt to ddb to match man page ddb(4) | Theo de Raadt |
1997-01-27 | Fallout from signal.h's inclusion of sys/time.h... | Todd C. Miller |
1997-01-27 | Set MACHINE_ARCH only if it's not already in the environment. Update | briggs |
1997-01-27 | No more static buffers. We can operate on any sized files now. | Todd C. Miller |
1997-01-27 | fix typo | Todd C. Miller |
1997-01-27 | Fix another 16 bit operation on a 32 bit quantity. | Dale S. Rahn |
1997-01-27 | give up on si_pid for now | Theo de Raadt |
1997-01-27 | match svr4 siginfo changes | Theo de Raadt |
1997-01-27 | match svr4 siginfo changes | Theo de Raadt |
1997-01-27 | do not conflict against generic siginfo! | Theo de Raadt |
1997-01-27 | i386 part of siginfo | Theo de Raadt |
1997-01-27 | initial cut at SA_SIGINFO support | Theo de Raadt |
1997-01-27 | Nevermind, I looked at it wrong. | Jason Downs |
1997-01-27 | As of 2.1.14, Linux chown() doesn't follow symlinks either. | Jason Downs |
1997-01-27 | Use lchown(2) instead. | Jason Downs |
1997-01-27 | __mc68k__ -> m68k | Jason Downs |
1997-01-26 | Regen. | Jason Downs |
1997-01-26 | Since these are old systems, call lchown() in place of chown(). | Jason Downs |
1997-01-26 | Add a link for lchown.2 | Jason Downs |
1997-01-26 | We don't follow old 4.4BSD symlink semantics anylonger. | Jason Downs |
1997-01-26 | Regen. | Jason Downs |
1997-01-26 | We can do lchown(2) now. | Jason Downs |
1997-01-26 | We can do lchown(2) now. | Jason Downs |
1997-01-26 | support for lchown(2) if "-p" is used | kstailey |
1997-01-26 | Don't examine an mbuf after it has been released; from Andreas Gunnarsson | Thorsten Lockert |
1997-01-26 | Nuke cruft from NetBSD merge (max_target). | briggs |
1997-01-26 | Even if the objs are cached, we want to find the Makefile | Niklas Hallqvist |
1997-01-26 | Some more KNF | Niklas Hallqvist |
1997-01-26 | Support lchown(). | Jason Downs |
1997-01-26 | Fixed a busification bug (some may well remain), as well as some KNF issues | Niklas Hallqvist |
1997-01-26 | Add missing documentation; build and install it. | Jason Downs |
1997-01-26 | cpio 2.4.2, including texinfo file. supports lchown(). | Jason Downs |
1997-01-26 | Change to fix bug with constant handling in locore. | Dale S. Rahn |
1997-01-26 | change constant handling with @l. | Dale S. Rahn |
1997-01-26 | Check malloc() return value. | Jason Downs |
1997-01-26 | change default data limit so that source build will work without modifications. | Dale S. Rahn |
1997-01-26 | Enable -h for calling lchown(2) instead of chown(2), and fix rcs ids. | Jason Downs |
1997-01-26 | Regen. | Jason Downs |
1997-01-26 | Regen. | Jason Downs |
1997-01-26 | Add lchown(2). | Jason Downs |
1997-01-26 | Add lchown() declaration. | Jason Downs |
1997-01-26 | Add lchown(), increment minor number. | Jason Downs |
1997-01-26 | Dynamic buffering to handle arbitrary line length and center option from FreeBSD | Todd C. Miller |