openbsd
1997-02-05 deraadtdocument that ip_off and ip_len are now in network...
1997-02-05 deraadtmv comment to proper place
1997-02-05 deraadtneed not clear options since bad ones cause exit; provo...
1997-02-05 downsjIf tty structure has not been initialized, don't derefe...
1997-02-05 deraadtfor -a, survive existance of non-ethernet non-pointtopo...
1997-02-05 downsjAn 8k kernel may not be loaded at a 4k address, as...
1997-02-05 downsjThe hp300 bug is now fixed correctly...
1997-02-05 rahndsFixups of the siginfo code changes.
1997-02-05 millertInclude signal.h where reasonable and make signal handl...
1997-02-05 deraadtIPOPT_LSRR/IPOPT_SSRR must exit() due to tcp sequencing...
1997-02-05 tholoDon't push _cpl before calling _npxintr, it is never...
1997-02-05 kstaileyadd icb to unoffical services
1997-02-05 kstaileyfix ipl major number
1997-02-05 rahndsSiginfo changes.
1997-02-05 kstailey#define ICMP_UNREACH_FILTER -> ICMP_UNREACH_FILTER_PROH...
1997-02-04 deraadtprovide fpe fault addr; thanks for help from torek...
1997-02-04 kstaileyipfiltering
1997-02-04 deraadtsend VM_PROT_* code for si_trapno
1997-02-04 deraadtdo not accidentally pass VM_PROT_WRITE|VM_PROT_READ
1997-02-04 deraadtan important comment
1997-02-04 deraadtVM_PROT_* for si_trapno in SIGBUS/SIGSEGV
1997-02-04 kstaileychanged comment to reflect RFC-1812
1997-02-04 kstaileyChanged ICMP "unreachable" code #defines to match the...
1997-02-04 kstaileyRFC-1812 addtion
1997-02-04 deraadtpass VM_PROT_READ/VM_PROT_WRITE as si_trapno for SIGSEGV
1997-02-04 deraadtpass VM_PROT_READ/VM_PROT_WRITE as si_trapno for SIGSEGV
1997-02-04 deraadtmaxbsize hack i did was not portable
1997-02-04 downsjMore changes of carrel@netbsd.org's that I missed.
1997-02-04 downsjcheckpoint: pull in spl() changes from NetBSD, and...
1997-02-04 kstaileydeleted warnx() about "no drives attached" since dkinit...
1997-02-04 millertFix formatting, add OpenBSD to HISTORY and add AUTHOR...
1997-02-04 kstaileydisplay CPU stats on iostat screen even if diskless
1997-02-04 flipkmake it compile if KERBEROS{,5} not defined
1997-02-04 dmMake sure arc4random gets initialized eventually.
1997-02-04 deraadtfix a few more SIGxxx/xxx_* and fault addr issues
1997-02-04 deraadtmatch SIGILL to ILL_COPROC
1997-02-04 deraadtT_DIVIDE -> FPE_INTDIV
1997-02-04 kstaileyNetBSD -> OpenBSD
1997-02-04 kstaileyadjust warning flags
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)
next