7143 Commits

Author SHA1 Message Date
7a138c6d80 WIP 2018-07-29 15:45:45 +02:00
291f1cd8c3 pthreads wip 2018-01-21 09:59:02 +01:00
4093f9857a Remove unnecessary patch 4 2018-01-21 09:56:17 +01:00
38ba81e87f Remove unnecessary patch 3 2018-01-21 09:56:04 +01:00
428c4f0fc8 Remove unnecessary patch 2 2018-01-21 09:53:56 +01:00
837396d38c Remove unnecessary patch 2018-01-21 09:51:26 +01:00
8138e16526 libc: Drop commented out patch 2018-01-07 20:16:39 +01:00
6bee946b37 pthread_ enabling tls, not yet working 2018-01-07 20:16:07 +01:00
8e9c072e44 Updating distrib sets 2018-01-04 08:17:58 +01:00
7f03957e75 libc_pthread_fix 2018-01-03 23:15:46 +01:00
c0907f494b pthread_mi_lists 2018-01-03 23:15:29 +01:00
962565259d xz fixes 2018-01-03 23:13:50 +01:00
31db02c17d X11 fixes 2018-01-03 23:13:28 +01:00
d72a587778 Remove a circular dependency in headers 2018-01-02 21:49:00 +01:00
5097ca635a Replace i16_t by int16_t 2018-01-02 21:48:54 +01:00
851b44975e Replace i32_t by int32_t 2018-01-02 21:48:48 +01:00
afcc707b2b Replace u64_t by uint64_t 2018-01-02 21:48:27 +01:00
7b6f6eb8b6 Replace u32_t by uint32_t 2018-01-02 21:44:33 +01:00
662d40e304 Replace u16_t by uint16_t 2018-01-02 21:44:26 +01:00
925bb832c4 Replace u8_t by uint8_t 2018-01-02 21:44:19 +01:00
798554fd92 Still removing pthread patches 2018-01-02 13:12:24 +01:00
dc28ad6910 pthread wip 2017-11-27 03:08:20 +00:00
7b560afcf0 Remove pthread patches for Xorg 2017-11-26 11:31:22 +00:00
09f6dfc808 Remove compat support from mthread 2017-11-26 11:26:22 +00:00
ae9be57160 Remove pthread patches from libc++ 2017-11-26 08:17:07 +00:00
7aa4cea6f7 h_exit now passes 2017-11-23 07:13:00 +00:00
f64c80da9a pthread_wip 2017-10-16 10:28:24 +00:00
0686959e93 fix remove _REENTRANT 2017-09-20 02:43:38 +00:00
db6b37260c WIP 2017-09-20 02:32:31 +00:00
54a7d18c67 libpthread compiles, with empty stubs 2017-06-19 01:05:41 +00:00
9815ad49a1 Enable pthread_kill prototype 2017-06-19 00:36:41 +00:00
6a278b1af0 Remove disabling of the reentrant macros 2017-06-18 20:11:22 +00:00
aa2076a2eb pthread yet again 2017-05-12 17:53:28 +00:00
Antoine Leca
d5e4fc0151 Fix Makefile.boot small issue sync'ing with NetBSD
Change-Id: I4f8cbfb9d4b6be8b31ce705cbecc4b12b7e1fe45
2017-05-08 12:15:09 +00:00
David van Moolenbroek
9f81acbc21 Fix lua
As reported by Jean-Baptiste Boric, lua would refuse to start,
throwing an error about incompatibility of numeric types.

This resolves #160.

Change-Id: I5cd6c3b2a35c7023946e4d14d4feedaaecb956fb
2017-05-08 11:53:38 +00:00
rlfnb
9624407e7a header cleanup
Change-Id: I4e169911591c56e91c301c5cb0bb3ea2d8140cf2
2017-05-07 14:02:00 +02:00
Jean-Baptiste Boric
c1d4abeb0c Fix pkgin_cd.sh
Change-Id: I513c16b0691897f3c665532d50ed398967f3e4d0
2017-05-07 00:54:46 +02:00
Jean-Baptiste Boric
66e071a40c Add releasetools/pkgsrc_cdimage.sh
This script uses the image generation framework to create a pkgsrc CD
image, useful for MINIX installations without Internet connectivity.

Change-Id: Ife037f6b6958e38986afad0632f37999ecbb2b55
2017-05-07 00:54:46 +02:00
Jean-Baptiste Boric
0884854a38 Rework package bundling mechanism
Setting PACKAGE_DIR without PACKAGES will default to bundling all
packages in PACKAGE_DIR. PKG_INFO is also mandatory now.

Change-Id: Iaf02221ec91e9c54dc8caec6e9a01bccfc65cc31
2017-05-07 00:54:45 +02:00
Ben Mezger
1915559884 Removed unused variable and cleaned whitespaces
Change-Id: Iaaf6b6f5f49f2d2599a3422250ad7e6e41838b82
2017-05-07 00:54:44 +02:00
Ben Mezger
afc65e92aa Removed unused variables and cleaned whitespaces.
Change-Id: Ib96d1c5bf7a1c65a99d77726fe54ccf37399f9eb
2017-05-07 00:54:43 +02:00
Ben Mezger
9f7f0ad073 Removed unused variables and cleaned whitespaces.
Change-Id: Ie5c1ad84ad162ab18443dd228686aba544ecb9ef
2017-05-07 00:54:43 +02:00
Ben Mezger
81ae2bc455 Prevent arg from being used any further
Patch edited by David van Moolenbroek.

Change-Id: Ie25faffea359e735145dbb4ae2bd2d213488952b
2017-05-07 00:54:19 +02:00
David van Moolenbroek
62cf0e1226 distrib: fix debug builds
Reported by Jean-Baptiste Boric.

Change-Id: I1e9b156326385aa188c824557b6716c059e39fce
2017-05-06 14:43:03 +02:00
David van Moolenbroek
79a488aa87 Network stack feedback-based fixes
Thanks to Lionel Sambuc!

Change-Id: Iae6b2caf58e2b58093e60c5004cfa477e43da154
2017-04-30 17:37:10 +02:00
David van Moolenbroek
3ba6090f82 tests: add advanced TCP/IP tests (test91-94)
Change-Id: I052102f6122f82b3307595990bf91f64e97a45a8
2017-04-30 13:16:25 +00:00
David van Moolenbroek
1dee92ebe9 Import NetBSD networking rc scripts
IMPORTANT: this change has a docs/UPDATING entry!

Change-Id: I6f1e575166f5b47530a004c12aea9b45b571e13d
2017-04-30 13:16:22 +00:00
David van Moolenbroek
9a8b4f5601 netconf(8): rewrite
When possible, network drivers are now started automatically.  That
means that netconf(8)'s network driver selection has become obsolete.
This patch changes netconf(8) to allow the user to specify a network
configuration (currently one of DHCP IPv4+IPv6, DHCP IPv4-only,
manual IPv4-only) for any hardware network interfaces that are
currently present.

Selection of network drivers that require manual configuration first
(mainly old ISA cards) is still supported, but now as a special case.

Change-Id: I6208fc75192eb7f0b061862aaf7507f71a620da4
2017-04-30 13:16:19 +00:00
David van Moolenbroek
60299d873c etc/rc: start lwip service
Change-Id: I10cfdcde490987b93c79532a2c53dda2307b83ce
2017-04-30 13:16:16 +00:00
David van Moolenbroek
e4dbab1e53 etc/rc: auto-start PnP ethernet drivers
Change-Id: I0f6c955511cbb04d47093de28109b5084609856a
2017-04-30 13:16:13 +00:00