summaryrefslogtreecommitdiffstats
path: root/libexec
Commit message (Collapse)AuthorAgeFilesLines
* Simplified by using new yacc rules and by not generating y.tab.h.bde1998-05-041-4/+3
|
* Argh, forgot to commit the update here for bind-8.. Sorry folks...peter1998-05-041-12/+6
| | | | Prompted by: John Hay <jhay@mikom.csir.co.za>
* Clarify use of 'if' capability.steve1998-05-042-6/+32
| | | | | PR: 6499 Submitted by: Doug Barton <Studded@san.rr.com>
* Avoid stairstep effect on output of 'if=...' file.steve1998-05-031-2/+6
| | | | | PR: part of 6492 Submitted by: Chip Norkus via Doug White <studded@san.rr.com>
* Add support for ldd.dfr1998-05-011-5/+106
|
* Add GDB support. The method and some of the code came from NetBSD's elfdfr1998-04-303-22/+102
| | | | runtime linker.
* Set TCP_NODELAY on the control channel to improve performance a bit.dg1998-04-281-1/+8
|
* Fixed a bug where if MAXUSRARGS amount of args were passed in, the argv[]dg1998-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.
* telnetd does not recognize the if (display file before login) gettytab flag.phk1998-04-261-1/+19
| | | | | | PR: 6365 Reviewed by: phk Submitted by: Jason Garman <init@risen.org>
* PR: misc/4679stark1998-04-181-1/+2
| | | | | Submitted by: Glen Foster (gfoster@gfoster.com) Fix missing "/" in dump file pathname.
* openlog() needs to have LOG_NDELAY added, or else the syslog() calls afterphk1998-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>
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.charnier1998-03-192-4/+4
|
* .Sh AUTHOR -. .Sh AUTHORS. Use .An/.Aq.charnier1998-03-192-4/+4
|
* Enable rtld-elf when building an ELF system on the i386.jdp1998-03-071-1/+5
|
* This commit was generated by cvs2svn to compensate for changes in r34192,jdp1998-03-079-0/+2403
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import the ELF dynamic linker. This is the ElfKit version withjdp1998-03-079-0/+2403
| | | | | | | 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>
* Import the ELF dynamic linker. This is the ElfKit version withjdp1998-03-071-0/+83
| | | | | | | 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>
* PR: 5812danny1998-02-251-1/+5
| | | | | | Pointed-in-the-right-driection-by: Mike Smith and Steve Price Close syslogging before calling ls_main()
* Make ftpd log IP-addresses in addition to hostnames.eivind1998-02-241-2/+3
|
* MFS.obrien1998-02-181-2/+7
|
* Implement dladdr.jdp1998-02-061-4/+94
|
* Convert to mdoc. Header -> Id. Typo.charnier1998-02-032-395/+394
|
* Remove lfs_cleanerdphk1998-01-307-1831/+0
|
* Disable lfs_cleanerdphk1998-01-301-2/+2
|
* Merged just enough files from Lite2 in lfs_cleanerd to convert frombde1998-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).
* Make these programs compile and work correctly now that /usr/include/rpcsvcwpaul1998-01-193-35/+58
| | | | | | has been ANSI-fied. Pointed out by: bde
* Removed most unused includes of <net/if_var.h> outside the kernel.bde1998-01-161-2/+1
|
* Add missing dot.charnier1998-01-071-2/+2
|
* Remove unused #includes and make it compile again with -DDEBUG. Use syslog()charnier1998-01-072-12/+10
| | | | instead of errx() when being a daemon.
* Remove unused #include. Display if inetd started us in case of failure.charnier1998-01-072-10/+5
|
* Typos.charnier1998-01-071-3/+3
|
* Typo fix: bootgw -> bootpgwmax1997-12-291-2/+2
|
* style(9) nitsimp1997-12-261-2/+3
| | | | Submitted by: bde
* sprintf->snprintf paranoiaimp1997-12-241-4/+4
| | | | Obtained from: OpenBSD (?)
* Be extra paranoid about the length of data returned from gethostbyaddr orimp1997-12-241-2/+2
| | | | | gethostbyname. Submitted by: Julian Assange
* sprintf->snprintf paranoia. The one thing that looks like a hole inimp1997-12-241-7/+8
| | | | | the diff is in an ifdef that isn't enabled for FreeBSD. Obtained from: OpenBSD(?)
* Various sprintf -> snprintf fixes.imp1997-12-242-9/+12
| | | | | Minor style fix (strcpy(foo,"") -> *foo = '\0') Obtained from: OpenBSD(?)
* Use snprintf rather than printf out of paranoiaimp1997-12-245-9/+10
| | | | Obtained from: OpenBSD
* Typo.charnier1997-12-181-2/+2
|
* Cosmetic in usage string.charnier1997-12-151-2/+2
|
* Use full path in synopsis. Sort #includes. Use .Tn for NIS.charnier1997-12-086-104/+163
|
* Sync with diffs I found in kerberised versions: -Wall, no `;' in macros.charnier1997-12-083-27/+25
|
* Make emacs work again. This is a workaround for the fact that thejdp1997-12-051-18/+33
| | | | | | | | | | | | | | | | | | | | emacs a.out file, self-generated by emacs's "unexec" function in "unexsunos4.c", is invalid. In particular, its "_end" symbol has the wrong value. The dynamic linker was using the value of that symbol to initialize its sbrk break level. The workaround is to peek at the executable's a.out header in memory, and calculate what "_end" should be based on the segment sizes. I will work out a fix for emacs and send it to the FSF. This dynamic linker workaround is still worthwhile, if only to avoid forcing all emacs users to build a new version. Note: xemacs gives a bogus warning at startup, for related reasons. The warning is harmless and can safely be ignored. I will send a patch to the xemacs maintainers to get rid of it, and meanwhile add a patch file to our port.
* Use err(3). Add prototypes. Document that startup scripts are rc.i386 andcharnier1997-12-045-61/+92
| | | | | rc.conf (enable/disable) not rc.local. Use full pathname in SYNOPSIS section.
* Sort #includes. Add rcsid. Use full pathname in SYNOPSIS section.charnier1997-12-042-12/+14
|
* FTP_INTERNAL_LS -> FTPD_INTERNAL_LSsteve1997-12-041-2/+2
| | | | Pointed out by: Jaye Mathisen <mrcpu@cdsnet.net>
* Use full path in synopsis. Syslog will add trailing \n.charnier1997-12-032-27/+39
|
* Use err(3). Remove progname and trailing \n in syslog strings.charnier1997-12-038-149/+155
|
* Use err(3). Add protos for -Wall.charnier1997-12-026-34/+73
|
* No \n in syslog() strings. Add man page to Xrefs. Change null byte to NUL byte.charnier1997-12-022-23/+37
|
OpenPOWER on IntegriCloud