Commit Graph

4214 Commits

Author SHA1 Message Date
christos 58a6a6ea92 Add my list of things to do for 8. To be expanded. 2016-05-18 15:27:17 +00:00
ozaki-r c82107a100 Split "MP network stack" into two and make our targets clear 2016-05-18 09:12:04 +00:00
christos 874c2fbeab mention my last coda work 2016-05-17 21:03:36 +00:00
christos e6adf9a769 reflect reality (through my ping glasses) 2016-05-17 20:53:53 +00:00
ryo 72c0aec318 Note i.MX7 2016-05-17 06:52:00 +00:00
maxv 683c80c88e Mention fine-grained permissions and large pages on x86. 2016-05-16 07:37:45 +00:00
nonaka dd98b35fce Fix format 2016-05-16 04:20:13 +00:00
dholland f73cfd4294 add:
config(1)  (cube)
        error(1)   (christos)
        inetd(8)   (me)
        mail(1)    (christos)
        sh(1)      (add kre)

and take out entries compat_irix, compat_darwin, and compat_mach as
these were removed from the kernel some time back.
2016-05-15 22:57:31 +00:00
kamil c5cd6fc399 Remove redundant entry for pmax 2016-05-15 22:47:12 +00:00
mlelstv d9e725b220 updated nvme entry 2016-05-14 21:32:50 +00:00
spz cb08e2756f .. and don't forget to update doc/3RDPARTY when updating external/* stuff 2016-05-14 14:46:55 +00:00
maxv d0f608b1bb Mention SMEP. 2016-05-13 14:09:38 +00:00
mrg d8ed176f44 move the ufs_lookup hack to the global section and update it to current
reality.  add a section for the crt hacks.
2016-05-10 19:32:47 +00:00
roy 52185fadf0 Note import of dhcpcd-6.11.0 2016-05-09 10:21:42 +00:00
wiz 4c689aa848 libarchive-3.2.0 is out. 2016-05-08 09:19:28 +00:00
snj 912989e05c whitespace 2016-05-06 07:45:53 +00:00
dholland 6c5f250fa0 mention some of the other known severe wapbl problems 2016-05-05 06:17:45 +00:00
christos d04a36ae01 mention libmalloc hack 2016-05-04 22:42:40 +00:00
christos f8bc5e22e0 new acpica 2016-05-04 19:28:32 +00:00
christos 45eb37228a new openssl 2016-05-03 17:23:17 +00:00
christos 30a6f2ec16 new ntpd 2016-05-01 23:23:22 +00:00
dholland 4068561891 Update: we got an nvme driver. Also mention the ext4 GSoC project. 2016-05-01 20:51:36 +00:00
nonaka 5abfa3fb18 note nvme(4). 2016-05-01 10:23:53 +00:00
mrg 6761b4740e note the -fno-tree-vrp hack for amd64. 2016-04-28 21:18:23 +00:00
wiz c3a8cf2ad8 gcc-6.1 is out. 2016-04-28 09:22:19 +00:00
roy 465626aae4 Note import of dhcpcd-6.10.3 2016-04-20 08:54:38 +00:00
ozaki-r a7aa74a57f Fix format 2016-04-13 00:47:46 +00:00
ozaki-r 4f0eb37aac ddb: rename show arptab to show routes
show arptab command of ddb is now inappropriate because it actually dumps
routes but arp entries aren't routes anymore. So rename it to show routes
and move the code from if_arp.c to route.c.

ok christos@
2016-04-13 00:47:01 +00:00
roy f42c031c26 Note import of openresolv-3.8.0 2016-04-11 10:44:30 +00:00
roy dffb5661e0 Note import of dhcpcd-6.10.2 2016-04-10 21:09:41 +00:00
roy 4844e7c234 Note addition of new pidfile functions. 2016-04-10 21:08:48 +00:00
riastradh f408525b7f Reminder to add RCSIDs in any future DRM update. 2016-04-07 15:36:42 +00:00
ozaki-r 09973b35ac Separate nexthop caches from the routing table
By this change, nexthop caches (IP-MAC address pair) are not stored
in the routing table anymore. Instead nexthop caches are stored in
each network interface; we already have lltable/llentry data structure
for this purpose. This change also obsoletes the concept of cloning/cloned
routes. Cloned routes no longer exist while cloning routes still exist
with renamed to connected routes.

Noticeable changes are:
- Nexthop caches aren't listed in route show/netstat -r
  - sysctl(NET_RT_DUMP) doesn't return them
  - If RTF_LLDATA is specified, it returns nexthop caches
- Several definitions of routing flags and messages are removed
  - RTF_CLONING, RTF_XRESOLVE, RTF_LLINFO, RTF_CLONED and RTM_RESOLVE
