Commit Graph

3960 Commits

Author SHA1 Message Date
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