summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-01-31add mkcmdtab.o to CLEANFILESkstailey
1997-01-31also build amd on the alpha nowThomas Graichen
1997-01-31make amd 64bit ready for the alpha (from NetBSD/thorpej)Thomas Graichen
1997-01-31avoid some division by zero in hackish waysTheo de Raadt
1997-01-31do not sillyrename directories; from freebsdTheo de Raadt
1997-01-31off-by-one in partition indexing, netbsd pr#3161, kleink@layla.inka.deTheo de Raadt
1997-01-31if error, b_resid = b_bcountTheo de Raadt
1997-01-31do not walk off the end of a directory info buffer; netbsd pr#3170, ↵Theo de Raadt
mhitch@gemini.oscs.montana.edu
1997-01-31stop crash from walking off end of malloc'd page. i hunted this bug beforeTheo de Raadt
and didn't find it. fix from paul@wit387304.student.utwente.nl
1997-01-31need string.hTheo de Raadt
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