roy
85c53fb9a6
Note import of dhcpcd-7.0.0-beta1
2017-03-31 21:07:02 +00:00
ozaki-r
a0123401b6
Write about bpf's statistic counters
2017-03-30 06:50:53 +00:00
ozaki-r
6dc0e16b98
Write about lingering obsolete variables due to kvm(3)
2017-03-30 04:37:58 +00:00
kre
4f3a1f302d
tzdata updated to 2017b.
2017-03-21 19:26:40 +00:00
wiz
7c2da65e86
Fix typo.
2017-03-20 12:16:07 +00:00
kre
62e20444ec
The sh $(()) update is signifigant enough to mention...
2017-03-20 12:06:03 +00:00
tsutsui
d7673846d0
Mention about addition of luna68k's front panel LCD driver.
2017-03-19 11:22:32 +00:00
christos
1f4672f93c
new mdocml; fix sqlite
2017-03-18 15:25:40 +00:00
snj
f00e6d8d74
add netbsd-7-1
2017-03-15 06:17:39 +00:00
snj
5883a0181b
libevent is at 2.1.8, not 2.1.18
2017-03-14 21:22:59 +00:00
kre
26a1b1f31d
Christos updated tzcode to 2017a
2017-03-12 15:07:30 +00:00
christos
8072f4356e
new sqlite3 tzcode
2017-03-11 18:24:22 +00:00
maya
85fb2748b6
Remove already fixed HACKS entry. correct path to makeinfo Makefile for
...
easy reference.
2017-03-11 09:12:13 +00:00
msaitoh
ff07a3d986
Add ixv(4) to MP-safe component's list.
2017-03-11 07:23:13 +00:00
ozaki-r
c5fe62ba0f
Add ixg(4)
2017-03-11 06:40:19 +00:00
ozaki-r
1d5210cbd3
Tidy up again
2017-03-09 06:21:54 +00:00
ozaki-r
5562362b1a
Tidy up the lists
2017-03-08 07:32:58 +00:00
ozaki-r
ab05762cd7
Remove multicast stuffs from the list of Non MP-safe components
2017-03-08 06:59:36 +00:00
wiz
51e8f8a186
binutils-2.28 released.
2017-03-07 23:35:50 +00:00
kamil
20b74e97d9
TODO.ptrace: Remove entry about addition of TRAP_SCE and TRAP_SCX
...
These siginfo(2) codes have been committed.
2017-03-03 07:11:49 +00:00
kamil
5147fe4e0c
Add new entry in TODO.ptrace about QPassSignals
...
Added:
support QPassSignals (PT_SET_SIGPASS/PT_GET_SIGPASS) in the kernel, a way to
stop routing a set of signals to tracer as they are uninteresting - GDB and
LLDB expect this feature
2017-03-03 07:03:11 +00:00
kamil
e663963d4a
Add new entry in TODO.ptrace about PT_STEP with a signal
...
Added:
GDB Remote Protocol expects a case with a step with a signal to be sent,
this is currently unsupported on NetBSD
2017-03-02 14:25:41 +00:00
kamil
4923df94f7
Correct the date of PT_GETDBREGS and PT_SETDBREGS introduction
...
Feb 28th -> Feb 23rd
Sponsored by <The NetBSD Foundation>
2017-03-01 10:32:09 +00:00
kamil
ef5be0f326
Document PT_GETDBREGS, PT_SETDBREGS, TRAP_SCE and TRAP_SCX in CHANGES
...
Added entries:
ptrace(2): Add new API replacing PT_WATCHPOINT for Debug Registers:
PT_GETDBREGS and PT_SETDBREGS
siginfo(2): Add new si_code values for SIGTRAP: TRAP_SCE and TRAP_SCX
Sponsored by <The NetBSD Foundation>
2017-03-01 10:28:47 +00:00
kre
179eed9654
Note update to tzdata2017a
2017-03-01 00:41:39 +00:00
kamil
08e976c813
Sync TODO.ptrace with reality
...
Remove entries:
- add new ptrace(2) calls to lock (suspend) and unlock LWP within a process
- switch PT_WATCHPOINT* to PT_*ETDBREGS and document it, add ATF tests
- add ATF tests for PT_SYSCALL and PT_SYSCALLEMU
Sponsored by <The NetBSD Foundation>
2017-02-28 13:10:54 +00:00
rin
24955e9e67
add DKWEDGE_METHOD_RDB
2017-02-26 12:06:40 +00:00
maya
b0f6bc04c6
GC some GCC 4.8 specific sh3 HACKS entries.
...
These existed to avoid compile errors, and haven't been effect
since gcc.old was removed.
2017-02-22 12:17:16 +00:00
ozaki-r
24d5bbc8ed
Add l2tp(4)
2017-02-22 04:44:16 +00:00
abhinav
3e1c6cfae4
mdocml-1.14.1 released.
2017-02-21 04:58:44 +00:00
christos
958d1f77d5
document -P
2017-02-20 20:56:30 +00:00
kamil
fcb607706d
Add new entry to TODO.ptrace
...
check 64-bit debugger on 64-bit kernel tracing capabilities of 32-bit tracee
Sponsored by <The NetBSD Foundation>
2017-02-20 03:37:24 +00:00
rin
fbdb0b50ac
Add DISKLABEL_EI.
2017-02-19 07:48:07 +00:00
nonaka
bc3efd94ca
zlib-1.2.11 is out.
2017-02-18 07:20:56 +00:00
nonaka
c92e6a079b
add gnu-efi.
2017-02-18 07:20:21 +00:00
kamil
77487779db
Add new entry in TODO.ptrace
...
Research kgdb. It should be supported by GDB and LLDB.
Sponsored by <The NetBSD Foundation>
2017-02-17 21:22:02 +00:00
kamil
e883110f17
Add new si_code TRAP_DBREG
...
It replaces previous TRAP_HWWPT and is designed to be used for debug
register traps (both watchpoints and breakpoints).
TRAP_HWWPT wasn't documented in siginfo(2) neither noted in doc/CHANGES -
- document it and add new entry in CHANGES. This move is a step towards
switch the watchpoint ptrace(2) api to PT_*DBREGS.
This code was introduced recently and has no impact on stable releases.
Sponsored by <The NetBSD Foundation>
2017-02-17 01:14:31 +00:00
knakahara
97e14e9587
update doc/CHAGES
2017-02-16 08:48:34 +00:00
rin
96f404cffb
sorry, correct English grammer
2017-02-16 01:05:01 +00:00
rin
4ec55dfcea
lcWrap.c is miscompiled on vax, which results in input failure via XIM.
...
Besides, some clients, e.g., pkgsrc/x11/kterm, receives SIGSEGV.
2017-02-16 01:02:28 +00:00
kamil
580fd0b4d4
Add new entry to TODO.ptrace
...
research ipkdb(4)
Sponsored by <The NetBSD Foundation>
2017-02-14 18:38:07 +00:00
rin
72128ffa3a
also compile poly1305.c with -O0 on vax to address ssh login failure from/to
...
some hosts
2017-02-14 09:59:16 +00:00
rin
092680b00f
correct grammar
2017-02-14 09:07:35 +00:00
rin
98803e7305
add hack for libmandoc on vax:
...
mandoc(1) receives SIGILL in in_line_argn() from mdoc_macro.c
2017-02-14 09:05:17 +00:00
rin
79ef876622
add hack for libssh on vax
2017-02-14 09:00:03 +00:00
christos
6d2f4d7edc
new postfix
2017-02-14 01:18:39 +00:00
rin
78470a5a42
PR port-vax/51967 GCC 5.4 aborts on vax due to SIGILL for cc1
...
As a workaround, compile dse.c with -O0.
2017-02-13 22:31:09 +00:00
wiz
376218ae3c
sqlite-3.17.0 out.
2017-02-13 21:51:30 +00:00
maya
9a81911e6a
Update current versions of some 3rd party components
2017-02-13 20:31:46 +00:00
kamil
21bd4b20ec
Update TODO.ptrace
...
Note BSD4.4-like /proc debugging removal
Explain kevent(2)-based debugging proposal
Sponsored by <The NetBSD Foundation>
2017-02-13 15:29:18 +00:00