#
2fb69002 |
| 01-Feb-2009 |
David E. O'Brien <obrien@FreeBSD.org> |
Also un-split _PATH_STDPATH for grepability. While I'm here, fix other style bugs reported to me.
|
#
927c7d40 |
| 26-Jan-2009 |
David E. O'Brien <obrien@FreeBSD.org> |
No need to wrap _PATH_SYSPATH. It makes it harder to grep(1) for its value. (also unwrapping better matches existing style)
|
Revision tags: release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0 |
|
#
41b23fe0 |
| 11-Jun-2007 |
Hidetoshi Shimokawa <simokawa@FreeBSD.org> |
Add _PATH_FWMEM for libkvm.
|
Revision tags: release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0, release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0, release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0 |
|
#
6e3aaeb2 |
| 04-Jan-2004 |
Ian Dowse <iedowse@FreeBSD.org> |
Define _PATH_MKSNAP_FFS and use it in dump(8) instead of assuming that mksnap_ffs(8) can be found using the current $PATH.
Reviewed by: mckusick
|
Revision tags: release/4.9.0_cvs, release/4.9.0 |
|
#
884c25d1 |
| 29-Jun-2003 |
Gordon Tetlow <gordon@FreeBSD.org> |
Add /rescue bits. This basically encompasses all of bin and sbin along with a couple of bits from usr.bin in a crunchgen'd binary.
Submitted by: Tim Kientzle <kientzle@acm.org>
|
#
1386defa |
| 29-Jun-2003 |
Gordon Tetlow <gordon@FreeBSD.org> |
Move path definitions to include/paths.h. This makes it easier to override these definitions in the /rescue case.
Submitted by: Tim Kientzle <kientzle@acm.org>
|
#
a3ba4c65 |
| 29-Jun-2003 |
Gordon Tetlow <gordon@FreeBSD.org> |
Convert fsck and mount to using execvP to find fsck_foo and mount_foo. This simplifies the code path and makes the default path easy to override in the /rescue case.
Submitted by: Tim Kientzle <kien
Convert fsck and mount to using execvP to find fsck_foo and mount_foo. This simplifies the code path and makes the default path easy to override in the /rescue case.
Submitted by: Tim Kientzle <kientzle@acm.org>
show more ...
|
#
73e18024 |
| 26-Jun-2003 |
Alexey Zelkin <phantom@FreeBSD.org> |
Move _PATH_LOCALE to place where it really belongs to (rune.h -> paths.h)
Reviewed by: ache
|
#
07fa064b |
| 21-Jun-2003 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Remove _PATH_DEVDB
|
Revision tags: release/5.1.0_cvs, release/5.1.0 |
|
#
8d5c19ff |
| 06-May-2003 |
David E. O'Brien <obrien@FreeBSD.org> |
Centralize _PATH_* definitions.
Submitted by: Tim Kientzle <kientzle@acm.org> (embellished by me)
|
#
29ade362 |
| 07-Apr-2003 |
Matthew N. Dodd <mdodd@FreeBSD.org> |
Dynamic object dependency mapping: libmap.
This is an optional feature, disabled by default.
This will be useful to people testing the various POSIX threading libraries under -CURRENT but can easil
Dynamic object dependency mapping: libmap.
This is an optional feature, disabled by default.
This will be useful to people testing the various POSIX threading libraries under -CURRENT but can easily serve other needs.
show more ...
|
Revision tags: release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0, release/4.7.0_cvs, release/4.6.2_cvs, release/4.6.2, release/4.6.1 |
|
#
6f8d27fc |
| 14-Jul-2002 |
Maxim Sobolev <sobomax@FreeBSD.org> |
Correct _PATH_RCP to be /bin/rcp, not /usr/bin/rcp.
|
Revision tags: release/4.6.0_cvs |
|
#
5fab96cf |
| 17-May-2002 |
Juli Mallett <jmallett@FreeBSD.org> |
Move _PATH_WALL from dump and shutdown's local pathnames.h to paths.h.
|
#
75f3111c |
| 08-May-2002 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Add some more commonly-used directories and files.
Sponsored by: DARPA, NAI Labs
|
#
bb28f3c2 |
| 23-Mar-2002 |
Warner Losh <imp@FreeBSD.org> |
Breath deep and take __P out of the system include files.
# This appears to not break X11, but I'm having problems compiling the # glide part of the server with or without this patch, so I can't tel
Breath deep and take __P out of the system include files.
# This appears to not break X11, but I'm having problems compiling the # glide part of the server with or without this patch, so I can't tell # for sure.
show more ...
|
Revision tags: release/4.5.0_cvs, release/4.4.0_cvs |
|
#
433a2022 |
| 30-Nov-2001 |
Robert Watson <rwatson@FreeBSD.org> |
o Improve consistency of style by fixing tabs around _PATH_AUTHCONF.
|
#
0caeee4e |
| 30-Nov-2001 |
Robert Watson <rwatson@FreeBSD.org> |
o Introduce _PATH_CAPABILITY and _PATH_CAPABILITY_DB to the system path set. These files will hold per-user capability information.
Obtained from: TrustedBSD Project Submitted by: tmm
|
Revision tags: release/4.3.0_cvs, release/4.3.0 |
|
#
8454c72c |
| 08-Mar-2001 |
David E. O'Brien <obrien@FreeBSD.org> |
Move _PATH_DEFTAPE to <paths.h> to remove all the duplication of definitons, and remove leading `r'(aw) from it.
|
#
1a37aa56 |
| 09-Dec-2000 |
David E. O'Brien <obrien@FreeBSD.org> |
Add `_PATH_DEVZERO'. Use _PATH_* where where possible.
|
Revision tags: release/4.2.0, release/4.1.1_cvs, release/4.1.0, release/3.5.0_cvs, release/4.0.0_cvs, release/3.4.0_cvs, release/3.3.0_cvs, release/3.2.0, release/3.1.0, release/3.0.0, release/2.2.8 |
|
#
16ceea1b |
| 11-Jan-1999 |
Satoshi Asami <asami@FreeBSD.org> |
Move nologin from /etc to /var/run. This means one less file that has to be written to /etc.
The only essential change is in paths.h, so any third-party software written correctly will pick it up i
Move nologin from /etc to /var/run. This means one less file that has to be written to /etc.
The only essential change is in paths.h, so any third-party software written correctly will pick it up in the next rebuild.
Reviewed by: the committers list (actually an old version)
show more ...
|
#
eecd4637 |
| 09-Oct-1998 |
Jordan K. Hubbard <jkh@FreeBSD.org> |
Move auth.conf path in here. Doesn't affect published interface.
|
Revision tags: release/2.2.7, release/2.2.6, release/2.2.5_cvs, release/2.2.2_cvs, release/2.2.1_cvs, release/2.2.0, release/2.1.7_cvs, release/2.1.6_cvs, release/2.1.6.1, release/2.1.5_cvs, release/2.1.0_cvs |
|
#
b8643b5a |
| 23-Sep-1995 |
Andrey A. Chernov <ache@FreeBSD.org> |
Due conflict to some obsoleted applications (dump/restore) rename _PATH_LOCK to _PATH_UUCPLOCK Pointed-by: bde
|
#
fa78e67a |
| 20-Sep-1995 |
Andrey A. Chernov <ache@FreeBSD.org> |
Add _PATH_LOCK: /var/spool/lock/ Suggested-by: bde
|
Revision tags: release/2.0.5_cvs |
|
#
c70242ae |
| 01-Feb-1995 |
Bill Paul <wpaul@FreeBSD.org> |
Need _PATH_YP for ypserver stuff.
|
Revision tags: release/2.0 |
|
#
66a9a515 |
| 29-Sep-1994 |
Paul Traina <pst@FreeBSD.org> |
Define _PATH_FTPUSERS
|