aboutsummaryrefslogtreecommitdiff
path: root/sbin/ldconfig
Commit message (Collapse)AuthorAgeFilesLines
* Make ldconfig(8) atomic, by removing an unneccessary call to unlink(2)Edward Tomasz Napierala2018-08-091-7/+0
| | | | | | | | | | | | before rename(2). Reviewed by: kib MFC after: 2 weeks Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D16641 Notes: svn path=/head/; revision=337530
* ldconfig(8): use .Nm instead of 'ldconfig'Eitan Adler2018-01-091-3/+4
| | | | Notes: svn path=/head/; revision=327719
* ldconfig(8): clarify language for filesEitan Adler2018-01-071-2/+4
| | | | | | | | | | | | The previous language did not make it clear that 'Files' are the files specified above. Clarify it. Reported by: dana <dana@dana.is> Reviewed by: dana <dana@dana.is> MFC After: 1 week Notes: svn path=/head/; revision=327671
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-273-1/+7
| | | | | | | | | | | | | | | | | Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so this was mostly a manual - error prone - task. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. No functional change intended. Notes: svn path=/head/; revision=326276
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
| | | | | | | Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=325188
* Use MAP_PRIVATE instead of obsolete MAP_COPY. No functional changes.Edward Tomasz Napierala2017-10-301-2/+2
| | | | | | | MFC after: 2 weeks Notes: svn path=/head/; revision=325134
* sbin: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper2017-03-041-1/+1
| | | | | | | | | | This simplifies make logic/output MFC after: 1 month Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=314656
* Explicitly add more files to the 'runtime' package.Glen Barber2016-02-091-0/+1
| | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/projects/release-pkg/; revision=295450
* Add ldconfig -soft to process the soft float abi libraries and put itWarner Losh2016-01-181-1/+9
| | | | | | | into startup scripts for armv6. It acts much like ldconfig -32 does. Notes: svn path=/head/; revision=294295
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp Notes: svn path=/head/; revision=284345
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=284172
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=266219
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| | | | | | | | Notes: svn path=/projects/bmake/; revision=265802
| * sync from headSimon J. Gerraty2013-04-122-27/+8
| |\ | |/ |/| | | Notes: svn path=/projects/bmake/; revision=249429
| * Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| | | | | | | | Notes: svn path=/projects/bmake/; revision=248169
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=246868
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
| | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> Notes: svn path=/projects/bmake/; revision=239572
* | Add a comment about why aout support is still here: We need it forWarner Losh2013-03-191-0/+7
| | | | | | | | | | | | | | compat2x, which is still in use, as evidence by recent bug reports. Notes: svn path=/head/; revision=248525
* | Remove obsolete objformat information.Joel Dahl2013-03-191-27/+1
|/ | | | | | | Submitted by: db Notes: svn path=/head/; revision=248496
* ANSIfy ldconfig and the aout bits it still uses from rtld-aout.Ed Schouten2009-12-291-13/+7
| | | | | | | (Why is aout support still there?) Notes: svn path=/head/; revision=201217
* Switch the default WARNS level for sbin/ to 6.Ruslan Ermilov2009-10-191-1/+0
| | | | | | | Submitted by: Ulrich Spörlein Notes: svn path=/head/; revision=198236
* Remove unused reference to objformat.hPeter Wemm2007-01-251-1/+0
| | | | Notes: svn path=/head/; revision=166244
* Tweak -32 description and add -32 FILES.David E. O'Brien2005-12-091-2/+7
| | | | Notes: svn path=/head/; revision=153256
* -mdoc sweep.Ruslan Ermilov2005-11-181-1/+1
| | | | Notes: svn path=/head/; revision=152568
* Document -32 flag in usage() output as well.John Baldwin2005-11-111-1/+1
| | | | | | | | Requested by: ru MFC after: 1 week Notes: svn path=/head/; revision=152323
* Document the -32 switch available on amd64.John Baldwin2005-11-111-0/+4
| | | | | | | | Submitted by: Steve Kargl sgk at troutmask dot apl dot washington dot edu MFC after: 1 week Notes: svn path=/head/; revision=152321
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-02-101-1/+1
| | | | Notes: svn path=/head/; revision=141611
* Improve readability for the recently introduced changes by havingXin LI2005-01-141-4/+4
| | | | | | | | | their sizeof(*p) instead of explicitlly specifying their types. Suggested by: nectar Notes: svn path=/head/; revision=140248
* Use a better name than underscore-tmpfile for better representationXin LI2005-01-141-5/+5
| | | | | | | | | of the meaning. Suggested by: stefanf Notes: svn path=/head/; revision=140244
* 64-bit clean + WARNS=6:Xin LI2005-01-142-22/+27
| | | | | | | | | | | | | | | | | | | | - Convert the (char *) cast+cast backs magic to memcpy(3). Without this, the resulting code is potentially risky with higher optimization levels. - Avoid same name when calling local variables, as well as global symbols. This reduces confusion for both human and compiler. - Add necessary casts, consts - Use new style function defination. - Minor style.Makefile(5) tweak - Bump WARNS?= from 0 to 6 ** for the aout code: changes are intentionally limited to ease maintaince. Notes: svn path=/head/; revision=140241
* Avoid using void pointers in additive expressions.Stefan Farfeleder2004-08-141-2/+2
| | | | | | | PR: 56653 Notes: svn path=/head/; revision=133723
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-9/+18
| | | | Notes: svn path=/head/; revision=131488
* Add initial support for compiling a special 32 bit version ofPeter Wemm2004-03-211-12/+26
| | | | | | | | | | ld-elf.so.1 on 64 bit systems. Most of this involves using alternate paths, environment variables and diagnostic messages. The build glue is seperate. Notes: svn path=/head/; revision=127250
* Fix 10 year old size-of-bcopy bug.Colin Percival2004-03-131-1/+1
| | | | | | | | | | | PR: bin/43930 Submitted by: Alan Barrett Approved by: rwatson (mentor) MFNetBSD: revision 1.35 MFC after: 3 days Notes: svn path=/head/; revision=126896
* style.Makefile(5):Johan Karlsson2004-02-231-1/+1
| | | | | | | Use WARNS?= instead of WARNS=. Notes: svn path=/head/; revision=126178
* Describe the pattern filenames must be in before they are added to the hintsTom Rhodes2003-05-081-0/+3
| | | | | | | | | | file. PR: 46271 Approved by: re (blanket) Notes: svn path=/head/; revision=114844
* Initiate deorbit burn for the i386-only a.out related support. Moves arePeter Wemm2002-09-171-9/+10
| | | | | | | | | | | | | | | | | | under way to move the remnants of the a.out toolchain to ports. As the comment in src/Makefile said, this stuff is deprecated and one should not expect this to remain beyond 4.0-REL. It has already lasted WAY beyond that. Notable exceptions: gcc - I have not touched the a.out generation stuff there. ldd/ldconfig - still have some code to interface with a.out rtld. old as/ld/etc - I have not removed these yet, pending their move to ports. some includes - necessary for ldd/ldconfig for now. Tested on: i386 (extensively), alpha Notes: svn path=/head/; revision=103436
* Clarify the explanation of the behavior for setuid programs byJohn Polstra2002-08-181-2/+2
| | | | | | | | | | | | noting that the restrictions do not apply if the user invoking the program is also the owner of the program. Also, capitalize a section header properly. PR: misc/41180 Notes: svn path=/head/; revision=102070
* The .Nm utilityPhilippe Charnier2002-07-061-3/+5
| | | | Notes: svn path=/head/; revision=99501
* o __P removedWarner Losh2002-03-212-9/+9
| | | | | | | o main prototype removed Notes: svn path=/head/; revision=92882
* Remove 'register' keyword.David E. O'Brien2002-03-201-2/+2
| | | | | | | | | It does not help modern compilers, and some may take some hit from it. (I also found several functions that listed *every* of its 10 local vars with "register" -- just how many free registers do people think machines have?) Notes: svn path=/head/; revision=92806
* Default to WARNS=2.David E. O'Brien2001-12-041-0/+1
| | | | | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike Notes: svn path=/head/; revision=87325
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79530
* Fix a "this sentence no verb" grammar bogon.Jens Schweikhardt2001-06-081-1/+1
| | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=77924
* * include/elf.h has been repo copied to include/elf-hints.h, and it noDavid E. O'Brien2001-05-022-2/+2
| | | | | | | | | | | longer includes machine/elf.h. * consumers of elf.h now use the minimalist elf header possible. This change is motivated by Binutils 2.11.0 and too much clashing over our base elf headers and the Binutils elf headers. Notes: svn path=/head/; revision=76224
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74815
* Set the default manual section for sbin/ to 8.Ruslan Ermilov2001-03-201-1/+0
| | | | Notes: svn path=/head/; revision=74531
* Elminate common declaration.Paul Saab2001-02-222-1/+2
| | | | | | | Reviewed by: peter Notes: svn path=/head/; revision=72923
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-1/+1
| | | | Notes: svn path=/head/; revision=71895
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-181-1/+3
| | | | Notes: svn path=/head/; revision=70152