4027 Commits

Author SHA1 Message Date
kamil
956a8dedad Fix typo 2016-09-26 22:41:25 +00:00
jdolecek
88e76ed4fd update nvme entry to current reality 2016-09-21 20:32:47 +00:00
jdolecek
e6b2addfd6 mention the ext2fs and nvme(4) work 2016-09-21 20:19:08 +00:00
christos
98032c3254 new tzcode 2016-09-16 17:13:06 +00:00
jdolecek
f89e63c6de volunteer for the ext3/ext4 also 2016-09-16 15:02:23 +00:00
jdolecek
c0943ef63c I'm working on WAPBL fixes, adjust the entry 2016-09-16 14:55:28 +00:00
salazar
b1f13c5ca7 add lua 5.3.3 entry 2016-09-08 21:33:56 +00:00
salazar
e51ef293c2 update Lua entry to Lua 5.3.3 2016-09-08 02:34:25 +00:00
wiz
51835dbf54 openssl-1.1.0 out. 2016-09-07 11:33:48 +00:00
taca
720dfda89b Now root.cache is 2016082500 version. 2016-09-04 14:38:50 +00:00
wiz
5f63cd482b Update llvm info. 2016-09-03 23:31:53 +00:00
wiz
b75c02b32e llvm-3.9.0 out. 2016-09-03 23:01:57 +00:00
christos
ca5a68686c update for sh3 arm and mips 2016-09-03 12:39:41 +00:00
christos
11a6b026db new tmux 2016-08-31 09:34:04 +00:00
wiz
523d4d8d2a gcc-6.2 out. 2016-08-22 22:53:02 +00:00
maxv
21eb885e04 My changes. 2016-08-21 12:02:38 +00:00
wiz
ec8cd010f2 binutils-2.27 out. 2016-08-20 17:09:34 +00:00
christos
c90b9921a5 unbound additions 2016-08-20 11:21:50 +00:00
roy
cc08080f03 Note import of dhcpcd-6.11.3 2016-08-15 11:06:46 +00:00
kre
b5b1783052 Note import of tzdata2016f 2016-08-07 00:56:02 +00:00
pgoyette
83e4431e30 Expand discussion a bit, and provide ppp as an example way to do things. 2016-08-06 00:30:57 +00:00
pgoyette
86ecb258f2 The ppp compressors are already being handled correctly. No new
work will be needed here.
2016-08-05 04:21:01 +00:00
pgoyette
5c61d9f897 Add some info regarding ppp 2016-08-05 02:27:14 +00:00
pgoyette
d1fb75105d Add some more notes 2016-08-04 22:12:31 +00:00
pgoyette
a26f51ded8 Add a list of "module issues" based on an Email discussion between myself
and christos@
2016-08-04 10:45:52 +00:00
christos
1a07036a4e new openssh 2016-08-02 13:45:46 +00:00
wiz
3a76e604f5 OpenSSH-7.3 out. 2016-08-01 15:01:49 +00:00
dholland
b42061f23c stick my neck out for a runnable-but-experimental lfs64 2016-07-30 06:20:14 +00:00
msaitoh
fedc066b92 Note sdtemp(4)'s JEDEC TSE2004av support. 2016-07-28 09:13:06 +00:00
christos
813c85c184 start creating a table and say I will do binutils. 2016-07-27 02:33:40 +00:00
msaitoh
f55137418d Note sdtemp(4). 2016-07-26 07:36:54 +00:00
martin
4f28c9c9b8 First cut at netbsd-8 branch objectives. 2016-07-26 04:18:04 +00:00
pgoyette
b480c5f769 Add the pgoyette-localcount branch 2016-07-19 02:04:06 +00:00
taca
a0e1068441 BIND 9.10.4-P2 has released. 2016-07-19 01:04:09 +00:00
christos
bc1b97558b new acpica 2016-07-18 17:26:58 +00:00
christos
4523c25649 new mdocml. 2016-07-15 19:42:08 +00:00
wiz
d854f54539 mdocml-1.13.4 out. 2016-07-14 22:39:40 +00:00
knakahara
d0cdb1d106 Add missing network MP-ify changes.
Pointed out by chs@n.o.
2016-07-13 05:45:00 +00:00
mrg
6a40e30af2 g++.1 is a link to gcc.1, don't need to generate/update it. 2016-07-06 11:37:58 +00:00
wiz
ffb7c409a9 binutils-2.26.1 out. 2016-07-04 20:24:24 +00:00
abhinav
65e710b9bd sqlite-3.13.0 imported. 2016-07-03 11:42:50 +00:00
abhinav
5440ea015c SQLite 3.13.0 was released. 2016-06-29 06:12:49 +00:00
roy
938d823de6 Note import of dhcpcd-6.11.1 2016-06-17 19:45:24 +00:00
riastradh
7c30fabe0e Remove dumplfs from the list now that it seems strict-aliasing-safe. 2016-06-15 14:11:15 +00:00
riastradh
7554812ac2 No more obvious strict aliasing violations here. 2016-06-15 13:57:26 +00:00
riastradh
356b70489c Kill another strict aliasing violation. 2016-06-15 13:47:26 +00:00
riastradh
d947e13b5f This hack no longer exists since the switch to ipsec-tools in 2005.
Another strict-aliasing problem killed.
2016-06-15 13:29:30 +00:00
mrg
e6e96483bf replace the previous hack with something that i believe is actually
correct and, more importantly ;), works properly.

thanks for riastradh for hints about which bit was actually broken.
2016-06-15 05:01:58 +00:00
mrg
6bfcf96505 build convert_endian() with "no-strict-aliases" optimiser attribute
to avoid some unknown miscompilation in endian_convert() that causes
ssh to exit on some output (for me, "cc -v".)

note in HACKS.  we should investigate this further if possible as
this seems to indicate a strict aliasing violation.  there certainly
are 32 and 64 bit object arrays being accessed with 8 bit accessors,
but i don't have time currently.
2016-06-15 02:12:14 +00:00
nonaka
3270f530d9 note nvmectl 2016-06-12 06:21:56 +00:00