summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-01-31cut a little more.Michael Shalayeff
1997-01-31Pieces to create a miniroot image for powerpc installation from cdrom orDale S. Rahn
network?
1997-01-31First cut at elfrdsetroot command. this is the rdsetroot heavily hackedDale S. Rahn
to work on elf. Need sever cleaning.
1997-01-30deal with IP_HDRINCL option network byte order change; lidl@va.pubnix.comTheo de Raadt
1997-01-30for IP_HDRINCL option, use ip_len/ip_off in network order; lidl@va.pubnix.comTheo de Raadt
1997-01-30buf oflow, felix@mamba.pond.sub.orgTheo de Raadt
1997-01-30avoid being too paranoid... make it work!Theo de Raadt
1997-01-30Added 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-30the blokes did not get there till 10 years laterTheo de Raadt
1997-01-30race -> traceTheo de Raadt
1997-01-30fix IOR/IOW/IOWR; cgd@netbsd.orgTheo de Raadt
1997-01-30xref a few thingsTheo de Raadt
1997-01-30if at first-request-for-a-domain we discover a file /etc/yp/$domainnemeTheo 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-30print !A on ICMP_UNREACH_ADM_PROHIB tookstailey
1997-01-30added #define for Communication Administratively Prohibitedkstailey
as in RFC-1812 Section 5.2.7.1 Destination Unreachable
1997-01-30no need to recalc width before each selectTheo de Raadt
1997-01-30careful about MAXADDRS, abrown@eecs.harvard.eduTheo de Raadt
1997-01-30proto; felix@mamba.pond.sub.orgTheo de Raadt
1997-01-30i wish i tested before every commitTheo de Raadt
1997-01-30domainname careTheo de Raadt
1997-01-30where did .DESTDIR come from... found by gwen@rtmx.comTheo de Raadt
1997-01-29Have file recognize PowerPC elf objects. Works for MSB objects currently.Dale S. Rahn
Should work for LSB objects?
1997-01-29Break out of infinite loop ftp://home.host/som/path mode if hostTodd C. Miller
does not exist. Also, use herror, not perror if gethostbynam() fails.
1997-01-29only print passive toggle info is verbose set (like other commands)Todd C. Miller
1997-01-29calculate string length in format() more efficientlykstailey
1997-01-29Export comdefaultrateNiklas Hallqvist
1997-01-29#include "../../../dev/isa/comreg.h" -> #include "../../../dev/ic/comreg.h"Thomas Graichen
1997-01-29signal.h -> siginfo.h -> time.h falloutTheo de Raadt
1997-01-29Match com changes.Jason Downs
1997-01-29getopt & intTheo de Raadt
1997-01-28repair quotactl() typesTheo de Raadt
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.