openbsd
1997-02-03 millertReally remove stringlist.h this time...
1997-02-03 millertBack out stringlist
1997-02-02 millertUse public stringlist (in libc)
1997-02-02 millert++minor_version
1997-02-02 millertstringlist routines are now public (ftp uses them)
1997-02-02 millertFrom NetBSD (lukem and christos):
1997-02-02 deraadtdiscourage use of -n
1997-02-02 kstaileydo not include wrong version of install.texi
1997-02-02 tholoRemember errno if fchown() fails so we get correct...
1997-02-02 deraadtcorrect arch check, do not drop of non-void function...
1997-02-02 deraadtsiginfo stuff
1997-02-02 graichenadd gdb for alpha & mips and simplify it a bit
1997-02-02 deraadtattempt at siginfo.. Per must look this over
1997-02-02 deraadttrapsignal/sendsig type/sigval changes
1997-02-02 graichenadd OpenBSD/alpha support to gdb (taken from cgd's...
1997-02-02 tholoPrevent seeking to negative offsets when seeking from...
1997-02-02 tholoCorrect type of brk(), use <unistd.h>, reference mmap...
1997-02-01 graichenput an harmless waring behind an DIAGNOSTIC
1997-02-01 graichennicer output at bootup (before it was somewhat garbled)
1997-02-01 deraadttrapsignal/sendsig type/sigval changes
1997-02-01 deraadtadd type & union sigval args to sendsig/trapsignal
1997-02-01 jkatzCatches luser/typo when "@" is the first character...
1997-02-01 kstaileyaccept "-f local" for AF_LOCAL"
1997-02-01 tholoGet precedence right
1997-02-01 deraadtImplement BUFCACHEPERCENT. Allow bufpages/nbuf larger...
1997-02-01 deraadtAllow bufpages/nbuf larger than 1 (still max out at...
1997-02-01 tholoBetter handling of long uptimes; from NetBSD
1997-02-01 deraadtmem leak, from lidl@va.pubnix.com
1997-02-01 deraadtgrammar error
1997-02-01 niklasAllow bufpages/nbuf larger than 1 (still max out at...
1997-02-01 deraadtrandomize xid mode
1997-02-01 niklasCorrect early termination case of read clustering which...
1997-01-31 rahndsfix the problem with makefiles in a different way,...
1997-01-31 kstaileyadd mkcmdtab.o to CLEANFILES
1997-01-31 graichenalso build amd on the alpha now
1997-01-31 graichenmake amd 64bit ready for the alpha (from NetBSD/thorpej)
1997-01-31 deraadtavoid some division by zero in hackish ways
1997-01-31 deraadtdo not sillyrename directories; from freebsd
1997-01-31 deraadtoff-by-one in partition indexing, netbsd pr#3161, klein...
1997-01-31 deraadtif error, b_resid = b_bcount
1997-01-31 deraadtdo not walk off the end of a directory info buffer...
1997-01-31 deraadtstop crash from walking off end of malloc'd page. i...
1997-01-31 deraadtneed string.h
1997-01-31 mickeycut a little more.
1997-01-31 rahndsPieces to create a miniroot image for powerpc installat...
1997-01-31 rahndsFirst cut at elfrdsetroot command. this is the rdsetroo...
1997-01-30 deraadtdeal with IP_HDRINCL option network byte order change...
1997-01-30 deraadtfor IP_HDRINCL option, use ip_len/ip_off in network...
1997-01-30 deraadtbuf oflow, felix@mamba.pond.sub.org
1997-01-30 deraadtavoid being too paranoid... make it work!
1997-01-30 kstaileyAdded ICMP Destination Unreachable codes from RFC-1812:
1997-01-30 deraadtthe blokes did not get there till 10 years later
1997-01-30 deraadtrace -> trace
1997-01-30 deraadtfix IOR/IOW/IOWR; cgd@netbsd.org
1997-01-30 deraadtxref a few things
1997-01-30 deraadtif at first-request-for-a-domain we discover a file...
1997-01-30 kstaileyprint !A on ICMP_UNREACH_ADM_PROHIB too
1997-01-30 kstaileyadded #define for Communication Administratively Prohibited
1997-01-30 deraadtno need to recalc width before each select
1997-01-30 deraadtcareful about MAXADDRS, abrown@eecs.harvard.edu
1997-01-30 deraadtproto; felix@mamba.pond.sub.org
1997-01-30 deraadti wish i tested before every commit
1997-01-30 deraadtdomainname care
1997-01-30 deraadtwhere did .DESTDIR come from... found by gwen@rtmx.com
1997-01-29 rahndsHave file recognize PowerPC elf objects. Works for...
1997-01-29 millertBreak out of infinite loop ftp://home.host/som/path...
1997-01-29 millertonly print passive toggle info is verbose set (like...
1997-01-29 kstaileycalculate string length in format() more efficiently
1997-01-29 niklasExport comdefaultrate
1997-01-29 graichen#include "../../../dev/isa/comreg.h" -> #include "...
1997-01-29 deraadtsignal.h -> siginfo.h -> time.h fallout
1997-01-29 downsjMatch com changes.
1997-01-29 deraadtgetopt & int
1997-01-28 deraadtrepair quotactl() types
1997-01-28 deraadtdo not call err/errx with extra newlines
1997-01-28 millertgetcwd() not getwd()
1997-01-28 niklasPut back lost VOP_GETATTR call, but in a better place
1997-01-28 deraadtuse scsiprint
1997-01-28 deraadthp300 compat for siginfo
1997-01-28 deraadtdeal with siginfo addition
1997-01-28 deraadtrepairs by msaitoh@spa.is.uec.ac.jp
1997-01-28 deraadtfor total use -t; tsarna@endicor.com
1997-01-28 deraadtintuit more info from dmesg, hubert.feyrer@rz.uni-regen...
1997-01-28 millertOnly print the partition if doing multiple devices.
1997-01-28 millertRevert back to old fsirand but do things a cylinder...
1997-01-28 deraadtadd addr arg to sendsig/trapsignal; no siginfo_t suppor...
1997-01-28 deraadtencourage a few more udp whacks at the server
1997-01-27 millertFaster fsirand based in part on code from fsck_ffs.
1997-01-27 deraadtselect subsystem si_pid becomes si_selpid, to not confl...
1997-01-27 deraadtadd another parameter to trapsignal() and sendsig(...
1997-01-27 rahndsremove items that are no longer an issue.
1997-01-27 rahndsPatches file can be removed. All change necessary to...
1997-01-27 rahndsSupport fdisk on bigendian systems. Does the necessary...
1997-01-27 dmsecurity
1997-01-27 deraadtprototyping problems, PR#71, felix@mamba.pond.sub.org
1997-01-27 bitbltAdded a WARNING about not using it to detect back doors.
1997-01-27 deraadtbad chr->blk mappings; randy@rtmx.com
1997-01-27 majadefine AOUT_MACHTYPE. This is OpenBSD/vax not OpenBSD...
1997-01-27 briggsNetBSD PR#3147. From Walter Ruetten--walter@ghpc8...
1997-01-27 downsjSupport lchown(2).
next