- RTF_CONNECTED is added
  - It has the same value of RTF_CLONING for backward compatibility
- route's -xresolve, -[no]cloned and -llinfo options are removed
  - -[no]cloning remains because it seems there are users
  - -[no]connected is introduced and recommended
    to be used instead of -[no]cloning
- route show/netstat -r drops some flags
  - 'L' and 'c' are not seen anymore
  - 'C' now indicates a connected route
- Gateway value of a route of an interface address is now not
  a L2 address but "link#N" like a connected (cloning) route
- Proxy ARP: "arp -s ... pub" doesn't create a route

You can know details of behavior changes by seeing diffs under tests/.

Proposed on tech-net and tech-kern:
  http://mail-index.netbsd.org/tech-net/2016/03/11/msg005701.html
2016-04-04 07:37:07 +00:00
taca 6e08e9b7d3 Update root.cache entry. 2016-04-03 08:21:15 +00:00
ozaki-r 0b31db8c25 Document arp sysctl removals 2016-03-30 05:55:04 +00:00
ozaki-r 9bacf05801 Document net.inet6.ip6.neighborgcthresh change 2016-03-30 05:45:26 +00:00
mrg 6647f806a6 note (belatedly) gdb 7.10 import. 2016-03-26 10:40:05 +00:00
mbalmer 9949b464d8 Note Lua patch level. 2016-03-25 08:16:57 +00:00
roy 617cd03a1a Note wpa_supplicant interface matching addition 2016-03-23 09:56:40 +00:00
wiz 0c71d630f2 Mention to update MDATE in src/external/gpl2/groff/Makefile.inc on
next groff import, if any.
2016-03-16 23:52:53 +00:00
wiz fc64986abe expat-2.1.1 out. 2016-03-16 20:17:42 +00:00
christos 6361633a4d tz{code,data}2016b 2016-03-15 17:30:26 +00:00
christos e4aeb67ff4 tz{code,data} 2016b is out. 2016-03-15 15:17:08 +00:00
snj b247a5c33c ntp 4.2.8p6 is out. 2016-03-13 00:09:46 +00:00
christos d600878e36 new openssh 2016-03-11 01:57:14 +00:00
christos fd7d1a5df9 new bind 2016-03-10 04:02:29 +00:00
taca 9d3fab3e74 BIND 9.10.3-P4 has released. 2016-03-10 02:23:26 +00:00
christos 61a6f3b1eb new openssl 2016-03-02 01:54:19 +00:00
mrg 540da75fb3 add mv(1) and SIGINFO. 2016-02-28 11:00:14 +00:00
joerg 24d50a40b3 As workaround for limitations in Clang's atomic lowering on SPARC,
require v8+ for those files that need C++11 atomics.
2016-02-27 21:42:14 +00:00
joerg dda31211fa When building the atomic op test on SPARC64 with Clang, skip the
sub-32bit tests for now. Clang currently doesn't synthesize a CAS
replacement nor does it create a libcall.
2016-02-27 18:50:39 +00:00
wiz 60be27da02 gdb-7.11 is out. 2016-02-24 16:06:20 +00:00
roy 06d45ff91d Note import of openresolv-3.7.3 2016-02-22 10:10:15 +00:00
christos e7f950d16b mention latest elftoolchain 2016-02-20 02:50:33 +00:00
wiz 8fb56a34eb texinfo-6.1 and grep-2.23 out. 2016-02-11 13:36:00 +00:00
christos 74d3e3e66c new openssl 2016-01-30 17:00:53 +00:00
wiz 630110fe35 Document MKREPRO_TIMESTAMP. 2016-01-29 13:51:13 +00:00
wiz dbd12a24b4 binutils-2.26 out. 2016-01-28 09:12:17 +00:00
roy d19d3590dc Note import of dhcpcd-6.10.1 2016-01-20 19:43:23 +00:00
christos bcae4de40b mention new bind. 2016-01-20 02:15:15 +00:00
christos 596bcc40ea mention autoconf 2016-01-16 18:56:48 +00:00
christos e034577dd9 explain gnats 2016-01-14 21:15:17 +00:00
christos 1fa343e626 move rcs 2016-01-14 04:25:13 +00:00
christos 8154c64cfe texinfo has moved. 2016-01-14 00:41:14 +00:00
christos 855f16463e Document archeological digs for our gnumalloc. 2016-01-13 22:01:15 +00:00
christos 5830aac598 groff has moved. 2016-01-13 19:27:26 +00:00
taca c5ef9c870f ISC DHCP 4.3.3-P1 is released. 2016-01-13 04:41:01 +00:00
christos ddbfbb101f update diffutils and gettext 2016-01-13 03:44:27 +00:00
christos feb1e65606 new gettext (and minor explanations to other GPL programs) 2016-01-12 23:03:55 +00:00
christos e9066f4d8e vax does not use gcc 2.95 2016-01-12 23:03:33 +00:00
christos 7801ee002b Add hack for cabs{,f,l} in <complex> 2016-01-11 22:50:35 +00:00
christos fd90bcde07 mention new dhcp. 2016-01-10 20:12:20 +00:00
christos 41b5dd61e0 update tmux info 2016-01-10 19:06:08 +00:00
christos b4d1e6eb5b new byacc 2016-01-09 22:07:53 +00:00
christos 767df2e7b4 new acpica 2016-01-09 21:16:35 +00:00
christos 41fe85e8dc new flex 2016-01-09 18:37:24 +00:00
christos 3ec8d00a3d new ntpd 2016-01-08 21:38:16 +00:00
roy 57e55b4121 Note import of dhcpcd-6.10.0 2016-01-07 20:16:12 +00:00
wiz 056eaaa80c llvm-3.7.1 out. 2016-01-07 10:18:36 +00:00
wiz 42285f7bf0 sqlite3-3.10 out. 2016-01-07 10:13:37 +00:00
kamil 8f0a7c96ff gnu mp 6.1.0 is out 2016-01-06 04:42:10 +00:00
kamil e423508608 mpfr 3.1.3 is out 2016-01-06 04:41:02 +00:00
kamil 1cb150a9a0 mpc 1.0.3 is out 2016-01-06 04:40:07 +00:00
kamil b2121b9165 Lutok has moved to GitHub 2016-01-06 04:34:03 +00:00
kamil 2f60472eaf lutok 0.4 is out 2016-01-06 04:32:32 +00:00
kamil 2207ec60fa lua 5.3.2 is out 2016-01-06 04:31:44 +00:00
kamil 51d4052170 llvm 3.7 is out 2016-01-06 04:30:56 +00:00
kamil fabb54a093 gcc 5.3 is out 2016-01-06 04:27:33 +00:00
kamil 2fb10f204d flex 2.6.0 is out 2016-01-06 04:25:06 +00:00
kamil 23030a62e7 binutils 2.25.1 are out 2016-01-06 04:18:21 +00:00
kamil 45cb60ffae Automated Testing Framework (ATF) 0.21 is out 2016-01-06 04:16:20 +00:00
kamil 11502b4ce8 acpica 20151218 is out 2016-01-06 04:15:34 +00:00
msaitoh 0c27f9bb62 Add ismt(4). 2016-01-05 11:33:18 +00:00
jdc afddb7ce54 Mention admtemp(4) and lmtemp(4) temperature limits changes. 2016-01-03 17:29:25 +00:00
wiz d8834a4a1d tmux 2.1 is out. 2015-12-31 10:21:02 +00:00
pgoyette 27d4456b5d Mention modularization of raidframe driver 2015-12-26 01:18:25 +00:00
christos df0a0855b0 mention sortinfo 2015-12-18 19:01:21 +00:00
christos 69949f29e0 new mdocml 2015-12-17 22:32:41 +00:00
christos e63b12e88f new bind 2015-12-17 04:04:39 +00:00
jdc 572b198968 Mention new ADM1026 i2c driver. 2015-12-16 08:08:22 +00:00
christos 1078cb9176 add ip6addrctl 2015-12-12 23:43:36 +00:00
christos e2c3609f82 new openssl 2015-12-06 21:54:26 +00:00
wiz e54f25a390 gdb-7.10.1 out. 2015-12-06 10:40:51 +00:00
taca 80949f4e99 root.cache is 2015120100 (December 01, 2015) now. 2015-12-03 10:42:12 +00:00
roy 62322cbffe Note import of dhcpcd-6.9.4 2015-12-01 10:36:15 +00:00
dholland 306f0df124 Add two more items: tls-maxphys and nvme support. 2015-11-20 08:13:41 +00:00
dholland 4207ed816b Update the storage roadmap. Please review/comment... 2015-11-20 07:20:21 +00:00
mrg b6e10eb27c note cpuctl and multiple-cpu support. 2015-11-16 03:38:18 +00:00
phx f8fe085c49 Amiga Xorg support. 2015-11-12 15:13:03 +00:00
snj e055a12f26 add an entry for netbsd-7-0 2015-11-11 06:53:36 +00:00
snj 2fba4b1be0 Note that the netbsd-5{,-1,-2} branches have been terminated.
Goodbye, dear friends.
2015-11-11 03:14:34 +00:00
christos 70a08afc24 Mention TI-RPC changes. 2015-11-07 23:16:00 +00:00
wiz fdf5365713 less-481 is out. 2015-11-07 20:17:49 +00:00
jmcneill c02e58f275 omapgpio(4): Add support for TI AM335x GPIO 2015-11-02 00:50:47 +00:00
christos ec3e61d2b5 mention vioscsi 2015-10-30 23:06:49 +00:00
christos bbdbbcbda0 new ntpd 2015-10-23 18:09:42 +00:00
taca 643a1b7789 Postfix 3.0.3 has released. 2015-10-12 05:43:25 +00:00
christos 629b694dc0 new tzcode. 2015-10-09 17:22:44 +00:00
mbalmer 523e5ae09d note Lua update 2015-10-08 13:43:16 +00:00
mbalmer 284b66034a Lua is at 5.3.1 now 2015-10-08 13:42:26 +00:00
mbalmer 32fb1943e3 Fix Lua version, add lneto as responsible person, too. 2015-10-08 08:22:54 +00:00
msaitoh 9cc673ab14 x86: Add PCI Extended Configuration Space support.
pci(3): Decode Extended Capability in PCI Extended Configuration Space.
2015-10-02 05:33:07 +00:00
roy e3c65ae6e7 Note import of openresolv-3.7.1 2015-09-29 09:14:11 +00:00
taca eba7baf0f4 Latest versino of ISC DHCP is 4.3.3. 2015-09-27 07:04:05 +00:00
christos 1fc78635f7 new things 2015-09-24 14:37:56 +00:00
mrg 09797aa101 note netstat(1) knows window height now. 2015-09-20 00:35:14 +00:00
wiz 2772e651e2 ftp(1): SNI support for https. [wiz 20150912] 2015-09-12 20:20:30 +00:00
tron e3923864ed Postfix 2.11.6 has been imported. 2015-09-12 09:49:21 +00:00
tron e879e27efd XFree86 was removed from the source tree. 2015-09-11 08:02:20 +00:00
wiz 4f5bba6b16 postfix-3.0.2 out. 2015-09-07 10:35:10 +00:00
roy 318e6e78c3 Note import of dhcpcd-6.9.3 2015-09-04 12:27:36 +00:00
christos 03f191dba1 new bind 2015-09-03 07:34:34 +00:00
jmcneill 5a463a38a1 note addition of Tegra K1 and Jetson TK1 support back in July 2015-09-02 18:53:30 +00:00
wiz 301f4ba9d1 gdb-7.10 is available. 2015-08-29 17:18:35 +00:00
nonaka e10e75fcab note rtwn(4). 2015-08-27 14:17:14 +00:00
pooka a3a1685910 update c++/volatile/constexpr entry 2015-08-27 12:32:05 +00:00
roy 0a7b50d2d4 Note import of dhcpcd-6.9.2 2015-08-21 10:47:53 +00:00
christos a190e87f6e new OpenSSH 2015-08-21 08:22:16 +00:00
phx d643dd143b MI driver for the Microchip 3x0x series of SAR analog to digital converters. 2015-08-18 15:54:20 +00:00
christos 0893127dee new acpica 2015-08-18 10:48:01 +00:00
christos fd364598dd new gdb 2015-08-18 08:39:34 +00:00
christos 0b6a748c0a New tzcode 2015-08-13 11:30:17 +00:00
christos 851c23a318 new openssh 2015-08-13 10:36:31 +00:00
apb 12054cebf1 zoneinfo: Import tzdata2015f. [apb 20150811] 2015-08-11 18:12:21 +00:00
apb bac1668902 Update for tzdata2015f 2015-08-11 18:11:11 +00:00
szptvlfn 7e84c95f09 typo 2015-08-09 05:45:42 +00:00
jmcneill b7e942f101 note UHS-I and MMC HS200 support 2015-08-08 16:11:15 +00:00
maxv 0bba1d7de4 Document some of my most important changes
(a bit late...)
2015-08-07 15:53:24 +00:00
wiz e272cbeff0 Use date of last distfile for am-utils.info date.
Update doc/3RDPARTY to mention this should be kept up-to-date during
imports.
Addresses PR 50118.
2015-08-06 10:22:34 +00:00
christos 138650eddf new bind 2015-07-28 18:58:08 +00:00
kamil f7f1e07c2d Update the ACPICA entry
Version:       20150410
Current Vers:  20150717
2015-07-26 19:31:19 +00:00
mrg cf4dd8937a remove the xfree86 reachover makefiles and the vast majority of
the support in the rest of the source tree.

