provos [Thu, 17 Apr 1997 12:31:46 +0000 (12:31 +0000)]
fix start address for first extended filesystem
downsj [Thu, 17 Apr 1997 12:02:32 +0000 (12:02 +0000)]
Latest code from Mike + slight fixes.
downsj [Thu, 17 Apr 1997 11:40:37 +0000 (11:40 +0000)]
Use HP_425 for id 7, and fix tests in machdep.c.
downsj [Thu, 17 Apr 1997 10:28:35 +0000 (10:28 +0000)]
Better machine type identification from Mike Smith
(<miff@spam.frisbee.net.au>).
deraadt [Thu, 17 Apr 1997 10:14:36 +0000 (10:14 +0000)]
make it clearer bs= (like obs & ibs) is in bytes
deraadt [Thu, 17 Apr 1997 10:02:03 +0000 (10:02 +0000)]
writeable root anyone?
downsj [Thu, 17 Apr 1997 08:21:54 +0000 (08:21 +0000)]
Add back rd devices.
niklas [Thu, 17 Apr 1997 08:21:12 +0000 (08:21 +0000)]
Minor KNF + $OpenBSD$
deraadt [Thu, 17 Apr 1997 07:24:08 +0000 (07:24 +0000)]
not all ports use rd, duh
tholo [Thu, 17 Apr 1997 03:44:50 +0000 (03:44 +0000)]
Do interrupt time accounting by running interrupt handlers with a seperate
code segment selector (otherwise identical to the standard kernel code
selector); idea by Dave Richards <richards@zso.dec.com>
briggs [Thu, 17 Apr 1997 02:27:36 +0000 (02:27 +0000)]
Apple's firmware returns 0 from OF_read(stdin,)
if no characters are available. Deal with it.
niklas [Thu, 17 Apr 1997 02:10:31 +0000 (02:10 +0000)]
I had rcs-openbsd.pl have its way here
deraadt [Thu, 17 Apr 1997 02:02:26 +0000 (02:02 +0000)]
make unconnected sockets get a random port #, too
deraadt [Thu, 17 Apr 1997 01:59:57 +0000 (01:59 +0000)]
add pppd, chat, and /etc/ppp files. (it fits!)
niklas [Thu, 17 Apr 1997 01:25:16 +0000 (01:25 +0000)]
Removal of race conditions. Inspired by Charles Hannum's
<mycroft@netbsd.org> reorganization of the vm_collapse logic, although not
used verbatim. We no longer collapse objects from the pagedaemon as that
is not necessary anymore with the more aggressive collapses that gets done.
This also increases performance of loaded systems. Much KNF too.
weingart [Thu, 17 Apr 1997 00:06:30 +0000 (00:06 +0000)]
Use the real times returned by dkreadstat().
The use of FSHIFT and FSCALE need to be reviewed
in rpc.rstatd. Does the protocol specify a value
for these, or are they system dependant?
Currently we pass the kernel values back unmodified,
which is not what the protocol specifies. Check
sys/param.h and rpcsvc/rstat.x to see.
niklas [Wed, 16 Apr 1997 23:29:28 +0000 (23:29 +0000)]
Missing init of a bus_space_tag
deraadt [Wed, 16 Apr 1997 22:27:19 +0000 (22:27 +0000)]
make install floppy for snapshot
deraadt [Wed, 16 Apr 1997 22:26:50 +0000 (22:26 +0000)]
no printers on install disk
deraadt [Wed, 16 Apr 1997 22:14:15 +0000 (22:14 +0000)]
add RB_KDB support
millert [Wed, 16 Apr 1997 21:59:04 +0000 (21:59 +0000)]
Don't modify variables in the child since we vfork()'d to
get there (address space is shared between parent in child
in traditional vfork(2)). From FreeBSD (dyson).
deraadt [Wed, 16 Apr 1997 21:49:59 +0000 (21:49 +0000)]
add ext2fs
deraadt [Wed, 16 Apr 1997 21:37:43 +0000 (21:37 +0000)]
on floppy, call kernel bsd not bsd.gz
deraadt [Wed, 16 Apr 1997 21:37:30 +0000 (21:37 +0000)]
floppy.fs
deraadt [Wed, 16 Apr 1997 20:58:08 +0000 (20:58 +0000)]
cleanup from danny@freebsd
flipk [Wed, 16 Apr 1997 19:59:21 +0000 (19:59 +0000)]
map two pages of Sysmap rather than 1.
fixes ramdisk loading problem (kernel > 4M).
some comments.
downsj [Wed, 16 Apr 1997 12:38:21 +0000 (12:38 +0000)]
Add a proper version number ala other ports, and clean up various parts of
the Makefiles. Lots more to do...
deraadt [Wed, 16 Apr 1997 12:11:27 +0000 (12:11 +0000)]
typo
downsj [Wed, 16 Apr 1997 11:55:53 +0000 (11:55 +0000)]
Merge portions of NetBSD up to 970415.
This includes:
* All of the prototyping and KNF changes.
* The new interrupt system.
* Portions of the Domain Keyboard support from Mike Smith.
This does not include:
* m68k changes, namely generic dumps.
Various sundry changes and fixes by me.
downsj [Wed, 16 Apr 1997 11:26:36 +0000 (11:26 +0000)]
fix cut 'n' paste
downsj [Wed, 16 Apr 1997 09:49:00 +0000 (09:49 +0000)]
Multiple include protection.
deraadt [Wed, 16 Apr 1997 09:22:29 +0000 (09:22 +0000)]
clean more
downsj [Wed, 16 Apr 1997 09:17:59 +0000 (09:17 +0000)]
Changes up to NetBSD 970415.
downsj [Wed, 16 Apr 1997 07:10:29 +0000 (07:10 +0000)]
exec() changes.
millert [Wed, 16 Apr 1997 05:48:27 +0000 (05:48 +0000)]
Don't source /etc/rc.securelevel if it doesn't exist and be
more verbose when upping the securelevel.
millert [Wed, 16 Apr 1997 05:02:39 +0000 (05:02 +0000)]
Sync with NetBSD (lukem):
* differentiate between being connected, and being logged in
* cleanup some text messages
* support username & password ftp URLs (ftp://user:pass@host/) in non-proxy
situations; assume proxy supports it for proxy situations.
* cd to / before performing any autofetch transfers
millert [Wed, 16 Apr 1997 04:26:20 +0000 (04:26 +0000)]
Make mkioctls obey the DESTDIR environment variable.
From NetBSD (leo).
millert [Wed, 16 Apr 1997 04:19:07 +0000 (04:19 +0000)]
Use _PATH_DEFTAPE not DEFTAPE in mt(1)
Remove DEFTAPE from <sys/mtio.h> and guard against multiple inclusion.
millert [Wed, 16 Apr 1997 04:09:20 +0000 (04:09 +0000)]
_PATH_DEFTAPE is now defined in <paths.h>
Change man page to reflect new default tape drive (/dev/rst0)
millert [Wed, 16 Apr 1997 04:07:35 +0000 (04:07 +0000)]
No need for "pathnames.h" now that _PATH_DEFTAPE is in <paths.h>
Fix rmt -> rst in man page and change ".Nm restore" -> ".Nm"
millert [Wed, 16 Apr 1997 03:50:23 +0000 (03:50 +0000)]
Change rmt -> rst and use _PATH_DEFTAPE as default file if none is
specified.
millert [Wed, 16 Apr 1997 03:43:53 +0000 (03:43 +0000)]
<paths.h> now includes _PATH_DEFTAPE. Change rmt0 -> rst0 in man page.
From NetBSD (lukem).
millert [Wed, 16 Apr 1997 03:41:52 +0000 (03:41 +0000)]
Add _PATH_DEFTAPE
deraadt [Wed, 16 Apr 1997 02:45:30 +0000 (02:45 +0000)]
build ramdisk using vnd. rd builds suck (can you say race?)
deraadt [Wed, 16 Apr 1997 02:32:37 +0000 (02:32 +0000)]
repair rdroot
deraadt [Wed, 16 Apr 1997 01:53:44 +0000 (01:53 +0000)]
two fs images
deraadt [Wed, 16 Apr 1997 00:53:07 +0000 (00:53 +0000)]
nice printf
niklas [Tue, 15 Apr 1997 23:49:01 +0000 (23:49 +0000)]
New /etc/rc.securelevel should be under cover of /etc/security
dima [Tue, 15 Apr 1997 23:10:58 +0000 (23:10 +0000)]
Add /root/.shosts and /etc/shosts.equiv
maja [Tue, 15 Apr 1997 22:58:57 +0000 (22:58 +0000)]
Added revnetgroup in ypserv's Makefile and added support for netgroup. -moj
maja [Tue, 15 Apr 1997 22:06:10 +0000 (22:06 +0000)]
Add revnetgroup from FreeBSD, written by Bill Paul <wpaul@ctr.columbia.edu>.
Hacked a bit to generate output ala Sun (handle different domains). -moj
mickey [Tue, 15 Apr 1997 21:35:13 +0000 (21:35 +0000)]
extern int debug;
mickey [Tue, 15 Apr 1997 20:50:35 +0000 (20:50 +0000)]
pass bootdev to kernel...
all the future devices have to copy it into global var...
in the current state i can boot any kernel i have....
testers?
mickey [Tue, 15 Apr 1997 20:01:55 +0000 (20:01 +0000)]
no more assembly setup. all the gung is ok already in srt0.S
this is what we were talking about, toby (;
and this shaves a couple of dozens of bytes!
deraadt [Tue, 15 Apr 1997 15:22:35 +0000 (15:22 +0000)]
support more S3 chipsets. done by comparing against SuperCode;
wisner@gryphon.com
deraadt [Tue, 15 Apr 1997 15:18:49 +0000 (15:18 +0000)]
for callit, let nop through. rpcinfo -b, ya know; adam@math.tau.ac.il
deraadt [Tue, 15 Apr 1997 15:06:13 +0000 (15:06 +0000)]
handle \\ at start of line; christos
deraadt [Tue, 15 Apr 1997 13:12:36 +0000 (13:12 +0000)]
need an rd
provos [Tue, 15 Apr 1997 13:06:54 +0000 (13:06 +0000)]
documentation for arc4random. this is out of memory, might need
some corrections.
graichen [Tue, 15 Apr 1997 12:32:17 +0000 (12:32 +0000)]
create empty /var/log/ipflog, sort the /var/log file creations
alphabetical :-) and remove the entry for tahoe (is the vax entry
still used ?)
deraadt [Tue, 15 Apr 1997 11:27:56 +0000 (11:27 +0000)]
correct the paranoia check
tholo [Tue, 15 Apr 1997 10:51:33 +0000 (10:51 +0000)]
Add quirk, type for AT3 scanner (ViewStation 32)
deraadt [Tue, 15 Apr 1997 09:42:33 +0000 (09:42 +0000)]
kill route flush until .. hmm kernel routing socket bug or something
deraadt [Tue, 15 Apr 1997 09:26:44 +0000 (09:26 +0000)]
split rc.local, creating rc.securelevel. Read the comments. If you believe
in securelevels, follow them religiously. Problem found by millert...
deraadt [Tue, 15 Apr 1997 09:02:54 +0000 (09:02 +0000)]
indent
deraadt [Tue, 15 Apr 1997 08:43:04 +0000 (08:43 +0000)]
nice printf, do not bite
deraadt [Tue, 15 Apr 1997 08:32:51 +0000 (08:32 +0000)]
mostly repair option arg handling for booting
deraadt [Tue, 15 Apr 1997 08:00:44 +0000 (08:00 +0000)]
partition table in biosboot too. Max 28 BLKCNT, too
mickey [Tue, 15 Apr 1997 06:43:15 +0000 (06:43 +0000)]
copyright to toby (;
mickey [Tue, 15 Apr 1997 06:25:18 +0000 (06:25 +0000)]
do bounce-buffering to avoid DMA overrun
somebody, test it!
mickey [Tue, 15 Apr 1997 06:23:35 +0000 (06:23 +0000)]
kill bogus comments
mickey [Tue, 15 Apr 1997 03:31:06 +0000 (03:31 +0000)]
print debugging stuff only when debug!=0
provos [Mon, 14 Apr 1997 22:26:21 +0000 (22:26 +0000)]
enable blowfish per default, explanationary blurb
provos [Mon, 14 Apr 1997 22:18:57 +0000 (22:18 +0000)]
works a bit better with extended partitions. hack.
pefo [Mon, 14 Apr 1997 21:45:32 +0000 (21:45 +0000)]
Forgot one change...
kstailey [Mon, 14 Apr 1997 20:25:37 +0000 (20:25 +0000)]
make -h columns more compact
mickey [Mon, 14 Apr 1997 19:09:10 +0000 (19:09 +0000)]
no need for partition table....
mbr is for that stuff.....
gene [Mon, 14 Apr 1997 18:47:48 +0000 (18:47 +0000)]
Bring our incarnation of John Wittowski's direct adb driver into compatible
state with NetBSD's. The direct-to-ADB code is now enabled by default.
Using 'options MRG_ADB' will cause the kernel to revert to the 'old standby'
code.
gene [Mon, 14 Apr 1997 17:56:45 +0000 (17:56 +0000)]
Whoops. A spurious '{' slipped into an if statement. This compiles again.
Also, since I'm here, fix some KNF.
michaels [Mon, 14 Apr 1997 17:49:58 +0000 (17:49 +0000)]
typo for us.
kstailey [Mon, 14 Apr 1997 17:44:29 +0000 (17:44 +0000)]
document "-h" flag
kstailey [Mon, 14 Apr 1997 17:38:22 +0000 (17:38 +0000)]
switch from <blank> to "B" for byte suffix; columns look too ugly otherwise
kstailey [Mon, 14 Apr 1997 17:35:58 +0000 (17:35 +0000)]
fix Avail column in -h mode (again)
kstailey [Mon, 14 Apr 1997 17:34:03 +0000 (17:34 +0000)]
fix Avail column in -h mode
kstailey [Mon, 14 Apr 1997 17:23:38 +0000 (17:23 +0000)]
new "-h" (human-readable) output flag now works, please test. thx
pefo [Mon, 14 Apr 1997 12:22:06 +0000 (12:22 +0000)]
Missed this one...
deraadt [Mon, 14 Apr 1997 12:07:04 +0000 (12:07 +0000)]
if -s not specified, attempt to grok the disklabel
deraadt [Mon, 14 Apr 1997 11:24:56 +0000 (11:24 +0000)]
incompatible change
graichen [Mon, 14 Apr 1997 11:20:24 +0000 (11:20 +0000)]
remove man3f/cat3f entries - for now - and i think also in the future
we won't have anything to put in here :-)
graichen [Mon, 14 Apr 1997 11:16:23 +0000 (11:16 +0000)]
#34 - linux_sys_nice from NetBSD
deraadt [Mon, 14 Apr 1997 11:07:17 +0000 (11:07 +0000)]
build stand (AND boot)
deraadt [Mon, 14 Apr 1997 11:06:46 +0000 (11:06 +0000)]
let stand & boot co-exist
deraadt [Mon, 14 Apr 1997 11:01:02 +0000 (11:01 +0000)]
creates mr-20.fs
deraadt [Mon, 14 Apr 1997 10:58:31 +0000 (10:58 +0000)]
add signature! fake partition 0 for floppy until fdisk(8) has -f flag. max 16 BLKCNT
deraadt [Mon, 14 Apr 1997 10:57:09 +0000 (10:57 +0000)]
create ramdisk bootable floppies by typing "make"
deraadt [Mon, 14 Apr 1997 10:56:22 +0000 (10:56 +0000)]
access few files correctly
deraadt [Mon, 14 Apr 1997 10:56:10 +0000 (10:56 +0000)]
spacing
deraadt [Mon, 14 Apr 1997 10:48:04 +0000 (10:48 +0000)]
kill extra linefeeding
provos [Mon, 14 Apr 1997 10:04:19 +0000 (10:04 +0000)]
strtol to strtoul
pefo [Mon, 14 Apr 1997 09:11:43 +0000 (09:11 +0000)]
All mips tools should now configure with the same name (mipsel-unknown-openbsd)
for little endian systems and (mips-unknown-openbsd) for big endian systems.
gdb seems to work now but needs more testing.