summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Change `install' to `${INSTALL}' so that default install flags can bebde1995-07-2577-135/+136
| | | | specified in the top level Makefiles.
* Change `install' to `${INSTALL}' as usual.bde1995-07-253-6/+6
| | | | Remove the extra slash in ${DESTDIR}/${BINDIR}.
* Change `install' to `${INSTALL}' as usual.bde1995-07-251-4/+1
| | | | | | | Nuke potential for mkdir'ing /usr/lib. Don't move the the target to a backup file before installing it. This will defeat `install -C'.
* Change `install' to `${INSTALL}' as usual.bde1995-07-251-1/+1
| | | | | Use -c, not ${COPY}, to install `dir'. ${COPY} should never be used to install source files. The source might be lost if the default is overridden.
* Change `install' to `${INSTALL}' as usual.bde1995-07-241-4/+3
| | | | | Don't remove targets before installing. Removing targets will defeat `install -C'.
* Change `install' to `${INSTALL}' as usual.bde1995-07-241-2/+2
| | | | Install the `built' files with flag ${COPY}.
* Delete the recently introduced NOOBJ. The obj directory will soon bebde1995-07-241-1/+0
| | | | used to hold gzipped man pages.
* Final cleanup pass through Makefiles, now this stuffache1995-07-246-24/+40
| | | | | | autodetect kerberos/eBones and work even with eBones, but with reduced functionality (don't pick up des/krb stuff in this case)
* Build a stripped copy of `strip' so that it doesn't have to be strippedbde1995-07-241-3/+11
| | | | | | | | | | | at install time. This will allow `install -C' to avoid replacing the installed copy if the new copy is the same. `install -C' would actually work right if `strip' is already installed, but the Makefile doesn't know that and has to work for plain `install'. Stripping should be done by default at link time, but complications would still be required for installing `strip' in case the default is overridden.
* Add -ldescrypt, or wrong crypt version can be picked from libcache1995-07-244-0/+4
| | | | | | Reviewed by: Submitted by: Obtained from:
* Add LDADD+= -ldescryptache1995-07-242-2/+4
| | | | | | Reviewed by: Submitted by: Obtained from:
* Move -ldes under kerb stuff, my faultache1995-07-242-10/+6
| | | | | | Reviewed by: Submitted by: Obtained from:
* Since this stuff not works with eBones, ifdef kerberos stuffache1995-07-244-8/+22
| | | | | | | with MAKE_KERBEROS to allow other things to live Reviewed by: Submitted by: Obtained from:
* Since this stuff not works with eBones, ifdef kerberos stuffache1995-07-242-2/+8
| | | | | | with MAKE_KERBEROS to allow other things to live Submitted by: Obtained from:
* Add comment about new_rnd_key.c module needed from originalache1995-07-242-0/+6
| | | | libdes (and not present in eBones libdes)
* Add comment about new_rbd_key.c module needed fromache1995-07-242-2/+8
| | | | original libdes
* Fix dependances, typing errors, etc.ache1995-07-242-8/+12
| | | | | | Note: this thing need original libdes not Eric Young libdes from eBones Submitted by: Obtained from:
* Point to proper DESTDIR nowache1995-07-241-0/+3
| | | | | | Reviewed by: Submitted by: Obtained from:
* Fix many bogus things, typing error, dependance errors, etc.,ache1995-07-242-14/+32
| | | | | | now it compiles. Note: this stuff requires original libdes, not libdes from Eric Yang which we have in eBones.
* Declare rsvp_input() to take the correct set of arguments and figure outwollman1995-07-241-5/+12
| | | | the receipt interface in the correct way.
* Slightly better fix than previous revision.dfr1995-07-242-8/+6
| | | | Submitted by: Rick Macklem <rick@snowhite.cis.uoguelph.ca>
* Completely turn off RSVP intercept when a socket being used for that purposewollman1995-07-241-1/+2
| | | | | is PRU_DETACHed. This solves the problem that RSVP would not come up inm raw mode if previously killed.
* Fix a problem which appeared to truncate a file to the nearest block boundarydfr1995-07-242-4/+6
| | | | | | | | | when it is moved to an NFS filesystem from from another filesystem and /bin/mv failed to set the file ownership during the move. I believe that this bug is present in STABLE but I have not tested it. The fix would be the same in STABLE even though the code has changed quite considerably in CURRENT.
* Let MASTER_SITE_OVERRIDE be prepended to the MASTER_SITES list insteadasami1995-07-241-3/+3
| | | | | | | | of replacing it. This way you can point it to a site close to you that carries many distfiles, and still let it go fetch from the original site if the distfile is not there. Original idea by: mmead@Glock.COM
* Add magic cookie for Zyxel modems ADPCM4 encoding.mpp1995-07-241-0/+2
| | | | Submitted by: Henrik Vestergaard Draboel <hvd@terry.ping.dk>
* Panic if no object in biodone. Slightly optimized allocbuf() again.dg1995-07-241-5/+3
|
* Use p->fts_level instead of unsuccessfully trying to keep track of thebde1995-07-241-7/+9
| | | | | | | | | | | | | | | | | | | | | | | | | level ourself. We failed for unreadable directories. E.g., `mtree -d -f /etc/mtree/BSD.usr.dist -p /usr' run by `nobody' was confused after it couldn't descend into /usr/games/hide. It looked for /usr/include and subsequent directories in /usr/games. Don't search for `extra' files when the spec depth is less than the fts level. The spec depth isn't incremented for leaf nodes because that would give a NULL level pointer and make it inconvenient to go back to the parent level. Leaf nodes are built for directories that are empty in the spec. Since they are empty in the spec, all files in them are extra. The search looked for files one spec level too high, so for `mtree -d -f /etc/mtree/BSD.usr.dist -p /usr', obj/sbin matched ./sbin and wasn't considered extra, so it was descended into and lots of bogus extra things in it were found. This was harmful for `mtree -U' (as reported in pr623) and worse for `mtree -r'. Use rmdir(), not unlink(), to remove `extra' directories. unlink() succeeds for root but unlinking directories normally damages the file system. Report `fts_errno' instead of `errno' when the former applies.
* Report `fts_errno' instead of `errno' when the former applies.bde1995-07-241-2/+2
|
* Set NOSHARED=true, having this binary static makes it much easier torgrimes1995-07-242-0/+4
| | | | | | fix /usr/lib/*.so problems. Submitted by: davidg
* Use the same method to determine the time that the processmpp1995-07-231-4/+2
| | | | | | | ended that fork() uses to determine the time that the process started when calculating the elapsed time. This prevents the ac_etime field in the accounting record from getting set to -1 if the process exists for a VERY short period of time.
* Added some additional diagnostic information output when panicing indg1995-07-231-3/+3
| | | | biodone().
* Fixed two cases where some parans were missing, resulting in some bogusdg1995-07-231-18/+16
| | | | logic. Slightly simplified allocbuf().
* Update the CVS template.joerg1995-07-231-6/+27
| | | | | | | Add a hint to the `easy-import' script. Reviewed by: Submitted by: Obtained from:
* Make the tag checks more strict according to Rod's wishes.joerg1995-07-232-30/+76
| | | | | | Reviewed by: Submitted by: Obtained from:
* bkr() returns an int, and not a pointer. Document this.joerg1995-07-231-3/+3
| | | | | | | | Closes PR #pending/630. Pointed out by: phk Obtained from:
* Added $Id$.dg1995-07-233-0/+6
|
* Change hardcoded 15 (which means 38400) to B115200 which is 17ache1995-07-231-2/+1
|
* Add missing entries for 38400/57600/115200 bauds to tmspc10[]ache1995-07-231-1/+2
|
* Better version of spkrtest using perl and dialogache1995-07-233-3/+132
| | | | Submitted by: Wolfram Schneider <wosch@cs.tu-berlin.de>
* bugfix: traceroute hangs forever, if another ICMP traffics exists andache1995-07-231-5/+14
| | | | | timeout occurse, close PR 612 Submitted by: Bill Fenner <fenner@parc.xerox.com>
* Fix clean rule to remove remove everything that isn't created by configbde1995-07-223-9/+12
| | | | except .depend and `version'.
* Fix clean rule for aic7xxx_asm.bde1995-07-222-4/+4
|
* Confirmed to work by: rcarter@geli.com (Russell Carter)bde1995-07-221-4/+1
| | | | | Enable xdr_float.c. I believe it works on i386's although it isn't portable enough to be in a machine-independent directory.
* this avaids the "lineoverflow" which you'll always get at 80 columnjoerg1995-07-221-2/+2
| | | | | | | | displays at bootup Reviewed by: Submitted by: graichen@omega.physik.fu-berlin.de (Thomas Graichen) Obtained from:
* D*mn, botched my last commit message. :-(joerg1995-07-221-0/+2
| | | | | | | | | | | >Description: A machine with uptime >1 year appears wrong in the ruptime list Fixes bin/626: ruptime doesn't like big ... Reviewed by: Submitted by: root@xaa.stack.urc.tue.nl Obtained from:
* this avaids the "lineoverflow" which you'll always get at 80 column displaysjoerg1995-07-221-1/+1
| | | | | | | | at bootup Reviewed by: Submitted by: graichen@omega.physik.fu-berlin.de (Thomas Graichen) Obtained from:
* Description:joerg1995-07-221-6/+5
| | | | | | | | German reunification was _way_ back. Fixing anachronism. Reviewed by: Submitted by: kieber@sax.sax.de (Ulf Kieber) Obtained from:
* Change the weekday abbrevaiations to two letters each. This reducesjoerg1995-07-221-2/+2
| | | | | | | | | their ambiguity and makes the output more consistent with other calendars (e.g. cal in Emacs). Reviewed by: Submitted by: wosch@cs.tu-berlin.de (Wolfram Schneider) Obtained from:
* Obtained from: partly from ancient patches of mine via 1.1.5bde1995-07-2213-82/+69
| | | | | Give names to the magic tty i/o sleep addresses and use them. This makes it easier to remember what the addresses are for and to keep them unique.
* Remove vat_audio driver support here too.bde1995-07-221-29/+11
| | | | | | Clean up formatting for reserved and Talisman driver entries. Fix d_select entry for unused driver.
OpenPOWER on IntegriCloud