aboutsummaryrefslogtreecommitdiff
path: root/libexec
Commit message (Collapse)AuthorAgeFilesLines
* ELF preparation step 2:Søren Schmidt1998-05-262-4/+4
| | | | | | | | | | | | | | | | | Move a.out libraries to /usr/lib/aout to make space for ELF libs. Make rtld usr /usr/lib/aout as default library path. Make ldconfig reject /usr/lib as an a.out library path. Fix various Makefiles for LIBDIR!=/usr/lib breakage. This will after a make world & reboot give a system that no longer uses /usr/lib/*, infact one could remove all the old libraries there, they are not used anymore. We are getting close to an ELF make world, but I'll let this all settle for a week or two... Notes: svn path=/head/; revision=36397
* Make ftpd(8) honor its default group setting in the config files.Steve Price1998-05-251-7/+16
| | | | | | | | PR: 6682 Submitted by: Max Euston <meuston@jmrodgers.com> Notes: svn path=/head/; revision=36349
* Back out "always UTC" fix since some people want visually identical 'ls'Andrey A. Chernov1998-05-181-4/+10
| | | | | | | | | | | output for local users. FTP protocol RFC also says that 'ls' output is not machine-readable. "always UTC" still possible with TZ= in ftpd environment by price of having UTC in log files too. Fix INTERNAL_LS to sense new /etc/localtime after chroot Notes: svn path=/head/; revision=36140
* Return back initial tzset() must be before first chrootAndrey A. Chernov1998-05-161-1/+3
| | | | Notes: svn path=/head/; revision=36105
* Return back vfork and use execve with TZ="" environment in vfork caseAndrey A. Chernov1998-05-151-5/+7
| | | | Notes: svn path=/head/; revision=36072
* Use fork instead of vfork since setenv clobber parent environmentAndrey A. Chernov1998-05-151-4/+2
| | | | | | | Fork already used for INTERNAL_LS in anycase Notes: svn path=/head/; revision=36070
* Move TZ="" assignment just before exec to not touch other time stuffAndrey A. Chernov1998-05-152-5/+4
| | | | Notes: svn path=/head/; revision=36068
* Do TZ= as first thing, since FTP protocol is unable to tell zone offset inAndrey A. Chernov1998-05-151-2/+3
| | | | | | | | | | | | any case. It makes no difference for anon account (since chroot already makes it GMT), but if you do mirror with special non-anon login, in old variant your mirror will be wholy retransmitted twice in the year due to time zone changes (/etc/localtime plays bad role here) Notes: svn path=/head/; revision=36066
* NetBSD kernels don't support TCP_NOPUSH, so on alpha don't try settingJohn Birrell1998-05-151-1/+3
| | | | | | | | this socket option. This is temporary code while the alpha still uses NetBSD socket code in the kernel. Notes: svn path=/head/; revision=36045
* Remove a bogus prototype for time() and let time.h do that.John Birrell1998-05-141-6/+5
| | | | | | | | Change pointer casts from int to long. The code that looks to index -1 of argv is still broken on alpha. Notes: svn path=/head/; revision=36030
* Fixed missing dependencies on headers generated by rpcgen, as usual.Bruce Evans1998-05-101-8/+10
| | | | | | | | Removed bogus dependencies of generated .c files on generated headers. Sorted sources lists. Notes: svn path=/head/; revision=35909
* Replace _exit() with exit()Robert Nordier1998-05-051-2/+2
| | | | | | | Pointed out by: Nathan Torkington <gnat@prometheus.frii.com> PR 5585 Notes: svn path=/head/; revision=35728
* Fix typo.Robert Nordier1998-05-051-2/+2
| | | | | | | Pointed out by: Junji SAKAI <sakai.jp.freebsd.org> PR 5621 Notes: svn path=/head/; revision=35727
* Simplified by using new yacc rules and by not generating y.tab.h.Bruce Evans1998-05-041-4/+3
| | | | Notes: svn path=/head/; revision=35700
* Argh, forgot to commit the update here for bind-8.. Sorry folks...Peter Wemm1998-05-041-12/+6
| | | | | | | Prompted by: John Hay <jhay@mikom.csir.co.za> Notes: svn path=/head/; revision=35673
* Clarify use of 'if' capability.Steve Price1998-05-042-6/+32
| | | | | | | | PR: 6499 Submitted by: Doug Barton <Studded@san.rr.com> Notes: svn path=/head/; revision=35665
* Avoid stairstep effect on output of 'if=...' file.Steve Price1998-05-031-2/+6
| | | | | | | | PR: part of 6492 Submitted by: Chip Norkus via Doug White <studded@san.rr.com> Notes: svn path=/head/; revision=35646
* Add support for ldd.Doug Rabson1998-05-011-5/+106
| | | | Notes: svn path=/head/; revision=35574
* Add GDB support. The method and some of the code came from NetBSD's elfDoug Rabson1998-04-303-22/+102
| | | | | | | runtime linker. Notes: svn path=/head/; revision=35529
* Set TCP_NODELAY on the control channel to improve performance a bit.David Greenman1998-04-281-1/+8
| | | | Notes: svn path=/head/; revision=35482
* Fixed a bug where if MAXUSRARGS amount of args were passed in, the argv[]David Greenman1998-04-271-2/+4
| | | | | | | | array would end up without the NULL pointer termination, causing the glob code to glob whatever garbage happend to follow on the stack. Notes: svn path=/head/; revision=35474
* telnetd does not recognize the if (display file before login) gettytab flag.Poul-Henning Kamp1998-04-261-1/+19
| | | | | | | | | PR: 6365 Reviewed by: phk Submitted by: Jason Garman <init@risen.org> Notes: svn path=/head/; revision=35460
* PR: misc/4679Gene Stark1998-04-181-1/+2
| | | | | | | | Submitted by: Glen Foster (gfoster@gfoster.com) Fix missing "/" in dump file pathname. Notes: svn path=/head/; revision=35270
* openlog() needs to have LOG_NDELAY added, or else the syslog() calls afterPoul-Henning Kamp1998-04-121-2/+2
| | | | | | | | | | | the chroot will not get sent to syslogd. PR: 4910 Reviewed by: phk Submitted by: Jim Mercer <jim@komodo.reptiles.org> Notes: svn path=/head/; revision=35152
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-192-4/+4
| | | | Notes: svn path=/head/; revision=34671
* .Sh AUTHOR -. .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-192-4/+4
| | | | Notes: svn path=/head/; revision=34670
* Enable rtld-elf when building an ELF system on the i386.John Polstra1998-03-071-1/+5
| | | | Notes: svn path=/head/; revision=34195
* Import the ELF dynamic linker. This is the ElfKit version withJohn Polstra1998-03-0710-0/+2486
| | | | | | | | | | quite a few enhancements and bug fixes. There are still some known deficiencies, but it should be adequate to get us started with ELF. Submitted by: John Polstra <jdp@polstra.com> Notes: svn path=/cvs2svn/branches/JDP/; revision=34192
* PR: 5812Daniel O'Callaghan1998-02-251-1/+5
| | | | | | | | | Pointed-in-the-right-driection-by: Mike Smith and Steve Price Close syslogging before calling ls_main() Notes: svn path=/head/; revision=33829
* Make ftpd log IP-addresses in addition to hostnames.Eivind Eklund1998-02-241-2/+3
| | | | Notes: svn path=/head/; revision=33782
* MFS.David E. O'Brien1998-02-181-2/+7
| | | | Notes: svn path=/head/; revision=33552
* Implement dladdr.John Polstra1998-02-061-4/+94
| | | | Notes: svn path=/head/; revision=33137
* Convert to mdoc. Header -> Id. Typo.Philippe Charnier1998-02-032-395/+394
| | | | Notes: svn path=/head/; revision=33035
* Remove lfs_cleanerdPoul-Henning Kamp1998-01-307-1831/+0
| | | | Notes: svn path=/head/; revision=32892
* Disable lfs_cleanerdPoul-Henning Kamp1998-01-301-2/+2
| | | | Notes: svn path=/head/; revision=32891
* Merged just enough files from Lite2 in lfs_cleanerd to convert fromBruce Evans1998-01-203-48/+145
| | | | | | | | | MOUNT_LFS to "lfs" in one place. The merge was painful because it conflicted with cosmetic FreeBSD changes. lfs_cleanerd still compiles cleanly but has aproximately the same chance of working as before (0). Notes: svn path=/head/; revision=32653
* Make these programs compile and work correctly now that /usr/include/rpcsvcBill Paul1998-01-193-35/+58
| | | | | | | | | has been ANSI-fied. Pointed out by: bde Notes: svn path=/head/; revision=32629
* Removed most unused includes of <net/if_var.h> outside the kernel.Bruce Evans1998-01-161-2/+1
| | | | Notes: svn path=/head/; revision=32570
* Add missing dot.Philippe Charnier1998-01-071-2/+2
| | | | Notes: svn path=/head/; revision=32314
* Remove unused #includes and make it compile again with -DDEBUG. Use syslog()Philippe Charnier1998-01-072-12/+10
| | | | | | | instead of errx() when being a daemon. Notes: svn path=/head/; revision=32312
* Remove unused #include. Display if inetd started us in case of failure.Philippe Charnier1998-01-072-10/+5
| | | | Notes: svn path=/head/; revision=32311
* Typos.Philippe Charnier1998-01-071-3/+3
| | | | Notes: svn path=/head/; revision=32309
* Typo fix: bootgw -> bootpgwMasafumi Max NAKANE1997-12-291-2/+2
| | | | Notes: svn path=/head/; revision=32084
* style(9) nitsWarner Losh1997-12-261-2/+3
| | | | | | | Submitted by: bde Notes: svn path=/head/; revision=32009
* sprintf->snprintf paranoiaWarner Losh1997-12-241-4/+4
| | | | | | | Obtained from: OpenBSD (?) Notes: svn path=/head/; revision=31978
* Be extra paranoid about the length of data returned from gethostbyaddr orWarner Losh1997-12-241-2/+2
| | | | | | | | gethostbyname. Submitted by: Julian Assange Notes: svn path=/head/; revision=31977
* sprintf->snprintf paranoia. The one thing that looks like a hole inWarner Losh1997-12-241-7/+8
| | | | | | | | the diff is in an ifdef that isn't enabled for FreeBSD. Obtained from: OpenBSD(?) Notes: svn path=/head/; revision=31975
* Various sprintf -> snprintf fixes.Warner Losh1997-12-242-9/+12
| | | | | | | | Minor style fix (strcpy(foo,"") -> *foo = '\0') Obtained from: OpenBSD(?) Notes: svn path=/head/; revision=31973
* Use snprintf rather than printf out of paranoiaWarner Losh1997-12-245-9/+10
| | | | | | | Obtained from: OpenBSD Notes: svn path=/head/; revision=31971
* Typo.Philippe Charnier1997-12-181-2/+2
| | | | Notes: svn path=/head/; revision=31837