aboutsummaryrefslogtreecommitdiff
path: root/include/paths.h
Commit message (Collapse)AuthorAgeFilesLines
* MFC: r187724 / r187969: unsplit _PATH_SYSPATH & _PATH_STDPATH.David E. O'Brien2009-03-241-5/+3
| | | | Notes: svn path=/stable/7/; revision=190348
* Add _PATH_FWMEM for libkvm.Hidetoshi Shimokawa2007-06-111-0/+1
| | | | Notes: svn path=/head/; revision=170527
* Define _PATH_MKSNAP_FFS and use it in dump(8) instead of assumingIan Dowse2004-01-041-0/+1
| | | | | | | | | that mksnap_ffs(8) can be found using the current $PATH. Reviewed by: mckusick Notes: svn path=/head/; revision=124132
* Add /rescue bits. This basically encompasses all of bin and sbin alongGordon Tetlow2003-06-291-0/+35
| | | | | | | | | with a couple of bits from usr.bin in a crunchgen'd binary. Submitted by: Tim Kientzle <kientzle@acm.org> Notes: svn path=/head/; revision=117035
* Move path definitions to include/paths.h. This makes it easier to overrideGordon Tetlow2003-06-291-0/+3
| | | | | | | | | these definitions in the /rescue case. Submitted by: Tim Kientzle <kientzle@acm.org> Notes: svn path=/head/; revision=117033
* Convert fsck and mount to using execvP to find fsck_foo and mount_foo.Gordon Tetlow2003-06-291-0/+3
| | | | | | | | | | This simplifies the code path and makes the default path easy to override in the /rescue case. Submitted by: Tim Kientzle <kientzle@acm.org> Notes: svn path=/head/; revision=117031
* Move _PATH_LOCALE to place where it really belongs to (rune.h -> paths.h)Alexey Zelkin2003-06-251-0/+1
| | | | | | | Reviewed by: ache Notes: svn path=/head/; revision=116844
* Remove _PATH_DEVDBPoul-Henning Kamp2003-06-201-1/+0
| | | | Notes: svn path=/head/; revision=116637
* Centralize _PATH_* definitions.David E. O'Brien2003-05-051-0/+4
| | | | | | | Submitted by: Tim Kientzle <kientzle@acm.org> (embellished by me) Notes: svn path=/head/; revision=114763
* Dynamic object dependency mapping: libmap.Matthew N. Dodd2003-04-071-0/+1
| | | | | | | | | | 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. Notes: svn path=/head/; revision=113229
* Correct _PATH_RCP to be /bin/rcp, not /usr/bin/rcp.Maxim Sobolev2002-07-141-1/+1
| | | | Notes: svn path=/head/; revision=99958
* Move _PATH_WALL from dump and shutdown's local pathnames.h to paths.h.Juli Mallett2002-05-171-0/+1
| | | | Notes: svn path=/head/; revision=96807
* Add some more commonly-used directories and files.Dag-Erling Smørgrav2002-05-081-0/+6
| | | | | | | Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=96194
* Breath deep and take __P out of the system include files.Warner Losh2002-03-231-1/+1
| | | | | | | | | # 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. Notes: svn path=/head/; revision=93032
* o Improve consistency of style by fixing tabs around _PATH_AUTHCONF.Robert Watson2001-11-301-1/+1
| | | | Notes: svn path=/head/; revision=87136
* o Introduce _PATH_CAPABILITY and _PATH_CAPABILITY_DB to the systemRobert Watson2001-11-301-0/+2
| | | | | | | | | | path set. These files will hold per-user capability information. Obtained from: TrustedBSD Project Submitted by: tmm Notes: svn path=/head/; revision=87135
* Move _PATH_DEFTAPE to <paths.h> to remove all the duplication of definitons,David E. O'Brien2001-03-081-0/+1
| | | | | | | and remove leading `r'(aw) from it. Notes: svn path=/head/; revision=73986
* Add `_PATH_DEVZERO'.David E. O'Brien2000-12-091-0/+2
| | | | | | | Use _PATH_* where where possible. Notes: svn path=/head/; revision=69793
* Move nologin from /etc to /var/run. This means one less file that hasSatoshi Asami1999-01-111-1/+1
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=42515
* Move auth.conf path in here. Doesn't affect published interface.Jordan K. Hubbard1998-10-091-0/+1
| | | | Notes: svn path=/head/; revision=40111
* Due conflict to some obsoleted applications (dump/restore) renameAndrey A. Chernov1995-09-231-1/+1
| | | | | | | | _PATH_LOCK to _PATH_UUCPLOCK Pointed-by: bde Notes: svn path=/head/; revision=10975
* Add _PATH_LOCK: /var/spool/lock/Andrey A. Chernov1995-09-201-0/+1
| | | | | | | Suggested-by: bde Notes: svn path=/head/; revision=10923
* Need _PATH_YP for ypserver stuff.Bill Paul1995-01-311-0/+1
| | | | Notes: svn path=/head/; revision=6083
* Define _PATH_FTPUSERSPaul Traina1994-09-291-0/+1
| | | | Notes: svn path=/head/; revision=3189
* Get rid of _PATH_UNIX completely; use getbootfile(3) instead.Garrett Wollman1994-09-241-1/+8
| | | | | | | | | | DANGER WILL ROBINSON! _PATH_UNIX is currently defined as the literal string "don't use this". I am of two minds about this myself, but wanted to get something into the tree as quickly as possible. Notes: svn path=/head/; revision=3041
* Update the Makefile to work correctly when copying and/or symlinkingRodney W. Grimes1994-05-261-2/+2
| | | | | | | | | | | | | | | | | | | /usr/include. Make comment about mp.h missing and remove it from the list of files. Fix installation of ufs include files as this is now a tree ufs/{ffs,lfs, mfs,ufs}. Make setting of SHARED optional by makeing it SHARED?=. Comment out installation of X11 includes since it does not work for XFree86 until we get XFree86 to install as /usr/X11. Update _PATH_UNIX to be /kernel. Remove /usr/{contrib,old}/bin from _PATH_STDPATH. Notes: svn path=/head/; revision=1570
* BSD 4.4 Lite Include SourcesRodney W. Grimes1994-05-241-0/+69
Notes: svn path=/head/; revision=1539