Commit Graph

4085 Commits

Author SHA1 Message Date
ozaki-r
0739b470cb Support -p <pidfile> option
It's needed to avoid using /var/run/rtadvd.pid on ATF tests and
run multiple instances of rump.rtadvd on a test.
2016-12-16 09:09:38 +00:00
kamil
b9459e4132 ptrace(2): Add hardware assisted breakpoint/watchpoint API:
PT_READ_WATCHPOINT, PT_WRITE_WATCHPOINT and PT_COUNT_WATCHPOINTS
2016-12-15 12:51:02 +00:00
kamil
41a57597c7 Update TODO.ptrace with recent changes
Hardware assisted breakpoint/watchpoint API has been merged with current.

Add note about pthread_dbg(3) API needed to be refactored and limited to
querying POSIX thread private data fields.

Sponsored by <The NetBSD Foundation>
2016-12-15 12:42:38 +00:00
kamil
1eb14748db Add new entries to TODO.ptrace
- add support for detecting equivalent events to PTRACE_O_TRACEEXEC,
   PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXIT from Linux
 - exect(3) rething or remove -- maybe PT_TRACE_ME + PTRACE_O_TRACEEXEC?

Sponsored by <The NetBSD Foundation>
2016-12-15 07:47:08 +00:00
pgoyette
d442c42849 Note desire to have a way to selectively build modules (and include them
from the modules/mi sets-list) based on "attributes" rather than having
to enumerate individual architectures on which to build and include.
2016-12-15 03:24:43 +00:00
kamil
6d08a581a0 Update TODO.ptrace
Add new entries:
 - add support for PT_STEP, PT_GETREGS, PT_SETREGS, PT_GETFPREGS,
   PT_SETFPREGS in all ports
 - integrate all ptrace(2) features in gdb
 - add ptrace(2) NetBSD support in LLDB

Sponsored by <The NetBSD Foundation>
2016-12-14 06:26:04 +00:00
kamil
1377ca283a options(4): Remove KSTACK_CHECK_DR0. 2016-12-13 11:01:10 +00:00
rjs
c324046c36 Add a bit for Mobile IPv6. 2016-12-13 09:51:34 +00:00
kamil
6c52405165 Add initial TODO list for the ptrace(2) (and procfs) interface.
Sponsored by <The NetBSD Foundation>
2016-12-13 09:44:35 +00:00
flxd
93b71490f8 Note scsictl(8) getrealloc and setrealloc commands. 2016-12-11 12:51:09 +00:00
mrg
fa2fc3a3fc add a bunch of stuff i've done since netbsd-7. fix a few entries. 2016-12-11 01:44:32 +00:00
alnsn
ce95fe1559 Added aes-xts to cgd(4). 2016-12-11 00:25:32 +00:00
mrg
cccf376f77 note crash for sparc 2016-12-10 10:43:28 +00:00
nat
a60401d684 Synthesized PC speaker(4) device. 2016-12-08 11:34:40 +00:00
nat
d33023d925 New audio sub-system changes - in kernel mixing 2016-12-08 11:17:36 +00:00
msaitoh
ab2bd4b3c6 Add Intel X55x support. 2016-12-05 08:53:01 +00:00
maya
949eb6bfc4 Note new axe(4) chipset support. 2016-12-04 11:40:01 +00:00
tsutsui
a8597f078b Mention luna68k HD647180X I/O processor support. 2016-12-03 19:15:27 +00:00
wiz
a5dd1006d0 sqlite3-3.15.2 out. 2016-11-29 09:04:18 +00:00
kre
e6f7463f19 Note update to tzdata2016j 2016-11-24 05:50:15 +00:00
christos
066477bb9b new ntp 2016-11-22 03:11:16 +00:00
taca
d1621dde3c NTP 4.2.8p9 has released. 2016-11-22 01:20:20 +00:00
christos
c419acb658 new wpa code 2016-11-21 20:16:21 +00:00
maya
df37607337 Note scsipi and umass MP safety changes
ok skrll
2016-11-21 08:40:30 +00:00
snj
b6ee83e3c8 wpa_supplicant 2.6 is out. update URLs. 2016-11-16 09:38:48 +00:00
christos
751612fcd9 new acpica 2016-11-11 21:11:03 +00:00
jdolecek
6f3d24b81e update the wapbl entry - kern/47146 and kern/49175 are fixed 2016-11-10 21:28:15 +00:00
christos
aafaa3c48f tzcode2016i 2016-11-04 19:41:53 +00:00
kre
a9e931a44a I should learn to read a calendar, and not just cut&paste... 2016-11-03 10:04:36 +00:00
kre
aaa2e0eafa Note upgrade of tzdata to 2016i 2016-11-03 09:57:18 +00:00
flxd
196134d5e3 Note tcu(4). 2016-11-02 17:19:53 +00:00
christos
5651a1bdca update bind 2016-11-02 00:40:27 +00:00
jdolecek
7d01329449 note wapbl truncate fix 2016-11-01 18:57:56 +00:00
jdolecek
2bdebe34e2 adjust the nvme entry; the flush cache is now asynchronous, and be more
specific for the get/set cache entry too
2016-10-28 20:30:37 +00:00
taca
0611cb62f6 We have root.cache 2016102001 (October 20, 2016). 2016-10-27 15:21:07 +00:00
taca
7624153bda named.root 2016102001 (October 20, 2016) has out. 2016-10-27 15:20:09 +00:00
christos
476ba6bc9e new binutils 2016-10-26 20:05:21 +00:00
christos
05015b9ba5 more stuff is done. 2016-10-26 20:05:11 +00:00
kre
0879fca268 Note update to tzdata2016h 2016-10-20 23:16:23 +00:00
christos
40f6e414c5 new tzcode 2016-10-20 17:42:29 +00:00
he
ba2f6aa5e3 Per the discussion in PR#20924, remove the HACK entry for intvec.S on vax. 2016-10-20 07:33:28 +00:00
kamil
ea5cf14493 libc: Add the wcsnlen(3) function in <wchar.h>. 2016-10-15 14:25:31 +00:00
spz
cff8db61e4 periphereal updates and generated files for the new openssl.
Expect at least one more commit until the tree builds again.
2016-10-14 16:09:43 +00:00
christos
f3753ea46b update gdb. 2016-10-12 20:24:18 +00:00
nat
052c684aa1 Add support for Realtek 8192EU. 2016-10-12 03:27:00 +00:00
roy
a0a2fa8e13 Note import of dhcpcd-6.11.4 2016-10-09 09:25:26 +00:00
christos
474ba1e130 new tzcode 2016-10-07 15:31:01 +00:00
ryo
6eee6a78c7 Note MT7628 2016-10-05 16:01:59 +00:00
christos
c31f58b845 new bind to address CVE-2016-2776 2016-10-04 23:47:12 +00:00
kamil
3f2b401a31 libc: Add the timespec_get function and TIME_UTC definition in the
<time.h> header. Enable unconditionally the timespec struct
      definition in <time.h>. Changes conform to the C11 standard.
2016-10-04 09:55:56 +00:00