7465aa5b60
Always do sanity check now. (Possible now that we have lba48.)
Ben Gras2006-03-03 15:34:24 +00:00
aa3932eb8b
Added 'xxl' binsizes size for x. Leave sh and make at normal size for 'big'. Call binsizes normal after creating release.
Ben Gras2006-03-03 12:44:22 +00:00
f877da3aec
endpoint migration for drivers.
Ben Gras2006-03-03 10:21:45 +00:00
7967177710
endpoint-aware conversion of servers.
Ben Gras2006-03-03 10:20:58 +00:00
1335d5d700
'proc number' is process slot, 'endpoint' are generation-aware process instance numbers, encoded and decoded using macros in <minix/endpoint.h>.
Ben Gras2006-03-03 10:00:02 +00:00
5d7f5fccf5
. rename message fields to endpoint variants . remove or optionalify some pci debugging stuff
Ben Gras2006-03-03 09:44:55 +00:00
7550304e19
Changes to support endpoints. . rename message field name macros from *PROC* to *ENDPT*, both to reflect the new meaning and to use it to hunt down where they are used . _PM_SEG_FLAG in fd replaces funny segment loading construction by PM in FS . _MAX_MAGIC_PROC is the highest used proc number, including magic constants such as (currently) ANY, NONE and SELF, used by the endpoint macros to make sure they are encoded properly and no valid endpoint number ever encodes to it. . rename proc_nr in address copy struct to proc_nr_e (endpoint)
Ben Gras2006-03-03 09:43:06 +00:00
f8e186e8b1
Added truncate/ftruncate manpage.
Ben Gras2006-02-13 12:53:50 +00:00
1b28ca47b1
. changed MAXOPEN's from statics to (OPEN_MAX-3) (test broke after increasing OPEN_MAX) . changed s_nokill to s_nokill_stop (test broken as SIGSTOP isn't maskable)
Ben Gras2006-02-13 11:07:21 +00:00
1d4d75795b
Revert to 30 OPEN_MAX (committed by mistake)
Ben Gras2006-02-13 10:32:05 +00:00
b9bdbcba1b
Don't sync before exiting drivers.
Ben Gras2006-02-13 10:28:42 +00:00
88ba4b5268
added reenter check to lock_dequeue() to avoid unlocking of interrupts via cause_sig() during an exception.
Ben Gras2006-02-10 16:53:51 +00:00
040cebcefe
Don't kill processes by signals in process group 0, and do a sync before killing all processes in FS reboot.
Ben Gras2006-02-03 15:21:00 +00:00
bcb67841a5
Give init process group 1.
Ben Gras2006-02-03 14:54:20 +00:00
2b610431ad
isodir prints one entry on each line without padding or trailing slashes (for dirs) if the output isn't a tty, like ls, for use in shell scripts.
Ben Gras2006-02-03 12:59:58 +00:00
f088bc5c6d
Save name of cd drive for package manager
Ben Gras2006-02-02 18:20:09 +00:00
a4e64f44bf
Make easypack check for errors from urlget instead of trying with <HTML.. grepping.
Ben Gras2006-02-02 18:12:21 +00:00
df1989aeae
Make urlget return errors on non-200 http codes
Ben Gras2006-02-02 18:08:25 +00:00
1bec73d61c
fix builds not to do bigmakes
Ben Gras2006-02-02 17:13:07 +00:00
ac71ad109e
. rotate uses bzip2 instead of gzip . binpackages runs a binpackage batch . easypack does binsizes big first
Ben Gras2006-02-02 17:12:16 +00:00
087c550186
Include binary packages on cd.
Ben Gras2006-02-02 17:11:10 +00:00
a3bda44a41
. use proper S_ISFIFO for ISFIFO check . ignore ESPIPE error from lseek() in fflush() on read streams (because fifo's aren't detected when stdin, stdout or stderr)
Ben Gras2006-02-02 16:59:07 +00:00
17f48fc972
i86 driver not built as package
Ben Gras2006-02-01 14:29:58 +00:00