Go to file
christos 3cfbfdb2ef Bug reported from Martin Dietze:
The place to change the completion_append_character is
    usually somewhere in the `rl_completion_entry_function'
    callback which is where one usually can distinguish between
    file- or dir-like entries to append a slash for dirs etc.

    This does no longer work since `fn_complete()' takes the
    `append_character' as argument before the callback is executed,
    so that changes to the variable `rl_completion_append_character'
    have in fact no effect for the current completion.

Fix by adding a function that returns the rl_completion_append_character,
when it gets passed in a filename in readline emulation.
2005-06-10 20:21:00 +00:00
bin Initialize ipid in two functions to NULL, to appease -Wuninitialized. 2005-06-07 09:00:18 +00:00
contrib/sys Finalize import of the Atheros HAL 0.9.9.13, bringing ath(4) 2004-07-28 08:57:40 +00:00
crypto appease gcc -Wuninitialized on hp700. 2005-06-05 19:08:28 +00:00
dist appease gcc -Wuninitialized on hp700. 2005-06-05 19:08:28 +00:00
distrib Add raid(4) to the list of machine-independent devices which "sysinst" 2005-06-09 22:14:20 +00:00
doc note arcom viper support in evbarm 2005-06-06 20:28:34 +00:00
etc Enable RAIDframe support in the NetBSD-macppc installation media. 2005-06-09 13:29:57 +00:00
games Change marker from "pmppc" to "powerpc" because a NetBSD-macppc build 2005-06-09 12:20:12 +00:00
gnu Backout the last two revisions. These changes should have been applied to 2005-06-02 15:44:20 +00:00
include Include <sys/ansi.h> after <sys/cdefs.h>; from Neil Booth in PR lib/30072. 2005-05-25 20:45:38 +00:00
lib Bug reported from Martin Dietze: 2005-06-10 20:21:00 +00:00
libexec appease gcc -Wuninitialized 2005-06-08 00:19:18 +00:00
regress appease gcc -Wuninitialized 2005-06-02 11:10:00 +00:00
rescue Make fdisk(8) available on all platforms, since MS-DOS partitioning 2005-05-22 03:45:30 +00:00
sbin add code to handle inodes with extended attribute blocks 2005-06-08 20:34:06 +00:00
share Remove superfluous word, found by Jared Yanovich, 2005-06-10 17:48:34 +00:00
sys Constify, shadow resolution and some volatile casts 2005-06-10 16:41:38 +00:00
tools config and genassym are not sysadmin tools, they are development tools. 2005-06-05 18:19:52 +00:00
usr.bin Need to #ifdef around declaration of ch with NO_EDITCOMPLETE so this compiles 2005-06-10 18:24:15 +00:00
usr.sbin Support MKINET6=no building after the -Wuninitalized fix. 2005-06-07 22:21:57 +00:00
x11 NetBSD.cf unconditionally turns on XKB_ALWAYS_USES_SOFT_REPEAT. Do the same 2005-05-20 12:53:22 +00:00
build.sh Remove support for build.sh -m xen, this has been merged in the i386 2005-05-29 10:54:40 +00:00
BUILDING Document the environment variables for if you need to override or 2005-02-15 18:41:18 +00:00
Makefile use usr.sbin/postinstall/postinstall instead of etc/postinstall 2005-04-17 15:18:34 +00:00
Makefile.inc
UPDATING note about kernfs fix and xentools. 2005-06-03 11:02:59 +00:00