*** empty log message ***
authorMatthew Mondor <mmondor@pulsar-zone.net>
Mon, 1 Sep 2014 19:00:31 +0000 (19:00 +0000)
committerMatthew Mondor <mmondor@pulsar-zone.net>
Mon, 1 Sep 2014 19:00:31 +0000 (19:00 +0000)
netbsd/netbsd_improvements.txt
netbsd/pr.txt

index b4bbec9..5cb1fb6 100644 (file)
@@ -742,6 +742,10 @@ http://wiki.netbsd.org/tutorials/how_to_install_netbsd_from_an_usb_memory_stick/
 
 - Apropos -p doesn't seem to work properly.  Moreover, there are oddities,
   like "apropos -p 1000 prop | less" not matching prop_array* or proplib*.
+  There also should be support for AND and OR, to match multiple words.
+  There seems no way to have it show results for pthread_getname_np using
+  "pthread", "pthread+name", "pthread name", it only works with
+  "pthread_getname_np" which is pretty useless.
 
 - 19:27 <@neitzel> And I noticed we still have a pretty old (as in:
   "outdated") BUGS section in lo(4).
index c8ab946..1c30fdf 100644 (file)
@@ -1,4 +1,4 @@
-$Id: pr.txt,v 1.218 2014/07/12 12:26:08 mmondor Exp $
+$Id: pr.txt,v 1.219 2014/09/01 19:00:31 mmondor Exp $
 
 - kern/23803: audio aud_rd/aud_rw lockups
 - misc/26720: Proposed enhancements to wscons keymaps user interface
@@ -92,6 +92,9 @@ $Id: pr.txt,v 1.218 2014/07/12 12:26:08 mmondor Exp $
 - kern/35351: fileassoc lacks locking
 - kern/45700: /chroot/proc/mounts exposes out-of-chroot pathnames
 - bin/45678: cdplay produces no sound
+- kern/48958: kevent(2): EVFILT_VNODE filter miscounting hardlinks
+- kern/48962: NetBSD doesn't conform to POSIX with mlock(2) and per-process
+  limits; returns EAGAIN instead of ENOMEM
 - xsrc/45594: xinput(1) is incomprehensible
 - bin/45453: add /etc/cron.d functionality
 - port-amd64/45234: Xorg -configure fails on amd64 (-current as 8.8.2001,