aboutsummaryrefslogtreecommitdiff
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
...
* After receiving a connection and doing a reverseBrian Somers1999-04-061-2/+18
* Resolve undefined weak references to a value of 0. This solves theJohn Polstra1999-04-051-1/+13
* If somebody does an execv("foo", NULL) (which theoretically is an error),Peter Wemm1999-04-041-2/+2
* Add an 'al' (autologin username) capability to getty/gettytab. This is aPeter Wemm1999-04-044-7/+27
* Ignore empty usernames, and repeat the login: prompt in this case.Joerg Wunsch1999-03-301-6/+10
* - Commit the correct dladdr() implementation.Nate Williams1999-03-241-7/+14
* - Added dladdr(3) support.Nate Williams1999-03-241-1/+47
* Set the CPU resource limit back to infinity before exec()ing PP.Brian Somers1999-03-091-1/+4
* Clean up some .Os macro uses: quotes are not needed, multiple argumentsBill Fenner1999-02-152-4/+4
* - Set the system immutable flag when installing ld.so to avoid peopleNate Williams1999-02-151-2/+3
* Oops, I missed a few more /etc/nologin references yesterday. It appearsSatoshi Asami1999-01-123-8/+8
* As previously threatened, clean up the rshd -a option and make it defaultPeter Wemm1998-12-163-111/+50
* Old stuff laying around: Don't use a function called getstr(), that hasPeter Wemm1998-12-161-6/+6
* Block for buffer overflow.Eivind Eklund1998-12-131-1/+3
* PR: bin/9031Matthew Dillon1998-12-121-2/+2
* Fixed long line in previous commit.Bruce Evans1998-12-031-2/+3
* Update to correctly reflect the default values ofBill Fumerola1998-12-021-2/+2
* Added a -D option to turn on TCP_NODELAY.David Greenman1998-12-012-5/+18
* Reviewed by: freebsd-current, freebsd-securityMatthew Dillon1998-12-011-1/+6
* Use the runpath of the main program for locating libraries loaded byDoug Rabson1998-11-271-2/+2
* Find "klogin.c" in "src/lib/libpam/modules/pam_kerberosIV" insteadJohn Polstra1998-11-211-2/+2
* Enable named-xfer and rbootd for alpha.Dima Ruban1998-11-101-14/+5
* Fix a bug in the handling of minor version numbers. Formerly, theJohn Polstra1998-11-071-13/+34
* Rename a function name so that it doesn't conflict with a future system call.David Greenman1998-10-301-5/+5
* Set the user context correctly so that cd ~ does the right thing.Dag-Erling Smørgrav1998-10-131-9/+4
* Fix a bug in dlclose that broke the apache13 port. The list ofJohn Polstra1998-10-131-1/+2
* This thing has its own puts function, so use it.Jordan K. Hubbard1998-10-081-1/+3
* Fix a memory leak in rpc.rstatd that shows up when it's run in standaloneKenneth D. Merry1998-10-081-1/+7
* Added double quotes around CHMOD description to prevent garbled output.Alexander Langer1998-09-291-2/+2
* Make LD_PRELOAD work for ELF.John Polstra1998-09-221-1/+38
* Remove useless `BINOWN=root' now that it is the default.David E. O'Brien1998-09-191-2/+1
* Work around an alpha compiler bug.Doug Rabson1998-09-161-4/+5
* Fix a bug that showed up when debugging dynamically linked programs.John Polstra1998-09-161-3/+13
* Make the pathname pointed to by the Obj_Entry structure for theJohn Polstra1998-09-151-3/+11
* Update system to new device statistics code.Justin T. Gibbs1998-09-152-23/+97
* Update to the binutils-2.9.1 PLT format.Doug Rabson1998-09-111-2/+4
* Add the r_addend of the relocation when processing GLOB_DAT relocations.Doug Rabson1998-09-111-3/+3
* Fix a cut&paste error which prevented LD_BIND_NOW from working.Doug Rabson1998-09-081-2/+2
* Don't recognize a file as an a.out shared library unless it has atJohn Polstra1998-09-051-6/+4
* Chaneg MACHINE to MACHINE_ARCH to support MACHINE=pc98.John Birrell1998-09-051-7/+3
* Chaneg MACHINE to MACHINE_ARCH to support MACHINE=pc98.John Birrell1998-09-051-3/+3
* Implement ldconfig functionality for ELF. The hints are stored inJohn Polstra1998-09-051-3/+50
* Add -lcrypt when building kerberos.John Birrell1998-09-052-6/+6
* Enable rtld-elf for build on alpha too. We now have support for sharedJohn Birrell1998-09-041-2/+3
* Add alpha support.Doug Rabson1998-09-0411-277/+1145
* Suppress duplicate entries in ldd output.John Polstra1998-09-022-12/+12
* Style fixes. If it seems like a lot of lines of changes, it'sJohn Polstra1998-09-021-75/+79
* Handle dlsym(NULL, ...) properly, by searching in the caller'sJohn Polstra1998-09-021-11/+26
* Sort cross references.Wolfram Schneider1998-08-311-2/+2
* BINFORMAT -> OBJFORMAT ready for E-day.John Birrell1998-08-301-5/+5