summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Convert SUIDDIR fully to a new-style option.eivind1997-12-154-3/+6
| | | | | | | | Forgotten by: julian
* | Remove cal, add ncal.helbig1997-12-151-3/+3
| |
* | It's more portable to use <errno.h> than <sys/errno.h>eivind1997-12-151-2/+2
| | | | | | | | Pointed-out-by: bde (a long while ago)
* | This commit was generated by cvs2svn to compensate for changes in r31744,helbig1997-12-153-0/+906
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Add new command ncal.helbig1997-12-153-0/+906
| | |
* | | Revert 1.15 - duplicate code (initialization).eivind1997-12-151-5/+0
| | | | | | | | | | | | Pointed-out-by: bde
* | | Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.eivind1997-12-1525-27/+66
| | | | | | | | | | | | | | | | | | | | | | | | The #ifdef IPXIP in netipx/ipx_if.h is OK (used from ipx_usrreq.c and ifconfig.c only). I also fixed a typo IPXTUNNEL -> IPTUNNEL (and #ifdef'ed out the code inside, as it never could have compiled - doh.)
* | | Add libcalendarhelbig1997-12-151-1/+2
| | |
* | | Use LogWARN for command usage messages and unrecognisedbrian1997-12-152-4/+4
| | | | | | | | | | | | commands, not LogCOMMAND.
* | | Do 2 passes when "delete all"ing. The first pass removesbrian1997-12-151-28/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | all RTF_WASCLONED routes, and the second removes the others. This avoids the situation where we've added an RTF_CLONING route (such as ``default''), created some clones, then deleted the CLONING route before the WASCLONED route(s). Without the two passes, we get errno (not rtm_errno) set to ESRCH when deleting the WASCLONED route, despite the deletion succeeding ! Also: Enhance the route operation failure diagnostics. Make portability #ifdefs a bit more generic.
* | | Sync with sys/i386/i386/microtime.s revision 1.35.kato1997-12-151-1/+3
| | |
* | | Cosmetic in usage string.charnier1997-12-151-2/+2
| | |
* | | As described by the submitter:msmith1997-12-154-2/+140
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These patches enables us to play quake2 . Support linux keyboard ioctl for setting RAW, MEDIUMRAW and XLATE. Support linux virtual terminal operations: OPENQRY, GETMODE, SETMODE, GETSTATE, ACTIVATE, and WAITACTIVE. Submitted by: Amancio Hasty <hasty@rah.star-gate.com>
* | | Fix a recursive kernel_map lock problem in vm_zone allocator.dyson1997-12-151-19/+23
| | | | | | | | | | | | PR: 5298
OpenPOWER on IntegriCloud