Age | Commit message (Expand) | Author |
1997-02-01 | mem leak, from lidl@va.pubnix.com | Theo de Raadt |
1997-02-01 | grammar error | Theo de Raadt |
1997-02-01 | Allow bufpages/nbuf larger than 1 (still max out at all buffers | Niklas Hallqvist |
1997-02-01 | randomize xid mode | Theo de Raadt |
1997-02-01 | Correct early termination case of read clustering which could cause | Niklas Hallqvist |
1997-01-31 | fix the problem with makefiles in a different way, this steps on the last | Dale S. Rahn |
1997-01-31 | add mkcmdtab.o to CLEANFILES | kstailey |
1997-01-31 | also build amd on the alpha now | Thomas Graichen |
1997-01-31 | make amd 64bit ready for the alpha (from NetBSD/thorpej) | Thomas Graichen |
1997-01-31 | avoid some division by zero in hackish ways | Theo de Raadt |
1997-01-31 | do not sillyrename directories; from freebsd | Theo de Raadt |
1997-01-31 | off-by-one in partition indexing, netbsd pr#3161, kleink@layla.inka.de | Theo de Raadt |
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 | stop crash from walking off end of malloc'd page. i hunted this bug before | Theo de Raadt |
1997-01-31 | need string.h | Theo de Raadt |
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 |
1997-01-31 | First cut at elfrdsetroot command. this is the rdsetroot heavily hacked | Dale S. Rahn |
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 |
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 |
1997-01-30 | print !A on ICMP_UNREACH_ADM_PROHIB too | kstailey |
1997-01-30 | added #define for Communication Administratively Prohibited | kstailey |
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 |
1997-01-29 | Break out of infinite loop ftp://home.host/som/path mode if host | Todd C. Miller |
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 |