fvdl
|
60ae17c7ae
|
Fix signed/unsigned warnings.
|
2003-08-31 22:40:13 +00:00 |
agc
|
aad01611e7
|
Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22364, verified by myself.
|
2003-08-07 16:26:28 +00:00 |
martin
|
34718fb25a
|
Protect opt_*.h include by _KERNEL_OPT
|
2003-06-23 14:17:24 +00:00 |
martin
|
d505b18964
|
Make sure to include opt_foo.h if a defflag option FOO is used.
|
2003-06-23 11:00:59 +00:00 |
thorpej
|
36ff5d93e8
|
Backout my libsa changes.
|
1999-11-13 21:17:56 +00:00 |
thorpej
|
471a3aa8e4
|
Update for the improvements to libsa, and don't reference libkern.h.
|
1999-11-11 20:23:16 +00:00 |
thorpej
|
fee80fcee9
|
- Fix ZMAGIC image loading.
- Deal with stripped kernels.
- Let machine-dependent code frob the start address.
- General cleanup.
From Matthias Pfaller <matthias@netbsd.org>
|
1997-06-28 07:17:56 +00:00 |
drochner
|
ed2ca9f1fa
|
Avoid user space headers for standalone programs.
Don't use sys/lib/libkern or sys/lib/libz if not standalone
(ie, user space test programs).
|
1997-06-26 19:11:30 +00:00 |
christos
|
e44c1d1f33
|
backout previous kprintf changes
|
1996-10-13 02:28:58 +00:00 |
christos
|
60d201973e
|
printf -> kprintf, sprintf -> ksprintf
|
1996-10-10 22:46:11 +00:00 |
ragge
|
28061842a2
|
Fix include file order to confirm to KNF in master tree also.
|
1996-06-02 13:28:21 +00:00 |
leo
|
c9a8578d2b
|
Fix gcc -Wall warnings about printf arguments.
|
1996-05-14 10:28:18 +00:00 |
cgd
|
6c46625cf7
|
cast pointer to long, not int
|
1995-10-20 00:47:47 +00:00 |
thorpej
|
9800370998
|
Fix off-by-one error when padding text segment.
|
1995-08-04 07:37:03 +00:00 |
cgd
|
60b1ffa877
|
cast ptrs to longs, etc.
|
1995-04-22 13:50:27 +00:00 |
mycroft
|
cba39e9e88
|
Correct some error strings, and add a few more. Don't print error messages in
exec(); let the caller do it.
|
1995-02-21 07:38:37 +00:00 |
mycroft
|
d031ff677c
|
exec() doesn't need to return a value.
|
1995-02-21 07:14:37 +00:00 |
mycroft
|
2af23945b3
|
Add the security check in the hp300 code, and clean a little.
|
1995-02-21 06:56:06 +00:00 |
mycroft
|
2d7464c4b9
|
Add a generic twiddler.
|
1995-02-21 06:33:22 +00:00 |
deraadt
|
9df57d6a8e
|
round text segment to __LDPGSZ bytes
|
1994-11-25 23:08:31 +00:00 |
cgd
|
6668f51c96
|
new RCS ID format.
|
1994-10-26 05:44:32 +00:00 |
brezak
|
6f0b0cdc86
|
Cleanup to make more ANSI compliant; checkpoint
|
1994-08-22 21:55:58 +00:00 |
brezak
|
e03842d0c7
|
Standalone networking for network boot loaders.
|
1994-05-08 16:11:14 +00:00 |