X11 sets could use some cleaning up perhaps (just deletion, as
we've never really marked the old X11R6 as obsolete for native
xorg using platforms so far either.)
2015-07-23 08:03:24 +00:00
wiz f8a662ece8 gcc-5.2 out. 2015-07-17 15:24:27 +00:00
mrg 2e2a488279 note that nfssvc(2) supports compat_netbsd32 now. 2015-07-15 14:43:01 +00:00
christos 08cb065efa new ntpd 2015-07-10 15:28:01 +00:00
taca 5aaf4ad219 Latest ntp is 4.2.8p3 which contains security fix (low risk).
Security Fix:

* [Sec 2853] Crafted remote config packet can crash some versions of
  ntpd.  Aleksis Kauppinen, Juergen Perlinger, Harlan Stenn.

Under specific circumstances an attacker can send a crafted packet to
cause a vulnerable ntpd instance to crash. This requires each of the
following to be true:

1) ntpd set up to allow remote configuration (not allowed by default), and
2) knowledge of the configuration password, and
3) access to a computer entrusted to perform remote configuration.

This vulnerability is considered low-risk.
2015-07-09 15:58:51 +00:00
christos 1299b09ebd mention openssl 2015-07-09 14:32:24 +00:00
mrg 44f8f73007 (belatedly) note GCC 4.8.5. 2015-07-09 13:39:51 +00:00
mrg 30e3553a8e note iostat fnmatch patterns for disknames. 2015-07-09 13:28:11 +00:00
roy 471a77dfa0 Note import of dhcpcd-6.9.1 2015-07-09 10:17:32 +00:00
christos 0093650676 new bind 2015-07-08 17:30:46 +00:00
mrg df89a495e2 note GCC 4.8.5 has been imported, and while i'm here, untag thorpej
and tag christos and skrll as being responsible :-)
2015-06-27 07:30:10 +00:00
pooka 7088070459 document g++ 5.1 + libpthread volatile workaround (PR lib/49989) 2015-06-26 10:25:41 +00:00
wiz 8a6aede74b gcc-4.8.5 out. 2015-06-24 10:26:26 +00:00
apb 8cdc7a4ecb zoneinfo: Import tzdata2015e. [apb 20150621] 2015-06-21 15:32:52 +00:00
apb 74a75f19ac tzcode2015e/tzdata2015e were released. We have tzdata2015e. 2015-06-21 15:30:13 +00:00
christos f55ff19c7b new openssl again 2015-06-16 20:01:20 +00:00
christos 325108d669 new OpenSSL 2015-06-12 17:02:30 +00:00
pgoyette c09d6082f2 Update location of live-images to reflect changes made in rev 1.398 of
src/etc/Makefile
2015-06-07 05:30:18 +00:00
roy 5975ab558d Note import of dhcpcd-6.9.0 2015-05-16 23:34:52 +00:00
snj 0dc8c343da fix gimplish 2015-05-16 17:18:57 +00:00
joerg 5331e11882 The relocation relaxation issue in AES on ARM has been resolved
differently, so remove hack marker.
2015-05-14 19:27:23 +00:00
wiz 8eea49b975 tmux-2.0 is out. 2015-05-14 13:53:36 +00:00
martin 9d38c277ed Remove mips-kern-ksyms-size, now that it is already gone 2015-05-08 09:44:45 +00:00
martin 2873464391 Document mips64 kernel symbol table hack 2015-05-08 07:44:59 +00:00
roy df4214b3bd Note import of dhcpcd-6.8.2 2015-05-02 15:23:49 +00:00
roy 641376cc16 Note addition of IN_IFF_TENTATIVE and friends. 2015-05-02 14:54:10 +00:00
roy 126f457bb0 Note import of openresolv-3.7.0 2015-05-01 18:26:58 +00:00
christos 7b216f83e1 new tzcode. 2015-04-28 17:01:40 +00:00
msaitoh 63b1069f35 X540 is not wm(4) but ixg(4). 2015-04-24 04:43:32 +00:00
msaitoh aec097895e Move wm(4)'s X540 support from CHANGES to CHANGES.prev because it was
pulled up to netbsd-7.
2015-04-24 04:42:42 +00:00
wiz 30d699bead Update gcc entry. gcc-5.1 is out. 2015-04-23 13:51:53 +00:00
snj 2a79bc2442 move service(8) entry to CHANGES.prev, since it'll be appearing in 7.0 2015-04-21 05:27:30 +00:00
christos 0816015c48 update xz 2015-04-17 18:50:36 +00:00
martin 7d4d183bb8 Note ia64/gcc hack for mknative 2015-04-17 12:40:17 +00:00
bouyer 80bc374bef Note DMA support for sdhc on beaglebone 2015-04-14 19:41:38 +00:00
christos e56ae4e0d5 new acpica 2015-04-13 17:25:52 +00:00
wiz ac59b1c330 Update Xorg defaults description. From Joachim Henke on netbsd-docs. 2015-04-08 05:47:43 +00:00
christos 1bce08c0cb new ntp 2015-04-07 17:41:42 +00:00
bouyer f1695f90a0 btmagic(4): add Magic Trackpad support 2015-04-06 17:59:10 +00:00
christos f0cc19d59b new openssh 2015-04-04 00:03:12 +00:00
christos ad2f4a92b0 new wpa 2015-04-01 19:46:19 +00:00
christos 3fa6d111fe new libpcap/tcpdump 2015-03-31 22:00:53 +00:00
matt 177859160c note change to workaround bug in clang's arm integrated assembler. 2015-03-30 05:30:08 +00:00
msaitoh 7bb0ed52a2 wm(4): Add X540 support. 2015-03-27 12:45:00 +00:00
roy 119df01f45 Note import of dhcpcd-6.8.1 2015-03-27 11:35:43 +00:00
roy bf5024efa4 Note import of dhcpcd-6.8.0 2015-03-26 10:37:06 +00:00
christos 1cd22af862 new tzcode 2015-03-24 20:02:18 +00:00
spz 9cef71b670 merge OpenSSL 1.0.1m
do the necessary changes in src/crypto/external/bsd/openssl
update doc
2015-03-23 10:22:45 +00:00
ast 6ffaa22c57 Mention import of service(8) command from FreeBSD. 2015-03-22 12:48:18 +00:00
apb 2b56eacd4f zoneinfo: Import tzdata2015b. [apb 20150321]
Also s/tzdata/tzcode in another line.
2015-03-21 15:54:11 +00:00
apb 5aa928701a We have tzdata2015b. 2015-03-21 15:52:19 +00:00
joerg a083b72d2b Build the AES sources with -fno-integrate-assembler for Clang. 2015-03-19 19:27:14 +00:00
wiz 884081180b mdocml-1.13.3 out. 2015-03-13 13:48:18 +00:00
taca f6ec1eebbf ISC DHCP 4.3.2 was released. 2015-03-10 06:01:03 +00:00
riastradh 897e55ae59 Note replacement arc4random(3) implementation. 2015-03-09 02:03:19 +00:00
christos 1d864697b0 mention dtrace_lockstat... 2015-03-09 01:43:30 +00:00
christos 1b9d35744a mention dtrace syscall support 2015-03-07 16:50:10 +00:00
jmcneill e993b7b57c evbarm: Add support for ODROID-C1. 2015-03-05 23:46:54 +00:00
skrll 9dd16362f6 Rename hp700 to hppa and note new ld.elf_so hack. 2015-03-05 10:21:02 +00:00
skrll d65bd3c06a Note RPI2 support 2015-03-05 10:14:16 +00:00
tron 0b0e94888c Postfix 2.11.4 will ship with NetBSD 7.0. 2015-03-03 07:32:56 +00:00
roy b72a741beb Document addition of RTF_LOCAL 2015-02-26 10:14:33 +00:00
spz fd11cf9e1a note bind now is 9.10.1-P2 2015-02-23 07:17:37 +00:00
tron eb46b6e41f Postfix 2.11.4 was imported. 2015-02-21 12:05:47 +00:00
wiz 16cd253563 gdb-7.9 out. 2015-02-21 08:57:48 +00:00
mrg 9a65e5e0c5 update for reality in many places. 2015-02-19 11:20:43 +00:00
riastradh e45326d787 Document drm crap in 3RDPARTY. 2015-02-11 20:12:22 +00:00
wiz 51bdec1a44 postfix-3.0 is out 2015-02-09 21:59:30 +00:00
pettai 68bf72fd96 Update the Heimdal details 2015-02-05 11:37:47 +00:00
christos 6b60c92d7e new tzcode 2015-01-31 19:14:45 +00:00
apb 396ad5d6bf zoneinfo: Import tzdata2015a. [apb 20150131] 2015-01-31 18:27:28 +00:00
apb 373be05915 tzcode2015a/tzdata2015a have been released. We have updated tzdata. 2015-01-31 18:27:02 +00:00
spz 4f02d470ff note the libevent update 2015-01-30 23:00:06 +00:00
roy 991eff41b3 Note import of dhcpcd-6.7.1 2015-01-30 10:21:23 +00:00
roy ea3d0a6c12 Note import of dhcpcd-6.7.0 2015-01-30 09:49:50 +00:00
joerg 3d39953882 Sync list of hacks with reality. 2015-01-29 20:45:41 +00:00
tron eaa8b764fa Postfix 2.11.3 will ship with NetBSD 7.0. 2015-01-27 18:20:56 +00:00
wiz b7524fc58f openssl-1.0.2 out. 2015-01-25 22:58:23 +00:00
christos 9290a995cb note blacklist 2015-01-25 15:51:17 +00:00
tron 72c815bb41 Postfix 2.11.3 was imported. 2015-01-24 19:24:08 +00:00
hkenken 132c2164b7 Zynq 2015-01-23 12:37:54 +00:00
christos 6d9012634e new am-utils 2015-01-17 17:48:41 +00:00
wiz 0cc3305a49 gdb-7.8.2 out. 2015-01-17 12:23:31 +00:00
skrll 02519d1330 Add a reminder about tools/gcc/gcc-version.mk 2015-01-15 08:50:36 +00:00
spz 3d5100eac1 Update of OpenSSL to 1.0.1k part 3:
- bump the shared library versions
- adjust set lists
- regenerate man pages
- note the import in doc/3RDPARTY and doc/CHANGES

