cgd
|
45a020863e
|
substantial cleanup, including:
* do more flags conversions, using the table driven converter.
* check for alternate (emulation) path in lots more places.
|
1999-04-24 07:23:54 +00:00 |
cgd
|
ed106195ea
|
cleanup: kill syscall args comments
|
1999-04-24 07:13:23 +00:00 |
cgd
|
d081124ca2
|
cleanup: nuke register
|
1999-04-24 07:09:49 +00:00 |
cgd
|
d7c211e583
|
cleanup: kill syscall args comments
|
1999-04-24 07:06:35 +00:00 |
cgd
|
dd4d52e331
|
slight hdr inclusion cleanup, get ioctl-related def'ns from osf1.h
|
1999-04-24 06:59:11 +00:00 |
cgd
|
8b1bcd5e9c
|
pull in osf1.h, not osf1_errno.h
|
1999-04-24 06:58:26 +00:00 |
cgd
|
2fc0019c7a
|
Collected OSF/1 definitions and structures, sorted by OSF/1 header.
Error numbers (errno.h) aren't here, since they're likely to change
(additions) more often.
|
1999-04-24 06:56:25 +00:00 |
cgd
|
5b217baeb1
|
implement a simple function, emul_flags_translate() to do table-based
flags translation.
|
1999-04-24 02:56:06 +00:00 |
abs
|
9ce6dc617d
|
Add bsd-family-tree - Wolfram Schneider's FreeBSD work with NetBSD and OpenBSD
entries updated.
|
1999-04-24 00:41:39 +00:00 |
ross
|
2aa563c6ba
|
* Don't use fancy mdoc features that don't yet have good HTML mappings.
* Fix typos
* Tweak style
* Edit scheduler enhancements bullet item
|
1999-04-23 23:09:03 +00:00 |
ross
|
fa6ffabd98
|
Fix header inversion caused by untracked macro package change.
|
1999-04-23 22:47:16 +00:00 |
kristerw
|
c0021573ef
|
Fixed an off-by-one bug when trying to look up a line given an address.
This could cause segmentation fault for ld when writing messages from
warning symbols.
|
1999-04-23 21:34:53 +00:00 |
tv
|
eb66267d81
|
Allow rpaths in setuid binaries, noticed by tron. This is already done
for ELF systems; make it uniform for a.out.
|
1999-04-23 19:29:30 +00:00 |
ross
|
944dc00f76
|
* Umm, the installboot(8) run is important. Don't ignore errors!
* Use the current boot program schema.
|
1999-04-23 19:10:54 +00:00 |
ross
|
1c98ea4e2a
|
+ttyEcfg
|
1999-04-23 18:45:50 +00:00 |
ross
|
5a6330ac23
|
typo
|
1999-04-23 18:14:29 +00:00 |
cgd
|
f023a00cd1
|
clean up multiple inclusion protection def'ns
|
1999-04-23 18:01:05 +00:00 |
cgd
|
1c19c07f42
|
clean up multiple inclusion protection def'ns and whitespace
|
1999-04-23 18:00:34 +00:00 |
abs
|
4a22f0e03d
|
Fix entry point parsing if output file specified to modload (PR7352)
|
1999-04-23 17:47:02 +00:00 |
perry
|
d9a5400fdc
|
add cjs to releng, rm cgd from releng for 1.4, move hpeyerl to contributors.
|
1999-04-23 15:25:41 +00:00 |
kleink
|
6bfc84fa5c
|
Harmless signed/unsigned botch.
|
1999-04-23 14:43:05 +00:00 |
leo
|
1c0011369f
|
Remove Waldi Ravens from the contributors list.
|
1999-04-23 12:33:13 +00:00 |
leo
|
ce26a3ede3
|
Add a list of devices that are 'New' for 1.4. Don't pretend that all
devices supported are listed.
|
1999-04-23 12:17:27 +00:00 |
mark
|
9a56e04261
|
Fix microtime() to sanely handle calls before the clocks have been
initialized. This is the DC21285 version of the IOMD fix for PR7357.
|
1999-04-23 09:09:04 +00:00 |
kleink
|
357a0baaf8
|
Get rid of old-style chown operands.
|
1999-04-23 08:20:28 +00:00 |
cgd
|
cc6809bffa
|
regen for 'const poisoning for strings, and minor cleanup'
|
1999-04-23 06:20:33 +00:00 |
cgd
|
c95f8f86c1
|
const poisoning for strings, and minor cleanup
|
1999-04-23 06:19:51 +00:00 |
cgd
|
c470144d55
|
use the errno mapping array
|
1999-04-23 06:15:35 +00:00 |
cgd
|
8ca456cbb3
|
add osf1_errno.c
|
1999-04-23 06:07:55 +00:00 |
cgd
|
f0f87c5554
|
finish updating this for signal changes, as was started in the
mis-labeled ("const poisoning"?!??!) rev 1.6.
|
1999-04-23 05:56:28 +00:00 |
cgd
|
f33ddea5c4
|
add an OSF1_CHECK_ALT_CREAT, similar to OSF1_CHECK_ALT_EXIST
|
1999-04-23 05:55:13 +00:00 |
cgd
|
575e9f8dfd
|
support emulation-specified errno mapping tables
|
1999-04-23 05:43:02 +00:00 |
cgd
|
4a84f3545a
|
OSF/1 errno definitions, and a NetBSD -> OSF/1 errno mapping table.
|
1999-04-23 05:37:41 +00:00 |
cgd
|
f12f795592
|
a quick hack to make generating errno conversion tables from our and other
systems' headers a bit easier. leaves much to be desired, but it's better
than nothing.
|
1999-04-23 05:31:33 +00:00 |
thorpej
|
83f9ab3c87
|
Implement asynchronous autonegotiation when driven by the MII tick
(one-second clock). Prevents .5s delays every 5 seconds when the interface
is up but there is no link. Fixes PR 7361.
|
1999-04-23 04:24:32 +00:00 |
tsubai
|
9751244932
|
md_post_newfs() should return int.
|
1999-04-23 01:38:35 +00:00 |
thorpej
|
94682a459b
|
These are no longer used: replaced by locore_mips1.S and locore_mips3.S.
|
1999-04-23 00:10:15 +00:00 |
ross
|
3bb2867f5a
|
Document some of the 1.3 -> 1.4 features.
|
1999-04-23 00:04:07 +00:00 |
mycroft
|
d0c8706cd2
|
Initialization of the backing store pointers in __set_subwin() was just
totally wrong. It needs to offset by the origin of the parent window.
|
1999-04-22 22:39:09 +00:00 |
pk
|
c3f1aa0d3e
|
Don't send any data upstream if we're not open yet.
|
1999-04-22 20:37:37 +00:00 |
mycroft
|
3800206dc5
|
Map the Home and End keys as xterm does.
|
1999-04-22 20:06:02 +00:00 |
ross
|
70f6413687
|
Add list item and description for installation/instkernel/ [netbsd.gz]
|
1999-04-22 18:56:55 +00:00 |
wrstuden
|
9b0e678d51
|
Fix compilation errors.
|
1999-04-22 18:48:59 +00:00 |
ender
|
e544636cde
|
Disable ASC interrupt enabling for now. We don't currently use it, and
it seems to be causing hangs at attach time on LCII's.
|
1999-04-22 18:00:34 +00:00 |
christos
|
cd9b06e204
|
Don't try to use <stdio.h> (when -DDEBUG) if we are -D_STANDALONE or -D_KERNEL
Now the boot blocks compile with -DDEBUG
|
1999-04-22 16:32:01 +00:00 |
minoura
|
43d6c498cc
|
I deleted a necessary line by mistake.
|
1999-04-22 16:22:49 +00:00 |
minoura
|
f9afee1b29
|
Bus error occurred on such machines without the SCSI ROM.
Insert badaddr() check before read the ROM.
|
1999-04-22 12:55:53 +00:00 |
drochner
|
ca053f4364
|
remove an "unmodified" so that the copyright notice will hopefully match
pk's "BSD-style (clauses: 2; no acknowledgements)" pattern
|
1999-04-22 10:27:16 +00:00 |
ross
|
a1cca18262
|
Implementing bus_space_barrier(9)::isa_bs_barrier() with panic(9)
does in fact get you a barrier, but it's unnecessarily drastic.
Fixes kern/7431 "SHARKs with a serial console and com.c 1.59.2.1 won't boot".
|
1999-04-22 10:12:41 +00:00 |
leo
|
098c344c9b
|
Make sure that we can link against the libsa.a library. It looks like a
gross hack, but I don't know how to fix this in another way.
|
1999-04-22 07:17:01 +00:00 |