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)
deraadt [Fri, 31 Jan 1997 11:59:05 +0000 (11:59 +0000)]
avoid some division by zero in hackish ways
deraadt [Fri, 31 Jan 1997 10:33:46 +0000 (10:33 +0000)]
do not sillyrename directories; from freebsd
deraadt [Fri, 31 Jan 1997 10:32:21 +0000 (10:32 +0000)]
off-by-one in partition indexing, netbsd pr#3161, kleink@layla.inka.de
deraadt [Fri, 31 Jan 1997 10:31:43 +0000 (10:31 +0000)]
if error, b_resid = b_bcount
deraadt [Fri, 31 Jan 1997 10:30:48 +0000 (10:30 +0000)]
do not walk off the end of a directory info buffer; netbsd pr#3170, mhitch@gemini.oscs.montana.edu
deraadt [Fri, 31 Jan 1997 10:09:36 +0000 (10:09 +0000)]
stop crash from walking off end of malloc'd page. i hunted this bug before
and didn't find it. fix from paul@wit387304.student.utwente.nl
deraadt [Fri, 31 Jan 1997 10:08:37 +0000 (10:08 +0000)]
need string.h
mickey [Fri, 31 Jan 1997 07:18:27 +0000 (07:18 +0000)]
cut a little more.
rahnds [Fri, 31 Jan 1997 05:10:59 +0000 (05:10 +0000)]
Pieces to create a miniroot image for powerpc installation from cdrom or
network?
rahnds [Fri, 31 Jan 1997 05:04:44 +0000 (05:04 +0000)]
First cut at elfrdsetroot command. this is the rdsetroot heavily hacked
to work on elf. Need sever cleaning.
deraadt [Thu, 30 Jan 1997 22:43:11 +0000 (22:43 +0000)]
deal with IP_HDRINCL option network byte order change; lidl@va.pubnix.com
deraadt [Thu, 30 Jan 1997 22:41:59 +0000 (22:41 +0000)]
for IP_HDRINCL option, use ip_len/ip_off in network order; lidl@va.pubnix.com
deraadt [Thu, 30 Jan 1997 21:55:27 +0000 (21:55 +0000)]
buf oflow, felix@mamba.pond.sub.org
deraadt [Thu, 30 Jan 1997 18:26:55 +0000 (18:26 +0000)]
avoid being too paranoid... make it work!
kstailey [Thu, 30 Jan 1997 17:05:46 +0000 (17:05 +0000)]
Added ICMP Destination Unreachable codes from RFC-1812:
14 = Host Precedence Violation. Sent by the first hop router to a
host to indicate that a requested precedence is not permitted
for the particular combination of source/destination host or
15 = Precedence cutoff in effect. The network operators have imposed
a minimum level of precedence required for operation, the
datagram was sent with a precedence below this level;
deraadt [Thu, 30 Jan 1997 08:33:07 +0000 (08:33 +0000)]
the blokes did not get there till 10 years later
deraadt [Thu, 30 Jan 1997 08:23:34 +0000 (08:23 +0000)]
race -> trace
deraadt [Thu, 30 Jan 1997 08:16:45 +0000 (08:16 +0000)]
fix IOR/IOW/IOWR; cgd@netbsd.org
deraadt [Thu, 30 Jan 1997 07:59:50 +0000 (07:59 +0000)]
xref a few things
deraadt [Thu, 30 Jan 1997 07:47:28 +0000 (07:47 +0000)]
if at first-request-for-a-domain we discover a file /etc/yp/$domainneme
to exist, use it as a list of valid servers instead of doing broadcasts.
However, do not change the semantics of -ypset or -ypsetme. Based on the
reasoning provided in netbsd pr#1759, lukem@supp.cpr.itg.telecom.com.au
kstailey [Thu, 30 Jan 1997 07:07:07 +0000 (07:07 +0000)]
print !A on ICMP_UNREACH_ADM_PROHIB too
kstailey [Thu, 30 Jan 1997 07:01:45 +0000 (07:01 +0000)]
added #define for Communication Administratively Prohibited
as in RFC-1812 Section 5.2.7.1 Destination Unreachable
deraadt [Thu, 30 Jan 1997 06:03:08 +0000 (06:03 +0000)]
no need to recalc width before each select
deraadt [Thu, 30 Jan 1997 05:56:06 +0000 (05:56 +0000)]
careful about MAXADDRS, abrown@eecs.harvard.edu
deraadt [Thu, 30 Jan 1997 05:05:00 +0000 (05:05 +0000)]
proto; felix@mamba.pond.sub.org
deraadt [Thu, 30 Jan 1997 02:01:54 +0000 (02:01 +0000)]
i wish i tested before every commit
deraadt [Thu, 30 Jan 1997 02:00:26 +0000 (02:00 +0000)]
domainname care
deraadt [Thu, 30 Jan 1997 00:51:50 +0000 (00:51 +0000)]
where did .DESTDIR come from... found by gwen@rtmx.com
rahnds [Wed, 29 Jan 1997 22:31:46 +0000 (22:31 +0000)]
Have file recognize PowerPC elf objects. Works for MSB objects currently.
Should work for LSB objects?
millert [Wed, 29 Jan 1997 22:21:32 +0000 (22:21 +0000)]
Break out of infinite loop ftp://home.host/som/path mode if host
does not exist. Also, use herror, not perror if gethostbynam() fails.
millert [Wed, 29 Jan 1997 22:11:36 +0000 (22:11 +0000)]
only print passive toggle info is verbose set (like other commands)
kstailey [Wed, 29 Jan 1997 18:33:56 +0000 (18:33 +0000)]
calculate string length in format() more efficiently
niklas [Wed, 29 Jan 1997 17:56:35 +0000 (17:56 +0000)]
Export comdefaultrate
graichen [Wed, 29 Jan 1997 11:09:22 +0000 (11:09 +0000)]
#include "../../../dev/isa/comreg.h" -> #include "../../../dev/ic/comreg.h"
deraadt [Wed, 29 Jan 1997 07:58:35 +0000 (07:58 +0000)]
signal.h -> siginfo.h -> time.h fallout
downsj [Wed, 29 Jan 1997 06:23:31 +0000 (06:23 +0000)]
Match com changes.
deraadt [Wed, 29 Jan 1997 01:28:03 +0000 (01:28 +0000)]
getopt & int
deraadt [Tue, 28 Jan 1997 21:28:43 +0000 (21:28 +0000)]
repair quotactl() types