there were no changes in asm parts
2015-01-13 09:14:57 +00:00
mrg 8d0164973d update for reality. we don't have GCC 4.1 anymore... 2015-01-11 10:00:53 +00:00
mrg 0356d5fa80 note GCC 4.8.4. 2015-01-11 09:54:44 +00:00
wiz 6a241f6f58 Fix date/author in last.
From shinnashi takeshi in PR 49550.
2015-01-09 09:29:14 +00:00
riastradh 53428a0862 Use `It Sy', not just `It', for live-image, to match other targets.
No change to plain-text BUILDING file.
2015-01-08 23:59:26 +00:00
macallan 67c7c13dd7 mention mgx driver 2015-01-06 17:48:45 +00:00
christos f9df9ce57f new yacc 2015-01-04 01:52:24 +00:00
christos 65a5fa6d68 new file 2015-01-02 21:16:41 +00:00
mrg 04bd1702be note midirecord. 2014-12-30 07:18:42 +00:00
wiz 139bd30e12 binutils-2.25 out. 2014-12-25 17:24:25 +00:00
dennis 261e2ee711 Remove note of hack around for riscv compiler problems with
atomics.  This seems to now be fixed.
2014-12-22 21:20:11 +00:00
christos 234478716f new ntp import to handle security issues. 2014-12-19 20:50:35 +00:00
wiz ed97ce18aa gcc-4.8.4/4.9.2 out. 2014-12-19 15:33:11 +00:00
roy 5f49be2ef2 Note import of dhcpcd-6.6.7 2014-12-19 10:55:13 +00:00
mrg c0fe630cea switch PPC to GCC 4.8. 2014-12-18 02:28:34 +00:00
roy 3745a3382d Note import of dhcpcd-6.6.6 2014-12-17 20:53:08 +00:00
wiz 47999ce6b9 mdocml-1.13.2 out. 2014-12-14 16:05:29 +00:00
christos 8f9e5aa105 new bind 2014-12-10 04:39:56 +00:00
roy 435b82fcfc Note import of dhcpcd-6.6.5 2014-12-09 20:25:43 +00:00
jnemeth 1eea39141a LVM2 is up to 2.02.114 2014-12-07 10:05:21 +00:00
dennis 128d0e7949 Note riscv compiler workarounds for libasan 2014-12-02 08:31:18 +00:00
uebayasi 0a333665fa Add a new build make variable, CONFIGOPTS, which is passed to config(1)
when building kernels.  Revert "mkernel=*" and "mkernels" in favor of
this option.

