openbsd
1997-02-03 kstaileyremove DDB hack
1997-02-03 kstaileyadd siginfo member to struct sigframe
1997-02-03 kstaileycloser to NetBSD 1.65
1997-02-03 kstaileyFirst try at SA_SIGINFO support.
1997-02-03 kstaileyback out prev. change since it breaks obj@ symlinks
1997-02-03 deraadtfix a fpe trapsignal to provide proper type
1997-02-03 deraadtfor SIGxxx always use xxx_* types as error code
1997-02-03 deraadtwimpy docs for SA_SIGINFO
1997-02-03 deraadt1003.1b mandoc hacks
1997-02-03 deraadtmv siginfo_t * to the proper place
1997-02-03 deraadtMore siginfo implementations (alpha and mips might...
1997-02-03 majaAdded some code lost in last rev. Now BOOT_CONFIG might...
1997-02-03 deraadtinitial cut at siginfo
1997-02-03 deraadtrepair confusion over kv/uv addr for siginfo_t storage
1997-02-03 deraadtkill non-/tmp mktemp race and misc cleanup
1997-02-03 deraadtdo ifaliases after /usr/bin exists in nfs diskless...
1997-02-03 deraadtnew -a option autosizes, meaning it runs till it hits...
1997-02-03 deraadtSA_SIGINFO
1997-02-03 deraadtSA_SIGINFO implementation
1997-02-03 deraadtuse dk_mountroot
1997-02-03 graichensync the config files with my local ones (rz5 & rz6...
1997-02-03 graichenadd entries for rz5 and rz6 (scsi disks on scsi id...
1997-02-03 graichenalso create rz5 and rz6 devices on the pmax
1997-02-03 graichenalso build uucp on the alpha
1997-02-03 downsjrd -> hd
1997-02-03 downsjrd -> hd
1997-02-03 downsjrd -> hd, OpenBSD ids.
1997-02-03 millertsubsumed by fetch.c
1997-02-03 downsjsync to netbsd 970101
1997-02-03 downsjMerge new config(8) support from NetBSD, by Jason Thorpe.
1997-02-03 deraadtdamn, do need sys/time.h and all that other gunk
1997-02-03 downsjObsolete.
1997-02-03 downsjIt's gone. No more. Bye!
1997-02-03 downsjObsolete.
1997-02-03 deraadttape out unneccessary bits
1997-02-03 downsjhp300 needs device_register(), too.
1997-02-03 millertTurn off progress bar by default as it interacts poorly...
1997-02-03 millertAdd back ``-r'' option and fix strncpy() usage and...
1997-02-03 millertSync with NetBSD
1997-02-03 deraadtuse a long line counter, netbsd pr#3083, rhialto@polder...
1997-02-03 millertback out stringlist changes
1997-02-03 deraadtmake "arp -na" and "arp -an" do the same thing; paul...
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
next