Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-01-31 | cut a little more. | Michael Shalayeff | |
1997-01-31 | Pieces to create a miniroot image for powerpc installation from cdrom or | Dale S. Rahn | |
network? | |||
1997-01-31 | First cut at elfrdsetroot command. this is the rdsetroot heavily hacked | Dale S. Rahn | |
to work on elf. Need sever cleaning. | |||
1997-01-30 | deal with IP_HDRINCL option network byte order change; lidl@va.pubnix.com | Theo de Raadt | |
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 | buf oflow, felix@mamba.pond.sub.org | Theo de Raadt | |
1997-01-30 | avoid being too paranoid... make it work! | Theo de Raadt | |
1997-01-30 | Added ICMP Destination Unreachable codes from RFC-1812: | kstailey | |
14 = Host Precedence Violation. Sent by the first hop router to a host to indicate that a requested precedence is not permitted for the particular combination of source/destination host or 15 = Precedence cutoff in effect. The network operators have imposed a minimum level of precedence required for operation, the datagram was sent with a precedence below this level; | |||
1997-01-30 | the blokes did not get there till 10 years later | Theo de Raadt | |
1997-01-30 | race -> trace | Theo de Raadt | |
1997-01-30 | fix IOR/IOW/IOWR; cgd@netbsd.org | Theo de Raadt | |
1997-01-30 | xref a few things | Theo de Raadt | |
1997-01-30 | if at first-request-for-a-domain we discover a file /etc/yp/$domainneme | Theo de Raadt | |
to exist, use it as a list of valid servers instead of doing broadcasts. However, do not change the semantics of -ypset or -ypsetme. Based on the reasoning provided in netbsd pr#1759, lukem@supp.cpr.itg.telecom.com.au | |||
1997-01-30 | print !A on ICMP_UNREACH_ADM_PROHIB too | kstailey | |
1997-01-30 | added #define for Communication Administratively Prohibited | kstailey | |
as in RFC-1812 Section 5.2.7.1 Destination Unreachable | |||
1997-01-30 | no need to recalc width before each select | Theo de Raadt | |
1997-01-30 | careful about MAXADDRS, abrown@eecs.harvard.edu | Theo de Raadt | |
1997-01-30 | proto; felix@mamba.pond.sub.org | Theo de Raadt | |
1997-01-30 | i wish i tested before every commit | Theo de Raadt | |
1997-01-30 | domainname care | Theo de Raadt | |
1997-01-30 | where did .DESTDIR come from... found by gwen@rtmx.com | Theo de Raadt | |
1997-01-29 | Have file recognize PowerPC elf objects. Works for MSB objects currently. | Dale S. Rahn | |
Should work for LSB objects? | |||
1997-01-29 | Break out of infinite loop ftp://home.host/som/path mode if host | Todd C. Miller | |
does not exist. Also, use herror, not perror if gethostbynam() fails. | |||
1997-01-29 | only print passive toggle info is verbose set (like other commands) | Todd C. Miller | |
1997-01-29 | calculate string length in format() more efficiently | 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-29 | getopt & int | Theo de Raadt | |
1997-01-28 | repair quotactl() types | Theo de Raadt | |
1997-01-28 | do not call err/errx with extra newlines | Theo de Raadt | |
1997-01-28 | getcwd() not getwd() | Todd C. Miller | |
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 | repairs by msaitoh@spa.is.uec.ac.jp | Theo de Raadt | |
1997-01-28 | for total use -t; tsarna@endicor.com | Theo de Raadt | |
1997-01-28 | intuit more info from dmesg, hubert.feyrer@rz.uni-regensburg.de | Theo de Raadt | |
1997-01-28 | Only print the partition if doing multiple devices. | Todd C. Miller | |
1997-01-28 | Revert back to old fsirand but do things a cylinder group at a time | Todd C. Miller | |
and allow multiple devices. | |||
1997-01-28 | add addr arg to sendsig/trapsignal; no siginfo_t support yet | Theo de Raadt | |
1997-01-28 | encourage a few more udp whacks at the server | Theo de Raadt | |
1997-01-27 | Faster fsirand based in part on code from fsck_ffs. | Todd C. Miller | |
1997-01-27 | select subsystem si_pid becomes si_selpid, to not conflict against ↵ | Theo de Raadt | |
user/kernel siginfo si_pid #define | |||
1997-01-27 | add another parameter to trapsignal() and sendsig() -- fault addr to be | Theo de Raadt | |
delivered with in the siginfo information | |||
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 | |
port are now checked in. Doesn't necessarily mean that the port doesn't need more work... | |||
1997-01-27 | Support fdisk on bigendian systems. Does the necessary byte swabbing to | Dale 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. |