Diff posted on source-changes-d@, approved by (null).
2014-11-30 15:53:29 +00:00
wiz 641896895b grep-2.21 out. 2014-11-28 15:14:39 +00:00
roy 82d103a378 Note import of dhcpcd-6.6.4 2014-11-26 16:05:51 +00:00
roy 7bc67fea7a Note import of dhcpcd-6.6.3 2014-11-26 13:45:00 +00:00
christos e4621e03ff new tcpdump and libpcap 2014-11-20 03:07:30 +00:00
christos 685f54c0b7 mention tzcode 2014j 2014-11-18 02:01:08 +00:00
jmcneill 2e73d7cf5d awinir(4): Add support for Allwinner A20/A31 IR receiver. 2014-11-18 02:00:27 +00:00
apb 882341d565 zoneinfo: Import tzdata2014j. [apb 20141116] 2014-11-16 07:17:50 +00:00
apb 6f0a32711d Updated tzdata to 2014j. tzcode2014j is also available. 2014-11-16 07:17:10 +00:00
uebayasi 25506fcda3 Document build.sh mkernels. 2014-11-16 06:10:31 +00:00
uebayasi 214195889d Document mkernel=*. 2014-11-16 05:44:57 +00:00
roy e4d839ca92 Note import of dhcpcd-6.6.2 2014-11-14 12:02:20 +00:00
apb d1f4f392c7 Document "extsrc". This was added to src/BUILDING in revision 1.90
dated 2009-11-30, but was not added to src/doc/BUILDING.mdoc,
so the changes were lost.

