cgd
53dde5bc1c
fix config.new's hardcoded partition number problems (read maxpartitions
...
in from a required keyword, and use it everywhere that's necessary), and
also (slightly) clean up the MACHINE_ARCH config file's inclusion.
1995-01-25 20:44:39 +00:00
cgd
800be68af6
return EOPNOTSUPP from fhtovp and vptofh functions; doing otherwise
...
correctly is not possible.
1995-01-25 14:50:48 +00:00
jtc
a40e8f9215
Fixed bug with '+' or ' ' flags and precision.
...
for example, printf("% 6.4d\n", 77) output one two many padding chars.
1995-01-25 11:20:41 +00:00
jtc
371af22d46
added systat
1995-01-25 08:48:18 +00:00
jtc
365a39f9c0
fix tcpdump cross reference
1995-01-25 08:40:21 +00:00
cgd
dc70e3ae1b
document sysctl variable kern.maxpartitions
1995-01-25 06:09:12 +00:00
cgd
aff3f5b497
implement sysctl variable kern.maxpartitions
1995-01-25 06:08:06 +00:00
cgd
4cc138dd7a
vn -> vnd renaming, for consistency
1995-01-25 05:34:51 +00:00
cgd
2a06f1bc2d
vn -> vnd renaming, for consistency.
1995-01-25 04:58:12 +00:00
cgd
2ef4ca1f3d
vn -> vnd renaming, for consistency
1995-01-25 04:48:07 +00:00
cgd
95afef4f1d
kill _PATH_VNTAB; it's no longer used by anything.
1995-01-25 04:46:30 +00:00
mycroft
66785ec427
Clean up deleted files.
1995-01-25 04:45:41 +00:00
cgd
d9f7c9f9be
vn -> vnd renaming, for consistency
1995-01-25 04:45:38 +00:00
cgd
8ae2a2e384
vn -> vnd renaming; consistency.
1995-01-25 04:32:37 +00:00
christos
cf1d6b55f3
Modify the floating point part of our context to reflect reality.
1995-01-25 04:18:52 +00:00
christos
a8c747992c
syscalls.master was changed
1995-01-25 04:17:45 +00:00
christos
5a54340166
Make siginfo structure a union for clarity. Fix incorrect settings of
...
the siginfo_t in the waitid() system call.
1995-01-25 04:17:06 +00:00
cgd
2ba7143838
allow swapping on pseudo-devices (!) assuming:
...
(1) they have a major number assigned, and
(2) the minor you're swapping to is a possible minor, given config
file's specification of count for that pdev.
1995-01-25 03:58:57 +00:00
jtc
6a189fc179
Remove unused static constant "one".
1995-01-25 01:07:23 +00:00
jtc
3d9c0cdc87
Integrate last of the relavant changes from fdlibm 5.2:
...
4. Performance issue on rem_pio2
An attempt to speed up the argument reduction in the trig function is to
consider pi/4 < x < 3pi/4 a special case. This was done in the file
e_rem_pio2.c
1995-01-25 01:06:35 +00:00
cgd
f2b2aeb217
serial console
1995-01-25 00:10:35 +00:00
cgd
26099b453e
note KERN_DOMAINNAME, the addition of tickadj to KERN_CLOCKINFO.
1995-01-24 23:55:48 +00:00
cgd
d85271e6e4
don't forget the newline!
1995-01-24 23:03:51 +00:00
hpeyerl
3fc42a912d
NULLFS
1995-01-24 14:01:28 +00:00
gwr
19da1347c9
move code to enable interrupts just a little later
1995-01-24 06:18:14 +00:00
gwr
b2c3dcb6c9
Use kmem_alloc_wait instead of calling the vm code directly.
...
(The old way somehow allowed the pages to be stolen!)
1995-01-24 06:11:35 +00:00
gwr
be52bd38db
Add hack to block interrupts while in ddb.
1995-01-24 06:03:11 +00:00
gwr
1cb911c889
Add another handy symbol for DVMA_SPACE_START
1995-01-24 06:01:55 +00:00
gwr
23aaa8905b
Let the common file deal with multiple inclusion.
1995-01-24 05:58:40 +00:00
gwr
202a15ade7
Now works on VME as well (or as poorly) as on OBIO.
1995-01-24 05:55:48 +00:00
gwr
b18b87854c
Increase TX buf size to fix overrun bug.
1995-01-24 05:50:51 +00:00
gwr
c150d9f6de
Enable the ie and si drivers on VME.
1995-01-24 05:48:27 +00:00
gwr
b756f0feb1
Include vnode_if.c in mkdep args.
1995-01-24 05:45:54 +00:00
mycroft
b36edbb4da
Fix 4 typos pointed out by Jordan, and 1 by me.
1995-01-23 20:34:59 +00:00
mycroft
153c5e083f
Fix a condition where we sometimes sent a FIN too early. Also, a small
...
optimization.
1995-01-23 20:18:35 +00:00
mellon
f3933f8a6a
Undo argument change to cnopen
1995-01-23 18:39:30 +00:00
hpeyerl
b4c2155aa1
ECBDIC->EBCDIC
1995-01-23 18:21:48 +00:00
mycroft
726fa4e94f
Do the PREVENT before the START.
1995-01-23 18:17:22 +00:00
mycroft
feb5b29596
Remove old, misleading comment.
1995-01-23 17:56:26 +00:00
hpeyerl
83865999ab
options GATEWAY.
1995-01-23 15:14:33 +00:00
christos
ad8d5369f5
I added the documented in the manual but not implemented variable expansions:
...
${#WORD}
${WORD%PAT}
${WORD%%PAT}
${WORD#PAT}
${WORD##PAT}
1995-01-23 06:33:03 +00:00
mycroft
57f2c598c7
Various changes from Rafal Boni to improve performance and reliability. Also,
...
clean up the formatting a little more.
1995-01-23 04:50:08 +00:00
cgd
ef5b4feb51
ooops. forgot to emable fpathconf's use of VOP_PATHCONF!
1995-01-23 04:45:22 +00:00
christos
279d6f3237
wait(2): Put the status in retval[1] as solaris expects it there
...
avoid infinite loop when looking for / [since it used to return /emul/svr4],
by returning the real root.
1995-01-22 23:44:48 +00:00
mycroft
01ce8db055
Fix the problem with identifying cards on warm boot. Partly from Greg Hudson.
1995-01-22 07:37:28 +00:00
mycroft
5b44c4f24f
Remove specal case on VNIOCCLR return value.
1995-01-22 07:09:54 +00:00
phil
0c91149a15
Do a shorter cache invalidate. (from Matthias)
1995-01-22 07:06:48 +00:00
mycroft
679d9f5451
Clean up parsing a bit. Get rid of bogus extra arg to `-u'. Update the
...
usage string and man page to reality.
1995-01-22 07:06:44 +00:00
glass
481ef64aa0
vnconfig.c: removed all the silly mount/swapon functionality that never
...
belonged there. much of it didn't work anyway.
vnconfig.8: update man page. still needs work.
1995-01-22 06:18:12 +00:00
mycroft
3dddacd1ce
Rearrange tests so `offline' has higher priority than `out of paper'.
1995-01-22 00:12:39 +00:00