Ben Gras
741f3678e9
hack to avoid firstdatazone overflow problem when no. of
...
inodes gets too large. real solution (computing firstdatazone
instead of storing it in the superblock) to follow on trunk.
2007-11-06 16:55:48 +00:00
Ben Gras
6ec8998639
backport some fixes from the trunk to the 3.1.3 branch, to be 3.1.3b.
...
most notably unbreaks floppy driver.
2007-11-06 14:06:10 +00:00
Ben Gras
818b1a2741
Disable this test - there's a bug that vfs doesn't know an
...
updated directory size after new directory entries are added. To
be fixed.
2007-06-07 09:59:44 +00:00
Ben Gras
2862654b07
firstdatazone is prone to overflowing with many inodes.
2007-06-06 15:14:58 +00:00
Ben Gras
26cf8b90ea
Not used in vfs.
2007-06-06 14:48:18 +00:00
Ben Gras
1560fc9b94
Bugfix for 'mkdir x; mkdir y; mv x y'
2007-05-31 13:37:38 +00:00
Ben Gras
af78f809ee
improve FS process bookkeeping; fixes bug where vfs tries to e.g. send
...
stime messages to NONE of an unmounted filesystem.
2007-05-31 12:20:09 +00:00
Ben Gras
0e44ca2b61
Hack for dhcp on 3.1.3 branch (not necessary on trunk)
2007-05-30 16:44:43 +00:00
Ben Gras
2db64a7fa5
run is as root so it can retrieve its signal set
2007-05-30 16:41:14 +00:00
Ben Gras
3a3f4496d9
Assume bios parameters are wrong/missing if any of the parameters are 0.
2007-05-30 16:13:36 +00:00
Ben Gras
f73affcfc3
Disable copy diagnostic.
2007-05-30 15:45:47 +00:00
Ben Gras
dc4916c77a
include 'printer'
2007-05-30 15:39:27 +00:00
Ben Gras
0a9128303d
New small release of 3.1.3 branch in preparation.
2007-05-30 13:40:54 +00:00
Ben Gras
ccd02a6028
Backports and a fix for the 3.1.3 branch.
...
. backports of various fixes already on the trunk
. pass label of driver as argv[0], allowing the pci
driver to free pci resources for it (solved differently
on the trunk code), allowing pci drivers to be restarted
2007-05-01 13:29:50 +00:00
Ben Gras
b015dae3e7
fix packman cd/net quirks
v3.1.3
2007-04-13 17:13:53 +00:00
Ben Gras
dc67b37a10
more removing of warning and debug messages.
2007-04-13 14:00:31 +00:00
Ben Gras
4e0316611a
update boot message for prerelease
2007-04-13 10:00:29 +00:00
Ben Gras
6b2ad6fdfd
verbose message out
2007-04-12 17:01:54 +00:00
Ben Gras
a2b1a5134b
. leave out hardware-fp code from library
...
. minor packman usage tweaks
. kernel feature for printing version number
. removed some verbose debug messages from vfs/mfs
2007-04-12 16:45:00 +00:00
Ben Gras
7dd225ffb2
delete redundant source
2007-04-12 16:30:59 +00:00
Ben Gras
2958815463
leave out debug message
2007-04-12 15:24:45 +00:00
Ben Gras
9200a8a253
feature to display svn version on kernel boot
2007-04-12 15:13:10 +00:00
Ben Gras
691b09f232
This will become 3.1.3
2007-04-12 14:31:16 +00:00
Ben Gras
d61a481169
put the zoneinfo library files directly in the lib/stdtime dir
2007-04-12 14:29:30 +00:00
Ben Gras
ef8ec86b78
Don't always update CMOS on shutdown.
2007-04-10 13:40:09 +00:00
Ben Gras
18e7b315a1
remove debug message
2007-04-05 13:58:35 +00:00
Ben Gras
01c0669075
Bigger shell
2007-04-05 12:30:24 +00:00
Ben Gras
57a5797045
no /usr/gnu/man in base system
2007-04-05 10:52:20 +00:00
Ben Gras
7b4cfd585a
as needs more.
2007-04-05 10:47:04 +00:00
Ben Gras
3354ba1b6c
. add /usr/share for zoneinfo
...
. throw out non-base /usr/gnu stuff
2007-04-05 10:37:22 +00:00
Ben Gras
21e61a600d
/bin/echo is used during early bootstrap too.
2007-04-04 13:05:13 +00:00
Ben Gras
4928e42efb
fix packman sort col, and make sort case-insensitive
2007-04-02 16:23:55 +00:00
Ben Gras
70b95c31bc
version /usr/lib/crontab too
2007-04-02 16:18:46 +00:00
Ben Gras
9581f1596f
explanations with common test3 errors.
2007-04-02 16:00:06 +00:00
Ben Gras
85198a280c
fix some compiler warnings.
2007-04-02 15:10:07 +00:00
Ben Gras
647d1496f3
fix for warning
2007-04-02 14:45:56 +00:00
Ben Gras
321622a318
accept 'q' to exit.
2007-04-02 14:44:16 +00:00
Ben Gras
c0ed0de7d1
mount needs more memory to do system() for rs_down in the event a mount fails.
2007-04-02 14:41:06 +00:00
Ben Gras
c808aeb74e
fix off-by-one error in 'all'
2007-04-02 12:09:43 +00:00
Ben Gras
735d605330
remove debug line
2007-03-30 15:55:36 +00:00
Ben Gras
056ac0a0d3
replace library time handling functions
...
mktime, tzset, asctime, ctime, gmtime, localtime, strftime
with zoneinfo implementations in src/commands/zoneinfo, referenced
from src/lib/stdtime/Makefile.in.
2007-03-30 15:36:49 +00:00
Ben Gras
6ccd37a982
fix for filenames with paths
2007-03-30 15:35:15 +00:00
Ben Gras
0be7f44224
. added zoneinfo to build, with fixes for minix
...
. now using zoneinfo date command, instead of commands/simple/date.c
2007-03-30 15:32:55 +00:00
Ben Gras
a2d3b518d8
rename svn revision variable to one with underscore, to not pollute
...
application namespace
2007-03-30 15:17:32 +00:00
Ben Gras
7507ebfeca
remove debug message
2007-03-30 15:17:03 +00:00
Ben Gras
f3f2e92191
move date(1) to minix manual page place.
2007-03-26 11:24:13 +00:00
Ben Gras
288ee57135
tz database is in /usr/share/zoneinfo.
2007-03-26 11:22:20 +00:00
Ben Gras
fedb5c0368
make way for new date(1).
2007-03-26 11:21:54 +00:00
Ben Gras
3b2c65e323
Import of original zoneinfo code and database - tzcode
...
old-tzcode-32-bit-output and tzdata2007d.
2007-03-26 10:55:16 +00:00
Ben Gras
5596ab1ec7
Minor corrections by ASW.
2007-03-22 16:24:06 +00:00