Commit Graph

417 Commits

Author SHA1 Message Date
cgd fe95a848b5 add Id and clean up 1993-12-23 07:04:31 +00:00
cgd d2f69194b2 quick #ifdef hack to get it to compile with charles' dir header changes 1993-12-22 18:24:11 +00:00
cgd 56a2b2e2c1 Fix slstats to compile with new if_slvar.h. Get the appropriate
stats from the network interface struct, not their now-nonexistant
old locations.  i came up with the fix, prompted by Rich Murphey's
solution, which simply removed the printing of those statistics entirely.
1993-12-22 12:16:00 +00:00
brezak 30669098ec Add vnconfig command. 1993-12-21 04:13:39 +00:00
davidb 677c8d93a8 s/config/config.new/, changed references to compile directory. 1993-12-20 22:42:55 +00:00
cgd 734451e0ff set DELIVERY_MODE to 'queue' 1993-12-19 10:28:31 +00:00
deraadt 532647f2af build rarpd 1993-12-16 05:38:42 +00:00
deraadt e3b965f6db original from LBL (part of the tcpdump distrib)
SIOCGIFCONF fixup by Roland McGrath <roland@frob.com>
1993-12-16 05:31:05 +00:00
mycroft aa14f04fcb From: mrm@sceard.com (M.R.Murphy)
Fix memory leak.
1993-12-15 23:52:40 +00:00
pk e0738ce1d3 RLIMIT_OFILE => RLIMIT_NOFILE
Do something sensible when current RLIMIT_NOFILE turns out to be infinity.
1993-12-14 21:31:53 +00:00
cgd a33e17ef28 move config files into /etc/sliphome, and note that and other changes in docs 1993-12-10 14:18:00 +00:00
cgd 9fa00062f5 deal with change in setting of slip params 1993-12-10 13:19:12 +00:00
mycroft 30eca65416 Clean up deleted files. 1993-12-10 09:39:30 +00:00
mycroft d093458663 Use POSIX.2 regular expression routines. 1993-12-10 09:39:27 +00:00
mycroft 239fa04f43 We use regex.h, not regexp.h, now. 1993-12-10 09:01:24 +00:00
jtc 3ccb82400b Upgraded to use <dirent.h>. 1993-12-08 00:47:01 +00:00
mycroft c722eb32d7 Eliminate a compiler warning. 1993-12-07 23:25:00 +00:00
mycroft ffa63f58ac Eliminate a compiler warning. 1993-12-07 23:05:26 +00:00
mycroft dafb92d12e Eliminate a compiler warning. 1993-12-07 21:44:57 +00:00
mycroft fa44884d47 Eliminate a compiler warning. 1993-12-07 21:12:29 +00:00
mycroft e0e18ffe8d Clean up deleted files. 1993-12-07 01:57:46 +00:00
cgd 02585b5bfd delete 'object' files, and dtrt on cleandir 1993-12-07 01:57:39 +00:00
cgd da5de96b8a add -ll, and minor cleanup 1993-12-07 01:37:12 +00:00
glass 35d4564f5c 386BSD --> NetBSD, in preparation of diffs for Eric 1993-12-06 17:48:22 +00:00
brezak be6634a0fb Add __NetBSD__ to __386BSD__ ifdefs 1993-12-06 17:17:37 +00:00
cgd 6d6ecb06a5 more ifdef changes. eventually have to move raw partition for the i386 to c 1993-12-06 09:28:52 +00:00
cgd fc5ae3c87e __386BSD__ -> i386; this file might break for m68k because of ifdefs... 1993-12-06 09:25:14 +00:00
glass 2545c2d0cc lamp's queue is huge 1993-12-06 07:45:39 +00:00
mycroft 09786cb42d Back out previous change. It was wrong. 1993-12-05 23:04:49 +00:00
mycroft 5080d6a99f Compile amd. 1993-12-05 22:11:09 +00:00
mycroft e8e1a19487 Fix typo, MACHIN --> MACHINE. Reported by Brad Parker <brad@fcr.com>. 1993-12-05 22:10:48 +00:00
deraadt ad97f8aac0 should bzero automatic sockaddr's before use 1993-12-05 13:58:43 +00:00
deraadt b61a97ceeb should bzero automatic sockaddr's before use 1993-12-05 13:41:07 +00:00
deraadt 28a0b47800 link -ll 1993-12-05 01:01:38 +00:00
mycroft a16c5edd97 Clean up deleted files. 1993-12-04 06:06:29 +00:00
cgd 080d1bc548 delete now-bogus cdefs.h, and add rcs id's to everything 1993-12-04 06:05:53 +00:00
deraadt 2b728f4750 sunos compatible /var/yp/binding/ files. 1993-12-03 10:08:12 +00:00
mycroft e3c9b730c0 Miscellaneous cast to shut up compiler. 1993-12-03 10:04:50 +00:00
mycroft 319b21f7c1 Make encap_parms->arglen a u_int to match other RPC code. 1993-12-03 10:01:06 +00:00
mycroft 7f2cf51c4e ALIGNBYTES and ALIGN() are now defined in machine/param.h. Their (fairly
bogus) definitions here are no longer needed.
1993-12-03 09:25:39 +00:00
mycroft c66568a290 I don't want to know why there was a reimplementation of strerror() here, but
it's toast.
1993-12-03 09:20:53 +00:00
deraadt 45af4741ad let quoted strings contain "\"" and "\n"
also let strings be "", ie. empty (is this a good change?)
1993-12-03 04:58:22 +00:00
jtc 4c3c4ffd25 Compile spray too. 1993-12-03 02:11:13 +00:00
jtc f0baed1c1a My reimplementation of spray(8). 1993-12-03 02:10:22 +00:00
pk 6ff21e941b Get offset of `_version' right for sparc.
Remove temporary file on error exit.
Some general cleanup.
1993-12-02 20:55:47 +00:00
jtc 004d3ba93e First pass at documenting YP clients. 1993-12-02 18:37:54 +00:00
jtc f51f0a515d All programs that use lex must link with -ll. 1993-12-02 18:18:02 +00:00
pk dd98eefe50 `#ifdef sparc' => `#if defined(sun & sparc)'. 1993-12-02 17:37:07 +00:00
phil 102c96c45a For the PC532, fixing the errors in the #include code and removing all
references to the "rtc".  (Removing rtc from the pseudo devices.)
1993-12-01 22:29:19 +00:00
phil 1b7c2b0299 Added some includes needed for the new pseudo_init code. 1993-12-01 07:56:02 +00:00
deraadt 5f40ac2443 be more careful, do not tromp over ``MACHINE'' 1993-12-01 05:56:39 +00:00
mycroft 5e76e8d3b0 Add `OSTYPE(bsd4.4)' to these, as some people actually use them as examples and
get confused by the resuilting sendmail-->mail-->sendmail-->... loops.
1993-11-30 08:18:35 +00:00
jtc 5187624c00 Use ".St -p1003.2-92" macro instead of spelling it out. 1993-11-30 00:36:01 +00:00
paulus 2aacdab786 Added security option: if compiled with -DREQ_SYSOPTIONS=1, pppd won't
run unless /etc/ppp/options is present.
1993-11-28 23:39:35 +00:00
paulus eb40b6f924 Use <paths.h> to get kernel image file name; remove KVMLIB conditional. 1993-11-28 23:36:43 +00:00
paulus 2c19da3e82 Fixed typo. 1993-11-28 23:35:34 +00:00
mycroft f8987a8cb6 Define OS once in Makefile.inc, and fold the trivial changes into os-bsd44.h
rather than having a separate .h file.
1993-11-27 21:38:44 +00:00
mycroft a4f76e6196 Clean up deleted files. 1993-11-27 21:38:39 +00:00
mycroft ecd1899d2f Define OS once in Makefile.inc, and fold the trivial changes into os-bsd44.h
rather than having a separate .h file.
1993-11-27 21:38:26 +00:00
mycroft 01c65770eb Initial import. Needs a little cleanup yet. 1993-11-27 21:16:51 +00:00
deraadt f7bce94e9a generate a pdevinit[] like config.new does (for pseudo device initialization) 1993-11-23 07:45:06 +00:00
jtc cd816f9f1e As of POSIX.2, getopt returns -1 instead of EOF on error. Changed the code
to match just in case someone changes the value of EOF.
1993-11-19 20:02:53 +00:00
jtc acc61782fb Fix spelling mistake. 1993-11-19 17:24:58 +00:00
cgd 0b76c61c48 kill bogus bugs, and add options 1993-11-18 03:16:32 +00:00
cgd 0fdd7ddc70 add option to show the swapmap's raw contents 1993-11-18 03:00:41 +00:00
cgd 44c6a0bbc1 make things a bit more consistent 1993-11-17 11:00:52 +00:00
brezak e8214430ab Build slstats command 1993-11-16 04:18:16 +00:00
brezak 578eb233b1 slstats command from cslip-2.6 distr. 1993-11-16 04:16:46 +00:00
cgd 603b08d78b fix typo in last 1993-11-15 21:51:30 +00:00
deraadt 16f75ff463 ypset should only be permitted from a reserved port.
from Tor Egge <tegge@pvv.unit.no>
1993-11-15 08:20:05 +00:00
deraadt 08322f9423 compile tcpdump too 1993-11-14 21:22:01 +00:00
deraadt 56c9ee826f tcpdump version 2.1.1 by Steve McCanne <mccanne@ee.lbl.gov> 1993-11-14 21:19:50 +00:00
cgd 2daa9376f3 from Thomas Eberhardt <thomas@mathematik.uni-Bremen.de>:
use shared libutil, if available
1993-11-14 15:41:15 +00:00
cgd d29e38973e bzero structs before using; fix from theo 1993-11-10 04:36:04 +00:00
paulus 1687b6cdff Added RCS ID. 1993-11-10 01:35:21 +00:00
paulus ef90819423 Added RCS IDs; minor enhancements (default local address to first IP
address of host; accumulate asyncmaps); bugfix (pidfile location).
1993-11-10 01:33:51 +00:00
paulus 7250f6a418 Fixed bug where chat would fail if it didn't find the string it was
looking for within 1024 characters; some code cleanup.
1993-11-09 04:57:19 +00:00
mycroft c776e015f6 Clean up deleted files. 1993-11-09 04:54:33 +00:00
paulus 8d1ed68875 New version (2.0) of pppd. It now conforms to RFCs 1331, 1332, 1334,
and has vastly improved security features, and other improved functionality
(including an updated man page!).
1993-11-09 04:53:15 +00:00
cgd eb5665b095 MLINKS line was bogus 1993-11-08 05:23:53 +00:00
glass ddf14389a5 upgraded to sendmail version 8.6.4 1993-11-05 07:50:58 +00:00
cgd 4bb7cfabaf update timed to the latest version, as supplied and ported by
<Vernon Schryver> vjs@calcite.rhyolite.com.
1993-11-03 11:08:15 +00:00
mycroft 0ec046b62b Clean up deleted files. 1993-11-03 11:08:13 +00:00
cgd 92b5cad993 update timed to the latest version, as supplied and ported by
<Vernon Schryver> vjs@calcite.rhyolite.com.
1993-11-03 11:07:41 +00:00
cgd d3fad18c7a shouldn't link to acctoff -- that's not the way new (i.e. traditional)
accounting works.
1993-11-03 06:50:11 +00:00
cgd a25d7d9a8e chown here now 1993-11-03 06:48:18 +00:00
cgd 454f76bbdd make it compile... 1993-11-02 08:44:00 +00:00
cgd aea2695257 fix oops 1993-11-02 08:43:48 +00:00
mycroft ef17c615c2 Clean up deleted files. 1993-11-02 07:51:15 +00:00
cgd 476023b5bb latest mtree from uunet. doesn't compile, but that'll be fixed soon.
(want to have 'pseudo-virgin' sources, for when fixed fnmatch stuff
is released...)
1993-11-02 07:51:06 +00:00
glass 5020d54afa updated from 8.3 to 8.6.3.
known problems: sendmail/cf/cf required 'obj' directory
1993-10-30 00:36:16 +00:00
mycroft 4aae9a78d9 Clean up deleted files. 1993-10-30 00:36:15 +00:00
glass d498f75b4b updated from 8.3 to 8.6.3.
known problems: sendmail/cf/cf required 'obj' directory
1993-10-30 00:33:33 +00:00
mycroft 6d9dd525b6 Clean up deleted files. 1993-10-30 00:33:32 +00:00
glass 386f59b9d5 updated from 8.3 to 8.6.3.
known problems: sendmail/cf/cf required 'obj' directory
1993-10-30 00:32:27 +00:00
cgd 0fbd5c2a47 don't try to install accountant; it doesn't exist anymore 1993-10-23 00:23:51 +00:00
mycroft 1b483c4f71 From Mark Weaver:
Use lstat() rather that stat(), to avoid chasing symlinks.
1993-10-22 10:38:33 +00:00
mycroft 5a26368500 Clean up deleted files. 1993-10-20 00:19:52 +00:00
cgd 88e5411d7e revert accton's syntax to what it was in net/2 1993-10-20 00:13:05 +00:00
cgd 59ebb74a4b did *you* know that PMAX's weren't PC532's? 1993-10-15 23:26:39 +00:00
cgd 7f773f8f4b we have rand48 now 1993-10-14 01:51:11 +00:00
deraadt 9ae8a636f9 Add MACHINE_PMAX support from rick & ralph. 1993-10-14 01:22:27 +00:00
jtc 2ddbb97f0f #include <unistd.h>, so getopt(), optarg, opterr, optind, and optopt
declarations can be removed from <stdlib.h>.
1993-10-13 18:33:45 +00:00
pk 08ba41f417 Allow for a group name to be specified in the ``user'' field: user[.group]
Allow for max # of invocations to be specified; appended to ``wait''
 field: wait/nowait[.max]
Allow for RPC specifications in numeric format.
Inetd now stores its pid in `/var/run/inetd.pid'.
Support for AF_UNIX family.
1993-10-13 11:22:48 +00:00
mycroft 0c4b6b5612 Don't core dump on blank lines. 1993-10-11 20:53:48 +00:00
cgd ed8d9adecd needs libcrypt 1993-10-11 10:52:31 +00:00
cgd f69e02fc8e no more librpc 1993-10-08 02:28:39 +00:00
cgd a4f95e1816 no more librpc 1993-10-08 01:33:33 +00:00
jtc 104c7f4bf6 Got bored, converted to use mandoc macros. 1993-10-06 19:34:59 +00:00
jtc 50e825b111 Got bored, converted yet another manpage to -mandoc format 1993-10-06 19:07:02 +00:00
cgd 62ae8cc163 use syslog to report errors Vernon Schryver (vjs@calcite.rhyolite.com) 1993-10-05 00:36:28 +00:00
jtc dc92a17545 Fix spelling error: syn -> sync. 1993-10-05 00:13:17 +00:00
jtc 99cd400e2e Use *->fts_errno instead of errno after fts_read(). The fts manpage
indicates that the fts_errno will be set to the correct value, but there
are no guarentees about errno.
1993-10-01 01:03:22 +00:00
pk 0915419517 -I/sys --> -I${DESTDIR}/sys, to support cross-compilation. 1993-09-25 13:19:49 +00:00
brezak 8e25b7097b Fixes for ypset'ing to a different net. 1993-09-19 18:48:21 +00:00
phil 4c44872dde Adding changes for the pc532 machine. The NO_SYMLINK is for compilation
under Minix on the pc532, which has no symlinks.
1993-09-15 21:15:19 +00:00
brezak 0c27d6751c Only output load address is using 'at'. 1993-09-13 15:27:38 +00:00
ws d3725de8aa Allow exporting whole directory trees with -alldir option in /etc/exports 1993-09-09 16:34:33 +00:00
ws 053f138dae Changes to VFS readdir semantics
NFS changes for better cookie support
ISOFS changes for better Rockridge support and support for generation numbers
1993-09-07 15:40:14 +00:00
mycroft 756df55414 Nuke -DNDBM. 1993-09-05 22:02:59 +00:00
deraadt 79b9e39888 #endif in the wrong place 1993-09-05 16:10:01 +00:00
mycroft ce9288836b Clean up deleted files. 1993-08-31 13:48:48 +00:00
deraadt 0f874c8bdd ensure config.new is installed as config.new, and not over top of the
other config program
1993-08-31 13:48:46 +00:00
glass 42ac31d081 make config.new on all platforms 1993-08-30 07:19:32 +00:00
glass 144656cf78 back to torek's Makefile 1993-08-30 07:01:01 +00:00
brezak e443c955ff Need to define load address in PARAM. 1993-08-28 00:03:51 +00:00
brezak 651ea37a78 Fix rcs headers 1993-08-25 02:42:57 +00:00
brezak 72512ce825 Add code so inetd can start mountd. Reread exports if changed more frequently. Cleanup to use rpcsvc headers. 1993-08-25 02:37:36 +00:00
glass 8a49818de4 snapshot. starts nfsmountroot but doesn't seem to emit any packets 1993-08-24 20:26:48 +00:00
brezak 7a19417ff8 Cleanup port to NetBSD 1993-08-23 14:36:07 +00:00
brezak d9d60a264e Add speeds of 19200, 38400, 57600, 115200 1993-08-18 13:00:39 +00:00
brezak 2326181767 /netbsd is the kernel name. 1993-08-18 12:55:13 +00:00
brezak 9ea8dd1822 Set group to kmem. 1993-08-18 12:54:50 +00:00
brezak 48d617a9d6 Use LOG_INFO instead of LOG_NOTICE for informational messages. Correctly set line speed. 1993-08-18 12:54:16 +00:00
mycroft 377989dc53 __386BSD__ --> __NetBSD__ 1993-08-16 00:47:33 +00:00
glass 8ff8fa8046 runs up to and including configure().
todo: exceptions, interrupt support, make isrs affect vector table
kernel/user stacks
1993-08-15 23:01:58 +00:00
mycroft 92360d6880 Add a sample config file for my machine(s). 1993-08-14 21:30:31 +00:00
mycroft 63f36b5851 Don't use ${DESTDIR} in LINKS. 1993-08-14 16:44:03 +00:00
deraadt 3604916e13 ppp from paul mackerras 1993-08-14 06:29:28 +00:00
glass 3fd5c19105 further integration of torek's config with our modified
tree structure, basically problems resulting from the 'arch' change
1993-08-13 13:22:08 +00:00
glass 88513525ef compiles in our environment 1993-08-13 00:53:38 +00:00
glass ed0b381274 torek's config sources before modification 1993-08-13 00:49:58 +00:00
mycroft 5db6a9c2a7 Set BINDIR, not DESTDIR. 1993-08-10 00:00:44 +00:00
mycroft a67abd8740 Tweak for cross-compilation. 1993-08-09 23:59:20 +00:00
cgd cd56dd1638 merge in changes from netbsd-0-9-ALPHA2 1993-08-07 07:53:27 +00:00
mycroft 1676bc343b Use sys_signame[]. 1993-08-06 22:18:26 +00:00
deraadt 5bfebdcaf0 update for fts library change 1993-08-06 03:48:27 +00:00
brezak 3e9304df33 Changes from nate for gzip'ed sup 1993-08-04 17:46:14 +00:00
mycroft 0534b030d1 Don't include PROFILING type files in OBJS and SRCS, and don't partially output
dependencies for them.
1993-08-03 00:02:01 +00:00
mycroft 52efca41cd Nuke remaining patchkit headers. 1993-08-02 18:17:24 +00:00