matt
14ce57a6f3
Note NEON works on arm now.
...
Note new PCU changes.
2012-12-26 19:20:30 +00:00
roy
8822446620
Import dhcpcd-5.6.6
2012-12-19 09:46:16 +00:00
tron
3e7ba92096
Note import of Postfix 2.8.13.
2012-12-18 23:26:05 +00:00
tron
7e8677122a
Fix typo in last entry.
2012-12-18 23:25:39 +00:00
mbalmer
ac73522956
Mention ibmcd(4).
2012-12-17 20:39:23 +00:00
mbalmer
f3a33e7c20
Note ptcd(4) addition.
2012-12-16 13:11:02 +00:00
christos
0360c9f751
mention new openssh
2012-12-12 17:44:09 +00:00
matt
7dea94c569
Note recent arm improvements
2012-12-12 00:42:35 +00:00
roy
5dde6cd84f
Import openresolv-3.5.3
2012-12-06 11:42:26 +00:00
roy
8ebafa51c4
Import dhcpcd-5.6.4
2012-12-06 11:18:58 +00:00
matt
ec05f9496d
ARMFPE support has been removed
2012-12-05 19:15:11 +00:00
spz
270096f20d
note the bind update
2012-12-05 08:57:53 +00:00
rkujawa
b51b09fe9f
Note z3rambd(4).
2012-11-26 00:23:53 +00:00
rkujawa
ee80e2056c
Note added X-Surf IDE support.
2012-11-19 22:57:45 +00:00
rkujawa
f7694e58b5
Note MSM6242B driver.
2012-11-14 02:26:15 +00:00
apb
9b27f22c34
zoneinfo: Import tzdata2012j. [apb 20121113]
2012-11-13 11:03:50 +00:00
rkujawa
80834f0fe6
Note 3Dfx Voodoo Banshee support.
2012-11-09 19:59:41 +00:00
apb
b430e5b5dd
zoneinfo: Import tzdata2012i. [apb 20121104]
2012-11-04 18:03:23 +00:00
christos
c562b2a6f5
add flock
2012-11-01 23:34:03 +00:00
christos
41e36dd0ba
welcome to 2012h
2012-10-28 17:13:59 +00:00
apb
f18317d7fe
zoneinfo: Import tzdata2012h. [apb 20121027]
...
Also change "zoneinfo:" to "libc:" in an entry for tzcode.
2012-10-27 16:50:13 +00:00
christos
eb32eb3957
update for tzcode2012g
2012-10-24 00:12:08 +00:00
drochner
1bbaa05cd5
mention "discard" (ATA "TRIM") support
2012-10-22 10:37:44 +00:00
apb
010fc2e85f
zoneinfo: Import tzdata2012g. [apb 20121018]
2012-10-18 08:57:26 +00:00
tsutsui
0fc41fa7ec
Note x68k formatting floppy support.
2012-10-14 18:42:22 +00:00
tsutsui
a1b018dcb1
Mention x68k new netboot.
2012-10-12 20:21:43 +00:00
tsutsui
4d3cc40dbf
Note recent BCM57762 support to bge(4).
2012-10-11 18:05:40 +00:00
christos
660f0e54bb
mention new wpa code.
2012-10-08 00:12:57 +00:00
christos
085a3fd784
mention clock_nanosleep
2012-10-02 01:48:06 +00:00
apb
e16266407d
zoneinfo: Import tzdata2012f. [apb 20120927]
2012-09-27 16:55:08 +00:00
bouyer
830daf9925
Note mfi(4) ioctl pass-through
2012-09-19 21:26:17 +00:00
roy
746485d18b
Import dhcpcd-5.6.2
2012-09-03 10:31:51 +00:00
matt
b16dbd84e5
Note new ARM changes.
2012-09-01 00:49:02 +00:00
jmmv
80b30d8cdf
Add placeholder test programs for share/mk files.
...
The main goal of this change is to simplify the further addition of test
cases for the share/mk infrastructure by adding a few placeholder test
programs to the tests tree.
To not leave these test programs empty, I have added a bunch of extremely
simple test cases to them.
2012-08-26 23:03:20 +00:00
jmmv
cdcce7d462
Add a new "-P prefix" option to mkdep(1).
...
This option prepends the string given in prefix to every target
filename. This is useful for programs that have source files in
multiple subdirectories and a single Makefile that references all of
them explicitly (without using the VPATH functionality because there
can be files with the same name in each subdirectory).
2012-08-26 22:37:19 +00:00
apb
492d413f62
Move tzdata2012d and tzdata2012e lines from CHANGES to CHANGES.prev.
2012-08-26 12:30:33 +00:00
apb
92d86e9872
Wrap a line that was longer than 80 columns.
2012-08-26 12:28:19 +00:00
apb
638d682456
zoneinfo: Import tzdata2012e. [apb 20120808]
...
libc: Update to tzcode2012e. [christos 20120809]
2012-08-26 12:27:05 +00:00
bouyer
60af280a03
Note mfi(4) changes
2012-08-23 10:00:55 +00:00
matt
21d023e282
Note BEAGLEBOARDXM support.
2012-08-23 01:30:54 +00:00
jdc
5e94b74e8f
Initial Raspberry Pi support has been pulled up to NetBSD 6.0.
2012-08-13 20:04:12 +00:00
tron
058c64094d
Postfix 2.8.12 will be in NetBSD 6.0.
2012-08-12 22:20:32 +00:00
tron
864de15d33
Note update of Postfix to version 2.8.12.
2012-08-10 14:23:05 +00:00
jnemeth
942121f54c
Add -A, -a, and -e options to modstat(8) along with kernel
...
changes required to support these options. The -e option was
requested by martin@ in private chat in order to make writing tests
easier (i.e. don't bother testing MODULAR functionaility if it
doesn't exist). While there, I added -A and -a since those were
quite similar.
-A Tells you whether or not modules can be autoloaded at the moment.
This option does take into consideration the sysctl
kern.module.autoload.
-a Tells you whether or not modules can be autoloaded at the moment.
This option does not take into consideration the sysctl
kern.module.autoload.
-e Tells you whether or not you may load a module at the moment.
2012-08-07 01:19:05 +00:00
rmind
020768e659
Mention BPF JIT.
2012-08-01 23:39:12 +00:00
degroote
be0f2d2a4f
Mention malo(4) in CHANGES
2012-07-30 19:50:51 +00:00
jnemeth
b9973e9aa6
OpenSSH 1.0.1c -> OpenSSL 1.0.1c
2012-07-27 17:39:36 +00:00
ginsbach
97b6b6c2cc
Note addition of POSIX pr(1) -f and -p options.
2012-07-27 16:49:07 +00:00
apb
c185f8ef0c
zoneinfo: Import tzdata2012d. [apb 20120722]
2012-07-27 07:21:01 +00:00
matt
f770105b50
Note removal of safepri
2012-07-27 05:38:21 +00:00