jonathan
92ed4b0f7f
Make the __mcount entrypoint non-static for kernels, to avoid any
...
chance of gprof mis-report profile ticks in __mcount to the following
function in libkern (currently _qdivrem).
1997-10-18 22:31:33 +00:00
cjs
bcced1d9be
Check return values from lseek; use SEEK_SET instead of 0.
1997-10-18 22:27:46 +00:00
cjs
4b97411a80
Change sd.transparent to sd.compressed, so that we default to non-
...
compressed mode when we zero out the structure. Check_header() now
does not force us to uncompressed mode if we read no data (EOF);
it leaves the default, so that if we check at the end of a file,
we don't set the file to uncompressed mode and blow up later lseeks
on it.
1997-10-18 22:27:15 +00:00
ws
f92f4e8ac3
Correct handling of empty files (fixes PR4285 by (and tested by) Dave Huang)
1997-10-18 22:12:27 +00:00
hubertf
59b0f424db
Prevent error if machine-symlink isn't already there (rm -> rm -f)
1997-10-18 21:46:27 +00:00
thorpej
c8d4b16d94
Add ./usr/include/bfd
1997-10-18 21:38:14 +00:00
kml
c8e01708d1
remove extraneous icmp_do_mtudisc
1997-10-18 21:21:28 +00:00
kml
6b86b260cb
change sysctl net.inet.icmp.mtudisc to net.inet.ip.mtudisc
1997-10-18 21:18:28 +00:00
christos
a8fba37dbd
Tons of changes; re-indent, use termios, fix warnings, add prototypes...
...
Games is almost clean; only hack is left...
1997-10-18 20:03:05 +00:00
thorpej
75e554c27d
Implement two macros, scsipi_command() and scsipi_command_direct(), and
...
use them to hide the structure of the function pointers we jump through
to issue a command.
1997-10-18 19:50:51 +00:00
mhitch
20c5359658
If DDB and the boot loader has loaded the kernel symbol tables, save the
...
symbols and let ddb know about them.
1997-10-18 19:48:02 +00:00
gwr
12ed8135a0
Add rcsid and a comment
1997-10-18 19:12:11 +00:00
gwr
5e6d32d6b0
Add dir commands to find sources.
1997-10-18 19:09:38 +00:00
gwr
5fe3a1e907
This was temporary - now in ../gdb
1997-10-18 18:57:59 +00:00
gwr
473fa8d5f6
... and in with the new! (other files added via repository copy)
1997-10-18 18:37:37 +00:00
gwr
41d88aa514
Out with the old...
1997-10-18 18:25:50 +00:00
gwr
36222f7838
Out with the old...
1997-10-18 18:15:48 +00:00
gwr
03272e0c4b
Add: bfd readline
1997-10-18 18:13:35 +00:00
mrg
d71f6e87ae
clean up, WARNS.
1997-10-18 17:31:35 +00:00
mrg
8f798dca81
merge lite-2.
1997-10-18 16:48:29 +00:00
carrel
052d2ca080
variable is sb not st
1997-10-18 16:39:46 +00:00
christos
0f4b4471a8
Regen.
1997-10-18 16:36:49 +00:00
christos
3130feba6d
Fixed missed const char * in lstat (thanks enami) and changed caddr_t -> void *
...
in the mman family.
1997-10-18 16:35:25 +00:00
christos
3c07a14a75
Separate assigments of tv_sec and tv_nsec since tv_sec is a time_t (int on
...
the alpha) and tv_nsec is a long.
1997-10-18 16:34:17 +00:00
christos
e196a361ce
Regen.
1997-10-18 16:31:59 +00:00
christos
885404d216
Use stat12; from Enami Tsugutomo
1997-10-18 16:30:25 +00:00
mrg
226284be12
merge lite-2.
1997-10-18 16:04:21 +00:00
matt
6db79ef042
Allow mailboxes to be in <cr><lf> format.
1997-10-18 15:48:48 +00:00
mrg
09366313d3
"merge" lite-2. our printf is already kinda different...minor changes only.
1997-10-18 15:38:01 +00:00
lukem
e74da31dcc
don't define WARNS=1 here
1997-10-18 15:31:20 +00:00
lukem
30809d6452
WARNSify, fix .Nm usage, deprecate register
1997-10-18 15:28:04 +00:00
lukem
bbfdb6ffc5
WARNSify, fix .Nm usage, deprecate register
1997-10-18 15:14:48 +00:00
lukem
e207462d6e
WARNSify, fix .Nm usage
1997-10-18 15:05:40 +00:00
mrg
acc19d2fa6
"merge" lite-2. (our strip was already radically different and only rcsids were changed)
1997-10-18 15:04:56 +00:00
lukem
c5a3c5334f
WARNSify, fix .Nm usage
1997-10-18 15:02:15 +00:00
lukem
6533f941fe
s/index/strchr
1997-10-18 15:01:05 +00:00
lukem
0c2c736d5a
WARNSify, fix .Nm usage
1997-10-18 15:00:11 +00:00
lukem
b01545b899
WARNSify
1997-10-18 14:53:48 +00:00
lukem
906b60f5e0
getopt returns -1 not EOF
1997-10-18 14:49:41 +00:00
lukem
1d3ba85e36
WARNSify
1997-10-18 14:48:22 +00:00
lukem
d2316002cc
fix up .Nm usage
1997-10-18 14:46:54 +00:00
lukem
95737fee5b
WARNSify, fix .Nm usage
1997-10-18 14:45:55 +00:00
lukem
397a8a0855
WARNSify (big job!), fix .Nm usage
1997-10-18 14:44:21 +00:00
mrg
0026c9e93a
merge lite-2.
1997-10-18 14:34:39 +00:00
drochner
01a642fa68
The third argument to msync() got lost - bring it back.
1997-10-18 14:11:43 +00:00
drochner
83d255de83
This driver can't handle wildcarded iobase.
...
(This is really a config file error.)
1997-10-18 14:09:52 +00:00
lukem
0fbfce3460
WARNSify, fix .Nm usage
1997-10-18 13:54:51 +00:00
mrg
7397398466
merge lite-2.
1997-10-18 13:53:56 +00:00
lukem
043bfc9260
KNFify (with indent(1))
1997-10-18 13:53:19 +00:00
lukem
c8accd1a9f
disable WARNS until an ecoff user can clean this up
1997-10-18 13:50:18 +00:00