explorer
e1d58c927b
Add man page aic7xxx driver ; from pr port-i386/2600
...
That pr put this file in man4.i386, but since the driver isn't i386
specific, I thought it should go here instead.
1996-07-10 22:58:33 +00:00
explorer
c62a6661a1
Updates to aic7xxx driver ; from pr port-i386/2600
1996-07-10 22:50:44 +00:00
explorer
9c8111508d
Add SCSI_QUEUE_FULL ; part of pr port-i386/2600
1996-07-10 22:48:56 +00:00
jtc
6d8b15101f
Install linkaddr.3 as link_addr.3 and link_ntoa.3 too.
1996-07-10 20:15:48 +00:00
cgd
3a99dd36fe
cast argument to alpha vtophys() to vm_offset_t, to catch up with
...
recent prototyping.
1996-07-10 18:55:05 +00:00
cgd
ccfab1b072
#ifdef the declaration of 'ac' in fddi_input on ISO, since it's only
...
used if ISO is defined and -Wall complains.
1996-07-10 18:54:23 +00:00
cgd
7b1d7251d1
add a couple of "default" entries in switch statements, to quiet -Wall.
1996-07-10 18:53:32 +00:00
cgd
2af08e028e
print result of ntohl/htonl as a long.
1996-07-10 18:43:23 +00:00
cgd
8042054add
remove some unnecessary and broken casts on char *'s which are being subtracted
1996-07-10 18:41:38 +00:00
cgd
910efd056e
nfs_read and nfs_write return 'int' rather than ssize_t.
1996-07-10 18:32:33 +00:00
scottr
73b545f8f1
Fix from Leo Weppelman: Change accesses to 'ssir' to inline asm macro's.
1996-07-10 18:31:49 +00:00
cgd
1c5ea3c014
print difference between pointers with %ld, so that -Wformat works
...
on the Alpha and for consistency. Also, other minor formatting cleanups.
1996-07-10 18:15:22 +00:00
cgd
bc2f07f331
move DDB-only label inside an #ifdef, so that -Wall works
1996-07-10 18:14:04 +00:00
cgd
9764a289cd
print result of ntohl/htonl as a long. (makes -Wformat work on the
...
Alpha.)
1996-07-10 18:13:35 +00:00
cgd
452fdf584c
#ifdef __alpha__, prototype device_register
1996-07-10 17:52:04 +00:00
cgd
b119b40c59
it compiles, but DEFINITELY does not run
1996-07-10 03:17:09 +00:00
cgd
77ba495772
temporarily move new pmap code into a seperate header, so changes to
...
one version won't spam people compiling with the option to get the other.
1996-07-09 22:22:25 +00:00
cgd
db0b3ca200
kill a typo
1996-07-09 22:08:28 +00:00
thorpej
95eaf147f1
Add Oakland and Berkeley, CA (510 area code) as suggested by
...
Michael I. Bushnell <mib@gnu.ai.mit.edu>.
1996-07-09 16:29:38 +00:00
mycroft
353cfc3523
Oops; remove something that shouldn't be here.
1996-07-09 09:23:03 +00:00
mycroft
00e5d89a69
Sort FTS_NS entries by name, just so the order is well-defined.
1996-07-09 09:16:29 +00:00
thorpej
401810260a
-DDEAMON is no longer used, so remove it from CFLAGS.
1996-07-09 06:36:31 +00:00
thorpej
0d01b20301
Fix a misplaced #endif - if DEBUG wasn't defined, ypbind would never
...
detach from the controlling tty.
1996-07-09 06:34:12 +00:00
cgd
c5d7ffec0d
fix a few botched names
1996-07-09 04:18:13 +00:00
cgd
0cefc7ef74
clean and update for new defintions, prototypes, etc.
1996-07-09 00:53:48 +00:00
cgd
b9659c52a5
add -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes as
...
CWARNFLAGS in the Makefile, but (for the time being, i.e. until that
works) override that with 'makeoptions' in std.alpha.
1996-07-09 00:46:01 +00:00
cgd
8c87bcbe93
definitions and constants which are part of the Alpha AXP
...
Architecture, and which relate to the OSF/1 PALcode.
1996-07-09 00:40:58 +00:00
cgd
2ba2d62b9b
redefine lots of things in terms of definitions in alpha_cpu.h
1996-07-09 00:39:24 +00:00
cgd
48f29c8bc0
this file should not exist, for now
1996-07-09 00:38:37 +00:00
cgd
c3a7b67f3d
Everything which would be defined here is defined in
...
alpha_cpu.h, and this file is no longer necessary for the
Alpha. However, some machine-independent code (e.g.
/sys/compat/common/kern_exit_43.c) still wants a file with
this name to be around.
1996-07-09 00:37:51 +00:00
cgd
c2cd1ae6f5
profile_swpipl() -> _alpha_pal_swpipl()
1996-07-09 00:35:05 +00:00
cgd
04294813bd
various cleanup, move setsoft* and spl* into intr.h.
1996-07-09 00:33:20 +00:00
cgd
29a40482db
clean up comments, add OSF/1 rdmces and wrmces PALcode function calls.
1996-07-09 00:30:22 +00:00
cgd
2eab3353db
delete cruft, clean up constants
1996-07-09 00:28:25 +00:00
oki
d09eed0a24
Sync with release branch.
1996-07-08 19:36:21 +00:00
oki
fcfd492fd6
- VERSION is up to 1.2
...
- fixed to write bootstrap code correctly.
- x68k has only fake disklabel, cannot use disklabel -r. remove -r.
1996-07-08 19:33:40 +00:00
thorpej
500e663387
Now that setreuid() and setregid() are system calls again, don't call
...
the C library "private" versions. Doing so results in unresolved
symbols the next time a dynamically linked program is run after the
new C library is installed.
1996-07-08 16:42:49 +00:00
oki
6b8ffeacd0
fixed format error
1996-07-08 16:36:28 +00:00
oki
f8e8e90f15
move wait for insert system floppy to mountroot_hook stuff
1996-07-08 16:32:12 +00:00
is
7c66bb9bef
Cleaned up copyright notice, fixed a typo, and sync the comment in the
...
GSP assembler file with reality.
1996-07-08 13:28:41 +00:00
mycroft
524eb9810f
Stylistic change of no consequence.
1996-07-08 10:32:01 +00:00
mycroft
0dc5640b54
Compare nanosecond field in timestamps.
...
Always do name comparison if other sort field is equal.
1996-07-08 10:22:13 +00:00
mycroft
c603307d33
Partition FTS_NS entries from others, to avoid confusing qsort().
...
Don't bother to order the FTS_NS entries amongst themselves.
1996-07-08 10:20:16 +00:00
thorpej
688ff1ddf9
Correct think-o; this is an assembler source file (and the Makefile
...
expected as such).
1996-07-08 03:27:25 +00:00
fvdl
90b2034c7c
Use the right time for v3 setattr operation.
1996-07-07 12:25:47 +00:00
fvdl
88eff7ea92
Start XIDs at a value based on the current time, not 0. This avoids nasty
...
XID confusions with servers that cache them over a long period and
with clients that reboot quickly.
Problems: because of the sanity check that is done by comparing the system
time with filesystem time, XIDs will start at 0 until root is mounted,
which means it isn't completely safe for diskless setups. But it's clearly
better than it was. It would also be cleaner if all XID handling (more
generally, all RPC handling) within the kernel went through the
same functions.
1996-07-07 12:23:49 +00:00
chopps
63d996d871
change more to less and make link from less to more
1996-07-07 07:02:29 +00:00
thorpej
d0fa21650e
Sync with WWW server.
1996-07-07 02:28:44 +00:00
leo
3bb1747d99
Add the atari.
1996-07-06 21:29:51 +00:00
leo
6d97198ea1
First steps in getting the installation docs up to date.
1996-07-06 19:45:43 +00:00