Commit Graph

4195 Commits

Author SHA1 Message Date
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
ozaki-r
0e2f0c63b2 Add BRIDGE_IPF 2017-02-13 04:01:11 +00:00
maya
1cfbf29d0c note accept4 2017-02-12 21:06:46 +00:00
kamil
7478335c60 Add new entry in doc/CHANGES
ptrace(2): Add signal mask information accessors API:
                PT_GET_SIGMASK and PT_SET_SIGMASK

Sponsored by <The NetBSD Foundation>
2017-02-12 20:59:23 +00:00
kamil
16420f8cb8 Update TODO.ptrace
Remove:
 - add PT_SET_SIGMASK and PT_GET_SIGMASK - used by checkpointing software

This interface has been committed to HEAD.

Sponsored by <The NetBSD Foundation>
2017-02-12 06:16:33 +00:00
kamil
ac46406cfc Update TODO.ptrace with new entries
Added entries:
 - add support to read debugger events via a file descriptor in procfs
   (kevent(2)), it's still useful in cases when a parent traces tracee and has
   to call waitpid(2) for its child - as this clashes with GUI toolkits
 - fix more calls for netbsd32 compat

Sponsored by <The NetBSD Foundation>
2017-02-12 05:21:34 +00:00
christos
9fcc111dff new byacc 2017-02-11 19:34:23 +00:00
kamil
cbfedeb94c Update TODO.ptrace
Remove entries:
 - remove exect(3) from libc - there is no usecase for it

Interface has been marked obsolete and it's on the queue to be removed for.

 - research what happens when a tracee masks signals (including SIGTRAP) and a
   breakpoint is triggered

It has been researched and ATF tests added (signal1 .. signal10).
It's currently broken on NetBSD.

Add:
 - research support PT_SYSCALL & PT_STEP combined like in Linux

There are circumstances when we want to sstep and catch syscall events.

Sponsored by <The NetBSD Foundation>
2017-02-11 19:10:04 +00:00
christos
214892fd17 add sparc64 hack 2017-02-11 04:59:01 +00:00
christos
6ecaa35b9a new file 2017-02-10 18:12:52 +00:00
msaitoh
f896087186 ixg(4): Support TX/RX multiqueue 2017-02-10 08:48:06 +00:00
ozaki-r
e87e25be9f Add many entries 2017-02-10 03:59:02 +00:00
christos
ba789aa3b4 new openldap 2017-02-09 01:55:41 +00:00
christos
6084e6c7ca new bind 2017-02-09 00:25:22 +00:00
rin
9766216654 Remove ifconfig hack on m68000. I've confirmed that the problem has already
gone with TME.
2017-02-08 23:13:59 +00:00
kamil
cf07270509 Add new entry in TODO.ptrace
Added:
    add PT_SET_SIGMASK and PT_GET_SIGMASK - used by checkpointing software

Example software: gdb, criu
2017-02-08 14:53:50 +00:00
msaitoh
9b00ab122f ixv(4): Add Intel 10G Ethernet virtual function driver. 2017-02-08 09:58:42 +00:00
kamil
393a1d913c pthread_dbg(3): Removed from the base distribution. 2017-02-08 04:01:44 +00:00
kamil
0892a29a1a libpthread_dbg(3) deletion from the base distribution
libpthread_dbg(3) is a remnant library from the M:N thread model
(pre-NetBSD-5.0) API to introspect threads within a process and for use
of debuggers.

Currently in the 1:1 model it's not used in GDB neither in LLDB and it's
not either planned to be used. It's current function to read pthread_t
structures is realizable within a regular debugger capable to
instrospect objects within a tracee (GDB, LLDB...).

Remaining users of this API can still use this library from
pkgsrc/devel/libpthread_dbg.

Sponsored by <The NetBSD Foundation>
2017-02-08 03:44:40 +00:00
kamil
edc4b9f5d5 Update TODO.ptrace
Note PT_WATCHPOINT change to PT_*ETDBREGS.
Remove GDB and LLDB related entries from generic ptrace(2) TODO.
Note need for TRAP_SCE and TRAP_SCX si_codes in PT_SYSCALL*.
Note removal request of pthread_dbg(3).

Sponsord by <The NetBSD Foundation>
2017-02-07 16:15:05 +00:00