deraadt [Tue, 4 Feb 1997 17:26:14 +0000 (17:26 +0000)]
send VM_PROT_* code for si_trapno
deraadt [Tue, 4 Feb 1997 17:23:20 +0000 (17:23 +0000)]
do not accidentally pass VM_PROT_WRITE|VM_PROT_READ
deraadt [Tue, 4 Feb 1997 17:22:52 +0000 (17:22 +0000)]
an important comment
deraadt [Tue, 4 Feb 1997 17:04:37 +0000 (17:04 +0000)]
VM_PROT_* for si_trapno in SIGBUS/SIGSEGV
kstailey [Tue, 4 Feb 1997 16:58:48 +0000 (16:58 +0000)]
changed comment to reflect RFC-1812
kstailey [Tue, 4 Feb 1997 16:44:13 +0000 (16:44 +0000)]
Changed ICMP "unreachable" code #defines to match the ones in
tcpdump/print-icmp.c since they were in BSD first.
kstailey [Tue, 4 Feb 1997 14:52:56 +0000 (14:52 +0000)]
RFC-1812 addtion
deraadt [Tue, 4 Feb 1997 12:29:20 +0000 (12:29 +0000)]
pass VM_PROT_READ/VM_PROT_WRITE as si_trapno for SIGSEGV
deraadt [Tue, 4 Feb 1997 12:23:16 +0000 (12:23 +0000)]
pass VM_PROT_READ/VM_PROT_WRITE as si_trapno for SIGSEGV
deraadt [Tue, 4 Feb 1997 10:06:18 +0000 (10:06 +0000)]
maxbsize hack i did was not portable
downsj [Tue, 4 Feb 1997 07:15:22 +0000 (07:15 +0000)]
More changes of carrel@netbsd.org's that I missed.
downsj [Tue, 4 Feb 1997 06:21:24 +0000 (06:21 +0000)]
checkpoint: pull in spl() changes from NetBSD, and more siginfo.
kstailey [Tue, 4 Feb 1997 04:51:20 +0000 (04:51 +0000)]
deleted warnx() about "no drives attached" since dkinit() is used in curses apps like systat
millert [Tue, 4 Feb 1997 04:44:16 +0000 (04:44 +0000)]
Fix formatting, add OpenBSD to HISTORY and add AUTHOR section.
kstailey [Tue, 4 Feb 1997 04:42:42 +0000 (04:42 +0000)]
display CPU stats on iostat screen even if diskless
flipk [Tue, 4 Feb 1997 03:39:11 +0000 (03:39 +0000)]
make it compile if KERBEROS{,5} not defined
dm [Tue, 4 Feb 1997 03:03:18 +0000 (03:03 +0000)]
Make sure arc4random gets initialized eventually.
deraadt [Tue, 4 Feb 1997 02:49:24 +0000 (02:49 +0000)]
fix a few more SIGxxx/xxx_* and fault addr issues
deraadt [Tue, 4 Feb 1997 02:38:55 +0000 (02:38 +0000)]
match SIGILL to ILL_COPROC
deraadt [Tue, 4 Feb 1997 02:16:51 +0000 (02:16 +0000)]
T_DIVIDE -> FPE_INTDIV
kstailey [Tue, 4 Feb 1997 01:31:33 +0000 (01:31 +0000)]
NetBSD -> OpenBSD
kstailey [Tue, 4 Feb 1997 01:25:52 +0000 (01:25 +0000)]
adjust warning flags
kstailey [Mon, 3 Feb 1997 23:32:22 +0000 (23:32 +0000)]
remove DDB hack
kstailey [Mon, 3 Feb 1997 23:22:38 +0000 (23:22 +0000)]
add siginfo member to struct sigframe
kstailey [Mon, 3 Feb 1997 21:46:17 +0000 (21:46 +0000)]
closer to NetBSD 1.65
kstailey [Mon, 3 Feb 1997 21:30:13 +0000 (21:30 +0000)]
First try at SA_SIGINFO support.
Some mods in trap.c to bring it closer to NetBSD 1.65.
kstailey [Mon, 3 Feb 1997 18:09:18 +0000 (18:09 +0000)]
back out prev. change since it breaks obj@ symlinks
deraadt [Mon, 3 Feb 1997 18:04:48 +0000 (18:04 +0000)]
fix a fpe trapsignal to provide proper type
deraadt [Mon, 3 Feb 1997 17:35:09 +0000 (17:35 +0000)]
for SIGxxx always use xxx_* types as error code
deraadt [Mon, 3 Feb 1997 15:57:05 +0000 (15:57 +0000)]
wimpy docs for SA_SIGINFO
deraadt [Mon, 3 Feb 1997 15:56:45 +0000 (15:56 +0000)]
1003.1b mandoc hacks
deraadt [Mon, 3 Feb 1997 15:54:43 +0000 (15:54 +0000)]
mv siginfo_t * to the proper place
deraadt [Mon, 3 Feb 1997 15:04:50 +0000 (15:04 +0000)]
More siginfo implementations (alpha and mips might even work)
move "siginfo_t *" to 2nd arg of signal handler as 1003.1b requires.
I really wish I had 1003.1b documentation.
maja [Mon, 3 Feb 1997 13:59:43 +0000 (13:59 +0000)]
Added some code lost in last rev. Now BOOT_CONFIG might work again. -moj
deraadt [Mon, 3 Feb 1997 13:09:14 +0000 (13:09 +0000)]
initial cut at siginfo
deraadt [Mon, 3 Feb 1997 12:48:35 +0000 (12:48 +0000)]
repair confusion over kv/uv addr for siginfo_t storage
deraadt [Mon, 3 Feb 1997 12:15:59 +0000 (12:15 +0000)]
kill non-/tmp mktemp race and misc cleanup
deraadt [Mon, 3 Feb 1997 12:04:44 +0000 (12:04 +0000)]
do ifaliases after /usr/bin exists in nfs diskless env; pr#77, matthieu@laas.fr
deraadt [Mon, 3 Feb 1997 11:53:23 +0000 (11:53 +0000)]
new -a option autosizes, meaning it runs till it hits EOM (no need for
pesky sizing options) -- from FreeBSD.
also make -b option aware of MAXPHYS issues (via a little hack)
deraadt [Mon, 3 Feb 1997 11:45:17 +0000 (11:45 +0000)]
SA_SIGINFO
deraadt [Mon, 3 Feb 1997 11:38:05 +0000 (11:38 +0000)]
SA_SIGINFO implementation
deraadt [Mon, 3 Feb 1997 11:37:37 +0000 (11:37 +0000)]
use dk_mountroot
graichen [Mon, 3 Feb 1997 10:32:13 +0000 (10:32 +0000)]
sync the config files with my local ones (rz5 & rz6 etc.)
graichen [Mon, 3 Feb 1997 10:30:53 +0000 (10:30 +0000)]
add entries for rz5 and rz6 (scsi disks on scsi id 5 & 6 - required for
zip drives)
graichen [Mon, 3 Feb 1997 10:29:13 +0000 (10:29 +0000)]
also create rz5 and rz6 devices on the pmax
graichen [Mon, 3 Feb 1997 10:28:44 +0000 (10:28 +0000)]
also build uucp on the alpha
downsj [Mon, 3 Feb 1997 08:11:52 +0000 (08:11 +0000)]
rd -> hd
downsj [Mon, 3 Feb 1997 07:19:01 +0000 (07:19 +0000)]
rd -> hd
downsj [Mon, 3 Feb 1997 07:02:08 +0000 (07:02 +0000)]
rd -> hd, OpenBSD ids.
millert [Mon, 3 Feb 1997 06:08:07 +0000 (06:08 +0000)]
subsumed by fetch.c
downsj [Mon, 3 Feb 1997 05:10:55 +0000 (05:10 +0000)]
sync to netbsd 970101
downsj [Mon, 3 Feb 1997 04:47:05 +0000 (04:47 +0000)]
Merge new config(8) support from NetBSD, by Jason Thorpe.
Also add siginfo glue, BOOT_CONFIG, and various other changes.
deraadt [Mon, 3 Feb 1997 04:34:33 +0000 (04:34 +0000)]
damn, do need sys/time.h and all that other gunk
downsj [Mon, 3 Feb 1997 04:26:39 +0000 (04:26 +0000)]
Obsolete.
downsj [Mon, 3 Feb 1997 04:22:03 +0000 (04:22 +0000)]
It's gone. No more. Bye!
downsj [Mon, 3 Feb 1997 04:17:03 +0000 (04:17 +0000)]
Obsolete.
deraadt [Mon, 3 Feb 1997 03:49:57 +0000 (03:49 +0000)]
tape out unneccessary bits
downsj [Mon, 3 Feb 1997 03:04:22 +0000 (03:04 +0000)]
hp300 needs device_register(), too.
millert [Mon, 3 Feb 1997 01:22:08 +0000 (01:22 +0000)]
Turn off progress bar by default as it interacts poorly with
"get FILE /dev/tty" and "get FILE |pager" among others.
millert [Mon, 3 Feb 1997 01:05:31 +0000 (01:05 +0000)]
Add back ``-r'' option and fix strncpy() usage and other nits because
I'm anal. Closer to KNF now.
millert [Mon, 3 Feb 1997 01:02:31 +0000 (01:02 +0000)]
Sync with NetBSD
deraadt [Mon, 3 Feb 1997 00:25:18 +0000 (00:25 +0000)]
use a long line counter, netbsd pr#3083, rhialto@polder.ubc.kun.nl
millert [Mon, 3 Feb 1997 00:13:04 +0000 (00:13 +0000)]
back out stringlist changes
deraadt [Mon, 3 Feb 1997 00:12:57 +0000 (00:12 +0000)]
make "arp -na" and "arp -an" do the same thing; paul@wit387304.student.utwente.nl
millert [Mon, 3 Feb 1997 00:09:35 +0000 (00:09 +0000)]
Really remove stringlist.h this time...
millert [Mon, 3 Feb 1997 00:08:24 +0000 (00:08 +0000)]
Back out stringlist
millert [Sun, 2 Feb 1997 23:32:15 +0000 (23:32 +0000)]
Use public stringlist (in libc)
millert [Sun, 2 Feb 1997 23:28:40 +0000 (23:28 +0000)]
++minor_version
millert [Sun, 2 Feb 1997 23:27:52 +0000 (23:27 +0000)]
stringlist routines are now public (ftp uses them)
millert [Sun, 2 Feb 1997 23:18:43 +0000 (23:18 +0000)]
From NetBSD (lukem and christos):
A stringlist implementation (previously ``private'' to libc netgroup code,
but christos ok-ed making public as it's useful)
deraadt [Sun, 2 Feb 1997 18:17:38 +0000 (18:17 +0000)]
discourage use of -n
kstailey [Sun, 2 Feb 1997 17:21:57 +0000 (17:21 +0000)]
do not include wrong version of install.texi
tholo [Sun, 2 Feb 1997 10:16:58 +0000 (10:16 +0000)]
Remember errno if fchown() fails so we get correct warnings
Only warn about not being able to restore user/group owner if not -f
deraadt [Sun, 2 Feb 1997 03:28:41 +0000 (03:28 +0000)]
correct arch check, do not drop of non-void function; yasufu-i@is.aist-nara.ac.jp
deraadt [Sun, 2 Feb 1997 01:38:11 +0000 (01:38 +0000)]
siginfo stuff
graichen [Sun, 2 Feb 1997 01:14:00 +0000 (01:14 +0000)]
add gdb for alpha & mips and simplify it a bit
deraadt [Sun, 2 Feb 1997 00:47:42 +0000 (00:47 +0000)]
attempt at siginfo.. Per must look this over
deraadt [Sun, 2 Feb 1997 00:43:20 +0000 (00:43 +0000)]
trapsignal/sendsig type/sigval changes
graichen [Sun, 2 Feb 1997 00:39:40 +0000 (00:39 +0000)]
add OpenBSD/alpha support to gdb (taken from cgd's cygnus binutils
snapshots for NetBSD/alpha and adapted to compile with our binutils)
i've just tested it roughly - but it should work and is at least a start
tholo [Sun, 2 Feb 1997 00:32:02 +0000 (00:32 +0000)]
Prevent seeking to negative offsets when seeking from the end of a file;
noticed by Tim Newsham <newsham@aloha.net>
tholo [Sun, 2 Feb 1997 00:16:32 +0000 (00:16 +0000)]
Correct type of brk(), use <unistd.h>, reference mmap(2); from NetBSD
graichen [Sat, 1 Feb 1997 23:46:02 +0000 (23:46 +0000)]
put an harmless waring behind an DIAGNOSTIC
graichen [Sat, 1 Feb 1997 23:31:39 +0000 (23:31 +0000)]
nicer output at bootup (before it was somewhat garbled)
deraadt [Sat, 1 Feb 1997 23:05:05 +0000 (23:05 +0000)]
trapsignal/sendsig type/sigval changes
deraadt [Sat, 1 Feb 1997 21:49:30 +0000 (21:49 +0000)]
add type & union sigval args to sendsig/trapsignal
jkatz [Sat, 1 Feb 1997 19:38:26 +0000 (19:38 +0000)]
Catches luser/typo when "@" is the first character of first argument
kstailey [Sat, 1 Feb 1997 17:31:19 +0000 (17:31 +0000)]
accept "-f local" for AF_LOCAL"
tholo [Sat, 1 Feb 1997 12:03:07 +0000 (12:03 +0000)]
Get precedence right
deraadt [Sat, 1 Feb 1997 11:02:41 +0000 (11:02 +0000)]
Implement BUFCACHEPERCENT. Allow bufpages/nbuf larger than 1 (still max out
at all buffers be MAXBSIZE). Remove faulty limit test of buffer pages
allocation. The check is now done at the bufpages+nbuf calculations.
deraadt [Sat, 1 Feb 1997 11:02:11 +0000 (11:02 +0000)]
Allow bufpages/nbuf larger than 1 (still max out at all buffers
be MAXBSIZE). Remove faulty limit test of buffer pages allocation. The
check is now done at the bufpages+nbuf calculations.
tholo [Sat, 1 Feb 1997 07:18:28 +0000 (07:18 +0000)]
Better handling of long uptimes; from NetBSD
deraadt [Sat, 1 Feb 1997 04:35:33 +0000 (04:35 +0000)]
mem leak, from lidl@va.pubnix.com
deraadt [Sat, 1 Feb 1997 00:58:25 +0000 (00:58 +0000)]
grammar error
niklas [Sat, 1 Feb 1997 00:31:49 +0000 (00:31 +0000)]
Allow bufpages/nbuf larger than 1 (still max out at all buffers
be MAXBSIZE). Remove faulty limit test of buffer pages allocation. The
check is now done at the bufpages+nbuf calculations.
deraadt [Sat, 1 Feb 1997 00:26:04 +0000 (00:26 +0000)]
randomize xid mode
niklas [Sat, 1 Feb 1997 00:09:31 +0000 (00:09 +0000)]
Correct early termination case of read clustering which could cause
buffer cache poisoning when bufpages/nbuf is larger than 1. Also correct
readahead amount calculation. Optimize page moving when buffers have excess
pages.
rahnds [Fri, 31 Jan 1997 19:40:42 +0000 (19:40 +0000)]
fix the problem with makefiles in a different way, this steps on the last
commit, but works faster.
Instead of always looking up the makefile and then deciding to
get the objects or not. Cache the makefile name along with the objects.
kstailey [Fri, 31 Jan 1997 18:11:01 +0000 (18:11 +0000)]
add mkcmdtab.o to CLEANFILES
graichen [Fri, 31 Jan 1997 14:43:40 +0000 (14:43 +0000)]
also build amd on the alpha now
graichen [Fri, 31 Jan 1997 14:41:57 +0000 (14:41 +0000)]
make amd 64bit ready for the alpha (from NetBSD/thorpej)