summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-02-01Implement BUFCACHEPERCENT. Allow bufpages/nbuf larger than 1 (still max outTheo de Raadt
at all buffers be MAXBSIZE). Remove faulty limit test of buffer pages allocation. The check is now done at the bufpages+nbuf calculations.
1997-02-01Allow bufpages/nbuf larger than 1 (still max out at all buffersTheo de Raadt
be MAXBSIZE). Remove faulty limit test of buffer pages allocation. The check is now done at the bufpages+nbuf calculations.
1997-02-01Better handling of long uptimes; from NetBSDThorsten Lockert
1997-02-01mem leak, from lidl@va.pubnix.comTheo de Raadt
1997-02-01grammar errorTheo de Raadt
1997-02-01Allow bufpages/nbuf larger than 1 (still max out at all buffersNiklas Hallqvist
be MAXBSIZE). Remove faulty limit test of buffer pages allocation. The check is now done at the bufpages+nbuf calculations.
1997-02-01randomize xid modeTheo de Raadt
1997-02-01Correct early termination case of read clustering which could causeNiklas Hallqvist
buffer cache poisoning when bufpages/nbuf is larger than 1. Also correct readahead amount calculation. Optimize page moving when buffers have excess pages.
1997-01-31fix the problem with makefiles in a different way, this steps on the lastDale S. Rahn
commit, but works faster. Instead of always looking up the makefile and then deciding to get the objects or not. Cache the makefile name along with the objects.
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