summaryrefslogtreecommitdiffstats
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
* Add the abilitity to compile the Lites code with the native FreeBSD assembler.nate1995-03-021-2/+5
| | | | | | | (This adds minor support for the .bss directive) Submitted by: Many folks, but I believe Remy Card was the first person to propose this change.
* Fix arrows printout for non-arrows keys in menuboxache1995-03-025-135/+113
| | | | | Move arrows printout to single kernel function Add PgUp/PgDn/Home/End to checkbox and radiobox
* typo.joerg1995-02-281-1/+1
| | | | Submitted by: "Philippe Charnier" <charnier@lirmm.fr>
* Fix two quad_t casts, one reported by wcp@lpds.sublink.orgache1995-02-261-2/+2
|
* Patch bei Wolfram to avoid processing duplicate directories.joerg1995-02-261-3/+23
| | | | Submitted by: wosch@cs.tu-berlin.de (Wolfram Schneider)
* Install manpath.config.sample with the correct mode. It should be installedbde1995-02-261-1/+1
| | | | elsewhere.
* Correct a few typos.jkh1995-02-241-5/+5
|
* Implement --hline "line" and --hfile fileache1995-02-234-5/+52
|
* Simplify notify()ache1995-02-233-33/+30
| | | | | | | Fix dupwin usage, now it really restore screen Disable helpline while helpfile displayed Fix helpfile borders Fix mesgbox range computing
* Don't rely on execute bit.phk1995-02-231-1/+2
|
* Fixed non-conflict errors that occur when changes made to the local files arenate1995-02-202-8/+18
| | | | | | | | | | | | | | | | the same as the changes made in the repository. This is often seen by people with remote CVS trees that have applied their local patches to the master site. a 'cvs update' will show bogus conflicts. Obtained from: CVS mailing list, Stig<stig@inse.com> In diffutils 2.6 and 2.7, diff3 -A complains about identical overlapping changes. They're different from the ancestor but not from each other... Why bother? The patch below fixes this nonsense and preserves [B]ackwards compatiblity with the -B flag (also --show-bogus-conflicts). Party on... Stig
* Whoops! It wasn't totally winning. I left out a couple of :'s. Fixed.jkh1995-02-191-11/+10
|
* A much more winning default dir file.jkh1995-02-191-3/+36
|
* Wolfram now also submitted a man page for this.joerg1995-02-153-9/+146
| | | | Submitted by: Wolfram Schneider <wosch@cs.tu-berlin.de>
* Remove dir creating, done by mtreeache1995-02-151-7/+2
| | | | Add missing file name for cmp
* Changes for new _menu interfaceache1995-02-151-2/+2
|
* file selector, helpline, helpfile and more, with my fixesache1995-02-1522-22/+2313
| | | | Submitted by: wmbfmk@urc.tue.nl
* More DESTDIR lossage. Hopefully this will solve the case of the missing NISwpaul1995-02-151-5/+5
| | | | scripts.
* Fix losing Makefile so that it properly honors DESTDIR when installingwpaul1995-02-151-9/+8
| | | | /var/yp/Makefile and /usr/libexec/mknetid. *grumble* *mutter* *mutter*
* This commit was generated by cvs2svn to compensate for changes in r6407,jkh1995-02-1555-0/+3446
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import the ISDN userland utilities. Just about ready to start shakingjkh1995-02-1555-0/+3446
| | | | this baby out in earnest..
* Export ${DESTDIR} to h2ph so that the *.ph files end up in the DESTDIRrgrimes1995-02-141-1/+1
| | | | directories instead of /usr/share/perl.
* Add missing ${DESTDIR} so that the sample dir file ends up in thergrimes1995-02-141-1/+2
| | | | correct place.
* The destructor always assumed that it would be called on objects created fromjkh1995-02-141-4/+7
| | | | | ONE constructor routine. This was bogus - there is also a system provided constructor which does not allocate a pattern buffer. Make less assumptions.
* Pass prgbox exit code to main exit codeache1995-02-132-3/+4
|
* Much better error handling added.ache1995-02-131-16/+33
|
* Add -D__BSD__ and don't write "LINUX" on a CD as default.phk1995-02-132-0/+5
|
* Try to clean up some of these nasty warnings.. This code is not justjkh1995-02-123-5/+6
| | | | twisted, it's seriously evil!
* Add mkisofs to list of targets.jkh1995-02-121-2/+2
|
* Walnut Creek's local hacks to this code. Bob says he'll clean them upjkh1995-02-122-4/+50
| | | | RSN and send them back to Eric.
* Changes to make it compile under FreeBSD.jkh1995-02-121-49/+4
|
* This commit was generated by cvs2svn to compensate for changes in r6318,jkh1995-02-1227-0/+6339
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Original virgin sources for version 1.2 of mkisofs, by Eric Youngdale ofjkh1995-02-1227-0/+6339
| | | | | | Yggdrasil Computing Inc. This is a useful concession to us CDROM mastering weenies out here. Obtained from: Yggdrasil Computing, Inc.
* Quiet `make -s'.bde1995-02-081-2/+1
|
* Hurm... I could have sworn I added usr.sbin to the top level GNUwpaul1995-02-071-1/+1
| | | | Makefile. Apparently I was mistaken. *groan*
* Support for more Sun compatible dlopen() and friends. Also added proper errorjkh1995-02-071-87/+205
| | | | | | handling. Reviewed by: gj Submitted by: Mark Diekhans <markd@grizzly.com>
* Do proper job of reaping child 'ypxfr' processes (we could sometimeswpaul1995-02-072-7/+17
| | | | | | leave a zombie lying around until the next map transfer came alone). Also fixed some minor typos on the man page.
* Removed annoying changelog entries from ypclnt.c, added usage() functionwpaul1995-02-062-61/+25
| | | | to ypxfr.c.
* Wrote manual page for ypxfr, modified Makefile to install it.wpaul1995-02-062-5/+198
|
* Wrote manual page for yppush and edited Makefile to install it.wpaul1995-02-053-24/+121
| | | | | Added conditional definition for _PATH_YP in yppush.c in case _PATH_YP isn't defined anywhere else.
* Created manual page for ypserv and changed Makefile to install it.wpaul1995-02-043-4/+286
| | | | | Also tweaked server.c to support newer versions of tcpwrapper (log_tcp.h is now tcpd.h and FROM_UNKNOWN changed to STRING_UNKNOWN).
* added *.info and *.db to the default "ignore" list in cvs to avoid obviouslyphk1995-02-041-1/+1
| | | | common mistakes.
* Created yp_mkdb(8) manual page, modified Makefile to install it.wpaul1995-02-042-5/+131
|
* Changed some comments.wpaul1995-02-041-7/+4
|
* Fixed potential Makefile glitch that could arise if /var/yp doesn't exist yet.wpaul1995-02-031-1/+2
|
* Include <sys/types.h> explicitly to get declaration of u_long forbde1995-02-031-1/+2
| | | | <netinet/in.h> - don't depend on namespace pollution in <stdio.h>.
* Fix to h2ph "undefined function" bugugen1995-02-031-6/+14
| | | | | | | i reported today earlier..tested and works OK.. ( To those who want to experience bug try running aub with old version of socket.ph and with new one or just any perl script "requiring " <sys/socket.ph> or <sys/cdefs.ph> )
* Added ${.CURDIR}s to afterinstall target.wpaul1995-02-031-7/+3
|
* Put ${.CURDIR}s in front of Makefile.yp and mknetid in the required places.wpaul1995-02-031-8/+5
| | | | Also took out uneeded BINDIR & BINMODE stuff.
* Removed reference in comments to -o option of yppasswdd: -o optionwpaul1995-02-031-2/+2
| | | | no longer exists.
OpenPOWER on IntegriCloud