2a736d0c2e
Add MALLOC_DEBUG env var to debug applications using malloc
Erik van der Kouwe2010-08-20 19:16:31 +00:00
b337d3f8e5
move rrrrrrread_tsc from libsys to libc so anyone can use it
Erik van der Kouwe2010-08-20 18:43:56 +00:00
205855b8ee
boot ramdisk slightly bigger for gcc-compiled binaries.
Ben Gras2010-08-20 12:59:55 +00:00
b9f5e50421
Provide boot image process main functions with a full parameter list, so that bad things don't heppen when using getenv
Erik van der Kouwe2010-08-20 11:07:16 +00:00
4b9420d7d7
mk: use ar instead of gar for gcc/clang ar.
Ben Gras2010-08-18 16:08:10 +00:00
3e7c270f6c
rc: add /sbin to $PATH for fsck.mfs
Ben Gras2010-08-18 16:07:54 +00:00
9a21d1a2fd
Macros for symbols used in both ASM and C
Arun Thomas2010-08-17 16:44:07 +00:00
c8cfcab5db
- Make sure there's space left in the vmnt table for another mount point. - Increase mount point limit.
Thomas Veerman2010-08-17 10:02:50 +00:00
5998a4b2af
AHCI driver: miscellaneous changes - check the DF status flag after each command - increase I/O timeout from 15 to 30 seconds - share some code between ATA and ATAPI after all - produce more accurate errors on DIOCEJECT - rename AHCI_ID_SIZE to the more appropriate ATA_ID_SIZE - rearrange ahci.h in a now more sensible way
David van Moolenbroek2010-08-12 14:08:23 +00:00
f8c56494c9
Boot monitor shouldn't report memory after 4GB; the addresses are wrong and VM can't deal with it anyways
Erik van der Kouwe2010-08-12 13:44:47 +00:00
42a2c1a03a
Increase max number of open files to 255 (more should be possible but does not seem necessary for now)
Erik van der Kouwe2010-08-04 13:35:19 +00:00
83fc90c8c3
test57: test that state isn't corrupted after a signal handler being executed.
Ben Gras2010-08-04 09:00:58 +00:00
b43f3b6bfc
This patch copies the ext2 server onto the initial ramdisk, the final patch to allow MINIX to boot from ext2.
Erik van der Kouwe2010-08-04 05:18:03 +00:00
42bbd56673
lib: when building clang/gcc libraries: add /usr/pkg/bin to $PATH
Ben Gras2010-08-03 11:21:25 +00:00
e1dc59bd16
test Makefile: use any gcc in path
Ben Gras2010-08-03 11:20:31 +00:00
9ce3961b8e
mtree: drop /usr/local, add some pkgsrc dirs; /usr/etc/rc: pkgsrc rc.d
Ben Gras2010-08-03 11:18:18 +00:00
4523163411
Some PCI config space registers have to be accessed in with there actual width. Without this patch DDELinux is not able to read the PCI BARs correctly.
Dirk Vogt2010-08-03 10:03:40 +00:00
25397ef756
Deal all shutdown cases with multiboot as either reset or poweroff depending on their type (contributed by Feiran 'Fam' Zheng)
Erik van der Kouwe2010-08-02 14:41:45 +00:00
ebec792700
Display fallback message in case poweroff fails (contributed by Feiran 'Fam' Zheng)
Erik van der Kouwe2010-08-02 14:40:26 +00:00
c7859a538c
Replace newroot with a call to mount, will make type autodetect easier
Erik van der Kouwe2010-08-02 14:15:48 +00:00
3b386ad39f
minor pkgsrc tweaks; allow pkgsrc to install rc scripts in /usr/pkg/etc/rc.d
Ben Gras2010-08-02 12:28:24 +00:00
dff0434eaf
Add support for the ext2 file system. Contributed by Evgeniy Ivanov.
Thomas Veerman2010-08-02 11:44:45 +00:00
253b4b3fe5
- Add support for ST_NOTRUNC to struct statvfs. - Let tests that test for long file names check for that flag, so that they can verify the results properly.
Thomas Veerman2010-08-02 11:16:32 +00:00
e9651ae962
pkgsrc: minor changes to paths, options.
Ben Gras2010-07-28 09:41:15 +00:00
6dec907191
Shorter reporting of contiguous identical blocks for the IS VM dump (F8) to avoid MFS frrom filling many screens
Erik van der Kouwe2010-07-27 18:46:08 +00:00
eb057107c5
pkg_install - bpm - changes to work with minix ftp client by Gautam Tirumala.
Ben Gras2010-07-26 14:02:05 +00:00
cf975bbc22
gcc headers: look at pkgsrc-installed gcc too
Ben Gras2010-07-26 12:48:48 +00:00
c297701987
libarchive: sanitize out-of-range uids/gids
Ben Gras2010-07-26 12:44:48 +00:00
149153f8ca
<sys/resource.h> - define RLIM_NLIMITS
Ben Gras2010-07-26 10:04:45 +00:00
9f0364df60
lib - sanity check for group_from_gid etc.
Ben Gras2010-07-24 10:40:55 +00:00
df0ba02a38
Multiboot support (contributed by Feiran "Fam" Zheng); keep in mind that GRUB needs to be patched to read MFS for now; use /boot/image_latest to boot the last compiled image in GRUB
Erik van der Kouwe2010-07-23 14:24:34 +00:00
d7c70a41e5
Allow vm to split blocks in memory map (needed for multiboot, contributed by Feiran "Fam" Zheng
Erik van der Kouwe2010-07-23 14:22:13 +00:00
1c4065cd10
pkg_install: forget about OS_RELEASE, just a properly formatted OS_VERSION.
Ben Gras2010-07-23 14:10:23 +00:00
34a58c8d82
inet_ntop, contributed by Thomas Cort.
Ben Gras2010-07-23 09:54:47 +00:00