summaryrefslogtreecommitdiffstats
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* unifdef -DINTERNAL_LS - it's too useful to be off by default. If anyonepeter1999-08-265-32/+7
* Ufff. cflags -> chflags. I could have sworn this change has been inimp1999-08-211-3/+3
* Remove all flags from devices before we try to assert ownership andimp1999-08-211-1/+3
* Add a NULL pointer check whose absence could cause segmentationjdp1999-08-201-6/+6
* Back out previous commit - it's not necessary now that tty.h properly includesjkh1999-08-091-2/+1
* Add a missing include (sys/queue.h for sys/tty.h SLIST usage.)green1999-08-091-1/+2
* Correction to previous commit.stark1999-08-081-9/+5
* Corrected mistake that was causing daemon to loop without servingstark1999-08-081-2/+2
* Change many asserts into normal errors. They were all for conditionsjdp1999-07-183-39/+65
* Change the symbol used to find the end of an object's address spacejdp1999-07-141-2/+2
* Fix a couple of typos.mpp1999-07-121-3/+3
* Add code to 'handle' R_ALPHA_NONE relocations by ignoring them.dfr1999-07-121-1/+4
* Add a MAINTAINER line naming myself. We control the vertical. Wejdp1999-07-091-1/+2
* Fix bug: if a dlopen() failed (e.g., because of undefined symbols),jdp1999-07-091-38/+44
* Shake hands with GDB a little bit earlier so that it is possible tojdp1999-07-031-3/+3
* Update the SYNOPSIS to reflect that the -l option can be specifiedmpp1999-06-281-2/+3
* Fix a reference counting problem when using dlopen(NULL, ...).jdp1999-06-251-3/+4
* Fix a serious performance bug for large programs on the Alpha,jdp1999-06-257-103/+231
* Identify illegal switches, don't print them as '?' in the error..peter1999-05-181-2/+2
* Fix ypxfr so that it can be run from cron.wpaul1999-05-101-4/+4
* Add missing -A option to SYNOPSIS.ghelmer1999-05-041-1/+2
* More egcs warning fixes:imp1999-04-257-14/+19
* Back out my change from 6 April PDT that added a new dlversion()jdp1999-04-221-16/+1
* After relocating the main program, but before calling any of thejdp1999-04-211-7/+33
* The ELF specification says that the RPATH in the executable orjdp1999-04-091-4/+4
* Eliminate all machine-dependent code from the main source body andjdp1999-04-0914-88/+488
* Determine the host name using an array size ofbrian1999-04-081-2/+3
* Really fix -u....brian1999-04-071-2/+6
* Ensure that things returned by gethostname() andbrian1999-04-0713-43/+52
* Fix the size of rhost, don't forget to NUL terminatebrian1999-04-071-2/+3
* Fix a couple of typos in comments.jdp1999-04-071-3/+3
* Add a new function dlversion() which returns the version number ofjdp1999-04-071-1/+16
* Link with libutilbrian1999-04-062-4/+6
* Use realhostname() rather than various combinations ofbrian1999-04-069-170/+51
* After receiving a connection and doing a reversebrian1999-04-061-2/+18
* Resolve undefined weak references to a value of 0. This solves thejdp1999-04-051-1/+13
* If somebody does an execv("foo", NULL) (which theoretically is an error),peter1999-04-041-2/+2
* Add an 'al' (autologin username) capability to getty/gettytab. This is apeter1999-04-044-7/+27
* Ignore empty usernames, and repeat the login: prompt in this case.joerg1999-03-301-6/+10
* - Commit the correct dladdr() implementation.nate1999-03-241-7/+14
* - Added dladdr(3) support.nate1999-03-241-1/+47
* Set the CPU resource limit back to infinity before exec()ing PP.brian1999-03-091-1/+4
* Clean up some .Os macro uses: quotes are not needed, multiple argumentsfenner1999-02-152-4/+4
* - Set the system immutable flag when installing ld.so to avoid peoplenate1999-02-151-2/+3
* Oops, I missed a few more /etc/nologin references yesterday. It appearsasami1999-01-123-8/+8
* As previously threatened, clean up the rshd -a option and make it defaultpeter1998-12-163-111/+50
* Old stuff laying around: Don't use a function called getstr(), that haspeter1998-12-161-6/+6
* Block for buffer overflow.eivind1998-12-131-1/+3
* PR: bin/9031dillon1998-12-121-2/+2
* Fixed long line in previous commit.bde1998-12-031-2/+3
OpenPOWER on IntegriCloud