Commit Graph

2300 Commits

Author SHA1 Message Date
msaitoh 1b8c284d12 - Add some devices to lm(4).
- Add NCT6795D to wbsio(4).
2017-07-11 10:14:10 +00:00
sevan 0a7d23f26b Note the new additions to MAKEDEV(8) after regen. 2017-07-10 10:28:23 +00:00
jmcneill 58ba04bef7 Note dts import 2017-07-07 22:22:11 +00:00
jmcneill 95ea3f9a8f Note Allwinner H3, A83T, and Allwinner Gigabit Ethernet support 2017-07-07 22:20:54 +00:00
msaitoh 25823fad44 wbsio(4): Add 12 devices. 2017-07-07 08:46:49 +00:00
christos de046fc365 remove merge conflict part. 2017-06-30 11:55:56 +00:00
christos fc6bd93fff new bind. 2017-06-30 11:52:32 +00:00
christos 4ba33fc811 new expat 2017-06-17 22:06:54 +00:00
christos 24432c22f3 new bind 2017-06-15 16:02:28 +00:00
flxd bdf398c309 Note support for VAXstation 4000 TURBOchannel. 2017-06-15 14:23:42 +00:00
pgoyette fe1881ef3a Note addition of wsbell(4) 2017-06-12 11:05:21 +00:00
christos 496baf8250 remove the conflict. 2017-06-05 19:17:59 +00:00
christos bc884b7f07 new yacc 2017-06-05 18:56:16 +00:00
snj 4dd3054d6c zero out for 9.0 2017-06-04 07:18:39 +00:00
bouyer 1f23490b7e Note can(4) 2017-05-27 21:05:02 +00:00
christos 2bcef12e42 add file 2017-05-25 00:12:34 +00:00
riastradh b76da0ab97 Note removal of MKCRYPTO_RC5 and MKCRYPTO. 2017-05-21 15:36:37 +00:00
pgoyette a372bceac2 Introduce new localcount(9) reference-count primitives. 2017-05-19 00:01:33 +00:00
jdolecek 21c32e49aa mention recent vioscsi/virtio changes 2017-05-16 23:00:42 +00:00
roy 432708cb55 Note import of dhcpcd-7.0.0-rc1 2017-05-10 11:05:17 +00:00
christos 6c1b86451b new OpenPAM 2017-05-06 19:56:41 +00:00
christos 6cacb5f5a7 new acpica 2017-04-30 23:19:11 +00:00
mbalmer c267f80a92 Lua updated to versionb 5.3.4 2017-04-26 13:59:56 +00:00
christos 8234550e6a new tzcode. 2017-04-25 13:20:41 +00:00
christos 8c06a4888e new tmux. 2017-04-23 18:23:32 +00:00
christos 58d0ae12d1 new OpenSSH 2017-04-18 18:44:06 +00:00
roy 32859d4ec3 Note import of dhcpcd-7.0.0-beta3 2017-04-14 10:02:49 +00:00
roy 3ea4b10738 Backdate a note about adding RO_MSGFILTER. 2017-04-14 10:01:48 +00:00
christos 63bd6fc88f new ntpd 2017-04-13 20:18:22 +00:00
christos e24baaa1a0 new bind 2017-04-13 19:12:09 +00:00
christos 53f9164e33 mention new dc 2017-04-10 16:44:46 +00:00
kamil 6708e51bcd ptrace(2): Add operations to single step specified threads:
PT_SETSTEP and PT_CLEARSTEP

Sponsored by <The NetBSD Foundation>
2017-04-08 01:29:31 +00:00
roy 58a867f167 Note import of dhcpcd-7.0.0-beta2 2017-04-02 19:37:03 +00:00
roy 85c53fb9a6 Note import of dhcpcd-7.0.0-beta1 2017-03-31 21:07:02 +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
christos 8072f4356e new sqlite3 tzcode 2017-03-11 18:24:22 +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
rin 24955e9e67 add DKWEDGE_METHOD_RDB 2017-02-26 12:06:40 +00:00
rin fbdb0b50ac Add DISKLABEL_EI. 2017-02-19 07:48:07 +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
christos 6d2f4d7edc new postfix 2017-02-14 01:18:39 +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