summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Don't use LDDESTDIR. Just put the -L arg in LDADD.bde1997-12-177-34/+31
|
* Revert poll() for UFS files to traditional behavior where polling for read-wollman1997-12-171-0/+2
| | | | | or writability always returns true. This works around bugs in netscape and squid, at a minimum.
* Don't clean files that we don't create.bde1997-12-171-4/+4
| | | | | | | Fixed style of empty test. Include <bsd.libnames.mk> if `checkdpadd' is being made, so that it can :e checked until it goes away.
* Normally don't include <bsd.libnames.mk>. Include it in the !aout casebde1997-12-171-6/+8
| | | | | | | | | (as in bsd.prog.mk). Include it if `checkdpadd' is being made, so that it can be checked until it goes away. Don't clean files that we don't create. Fixed style of empty test.
* Close some file descriptors on exec so that the inferior process getsbde1997-12-172-0/+2
| | | | a normal environment. Fd's 3 and 4 were usually left open.
* Use the default LIBOWN, etc. instead of clobbering the defaults to bin,bde1997-12-171-26/+12
| | | | | | | | | etc., so that (this part of) `LIBOWN=... make world' can be run by users other than root. Actually, use BINOWN instead of LIBOWN, since the files that we install in /usr/libdata are not libraries, and LIBOWN is not used for anything else in /usr/libdata. Rewrote all the rules and cleaned up.
* LIBOWN -> BINOWN, etc. There are no libraries here.bde1997-12-171-3/+2
|
* Use the default LIBOWN, etc. instead of clobbering the defaults to bin,bde1997-12-171-4/+1
| | | | | | | etc., so that (this part of) `LIBOWN=... make world' can be run by users other than root. Actually, BINOWN instead of LIBOWN, since fonts are not libraries. Only one owner of (non-setuid) installed files is really supported.
* Use BINOWN, etc. instead of bin, etc. so that (this part of)bde1997-12-174-14/+14
| | | | `BINOWN=... make world' can be run by users other than root.
* Fixed missing DPADD by removing empty LDADD.bde1997-12-171-1/+0
|
* Fixed building with NOSHARED=YES. libncurses depends on libmytinfo butbde1997-12-171-3/+3
| | | | | libmytinfo was not mentioned explicitly. The bug was hidden by the linkage of libncurses to libmytinfo in the shared library case.
* Regenerate (fix argument of linux_nice).kato1997-12-173-4/+4
|
* I should not edit linux_prot.h directly. Fix the argument of linux_nice.kato1997-12-172-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pointed out by: Eivind Eklund <eivind@FreeBSD.ORG> NOPROTO LINUX { int getpgrp(void); } 66 NOPROTO LINUX { int setsid(void); } 67 STD LINUX { int linux_sigaction(int sig, \ struct linux_sigaction *nsa, \ struct linux_sigaction *osa); } 68 STD LINUX { int linux_siggetmask(void); } 69 STD LINUX { int linux_sigsetmask(linux_sigset_t mask); } 70 NOPROTO LINUX { int setreuid(int ruid, int euid); } 71 NOPROTO LINUX { int setregid(int rgid, int egid); } 72 STD LINUX { int linux_sigsuspend(int restart, \ linux_sigset_t oldmask, linux_sigset_t mask); } 73 STD LINUX { int linux_sigpending(linux_sigset_t *mask); } 74 NOPROTO LINUX { int osethostname(char *hostname, \ u_int len);} 75 NOPROTO LINUX { int osetrlimit(u_int which, \ struct ogetrlimit *rlp); } 76 NOPROTO LINUX { int ogetrlimit(u_int which, \ struct ogetrlimit *rlp); } 77 NOPROTO LINUX { int getrusage(int who, struct rusage *rusage); } 78 NOPROTO LINUX { int gettimeofday(struct timeval *tp, \ struct timezone *tzp); } 79 NOPROTO LINUX { int settimeofday(struct timeval *tp, \ struct timezone *tzp); } 80 NOPROTO LINUX { int getgroups(u_int gidsetsize, gid_t *gidset); } 81 NOPROTO LINUX { int setgroups(u_int gidsetsize, gid_t *gidset); } 82 STD LINUX { int linux_select(struct linux_select_argv *ptr); } 83 STD LINUX { int linux_symlink(char *path, char *to); } 84 NOPROTO LINUX { int ostat(char *path, struct ostat *up); } 85 STD LINUX { int linux_readlink(char *name, char *buf, \ int count); } 86 STD LINUX { int linux_uselib(char *library); } 87 NOPROTO LINUX { int swapon(char *name); } 88 NOPROTO LINUX { int reboot(int opt); } 89 STD LINUX { int linux_readdir(int fd, struct linux_dirent *dent, \ unsigned int count); } 90 STD LINUX { int linux_mmap(struct linux_mmap_argv *ptr); } 91 NOPROTO LINUX { int munmap(caddr_t addr, int len); } 92 STD LINUX { int linux_truncate(char *path, long length); } 93 NOPROTO LINUX { int oftruncate(int fd, long length); } 94 NOPROTO LINUX { int fchmod(int fd, int mode); } 95 NOPROTO LINUX { int fchown(int fd, int uid, int gid); } 96 NOPROTO LINUX { int getpriority(int which, int who); } 97 NOPROTO LINUX { int setpriority(int which, int who, int prio); } 98 NOPROTO LINUX { int profil(caddr_t samples, u_int size, \ u_int offset, u_int scale); } 99 STD LINUX { int linux_statfs(char *path, \ struct linux_statfs_buf *buf); } 100 STD LINUX { int linux_fstatfs(int fd, \ struct linux_statfs_buf *buf); } 101 STD LINUX { int linux_ioperm(unsigned int lo, \ unsigned int hi, int val); } 102 STD LINUX { int linux_socketcall(int what, void *args); } 103 STD LINUX { int linux_ksyslog(int what); } 104 STD LINUX { int linux_setitimer(u_int which, \ struct itimerval *itv, struct itimerval *oitv); } 105 STD LINUX { int linux_getitimer(u_int which, \ struct itimerval *itv); } 106 STD LINUX { int linux_newstat(char *path, \ struct linux_newstat *buf); } 107 STD LINUX { int linux_newlstat(char *path, \ struct linux_newstat *buf); } 108 STD LINUX { int linux_newfstat(int fd, struct linux_newstat *buf); } 109 STD LINUX { int linux_uname(struct linux_old_utsname *up); } 110 STD LINUX { int linux_iopl(int level); } 111 STD LINUX { int linux_vhangup(void); } 112 STD LINUX { int linux_idle(void); } 113 STD LINUX { int linux_vm86(void); } 114 STD LINUX { int linux_wait4(int pid, int *status, \ int options, struct rusage *rusage); } 115 STD LINUX { int linux_swapoff(void); } 116 STD LINUX { int linux_sysinfo(void); } 117 STD LINUX { int linux_ipc(int what, int arg1, int arg2, int arg3, \ caddr_t ptr); } 118 NOPROTO LINUX { int fsync(int fd); } 119 STD LINUX { int linux_sigreturn(struct linux_sigcontext *scp); } access
* Warn if ISC-DHCP not available.pst1997-12-171-0/+2
|
* Remove an unnecessary (and wrong) cast.brian1997-12-171-2/+2
|
* Fix a potential overflow where, if the label passed on the commandbrian1997-12-172-5/+6
| | | | | | | | line is > LINE_LEN (512 bytes), we scribble (*blush*). Hinted at by: Theo de Raadt <deraadt@cvs.openbsd.org> Change sprintf(buf, "fixedstring") to strcpy(buf, "fixedstring").
* EXT2FS and MSDOSFS to the opt_dontuse bin.eivind1997-12-161-1/+3
|
* Fix my typo.eivind1997-12-162-4/+4
| | | | Submitted by: helbig
* Make LINT compile again after wollman introduced poll() here.eivind1997-12-161-2/+2
| | | | Overlooked by: wollman
* Regenerate after changing makesyscalls.sh.eivind1997-12-162-2/+2
|
* Typo alert (cosmetic).jraynard1997-12-161-1/+1
|
* Move around opt_compat include to accomodate Linulator brokenness (foreivind1997-12-161-3/+4
| | | | the time being).
* Make hidden COMPAT_43 dependencies explict. Options in headers is aeivind1997-12-163-2/+8
| | | | pain in the backside.
* Handle COMPAT_43 define -> option change.eivind1997-12-162-8/+14
|
* Removed gross dir file bootstrap rule again. It would break buildingbde1997-12-161-19/+12
| | | | | | | | | | | | | | | | when there is no /usr/src/share/info if it were actually used. Added comments to explain duplicated tex commands. Use substitution in IFILENS to simplify some things. Removed /g from many substitutions. It is bogus for anchored matches. Don't echo nothing. Don't add things that wouldn't be built with the current options to CLEANFILES (except for some cases involving tex). Reviewed by: wosch
* Whoops - fix this after yesterday's IPX option changes. Also fixeivind1997-12-162-6/+24
| | | | | | minor buglet when neither bsdcomp, deflate or filter is used. Pointed out by: Chris Timmons <skynyrd@opus.cts.cwu.edu>
* Fixed DPADD.bde1997-12-167-7/+14
|
* Fixed DPADD.bde1997-12-163-6/+9
|
* Make COMPAT_43 and COMPAT_SUNOS new-style options.eivind1997-12-1643-43/+122
|
* Fixed DPADD.bde1997-12-162-10/+6
| | | | | | | | | Don't override the (correct) default for SRCS or MAN1. Replaced bogus Lite1 (?) Id by $Id$. The key server files were mis-imported so it is hard to tell where they came from, but at least in Lite2 they don't have useful Makefiles, and I rewrote most of the Makefile.
* Fixed DPADD. ${LIBGCC} must be added explicitly since the defaultbde1997-12-161-13/+22
| | | | | | | | | | | | | | | | | | linkage rule is overridden. The -L option must be in ${DPADD} so that `make checkdpadd' works. Actually use ${DPADD}. FIxed missing dependencies for doscmd. Use ${LIBCRT0} instead of a hard-coded path in the rule for doscmd. Added comments about the kludges used to build 2 binaries and 2 data files in one directory. It shouldn't be done this way. The dependencies on sources took extra work to get right, and the dependencies on objects are still broken (one set is missing and the other has the wrong libs). Fixed some style bugs while I'm here: - don't override the (correct) default for MAN1. - use `beforeinstall', not `afterinstall' to install auxiliary files. `afterinstall' is for fixing messes made by `install'.
* Fix bug where a struct buf was free()'d back to the system malloc pool.dg1997-12-161-4/+3
| | | | | | | | Quite amazing that the system runs at all with this bug. Also present in 2.2.5. The bug appears to have come in with changes in rev 1.53. PR: might fix PR#5313 Submitted by: bde
* Fixed DPADD.bde1997-12-161-0/+2
|
* Fixed missing DPADD.bde1997-12-161-7/+6
| | | | | Fixed some style bugs while I'm here (don't override the (correct) default for MAN1).
* Don't use PG_N if EPSON PC-486HX/HG/HA (PC-9801 compatible) arekato1997-12-162-2/+42
| | | | | | | | detected. These machine cannot make L2 cache write-through by PG_N, and only I/O access (undocumented) can do that. If PG_N is used, system hangs. Reviewed by: tos@fa2.so-net.or.jp (Toshiyuki Kawashima)
* One more ctype castache1997-12-161-2/+2
|
* Add more (unsigned char) casts to ctype macrosache1997-12-162-6/+6
|
* Add (unsigned char) cast to ctype macroache1997-12-161-3/+3
|
* Remove the UK phone codes from inter.phone and createbrian1997-12-163-37/+9681
| | | | | | | | | | | uk.phone (in line with na.phone). This is a more detailed list than the one in inter.phone. Add uk.postcodes. I've prefixed it with `uk' to leave room for (maybe) au.postcodes etc. (if someone feels so inclined). Obtained from: http://www.brainstorm.co.uk/public/utils Ok'd to use by: steve@brainstorm.co.uk (Steve Crook)
* Add support for explicit 3C589D varients and XJ1336 modemspst1997-12-162-2/+30
|
* Support ISC-DHCP if the package is available.pst1997-12-161-1/+7
|
* Wrap long linesbrian1997-12-162-8/+10
| | | | Submitted by: Greg Lehey <grog@lemis.com>
* I'd swore I added this on my prior mega-commit. Any chance adds aren'tcwt1997-12-151-0/+15
| | | | | | | processed during the recursive swoop? Makefile for global's private library, complete with null install rule to keep this private.
* Add lib/Makefile and adjust as necessary to build global 2.2.1 from contrib ↵cwt1997-12-158-23/+26
| | | | sources.
* Correct return values from alias routines.brian1997-12-152-14/+18
|
* Remove extra cruft. The previouos commit silently removed source ifles no ↵cwt1997-12-158-146/+0
| | | | longer required as of v2.2.1 as well.
* Resolve -Wall issues and be stylistic about #include directives.cwt1997-12-1528-1187/+108
|
* Merge and resolve conflicts...cwt1997-12-153-266/+250
|
* This commit was generated by cvs2svn to compensate for changes in r31750,cwt1997-12-1571-427/+5322
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import of virgin Global v2_2_1 sourcescwt1997-12-1574-693/+5572
| |
OpenPOWER on IntegriCloud