summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-01-28do not call err/errx with extra newlinesTheo de Raadt
1997-01-28getcwd() not getwd()Todd C. Miller
1997-01-28Put back lost VOP_GETATTR call, but in a better placeNiklas Hallqvist
1997-01-28use scsiprintTheo de Raadt
1997-01-28hp300 compat for siginfoTheo de Raadt
1997-01-28deal with siginfo additionTheo de Raadt
1997-01-28repairs by msaitoh@spa.is.uec.ac.jpTheo de Raadt
1997-01-28for total use -t; tsarna@endicor.comTheo de Raadt
1997-01-28intuit more info from dmesg, hubert.feyrer@rz.uni-regensburg.deTheo de Raadt
1997-01-28Only print the partition if doing multiple devices.Todd C. Miller
1997-01-28Revert back to old fsirand but do things a cylinder group at a timeTodd C. Miller
and allow multiple devices.
1997-01-28add addr arg to sendsig/trapsignal; no siginfo_t support yetTheo de Raadt
1997-01-28encourage a few more udp whacks at the serverTheo de Raadt
1997-01-27Faster fsirand based in part on code from fsck_ffs.Todd C. Miller
1997-01-27select subsystem si_pid becomes si_selpid, to not conflict against ↵Theo de Raadt
user/kernel siginfo si_pid #define
1997-01-27add another parameter to trapsignal() and sendsig() -- fault addr to beTheo de Raadt
delivered with in the siginfo information
1997-01-27remove items that are no longer an issue.Dale S. Rahn
1997-01-27Patches file can be removed. All change necessary to build powerpcDale S. Rahn
port are now checked in. Doesn't necessarily mean that the port doesn't need more work...
1997-01-27Support fdisk on bigendian systems. Does the necessary byte swabbing toDale S. Rahn
read and write the fdisk label. Added powerpc to systems to build this for. Currently uses local functions getshort, putshort, getlong, and putlong. These functions probably should be moved and renamed. Something like htoles, letohs, htolel, letohl, or htole16, htole32 should be used instead.
1997-01-27securitydm
1997-01-27prototyping problems, PR#71, felix@mamba.pond.sub.orgTheo de Raadt
1997-01-27Added a WARNING about not using it to detect back doors.bitblt
1997-01-27bad chr->blk mappings; randy@rtmx.comTheo de Raadt
1997-01-27define AOUT_MACHTYPE. This is OpenBSD/vax not OpenBSD bigendian....-mojMats O Jansson
1997-01-27NetBSD PR#3147. From Walter Ruetten--walter@ghpc8.ihf.rwth-aachen.de.briggs
- Truncate video address in PTE. Apparently some cards use wierd offsets.
1997-01-27Support lchown(2).Jason Downs
1997-01-27more #define fallout from union hiding in siginfoTheo de Raadt
1997-01-27change prompt to ddb to match man page ddb(4)Theo de Raadt
1997-01-27Fallout from signal.h's inclusion of sys/time.h...Todd C. Miller
1997-01-27Set MACHINE_ARCH only if it's not already in the environment. Updatebriggs
comment accordingly. Patch from Dale Rahn.
1997-01-27No more static buffers. We can operate on any sized files now.Todd C. Miller
1997-01-27fix typoTodd C. Miller
1997-01-27Fix another 16 bit operation on a 32 bit quantity.Dale S. Rahn
don't do and of 16 bit quantity on a 32 bit register. Also gets rid of the assembler warning/error.
1997-01-27give up on si_pid for nowTheo de Raadt
1997-01-27match svr4 siginfo changesTheo de Raadt
1997-01-27match svr4 siginfo changesTheo de Raadt
1997-01-27do not conflict against generic siginfo!Theo de Raadt
1997-01-27i386 part of siginfoTheo de Raadt
1997-01-27initial cut at SA_SIGINFO supportTheo de Raadt
1997-01-27Nevermind, I looked at it wrong.Jason Downs
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