The original log message was:
- - - -
revision 1.90
date: 2009-11-30 16:13:22 +0000;  author: uebayasi;  state: Exp;  lines: +22 -0;
Support "extsrc", externally added programs and libraries.  Users can write
their own reach-overs, cross-build, install, and get set files just like base
and X11 / X.org.  (These sets are not included as TNF releases.)
- - - -
2014-11-13 08:25:31 +00:00
jmcneill a6d7aa02f8 awinhdmiaudio(4): Add support for Allwinner A20/A31 HDMI audio controller. 2014-11-11 17:20:43 +00:00
jmcneill f4769db2bf note awinhdmi, awintcon, awindebe 2014-11-10 18:38:16 +00:00
jmcneill 6fb2cbe51e spelling fixes 2014-11-10 18:36:22 +00:00
roy 9bf89ea7ea Note import of dhcpcd-6.6.1 2014-11-07 20:59:38 +00:00
wiz 80fbe2f24f groff-1.22.3 out. 2014-11-07 10:36:25 +00:00
uebayasi 0fbbfea2a4 Document the "kernels" operation. 2014-11-06 06:41:23 +00:00
snj 05549fced9 sync with reality: iso -> images 2014-11-05 08:15:04 +00:00
martin 54dbcd3be9 Move entries for changes that have been pulled up 2014-11-02 10:21:11 +00:00
martin b84c3bddda Belatedly note awge(4) 2014-11-01 14:59:45 +00:00
nonaka a829c03808 Fix format. 2014-10-30 13:14:08 +00:00
nonaka 64737aeafa Add support for Intel Centrino Wireless-N 100/105/130/135/2200/2230. 2014-10-30 13:08:55 +00:00
wiz 9d025a7db0 gdb-7.8.1 out. 2014-10-30 08:31:27 +00:00
christos b128fc7907 new flex 2014-10-29 18:30:05 +00:00
nonaka 981f989102 Note recent rtsx(4) change. 2014-10-29 14:28:10 +00:00
roy a36cc86c28 Note import of dhcpcd and openresolv. 2014-10-29 01:17:34 +00:00
tls 0eedfee32a Add viornd(4), a driver for the VirtIO entropy source available on
QEMU, KVM, and Google Compute Engine.  From OpenBSD.
2014-10-26 18:43:18 +00:00
tls 9b3a62bd20 Fixes and enhancements for polled entropy sources:
Add explicit enable/disable hooks for callout-driven sources (be more
	power friendly).

	Make "skew" source polled so it runs only when there is entropy
	demand.

	Adjust entropy collection from polled sources so it's processed
	sooner.
