43051c182a
Safety feature for symlink() - verify length of symlink contents buffer with strlen()
Ben Gras2006-01-26 14:31:00 +00:00
23bcf287cb
Let symlinks be in the installed set of files ; make symlink from /var/log to /usr/log.
Ben Gras2006-01-25 13:00:14 +00:00
20add6baa2
. initial version of binpackage script . build now used to make binary packages (and still in easypack), kick out makeme.sh
Ben Gras2006-01-23 12:22:06 +00:00
46ad16e688
. new version of minix . less space on filesystems of cd image
Ben Gras2006-01-18 09:49:54 +00:00
ad7f2784fe
Made 'called by' DEBUG-conditional to avoid messy startup message
Ben Gras2006-01-18 09:48:32 +00:00
a85797f486
Make error message conditional
Ben Gras2006-01-18 09:47:22 +00:00
093cfe1143
. less verbose cd /usr debugging . save random data only if /usr is mounted rw, don't display error otherwise
Ben Gras2006-01-18 09:33:09 +00:00
428f9d63c4
Don't print randomness error when booting from install cd.
Ben Gras2006-01-17 17:57:40 +00:00
966905d295
Not having a driver isn't a print-worthy error. Just return ENXIO.
Ben Gras2006-01-17 17:55:35 +00:00
4102c1b44c
Make drivers install signal handlers so they don't die at exit.
Ben Gras2006-01-17 17:43:35 +00:00
39f1fb81ea
Don't print usage if service can't find binary.
Ben Gras2006-01-17 15:56:55 +00:00
c452baf68d
Made memory driver notice about location in DS a debug statement.
Ben Gras2006-01-17 15:53:43 +00:00
b1ac60a03b
The release script now remembers old settings (scratch partitions) and re-uses them, with a warning. This is nice and quick for repeated release builds.
Ben Gras2006-01-17 15:14:56 +00:00
dbca8946f2
No more gmake in top makefile
Ben Gras2006-01-17 15:09:15 +00:00
303eba31a4
Removed bits from Makefile that are now in 'bigports'
Ben Gras2006-01-17 11:25:29 +00:00
a5cc1cb8d1
sh MAKEDEV to avoid depending on any x-bits. Make depend before make clean.
Philip Homburg2006-01-12 14:50:05 +00:00
d65c8c116c
Initial version of Cardbus support with the TI1225 Cardbus controler.
Philip Homburg2006-01-12 14:47:48 +00:00
e44aaf4c37
Many changes for cardbus support, automatic detection of PCI bridges, resource allocation, and tracking.
Philip Homburg2006-01-12 14:46:12 +00:00
a9dd9784d1
Added truncate(1) manpage; added comment about holes in du; removed minix-vmd specificness of F_FREESP as minix now implements it too.
Ben Gras2006-01-11 17:18:53 +00:00
50b06261b6
Implementation of truncate(), ftruncate() and the F_FREESP fcntl().
Ben Gras2006-01-11 17:14:51 +00:00
d9827f56ba
Fixes for #defines growing a _
Ben Gras2006-01-06 16:49:58 +00:00
ebca3a434c
LICENSE taken from website instead of old PH license.
Ben Gras2006-01-05 16:58:38 +00:00
f18384d54c
Make easypack remove tar after it's finished; and check for root, in which case don't check for writability of source dir
Ben Gras2005-12-12 14:07:03 +00:00
0a4047a8fe
added -u flag to id for easypack
Ben Gras2005-12-12 13:55:58 +00:00
dd99ee67e0
Rename some #defines such as MAX_BLOCK_SIZE to _MAX_BLOCK_SIZE and such so as to not pollute application namespace.
Ben Gras2005-11-14 18:41:27 +00:00