| #
08cbf5a0 |
| 14-Feb-2017 |
David van Moolenbroek <david@minix3.org> |
Enable a few more NetBSD functions
Change-Id: Ia8463adfb12b465bd43a62aee9f14b21eaa13b19
|
| #
135965dc |
| 13-Mar-2016 |
Jean-Baptiste Boric <jblbeurope@gmail.com> |
Revert "libutil: add getmaxpartitions() implementation"
This reverts commit 22ad44d6a9fa80d47806bf1897394569b6c15b8a.
With the MIB service implemented, this hack is no longer necessary.
Change-Id:
Revert "libutil: add getmaxpartitions() implementation"
This reverts commit 22ad44d6a9fa80d47806bf1897394569b6c15b8a.
With the MIB service implemented, this hack is no longer necessary.
Change-Id: Ic969c2dcecd6fc9ce283d1dda6518796869875e3
show more ...
|
| #
1f761e1b |
| 09-Oct-2015 |
David van Moolenbroek <david@minix3.org> |
w(1): switch to libkvm
Change-Id: I6d836d9aa2e1dfe8df1d866a5cc33868522f767e
|
| #
0a6a1f1d |
| 15-Oct-2015 |
Lionel Sambuc <lionel.sambuc@gmail.com> |
NetBSD re-synchronization of the source tree
This brings our tree to NetBSD 7.0, as found on -current on the 10-10-2015.
This updates: - LLVM to 3.6.1 - GCC to GCC 5.1 - Replace minix/commands/z
NetBSD re-synchronization of the source tree
This brings our tree to NetBSD 7.0, as found on -current on the 10-10-2015.
This updates: - LLVM to 3.6.1 - GCC to GCC 5.1 - Replace minix/commands/zdump with usr.bin/zdump - external/bsd/libelf has moved to /external/bsd/elftoolchain/ - Import ctwm - Drop sprintf from libminc
Change-Id: I149836ac18e9326be9353958bab9b266efb056f0
show more ...
|
| #
22ad44d6 |
| 11-Sep-2015 |
Jean-Baptiste Boric <jblbeurope@gmail.com> |
libutil: add getmaxpartitions() implementation
Change-Id: I6f1d7838e10bcb079fb5b68ff513c3279fffb4f9
|
|
Revision tags: v3.3.0 |
|
| #
84d9c625 |
| 06-Dec-2013 |
Lionel Sambuc <lionel@minix3.org> |
Synchronize on NetBSD-CVS (2013/12/1 12:00:00 UTC)
- Fix for possible unset uid/gid in toproto - Fix for default mtree style - Update libelf - Importing libexecinfo - Resynchronize GCC, mpc, gm
Synchronize on NetBSD-CVS (2013/12/1 12:00:00 UTC)
- Fix for possible unset uid/gid in toproto - Fix for default mtree style - Update libelf - Importing libexecinfo - Resynchronize GCC, mpc, gmp, mpfr - build.sh: Replace params with show-params. This has been done as the make target has been renamed in the same way, while a new target named params has been added. This new target generates a file containing all the parameters, instead of printing it on the console. - Update test48 with new etc/services (Fix by Ben Gras <ben@minix3.org) get getservbyport() out of the inner loop
Change-Id: Ie6ad5226fa2621ff9f0dee8782ea48f9443d2091
show more ...
|
| #
a06e2ab3 |
| 09-Sep-2013 |
Ben Gras <ben@minix3.org> |
big <utmp.h>-inspired netbsd switch
import/switch of: init, getty, reboot, halt, shutdown, wall, last
changes: . change reboot() call to netbsd prototype and args . allows pristine <utmp.h> . us
big <utmp.h>-inspired netbsd switch
import/switch of: init, getty, reboot, halt, shutdown, wall, last
changes: . change reboot() call to netbsd prototype and args . allows pristine <utmp.h> . use clean <sys/reboot.h> instead of <minix/reboot.h> . implement TIOCSCTTY for use by getty so getty can get controlling terminal from init's child(ren) . allow NULL envp for exec
Change-Id: I5ca02cb4230857140c08794bbfeba7df982c58a3
show more ...
|
| #
ac65742a |
| 19-Aug-2013 |
David van Moolenbroek <david@minix3.org> |
Import NetBSD df(1)
Change-Id: I7a99e335da666a15b43b9daeb59dbfee516f0118
|
|
Revision tags: v3.2.1 |
|
| #
f14fb602 |
| 15-Nov-2012 |
Lionel Sambuc <lionel@minix3.org> |
Libraries updates and cleanup
* Updating common/lib * Updating lib/csu * Updating lib/libc * Updating libexec/ld.elf_so * Corrected test on __minix in featuretest to actually follow the mean
Libraries updates and cleanup
* Updating common/lib * Updating lib/csu * Updating lib/libc * Updating libexec/ld.elf_so * Corrected test on __minix in featuretest to actually follow the meaning of the comment. * Cleaned up _REENTRANT-related defintions. * Disabled -D_REENTRANT for libfetch * Removing some unneeded __NBSD_LIBC defines and tests
Change-Id: Ic1394baef74d11b9f86b312f5ff4bbc3cbf72ce2
show more ...
|
| #
017ce5a5 |
| 07-Jan-2013 |
Ben Gras <ben@minix3.org> |
libc, libutil: remove compat hacks
|
| #
9152e1c5 |
| 12-Sep-2012 |
Lionel Sambuc <lionel@minix3.org> |
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones: * tools * distribution * sets * release
The remaining NetBSD targets have not been disabled nor tested *
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones: * tools * distribution * sets * release
The remaining NetBSD targets have not been disabled nor tested *at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in MAKEOBJDIR, which means you can now keep objects between two branch switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things: * Read share/mk/bsd.README * If you add a subdirectory, add a Makefile in it, and have it called by the parent through the SUBDIR variable. * Do not add arbitrary inclusion which crosses to another branch of the hierarchy; If you can't do without it, put a comment on why. If possible, do not use inclusion at all. * Use as much as possible the infrastructure, it is here to make life easier, do not fight it.
Sets and package are now used to track files. We have one set called "minix", composed of one package called "minix-sys"
show more ...
|
| #
dba3562d |
| 11-Sep-2012 |
Lionel Sambuc <lionel@minix3.org> |
Updating libutil from netbsd
|
| #
a2d13726 |
| 07-Apr-2012 |
Ben Gras <ben@minix3.org> |
Import NetBSD usr.bin/login
|
|
Revision tags: v3.2.0 |
|
| #
2fe8fb19 |
| 11-Feb-2012 |
Ben Gras <ben@minix3.org> |
Full switch to clang/ELF. Drop ack. Simplify.
There is important information about booting non-ack images in docs/UPDATING. ack/aout-format images can't be built any more, and booting clang/ELF-form
Full switch to clang/ELF. Drop ack. Simplify.
There is important information about booting non-ack images in docs/UPDATING. ack/aout-format images can't be built any more, and booting clang/ELF-format ones is a little different. Updating to the new boot monitor is recommended.
Changes in this commit:
. drop boot monitor -> allowing dropping ack support . facility to copy ELF boot files to /boot so that old boot monitor can still boot fairly easily, see UPDATING . no more ack-format libraries -> single-case libraries . some cleanup of OBJECT_FMT, COMPILER_TYPE, etc cases . drop several ack toolchain commands, but not all support commands (e.g. aal is gone but acksize is not yet). . a few libc files moved to netbsd libc dir . new /bin/date as minix date used code in libc/ . test compile fix . harmonize includes . /usr/lib is no longer special: without ack, /usr/lib plays no kind of special bootstrapping role any more and bootstrapping is done exclusively through packages, so releases depend even less on the state of the machine making them now. . rename nbsd_lib* to lib* . reduce mtree
show more ...
|
| #
fb50da9d |
| 28-Nov-2011 |
Thomas Veerman <thomas@minix3.org> |
Fine grained compatibility with _RENAMEd symbols
The NetBSD libc provides a mechanism to have versions of system calls. By 'renaming' symbols to a new version, freshly compiled programs will automat
Fine grained compatibility with _RENAMEd symbols
The NetBSD libc provides a mechanism to have versions of system calls. By 'renaming' symbols to a new version, freshly compiled programs will automatically use the new symbol iff they use the proper header files. The old, not renamed, version of the symbol will still exist (after being moved to the compat directory), so old programs can still link.
Since MINIX doesn't support dynamic linking, the whole rename mechanism doesn't really work for us. However, removing it would create a huge diff with the current NetBSD libc.
A lot of the compat code relies on things we don't (seem to) have, and therefore does not get built and linked. This causes trouble for tools like autoconf, which will fail to find the renamed symbols. For example, currently select gets renamed to __select50 in libc. Autoconf looks for 'select' and doesn't find it and reports we don't have it. This is where the compat.S stub comes into play: it generates the old symbols and jumps to the new symbols. However, as this is done in one object file, all renamed symbols get linked together, causing binaries to be huge. This patch fixes that by generating an object file for each renamed symbol.
This patch also makes the MISSING_SYSCALLS more complete and marginally reduces the diff with NetBSD.
show more ...
|
| #
c4bce958 |
| 13-Nov-2011 |
Vivek Prakash <vivek.cs.iitr@gmail.com> |
Define flags in sys/stat.h
|
| #
5c007436 |
| 30-Sep-2011 |
Ben Gras <ben@minix3.org> |
Switch to NetBSD passwd format Based on work by Vivek Prakash and Gianluca Guida.
See UPDATING about caveats on currently existing accounts.
. restores netbsd libc pwcache functions
|
| #
0c3983b2 |
| 26-Sep-2011 |
Ben Gras <ben@minix3.org> |
update/fix manpage support
. add bsd-style MLINKS to minix man set, restoring aliases (e.g. man add64 -> int64) . update daily cron script to run makewhatis and restore makewhatis in man Mak
update/fix manpage support
. add bsd-style MLINKS to minix man set, restoring aliases (e.g. man add64 -> int64) . update daily cron script to run makewhatis and restore makewhatis in man Makefile (makedb), restores functionality of man -k . netbsd imports of man, mdocml, makewhatis, libutil, apropos . update man.conf with manpage locations, restoring man [-s] <section> . throws out some obsolete manpages
show more ...
|
| #
cc17b27a |
| 27-Apr-2011 |
Gianluca Guida <gianluca@minix3.org> |
Build NetBSD libc library in world in ELF mode.
3 sets of libraries are built now: . ack: all libraries that ack can compile (/usr/lib/i386/) . clang+elf: all libraries with minix headers (/usr/
Build NetBSD libc library in world in ELF mode.
3 sets of libraries are built now: . ack: all libraries that ack can compile (/usr/lib/i386/) . clang+elf: all libraries with minix headers (/usr/lib/) . clang+elf: all libraries with netbsd headers (/usr/netbsd/)
Once everything can be compiled with netbsd libraries and headers, the /usr/netbsd hierarchy will be obsolete and its libraries compiled with netbsd headers will be installed in /usr/lib, and its headers in /usr/include. (i.e. minix libc and current minix headers set will be gone.)
To use the NetBSD libc system (libraries + headers) before it is the default libc, see: http://wiki.minix3.org/en/DevelopersGuide/UsingNetBSDCode This wiki page also documents the maintenance of the patch files of minix-specific changes to imported NetBSD code.
Changes in this commit: . libsys: Add NBSD compilation and create a safe NBSD-based libc. . Port rest of libraries (except libddekit) to new header system. . Enable compilation of libddekit with new headers. . Enable kernel compilation with new headers. . Enable drivers compilation with new headers. . Port legacy commands to new headers and libc. . Port servers to new headers. . Add <sys/sigcontext.h> in compat library. . Remove dependency file in tree. . Enable compilation of common/lib/libc/atomic in libsys . Do not generate RCSID strings in libc. . Temporarily disable zoneinfo as they are incompatible with NetBSD format . obj-nbsd for .gitignore . Procfs: use only integer arithmetic. (Antoine Leca) . Increase ramdisk size to create NBSD-based images. . Remove INCSYMLINKS handling hack. . Add nbsd_include/sys/exec_elf.h . Enable ELF compilation with NBSD libc. . Add 'make nbsdsrc' in tools to download reference NetBSD sources. . Automate minix-port.patch creation. . Avoid using fstavfs() as it is *extremely* slow and unneeded. . Set err() as PRIVATE to avoid name clash with libc. . [NBSD] servers/vm: remove compilation warnings. . u32 is not a long in NBSD headers. . UPDATING info on netbsd hierarchy . commands fixes for netbsd libc
show more ...
|
|
Revision tags: v3.1.8 |
|
| #
ffe7e916 |
| 19-Jul-2010 |
Ben Gras <ben@minix3.org> |
lib - extra file for libutil; strnstr and strcasestr from freebsd for libc.
|
| #
2a556de6 |
| 16-Jul-2010 |
Ben Gras <ben@minix3.org> |
further sha2 conversion by Gautam Tirumala
|
| #
c0c8d257 |
| 25-Jun-2010 |
Arun Thomas <arun@minix3.org> |
Rename mkfiles from minix.*.mk to bsd.*.mk
Makes things easier for pkgsrc
|
| #
1b2c01db |
| 11-Jun-2010 |
Arun Thomas <arun@minix3.org> |
Makefile updates:
Turn on optimization Remove some redundancy in FLAGS
|
|
Revision tags: v3.1.7 |
|
| #
a0147a8c |
| 09-Jun-2010 |
Ben Gras <ben@minix3.org> |
libutil: minix efun.c
|
| #
035c5a36 |
| 02-Jun-2010 |
Ben Gras <ben@minix3.org> |
move drivers/random SHA implementation to libutil and header to <minix/sha2.h>
|