ragge
|
7aaf918c75
|
d_reset reference removed. Calling of ubareset must be solved.
|
1995-06-16 15:26:11 +00:00 |
ragge
|
8a9fcc717d
|
DELAY() moved to common place.
|
1995-06-16 15:23:53 +00:00 |
ragge
|
2a7adb567d
|
Some flags added to use in boot blocks.
|
1995-06-16 15:20:11 +00:00 |
ragge
|
913f0b045e
|
DDB support. splddb() and trapcode for ddb.
|
1995-06-16 15:17:27 +00:00 |
ragge
|
a1761db1f5
|
DELAY() removed, now common.
|
1995-06-16 15:14:05 +00:00 |
ragge
|
e9aa7f52a2
|
ddb file added.
|
1995-06-16 15:09:56 +00:00 |
ragge
|
e11e0f1712
|
Passing symtab address to kernel.
|
1995-06-16 15:07:58 +00:00 |
ragge
|
988e66c172
|
Pass symtab address to kernel.
|
1995-06-16 15:06:50 +00:00 |
cgd
|
d0601a093f
|
copy some format specifiers from kprintf to sprintf. b & r still missing
|
1995-06-16 10:52:17 +00:00 |
jtc
|
9c87841ac4
|
Change return type of {get,set}{domain,host}name() from long to int.
|
1995-06-16 07:36:03 +00:00 |
jtc
|
7d0e5e8589
|
Use ${.CURDIR} in S macro definition so makefile works with obj directories.
|
1995-06-16 07:23:02 +00:00 |
jtc
|
edbbf562ba
|
<sys/termios.h> -> <termios.h>
|
1995-06-16 07:20:35 +00:00 |
jtc
|
bd3ac90048
|
getsubopt() uses strcmp(), so include <string.h>
|
1995-06-16 07:15:18 +00:00 |
jtc
|
ed7060c4a6
|
Use standard conditional for rcsid definition.
|
1995-06-16 07:12:41 +00:00 |
jtc
|
915b76dd9f
|
Don't cast void functions to void.
|
1995-06-16 07:05:27 +00:00 |
briggs
|
fec7ba6562
|
Rearrange slightly.
|
1995-06-16 04:45:22 +00:00 |
mellon
|
1305dc32df
|
Put parentheses around macro arguments
|
1995-06-16 02:07:33 +00:00 |
cgd
|
94b7cf1b85
|
compensate for timeval/timespec/stat structure changes.
|
1995-06-15 23:22:41 +00:00 |
cgd
|
a134771cd6
|
posixization of timeval, timespec, and stat structs
|
1995-06-15 23:08:08 +00:00 |
cgd
|
8e5127c2e7
|
adjust for the other day's structure changes; make it compile.
|
1995-06-15 22:38:20 +00:00 |
mellon
|
af776e8143
|
Correctly build gcrt0.o
|
1995-06-15 21:59:25 +00:00 |
mellon
|
0cfebbe02b
|
start -> __start in END macro as well
|
1995-06-15 21:58:44 +00:00 |
mellon
|
96ba717024
|
start -> __start to avoid namespace bugs
|
1995-06-15 21:56:58 +00:00 |
pk
|
ef3ad469b6
|
Private strrchr() not needed for scrt0.o
|
1995-06-15 21:41:41 +00:00 |
leo
|
84a11b965a
|
- Correct ownership of ser02/mdm02 (uucp)
- Correct major device no. of std[in|out|err] to be 18 instead of 21
|
1995-06-15 20:40:40 +00:00 |
pk
|
4b7629e4ba
|
Honour current umask when turning `x' bits on (from Joerg Wunsch).
|
1995-06-15 09:02:57 +00:00 |
jtc
|
752ff8fb6c
|
don't include <sys/cdefs.h>, it's a 'private' header
|
1995-06-15 00:07:11 +00:00 |
christos
|
b5f782e810
|
- $NetBSD$ rcsids
- Fixed so that .[A-Z]* targets that do not match keywords are ignored as
Posix mandates
- Added .PHONY target keyword
|
1995-06-14 15:18:37 +00:00 |
jtc
|
e01e3d8204
|
lose extraneous comma
|
1995-06-14 05:24:46 +00:00 |
jtc
|
0b2dbb02ca
|
add explicit return type
|
1995-06-14 05:19:52 +00:00 |
jtc
|
6eaa1d60d8
|
define __atexit pointer
|
1995-06-14 05:17:53 +00:00 |
jtc
|
bebf039306
|
add extern qualifier to __atexit pointer declaration
|
1995-06-14 05:16:04 +00:00 |
gwr
|
d82ae8cad9
|
Fix cpuspeed values for Carerra and similar.
Enable the virtual address cache on the 3/260
|
1995-06-13 22:21:40 +00:00 |
gwr
|
b029c12ac1
|
Moved delay2us to param.h (now an inline function).
|
1995-06-13 22:16:38 +00:00 |
gwr
|
cd13e583aa
|
Provide delay2us as an inline and make it reasonably accurate,
but conservative (long) by a factor of about 1.25
|
1995-06-13 22:14:24 +00:00 |
gwr
|
64543c95b6
|
Fix several missing (and REQUIRED) calls to ZS_DELAY()
|
1995-06-13 22:11:33 +00:00 |
gwr
|
11ab4427ec
|
Fix warning about setjmp arg
|
1995-06-13 22:06:58 +00:00 |
mycroft
|
abdeca89ce
|
Change llinfo_x25 to use queue.h.
|
1995-06-13 09:07:29 +00:00 |
mycroft
|
7d87f9110f
|
Clean this up a bit. Use queue.h more; de-uglify casts.
|
1995-06-13 08:36:58 +00:00 |
mycroft
|
4b83f9cc67
|
Change llinfo_llc to use queue.h.
|
1995-06-13 08:12:33 +00:00 |
mycroft
|
3bcdd7fb97
|
Replace an insque()/remque() pair I missed.
|
1995-06-13 08:11:37 +00:00 |
mycroft
|
a92b154a68
|
Touch this up so it compiles again.
|
1995-06-13 07:58:10 +00:00 |
mycroft
|
3c833d10fc
|
Clean this up a bit. Use queue.h more; de-uglify casts.
|
1995-06-13 07:13:14 +00:00 |
cgd
|
1631c3544b
|
clear m_ext.ext_free when marking an mbuf has having external storage.
From Jonathan Stone <jonathan@DSG.Stanford.EDU>.
|
1995-06-13 06:43:51 +00:00 |
mycroft
|
d2307f3ecb
|
Update to match data structure changes.
|
1995-06-13 05:52:42 +00:00 |
mycroft
|
39b1a58316
|
Update to match data structure changes.
|
1995-06-13 05:41:43 +00:00 |
mycroft
|
415057458b
|
Update to match data structure changes.
|
1995-06-13 05:38:47 +00:00 |
mycroft
|
80a0cdd913
|
There's no reason to set if_next here.
|
1995-06-13 05:31:00 +00:00 |
jtc
|
15206427d4
|
Add btree(3) cross reference.
Lose self-referential cross reference.
|
1995-06-13 00:53:40 +00:00 |
jtc
|
88fc62fe16
|
Changed type of rlimit values from quad_t to rlim_t. Cast rlim_t's to
quad_t's and use "%qd" in printf.
Eliminated unneccessary conditional.
|
1995-06-12 19:44:16 +00:00 |