Philip Homburg
7aa4c9ec2f
New version of ash. From FreeBSD 5.4 via Minix-vmd.
2006-05-23 12:59:34 +00:00
Philip Homburg
3ea083b8d4
Actually remove allocmem and freemem sources from the library.
2006-05-19 12:45:55 +00:00
Philip Homburg
e9aabcf2f8
Disabled building rescue driver (no longer needed). Moved allocmem from
...
library to the memory driver. Always put output from within TTY directly on
the console. Removed second include of driver.h from tty.c. Made tty_inrepcode
bigger. First step to move PM and FS calls that are not regular (API)
system calls out of callnr.h (renumbered them, and removed them from the
table.c files). Imported the Minix-vmd uname implementation. This provides
a more stable ABI than the current implementation. Added a bit of security
checking. Unfortunately not nearly enough to get a secure system. Fixed a
bug related to the sizes of the programs in the image (in PM patch_mem_chunks).
2006-05-19 12:19:37 +00:00
Philip Homburg
c3cf4ef460
Fixed off by one error in backoff code. Limit backoff to 1 second for
...
disk drivers.
2006-05-15 12:08:43 +00:00
Philip Homburg
c9ff3994f1
Unpause requests (to FS) can be generated in parallel to other requests.
2006-05-15 12:06:19 +00:00
Philip Homburg
f0186f4179
Do not unmap a driver when the driver dies (it interferes with restarting
...
disk drivers). Fixed accounting for REVIVING/reviving.
2006-05-15 11:43:06 +00:00
Philip Homburg
ae92cc208d
The new service command managed to escape.
2006-05-11 15:30:56 +00:00
Philip Homburg
14b7a72ba3
Init need more space (the results of removing the special case for init in
...
adjust in PM). Better flags dump in IS.
2006-05-11 15:00:46 +00:00
Philip Homburg
e4967b06bb
Special code for restarting disk drivers (-c flag in service).
2006-05-11 14:58:33 +00:00
Philip Homburg
773844a816
New interface between PM and FS.
2006-05-11 14:57:23 +00:00
Philip Homburg
94717cb74c
Pass -c flags to service for disk device drivers.
2006-05-11 14:53:20 +00:00
Philip Homburg
aeb6630868
Ignore SIGHUP in floppy driver.
2006-05-11 14:52:40 +00:00
Philip Homburg
15b8fe54a8
Better initialization of the memory map of processes that are part of the
...
image. Removed NO_MAP flag.
2006-05-11 14:49:46 +00:00
Philip Homburg
71917d6383
Changes for restarting disk drivers and new interface between PM and FS.
2006-05-11 14:47:31 +00:00
Ben Gras
5a8315cf5b
call cons_stop() before sys_abort() to not break tty on shutdown
2006-05-11 14:01:44 +00:00
Philip Homburg
5a3d6ac67f
Balance curly braces.
2006-05-10 15:39:52 +00:00
Ben Gras
244786ae34
Fix for service formatting bug reported by Jaap Weel <weel@ugcs.caltech.edu>
2006-05-08 22:04:05 +00:00
Ben Gras
461a4fafb1
Added fchmod() and fchown()
2006-04-18 11:26:04 +00:00
Ben Gras
b1e5779b1c
*** empty log message ***
2006-04-13 18:12:33 +00:00
Ben Gras
3aedf32a8a
*** empty log message ***
2006-04-13 18:07:42 +00:00
Ben Gras
28290d0898
install motd as motd.install
2006-04-13 18:06:22 +00:00
Ben Gras
96e45935a1
Undo issue
2006-04-13 17:49:54 +00:00
Ben Gras
0f7b997dd5
remove issue
2006-04-13 17:48:21 +00:00
Ben Gras
b2648f99b7
Install dinks
2006-04-13 17:47:51 +00:00
Ben Gras
f36a9ad718
Tweak
2006-04-13 17:15:58 +00:00
Ben Gras
613e25760d
Fixes for image.
2006-04-13 17:15:40 +00:00
Ben Gras
0e100664d0
Install dinks
2006-04-13 15:09:39 +00:00
Ben Gras
b539acfbd2
message
2006-04-13 14:38:16 +00:00
Ben Gras
4a8d5f5e38
fiX
2006-04-13 14:36:11 +00:00
Ben Gras
35d96ce368
Newline fix
2006-04-13 14:30:05 +00:00
Ben Gras
928b493106
Andy's issue.
2006-04-13 14:29:11 +00:00
Ben Gras
c3a0a231c6
Andy's motd
2006-04-13 14:27:16 +00:00
Ben Gras
37a2ea0212
Andy's install message.
2006-04-13 14:24:59 +00:00
Ben Gras
d061f4c3b2
sigh
2006-04-13 14:18:23 +00:00
Ben Gras
57245468ca
Sum wrong way round
2006-04-13 13:49:08 +00:00
Ben Gras
ebdfcbf297
For packages.
2006-04-13 12:44:06 +00:00
Ben Gras
353d71a731
More packages - more usr
2006-04-13 02:00:54 +00:00
Ben Gras
d8af4488d9
2nd is sum.
2006-04-13 01:59:43 +00:00
Ben Gras
e377457daa
Install ls in /bin too
2006-04-12 21:51:01 +00:00
Ben Gras
e87dff0619
Install elvis as elvis, not vi
2006-04-12 20:22:42 +00:00
Ben Gras
5bb4530aba
No beta
2006-04-12 15:53:37 +00:00
Ben Gras
0f0cb51072
Compute 1440k for mkboot
2006-04-12 15:53:19 +00:00
Ben Gras
c8196c483f
Bigger root.
2006-04-12 11:33:07 +00:00
Ben Gras
683efbe4c1
Fixes for bios emulation (image names)
2006-04-12 11:32:49 +00:00
Philip Homburg
e860feaa2c
Added PCI_IDE_PRI_NATIVE and PCI_IDE_SEC_NATIVE.
2006-04-12 11:26:20 +00:00
Philip Homburg
2dc693cfe5
Do not record BARs for IDE controllers in compatibility mode.
2006-04-12 11:18:13 +00:00
Ben Gras
ef7f412175
Maybe one more beta
2006-04-12 09:33:53 +00:00
Ben Gras
c1a20efeb9
Less stack for tar - a bit cramped installing binary packages
...
on 16MB machines otherwise.
2006-04-12 00:10:17 +00:00
Ben Gras
7a0f8e28ba
Start nonamed in local mode by default
2006-04-11 13:42:58 +00:00
Ben Gras
ab3b9ed760
added -L option that makes nonamed ignore queries that don't come from
...
localhost.
2006-04-11 13:42:29 +00:00