chuck
6fda3d6fa9
add lp
1996-11-09 04:01:32 +00:00
chuck
cabd6ddfa0
- new lpt driver, contributed by Steve Woodford <steve@mctavish.demon.co.uk>
...
- added 1.1 and 1.2 compat to VME147 config file
1996-11-09 03:52:51 +00:00
chuck
04550d40b6
netbsd pr#2919 (jukka.partanen@research.nokia.com):
...
- fix compiler warnings
1996-11-09 03:43:29 +00:00
chuck
0f3c7ec18c
netbsd pr#2918 (jukka.partanen@research.nokia.com):
...
- fix up netnatm so that it compiles with new warning flags (and
install headers)
1996-11-09 03:26:25 +00:00
lukem
8c7e6f0d43
fixed typos, from SAITOH Masanobu <msaitoh@spa.is.uec.ac.jp> in [misc/2924]
1996-11-09 01:49:54 +00:00
christos
07aeb5b266
remove a debugging printf that was left from the last POSIX error code fixes.
1996-11-09 01:04:07 +00:00
chuck
63b98e6bb7
add ss/uk
1996-11-08 22:40:51 +00:00
chuck
6f26fca547
updated MAKEDEV based on i386 version (as requested by mycroft)
1996-11-08 22:32:11 +00:00
jonathan
bdc1084483
Commit years-old change for gcc on NetDSB/mips.
...
The NetbSD libc header files use GCC attributes to emit link-time warning
messages (e.g,. for gets()). SO, add a definition of the GCC back-end
macro ASM_OUTPUT_SECTION_NAME() to the mips back-end target-specific file.
This adds support for emitting warning attributes to binutils 2.6 or newer.
(Weak references may or may not work also).
This patch has been submitted to the FSF but hasn't made it into 2.7.2.1,
and seems to have got buried somewhere inside Cygnus.
1996-11-08 22:21:52 +00:00
chuck
5049f4d106
add ch/rd(chr)/ss/uk devices as requested by mycroft, plus some minor clean up
1996-11-08 22:00:42 +00:00
chuck
ee87cfab39
apply netbsd pr#2598 from der mouse:
...
everything before the beginning of the "a" partition on a disk
is read-only except when accessed via RAW_PART. (a problem if
"a" isn't at the front of the disk). pointed out by pk back
in july.
1996-11-08 20:50:55 +00:00
christos
0805134891
Fix bug reported by Chris Torek: use TCSADRAIN instead of TCSANOW, to avoid
...
dropping characters.
1996-11-08 19:34:37 +00:00
ws
976b43fd61
Fix panic on mkdir.
...
Thanks to Dave Huang for finding the bug.
1996-11-08 15:51:49 +00:00
leo
8481cf5e5b
Adapt to changes in the bus-interface; bus_[mem|io] -> bus_space. Thanks Jason.
1996-11-08 14:21:02 +00:00
leo
fb386a941d
pba_bc -> pba_pc
1996-11-08 14:18:20 +00:00
leo
758e7a3708
Adapt to the change in the floppy minor-number sceme.
1996-11-08 14:17:08 +00:00
leo
489c388d79
Clear d0 before using it to turn off the 040 MMU. Clearing d0 was a side-effect
...
of the code removed in my previous commit.
1996-11-08 14:15:36 +00:00
leo
626210d212
Move the definition for the floppy device from std.atari to the different
...
config files because the Hades needs another driver for it.
1996-11-08 14:12:19 +00:00
lukem
9e4b2c6012
- implement -a (verfiy all hostnames) with code taken from rshd(8).
...
closes [misc/543] and [bin/1295]
- syslog() failures of iruserok(), which should help debugging why
a .rhosts authentication failed.
- log a successful iruserok() if -L given. idea from rshd(8).
- allow root .rhosts to authenticate, the same way that rshd(8) does.
the prior behaviour meant that 'rsh foo csh -i' could get a shell
without a password, but 'rlogin foo' couldn't; very inconsistant.
closes [bin/1078] and [bin/1239]
1996-11-08 07:47:44 +00:00
explorer
f0873310e2
Another quirky cdrom drive ; pr kern/2917
1996-11-08 05:06:55 +00:00
cgd
1ae38b6471
if _REENTRANT is defined, store the error value in (*__errno()), rather than
...
in errno directly, to support threads packages.
1996-11-08 00:52:46 +00:00
cgd
c30a5d9842
kill "IMPORT(errno, 4)" since it is unnecessary
1996-11-08 00:51:24 +00:00
jtc
a13179edf1
Declare global errno
1996-11-08 00:27:35 +00:00
gwr
26793c36d4
Minor changes to support building on other systems (i.e. SunOS).
1996-11-07 22:59:39 +00:00
cgd
7ecf22ab74
add directories for alpha-specific manual pages in {cat,man}{4,8}
1996-11-07 21:04:36 +00:00
jtc
16b4b96ae0
Add -D_REENTRANT to CFLAGS
1996-11-07 19:15:22 +00:00
mouse
b88c4afb8d
Apply PR 2751 - writefn's second arg is const char *, not char *.
1996-11-07 09:23:10 +00:00
matthias
b4769d94fa
* Speed up MAKEDEV by using the changes from etc.i386/MAKEDEV.
...
* MAKEDEV now knows about ch, ss, uk and rtc devices.
1996-11-07 07:47:53 +00:00
matthias
0e85514579
* Provide an ovbcopy as an alternate entrypoint for bcopy when _KERNEL is
...
defined.
1996-11-07 07:43:02 +00:00
matthias
c6f98022c7
* Use SYSCALL_NOERROR to define SYSCALL.
1996-11-07 07:42:38 +00:00
matthias
3aa582ed1f
* Delete DEFS.h from KMINCLUDES.
...
* Add bcopy.S, memcpy.S and memset.S to KMSRCS.
1996-11-07 07:42:29 +00:00
matthias
42f541d107
* This is no longer used.
1996-11-07 07:42:21 +00:00
matthias
eb8718eafb
* Pull up files from lib/libc/arch/ns32/string.
...
* DEFS.h and setjmp.S are no longer in use.
1996-11-07 07:36:05 +00:00
matthias
10af6d961f
* We get bcopy from libkern.o now.
1996-11-07 07:34:02 +00:00
matthias
6ed1a51b35
* libkern.o already has bcopy.o. Link it in front of libsa.a.
1996-11-07 07:33:55 +00:00
matthias
a95805b41f
* Define the ALTENTRY macro.
1996-11-07 07:33:28 +00:00
matthias
ee011c080d
* The pc532 port is now using the mi ramdisk driver.
...
* Use the mi version of ns_cksum.
1996-11-07 07:32:29 +00:00
matthias
5ca00f7293
* Cosmetic changes.
1996-11-07 07:32:21 +00:00
matthias
5596cf17ea
* Cosmetic changes.
...
* Configure LKM support.
* Remove filesystems that are normally not used.
* Configure SCSI-uk driver.
1996-11-07 07:32:18 +00:00
matthias
93811ddf97
* Cosmetic changes.
...
* Only FFS is needed for the install kernel.
* Configure the console to 8N1 (that's what the pc532's rom monitor uses).
* The install kernel doesn't need to know about CDROM drives.
* Use the new mi ramdisk.
1996-11-07 07:32:13 +00:00
matthias
7a27370327
* Cosmetic changes.
...
* Configure only NFS, FFS and LFS filesystems. All other filesystems are
modloadable.
* Configure SCSI-uk driver.
1996-11-07 07:32:10 +00:00
matthias
bc9eccaebb
* Cosmetic changes.
...
* Configure SCSI-uk driver.
1996-11-07 07:32:07 +00:00
matthias
1b92fb966e
* bcopy and bzero are part of libkern now.
1996-11-07 07:31:20 +00:00
mikel
752f0f5c9c
Fix typo; PR port-i386/2666.
1996-11-07 07:30:19 +00:00
mikel
d9c33548ae
Fix quote description; PR misc/2781.
1996-11-07 07:24:08 +00:00
matthias
dbaaf5e560
* rd_attach_hook/rd_open_hook. Stolen from sun3/dev/rd_root.c
1996-11-07 07:21:00 +00:00
matthias
ddb9815a80
* We are using the mi ramdisk driver now.
1996-11-07 07:20:37 +00:00
matthias
4ae217f7fa
* We are using the mi ncr driver now.
1996-11-07 07:20:29 +00:00
matthias
df2a490d8f
* Not in use for a very long time.
1996-11-07 07:20:28 +00:00
matthias
cab14d3b2b
* ntoh is part of libkern now.
1996-11-07 07:18:27 +00:00