2014-10-26 18:22:32 +00:00
christos 9b7f269a28 new acpica 2014-10-25 21:02:31 +00:00
christos da5fbf7d76 new pppd 2014-10-25 19:08:48 +00:00
christos 31c0f9dea1 new openpam. 2014-10-24 18:29:20 +00:00
christos 37f7124d43 mention tzcode 2014-10-23 18:46:49 +00:00
apb 947d6598d2 Note update to tzdata2014i, 2014-10-23 03:47:58 +00:00
christos bacb21ce00 mention address sanitizer 2014-10-22 16:54:13 +00:00
jmcneill 87c2c4cd46 add some recent Allwinner changes -- PMU (axp20x, axp22x), A31 SoC changes, P2WI driver, OTG support for A10/A20. 2014-10-20 17:46:33 +00:00
jmcneill c19b872236 AllWinner -> Allwinner 2014-10-20 17:37:20 +00:00
roy 81a505333d Note import of openresolv-3.6.0 2014-10-20 09:13:07 +00:00
christos 417347661f new OpenSSH 2014-10-19 16:38:21 +00:00
roy 77cd7d0280 Note import of dhcpcd-6.5.1 2014-10-17 23:56:47 +00:00
christos bd085f66c8 new wpa code. 2014-10-16 19:31:38 +00:00
christos 79d6a56164 new file. 2014-10-10 20:16:32 +00:00
christos b9c0573bec mention new tzcode. 2014-10-07 21:52:41 +00:00