Age | Commit message (Expand) | Author |
1997-01-31 | if error, b_resid = b_bcount | Theo de Raadt |
1997-01-31 | do not walk off the end of a directory info buffer; netbsd pr#3170, mhitch@ge... | Theo de Raadt |
1997-01-31 | cut a little more. | Michael Shalayeff |
1997-01-30 | for IP_HDRINCL option, use ip_len/ip_off in network order; lidl@va.pubnix.com | Theo de Raadt |
1997-01-30 | Added ICMP Destination Unreachable codes from RFC-1812: | kstailey |
1997-01-30 | added #define for Communication Administratively Prohibited | kstailey |
1997-01-29 | Export comdefaultrate | Niklas Hallqvist |
1997-01-29 | #include "../../../dev/isa/comreg.h" -> #include "../../../dev/ic/comreg.h" | Thomas Graichen |
1997-01-29 | signal.h -> siginfo.h -> time.h fallout | Theo de Raadt |
1997-01-29 | Match com changes. | Jason Downs |
1997-01-28 | Put back lost VOP_GETATTR call, but in a better place | Niklas Hallqvist |
1997-01-28 | use scsiprint | Theo de Raadt |
1997-01-28 | hp300 compat for siginfo | Theo de Raadt |
1997-01-28 | deal with siginfo addition | Theo de Raadt |
1997-01-28 | add addr arg to sendsig/trapsignal; no siginfo_t support yet | Theo de Raadt |
1997-01-27 | select subsystem si_pid becomes si_selpid, to not conflict against user/kerne... | Theo de Raadt |
1997-01-27 | add another parameter to trapsignal() and sendsig() -- fault addr to be | Theo de Raadt |
1997-01-27 | remove items that are no longer an issue. | Dale S. Rahn |
1997-01-27 | Patches file can be removed. All change necessary to build powerpc | Dale S. Rahn |
1997-01-27 | prototyping problems, PR#71, felix@mamba.pond.sub.org | Theo de Raadt |
1997-01-27 | bad chr->blk mappings; randy@rtmx.com | Theo de Raadt |
1997-01-27 | NetBSD PR#3147. From Walter Ruetten--walter@ghpc8.ihf.rwth-aachen.de. | briggs |
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 | 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 | 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 | 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 | Some more KNF | Niklas Hallqvist |
1997-01-26 | Fixed a busification bug (some may well remain), as well as some KNF issues | Niklas Hallqvist |
1997-01-26 | Change to fix bug with constant handling in locore. | Dale S. Rahn |
1997-01-26 | change default data limit so that source build will work without modifications. | Dale S. Rahn |
1997-01-26 | Regen. | Jason Downs |
1997-01-26 | Regen. | Jason Downs |
1997-01-26 | Add lchown(2). | Jason Downs |
1997-01-26 | Make ip_len and ip_off unsigned values; don't transmit or accept packets | Thorsten Lockert |