Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-02-03 | fix a fpe trapsignal to provide proper type | Theo de Raadt | |
1997-02-03 | for SIGxxx always use xxx_* types as error code | Theo de Raadt | |
1997-02-03 | wimpy docs for SA_SIGINFO | Theo de Raadt | |
1997-02-03 | 1003.1b mandoc hacks | Theo de Raadt | |
1997-02-03 | mv siginfo_t * to the proper place | Theo de Raadt | |
1997-02-03 | More 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-03 | Added some code lost in last rev. Now BOOT_CONFIG might work again. -moj | Mats O Jansson | |
1997-02-03 | initial cut at siginfo | Theo de Raadt | |
1997-02-03 | repair confusion over kv/uv addr for siginfo_t storage | Theo de Raadt | |
1997-02-03 | kill non-/tmp mktemp race and misc cleanup | Theo de Raadt | |
1997-02-03 | do ifaliases after /usr/bin exists in nfs diskless env; pr#77, matthieu@laas.fr | Theo de Raadt | |
1997-02-03 | new -a option autosizes, meaning it runs till it hits EOM (no need for | Theo de Raadt | |
pesky sizing options) -- from FreeBSD. also make -b option aware of MAXPHYS issues (via a little hack) | |||
1997-02-03 | SA_SIGINFO | Theo de Raadt | |
1997-02-03 | SA_SIGINFO implementation | Theo de Raadt | |
1997-02-03 | use dk_mountroot | Theo de Raadt | |
1997-02-03 | sync the config files with my local ones (rz5 & rz6 etc.) | Thomas Graichen | |
1997-02-03 | add entries for rz5 and rz6 (scsi disks on scsi id 5 & 6 - required for | Thomas Graichen | |
zip drives) | |||
1997-02-03 | also create rz5 and rz6 devices on the pmax | Thomas Graichen | |
1997-02-03 | also build uucp on the alpha | Thomas Graichen | |
1997-02-03 | rd -> hd | Jason Downs | |
1997-02-03 | rd -> hd | Jason Downs | |
1997-02-03 | rd -> hd, OpenBSD ids. | Jason Downs | |
1997-02-03 | subsumed by fetch.c | Todd C. Miller | |
1997-02-03 | sync to netbsd 970101 | Jason Downs | |
1997-02-03 | Merge new config(8) support from NetBSD, by Jason Thorpe. | Jason Downs | |
Also add siginfo glue, BOOT_CONFIG, and various other changes. | |||
1997-02-03 | damn, do need sys/time.h and all that other gunk | Theo de Raadt | |
1997-02-03 | Obsolete. | Jason Downs | |
1997-02-03 | It's gone. No more. Bye! | Jason Downs | |
1997-02-03 | Obsolete. | Jason Downs | |
1997-02-03 | tape out unneccessary bits | Theo de Raadt | |
1997-02-03 | hp300 needs device_register(), too. | Jason Downs | |
1997-02-03 | Turn off progress bar by default as it interacts poorly with | Todd C. Miller | |
"get FILE /dev/tty" and "get FILE |pager" among others. | |||
1997-02-03 | Add back ``-r'' option and fix strncpy() usage and other nits because | Todd C. Miller | |
I'm anal. Closer to KNF now. | |||
1997-02-03 | Sync with NetBSD | Todd C. Miller | |
1997-02-03 | use a long line counter, netbsd pr#3083, rhialto@polder.ubc.kun.nl | Theo de Raadt | |
1997-02-03 | back out stringlist changes | Todd C. Miller | |
1997-02-03 | make "arp -na" and "arp -an" do the same thing; ↵ | Theo de Raadt | |
paul@wit387304.student.utwente.nl | |||
1997-02-03 | Back out stringlist | Todd C. Miller | |
1997-02-03 | Really remove stringlist.h this time... | Todd C. Miller | |
1997-02-03 | Back out stringlist | Todd C. Miller | |
1997-02-02 | Use public stringlist (in libc) | Todd C. Miller | |
1997-02-02 | ++minor_version | Todd C. Miller | |
1997-02-02 | stringlist routines are now public (ftp uses them) | Todd C. Miller | |
1997-02-02 | From NetBSD (lukem and christos): | Todd C. Miller | |
A stringlist implementation (previously ``private'' to libc netgroup code, but christos ok-ed making public as it's useful) | |||
1997-02-02 | discourage use of -n | Theo de Raadt | |
1997-02-02 | do not include wrong version of install.texi | kstailey | |
1997-02-02 | Remember errno if fchown() fails so we get correct warnings | Thorsten Lockert | |
Only warn about not being able to restore user/group owner if not -f | |||
1997-02-02 | correct arch check, do not drop of non-void function; ↵ | Theo de Raadt | |
yasufu-i@is.aist-nara.ac.jp | |||
1997-02-02 | siginfo stuff | Theo de Raadt | |
1997-02-02 | add gdb for alpha & mips and simplify it a bit | Thomas Graichen | |