| #
a8c35050 |
| 16-Jan-2017 |
christos <christos@NetBSD.org> |
add _PATH_DEVZERO
|
| #
3e6c65d1 |
| 06-May-2015 |
pgoyette <pgoyette@NetBSD.org> |
Add missing PATH_WATCHDOG (to complement PATH_SYSMON and PATH_POWER)
|
| #
1907ec3a |
| 03-Jun-2012 |
joerg <joerg@NetBSD.org> |
Switch device database to cdb(5). Rework ttyname(3) and ttyname_r(3) to depend on new devname_r(3) as heart. Add /dev/pts magic directly to devname(3). While it can lead to returning non-existing pat
Switch device database to cdb(5). Rework ttyname(3) and ttyname_r(3) to depend on new devname_r(3) as heart. Add /dev/pts magic directly to devname(3). While it can lead to returning non-existing paths, the behavior is more consistent that way. Drop caching layer in devname(3), it doesn't buy anything for the common case of having access to the database. Teach devname(3) proper fallback behavior of scanning /dev. Create both old-style and new-style database for now in /etc/rc.d/sysdb.
show more ...
|
| #
be8b5eb2 |
| 27-Sep-2011 |
jruoho <jruoho@NetBSD.org> |
Define _PATH_CPUCTL.
|
| #
3bf7a949 |
| 29-Dec-2010 |
pooka <pooka@NetBSD.org> |
practice alphabet: "g before i except never" etc.
|
| #
b8d8357d |
| 25-Dec-2010 |
jmcneill <jmcneill@NetBSD.org> |
add /dev/video, /dev/video0
|
| #
73bd86de |
| 24-Apr-2010 |
jruoho <jruoho@NetBSD.org> |
Define _PATH_POWER and use it.
|
| #
588d0cb4 |
| 03-Feb-2010 |
roy <roy@NetBSD.org> |
getent cannot report on termcap as we now use terminfo.
|
| #
8245a244 |
| 22-Dec-2009 |
pooka <pooka@NetBSD.org> |
+_PATH_PUD
|
| #
e2a43ad9 |
| 28-Sep-2008 |
lukem <lukem@NetBSD.org> |
Support RESCUEDIR for _PATH_VI. Fixes /rescue/disklabel -e
|
| #
b11674e1 |
| 04-Feb-2008 |
christos <christos@NetBSD.org> |
move gettytab to paths.h
|
| #
f6a680bb |
| 01-Feb-2008 |
christos <christos@NetBSD.org> |
add a couple more
|
| #
b50bf776 |
| 17-Jul-2007 |
pooka <pooka@NetBSD.org> |
_PATH_PUFFS
|
| #
678d9ffc |
| 11-Dec-2004 |
christos <christos@NetBSD.org> |
Add _PATH_FTPUSERS; sort.
|
| #
36b10a0f |
| 01-Dec-2004 |
christos <christos@NetBSD.org> |
Add _PATH_BPF
|
| #
bcec1bd4 |
| 11-Nov-2004 |
christos <christos@NetBSD.org> |
Add _PATH_DEV_PTS
|
| #
458810af |
| 19-Aug-2004 |
christos <christos@NetBSD.org> |
Typo...
|
| #
44a8d4af |
| 19-Aug-2004 |
christos <christos@NetBSD.org> |
Rescue for _PATH_STDPATH
|
| #
af4b8ed3 |
| 03-Oct-2003 |
dsl <dsl@NetBSD.org> |
Add _PATH_CONSTTY as "/dev/constty"
|
| #
039cc956 |
| 07-Aug-2003 |
agc <agc@NetBSD.org> |
Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22270, verified by myself.
|
| #
04e58308 |
| 25-Jun-2003 |
tshiozak <tshiozak@NetBSD.org> |
Citrus iconv support (1) add core engine of Citrus iconv and some support routines. - iconv core (citrus_iconv) - coded character set mapper (csmapper) - encoding scheme database (esdb) - sta
Citrus iconv support (1) add core engine of Citrus iconv and some support routines. - iconv core (citrus_iconv) - coded character set mapper (csmapper) - encoding scheme database (esdb) - standard encoding scheme handler (stdenc) - basic character set manipulation utilities (bcs) - mmap based infrastructure (citrus_lookup/_mmap/_memstream/_db) - some source codes of new plugins (not built yet)
show more ...
|
| #
803e64c8 |
| 03-May-2003 |
lukem <lukem@NetBSD.org> |
add _PATH_RANDOM and _PATH_URANDOM
|
| #
5a10a8c4 |
| 24-Apr-2003 |
ragge <ragge@NetBSD.org> |
Add _PATH_KSYMS.
|
| #
4be0da5b |
| 01-Jan-2003 |
augustss <augustss@NetBSD.org> |
Add _PATH_SYSMON.
|
| #
dc7d18ff |
| 17-Mar-2002 |
tshiozak <tshiozak@NetBSD.org> |
refine i18n stuffs. - add libc/citrus directory. this directory contains the common stuffs not only for locale but also other facilities relating to i18n (e.g. iconv). - To keep the binar
refine i18n stuffs. - add libc/citrus directory. this directory contains the common stuffs not only for locale but also other facilities relating to i18n (e.g. iconv). - To keep the binary compatibility for the ctype modules easily, the interface between libc and the modules is simplified. - For the future integrated extension, module pool is renamed from "/usr/lib/runemodule" to "/usr/lib/i18n". In the future, this directory will contain the modules for "iconv", "collation", etc. - some cosmetic changes. - Bug fix for runetype.h; __attribute__((__packed__)) is placed at the wrong position and it is invalid unintentionally. But, the all members of the structures seem well-aligned. Thus, this bug causes no problem, hopefully.
HEADS UP: - /usr/lib/rumemodule is obsoleted. If you use the multibyte locales, you need to install /usr/lib/i18n/* from sys/lib/i18n_module . - The binary compatibility of /usr/share/locale/*/LC_CTYPE is probably kept. Perhaps, the bug fix about __packed__ mentioned above breaks the compatibility... Be careful especially on 64bit platforms.
show more ...
|