summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-02-04fix a few more SIGxxx/xxx_* and fault addr issuesTheo de Raadt
1997-02-04match SIGILL to ILL_COPROCTheo de Raadt
1997-02-04T_DIVIDE -> FPE_INTDIVTheo de Raadt
1997-02-04NetBSD -> OpenBSDkstailey
1997-02-04adjust warning flagskstailey
1997-02-03remove DDB hackkstailey
1997-02-03add siginfo member to struct sigframekstailey
1997-02-03closer to NetBSD 1.65kstailey
1997-02-03First try at SA_SIGINFO support.kstailey
Some mods in trap.c to bring it closer to NetBSD 1.65.
1997-02-03back out prev. change since it breaks obj@ symlinkskstailey
1997-02-03fix a fpe trapsignal to provide proper typeTheo de Raadt
1997-02-03for SIGxxx always use xxx_* types as error codeTheo de Raadt
1997-02-03wimpy docs for SA_SIGINFOTheo de Raadt
1997-02-031003.1b mandoc hacksTheo de Raadt
1997-02-03mv siginfo_t * to the proper placeTheo de Raadt
1997-02-03More siginfo implementations (alpha and mips might even work)Theo de Raadt
move "siginfo_t *" to 2nd arg of signal handler as 1003.1b requires. I really wish I had 1003.1b documentation.
1997-02-03Added some code lost in last rev. Now BOOT_CONFIG might work again. -mojMats O Jansson
1997-02-03initial cut at siginfoTheo de Raadt
1997-02-03repair confusion over kv/uv addr for siginfo_t storageTheo de Raadt
1997-02-03kill non-/tmp mktemp race and misc cleanupTheo de Raadt
1997-02-03do ifaliases after /usr/bin exists in nfs diskless env; pr#77, matthieu@laas.frTheo de Raadt
1997-02-03new -a option autosizes, meaning it runs till it hits EOM (no need forTheo de Raadt
pesky sizing options) -- from FreeBSD. also make -b option aware of MAXPHYS issues (via a little hack)
1997-02-03SA_SIGINFOTheo de Raadt
1997-02-03SA_SIGINFO implementationTheo de Raadt
1997-02-03use dk_mountrootTheo de Raadt
1997-02-03sync the config files with my local ones (rz5 & rz6 etc.)Thomas Graichen
1997-02-03add entries for rz5 and rz6 (scsi disks on scsi id 5 & 6 - required forThomas Graichen
zip drives)
1997-02-03also create rz5 and rz6 devices on the pmaxThomas Graichen
1997-02-03also build uucp on the alphaThomas Graichen
1997-02-03rd -> hdJason Downs
1997-02-03rd -> hdJason Downs
1997-02-03rd -> hd, OpenBSD ids.Jason Downs
1997-02-03subsumed by fetch.cTodd C. Miller
1997-02-03sync to netbsd 970101Jason Downs
1997-02-03Merge new config(8) support from NetBSD, by Jason Thorpe.Jason Downs
Also add siginfo glue, BOOT_CONFIG, and various other changes.
1997-02-03damn, do need sys/time.h and all that other gunkTheo de Raadt
1997-02-03Obsolete.Jason Downs
1997-02-03It's gone. No more. Bye!Jason Downs
1997-02-03Obsolete.Jason Downs
1997-02-03tape out unneccessary bitsTheo de Raadt
1997-02-03hp300 needs device_register(), too.Jason Downs
1997-02-03Turn off progress bar by default as it interacts poorly withTodd C. Miller
"get FILE /dev/tty" and "get FILE |pager" among others.
1997-02-03Add back ``-r'' option and fix strncpy() usage and other nits becauseTodd C. Miller
I'm anal. Closer to KNF now.
1997-02-03Sync with NetBSDTodd C. Miller
1997-02-03use a long line counter, netbsd pr#3083, rhialto@polder.ubc.kun.nlTheo de Raadt
1997-02-03back out stringlist changesTodd C. Miller
1997-02-03make "arp -na" and "arp -an" do the same thing; ↵Theo de Raadt
paul@wit387304.student.utwente.nl
1997-02-03Back out stringlistTodd C. Miller
1997-02-03Really remove stringlist.h this time...Todd C. Miller
1997-02-03Back out stringlistTodd C. Miller