Commit Graph

1545 Commits

Author SHA1 Message Date
mrg bcbd476ac7 these become subdirectories in the new bind 1996-02-02 14:15:59 +00:00
mycroft cbbb28608c If __FreeBSD__, don't swap the type field in the Ethernet II header. 1996-02-01 21:57:00 +00:00
mycroft 851e3892fc If __FreeBSD__, don't swap the length field in the 802.3 header. 1996-02-01 21:27:46 +00:00
jtc dd05bd5124 Rename struct timespec fields to conform to POSIX.1b 1996-02-01 00:04:52 +00:00
hpeyerl a2db59e20a interface aliases don't count as individual interfaces and hence don't
need a seperate bpf. Someone should decide whether to tell netstat
about this.
1996-01-31 20:25:31 +00:00
mycroft 15c8e154a1 Make this closer to reality. 1996-01-30 09:49:16 +00:00
mrg 705157eda9 extra update from 8.7.3. also, (re)include NIS support. 1996-01-29 04:58:23 +00:00
mrg d3b14c1c3a include <paths.h> under netbsd and freebsd, for _PATH_VARTMP 1996-01-26 03:30:23 +00:00
mrg 671e777954 cast return value of hstrerror() as this changes with the incoming bind
distribution to be const char *, and, causes a warning.
1996-01-24 15:49:52 +00:00
mrg 5eac1270dc merge to sendmail 8.7.3 1996-01-22 12:50:24 +00:00
mrg 8d05f6d4e9 sendmail 8.7.3 1996-01-22 10:52:39 +00:00
jonathan 92bff2b19b Change Makefile to build screenblank on Decstations. 1996-01-16 22:20:13 +00:00
thorpej 535abd80a2 Add a net.inet.ip.directed-broadcast sysctl as suggested by
Darren Reed <darrenr@vitruvius.arbld.unimelb.edu.au> in PR #1227.
This change is slightly different than the one submitted by Darren in
that the DIRECTED_BROADCAST compile-time option will behave like it used
to so that existing configurations utilizing it won't have to change.
1996-01-16 04:17:30 +00:00
thorpej 4b359df8c4 Add net.inet.ip.forwsrcrt: if zero, the system will not forward
source-routed packets.  Note this value is protected by kernel security
level; it can only be changed if securelevel < 1.
1996-01-15 21:11:46 +00:00
hpeyerl 8c4481f80c More descriptive message for printer status. Addresses PR #509. 1996-01-14 17:25:21 +00:00
thorpej dcb6bca52b Cross-reference fsinfo(8) and mk-amd-map(8), as per PR #1057.
From David Brownlee <abs@mono.city.ac.uk>.
1996-01-14 03:49:09 +00:00
pk 3cf040d518 Fix typo (Noriyuki Soda; PR#1926). 1996-01-13 23:18:15 +00:00
thorpej 484fdbba2d New-style RCS ids. 1996-01-11 06:33:32 +00:00
pk 7dd8344d86 Avoid arithmetic overflow (Tor Egge; PR#1768). 1996-01-09 21:23:36 +00:00
pk c6cd235738 Fix typo and make some enum. lists more compact (James Jegers; PR#592). 1996-01-06 23:25:51 +00:00
jtc 2fc14be1c2 merge in change accidently made to 1.1 release branch 1996-01-04 18:28:00 +00:00
perry 4e585ebdd7 Merge/Sync with 4.4lite2. This is the 4.4lite2 version with NetBSD bug
fixes thrown in (and an apparent pre-NetBSD fix to a hardcoded
"vmunix"). I also set the ttymsg timeout to one second (as per our
previous version), rather than the five minutes set in lite2, and made
the timeout set by a #define.
1996-01-02 17:48:41 +00:00
perry 07c1c767ba Merge/sync with 4.4lite2. Fixed HISTORY line for syslog.conf.5. Note
that the claim in the HISTORY line for syslogd.8 that it appeared in
4.3BSD is probably bogus -- I remember it being a lot older.
1996-01-02 17:41:46 +00:00
perry 7f907c1899 Merge/sync with 4.4lite2 -- just a change in version numbers and
RCS id strings.
1996-01-02 17:30:27 +00:00
thorpej 5fdb76aa13 Add RCS ids. 1995-12-30 18:14:01 +00:00
thorpej 11381ec353 Add a vnd(4) manual page and make vnconfig(8) reference it. Fixes
PR #445.
1995-12-30 18:10:45 +00:00
chopps e2f3d531be fix typos (pr#1680) from Thorsten Frueauf 1995-12-27 07:59:00 +00:00
jonathan c82a4ed224 Update Makefiles for usr.bin/systat and usr.sbin/iostat to be
consistent with usr.bin/vmstat/Makefile wrt CLFAGS and -I, since
all three compile vmstat/names.c.  (Now compiles on a pmax.)
1995-12-22 08:04:24 +00:00
cgd 13c61484db fix a call to localtime() so that it works if time_t != long.
(Whoever decided that one should repeate all of the locals 2x to
save one more #ifdef in log() should be shot...)
1995-12-19 03:33:06 +00:00
jonathan fc86960d2b Don't make config.old on pmaxes. Pmaxes now use (new) config, and config.old
can no longer build compilable kernels.
1995-12-17 06:39:31 +00:00
thorpej 89ed0166fe Change a rogue RCS id to new-style 1995-12-16 20:11:45 +00:00
thorpej feeffb23b0 Change a rogue RCS id to new-style. 1995-12-16 20:10:12 +00:00
thorpej a7565806e7 Cast the third argument of svc_getargs() to char * so that this compiles
with -Werror.
1995-12-15 19:08:21 +00:00
thorpej 47efd9f35e Make this compile with -Werror. 1995-12-14 22:30:45 +00:00
mycroft 3d8d046845 Update to mrouted 3.8. 1995-12-10 10:57:11 +00:00
mycroft ad1f8525b4 Update to mrouted 3.8. 1995-12-10 10:08:37 +00:00
mycroft d043d7538d Update to mrouted 3.8. 1995-12-10 10:06:55 +00:00
thorpej b1ebe24227 New-style RCS ids. 1995-11-28 20:16:28 +00:00
jtc 21908ddbd5 merge in changes from 1.1 release branch 1995-11-28 19:43:04 +00:00
jtc 0a1e7de7b6 merge in changes from 1.1 release branch 1995-11-28 05:25:28 +00:00
thorpej 8e8adaf600 Handle "clean" and "depend" targets properly. 1995-11-17 10:05:23 +00:00
thorpej f90cf6bd46 New-style RCS id. 1995-11-17 09:49:19 +00:00
thorpej 15539710a0 Clear the mount argument list before filling it in. This is the patch
from Michael Hitch in pr#1722.  As noted in the pr, this may not be the
most correct fix, but at least it prevents crashes.
1995-11-16 04:34:13 +00:00
pk a29aff2565 Id -> NetBSD 1995-11-15 22:55:41 +00:00
pk f54b84516b Add RCSIDs 1995-11-15 22:48:07 +00:00
pk b965d4ffe4 Add RCSIDs 1995-11-15 22:27:27 +00:00
pk f93236c806 Add RCSIDs. 1995-11-15 22:23:06 +00:00
pk 0e9c04fab0 Fix garbled lines (from Thomas Eberhardt; PR#1756).
Add RCSId.
1995-11-15 22:20:33 +00:00
thorpej 507ba8247c Kill some gratuitous byte-swapping calls, which broke rbootd on the i386
in some cases.  No functional change on big-endian systems.  From
Scott Reynolds <scottr@plexus.com>.
1995-11-14 08:41:42 +00:00
thorpej a752cec2e0 Don't require compiling with -DDEBUG to enable debugging messages. Instead,
add a new option flag "-d", which enables debugging output.  Compile all
of the code that used to be enabled with -DDEBUG unconditionally.  The
amount of extra code is negligable, and all of the tests to check if
debugging is enabled were done regardless of -DDEBUG anyway.  Adjust
SYSLOG() to DTRT if debugging is not enabled.
1995-11-06 07:00:07 +00:00
christos 1949f5ea6b - runio fails when result != 0 not only < 0
- print vis-encoded file in the scanner.
1995-10-29 23:54:45 +00:00
pk ad511bd89a Insert parentheses to get correct precedence when comparing time-stamps
(from Arne Juul; PR#1660).
1995-10-22 20:12:07 +00:00
mycroft 34b0d58fba Fix tiny documentation error; default timeout is 5s, not 3s. 1995-10-12 03:05:50 +00:00
cgd 55f15749ce need string.h to compile on alpha. 1995-10-10 17:56:10 +00:00
thorpej 86aa6c3604 Make an `#include <alloca.h>' conditional on `sparc && !__NetBSD__', rather
than just `sparc'.
1995-10-10 16:29:50 +00:00
chopps b93472a2bb update copyright 1995-10-09 13:52:49 +00:00
chopps dc683639f7 device is require not optional 1995-10-09 04:11:18 +00:00
thorpej ad3a5f50ae New-style RCS ids. 1995-10-09 03:51:32 +00:00
chopps 0699af0c7d add grfconfig to amiga subdirs 1995-10-09 03:43:55 +00:00
chopps b6873a23af add grfconfig from Ezra Story <ezy@panix.com> 1995-10-09 03:43:22 +00:00
chopps 2a4b986b4e add videomode to amiga specific subdirs 1995-10-09 00:52:17 +00:00
chopps 13e967a6eb add videomode (sets video modes for grf[124] 1995-10-09 00:50:07 +00:00
chopps 389dfb1ebd add gspa subdir 1995-10-09 00:09:05 +00:00
chopps f28a6fbe4b makefiles for gsp compiler and output converter 1995-10-09 00:06:57 +00:00
chopps 4a04381d56 compiler for the TMS34010 graphics processor. Original code from
Paul Mackerras, contributed by Ignatios Souvatzis <is@beverly.rhein.de>
more standard argument handling from me.
1995-10-09 00:06:02 +00:00
chopps 5646c9b6d9 gspa output processor from Ignatios Souvatzis <is@beverly.rhein.de> 1995-10-09 00:02:47 +00:00
gwr 677a80857e Add rdconfig 1995-10-08 22:55:48 +00:00
gwr ea702e59dd Helper program for "user RAM" mode supported by sys/dev/ramdisk.c 1995-10-08 22:40:41 +00:00
thorpej 31903d0eaa Be safer with types. From Scott Reynolds <scottr@plexus.com> 1995-10-06 05:12:12 +00:00
mycroft 49d5e89682 Update from kernel source. 1995-10-05 08:58:21 +00:00
mycroft 1e1d370eec Fix typos. 1995-10-05 08:23:18 +00:00
mycroft 2347ccba1b Fix various parity and character size bugs from the termios transition. 1995-10-05 08:20:20 +00:00
mycroft fde6ad0815 Fix a couple of things broken in the termios transition. 1995-10-05 08:01:29 +00:00
mycroft dfd0b8b273 Fix type errors. 1995-10-05 07:47:32 +00:00
mycroft 0231229adc Fix typo in previous. 1995-10-05 07:42:30 +00:00
mycroft 780c7fbe39 Change to use SET(), CLR(), and ISSET() macros. 1995-10-05 07:39:39 +00:00
thorpej c57984e13a New-style RCS ids. 1995-10-04 03:47:51 +00:00
thorpej f335667d4d New-style RCS ids. 1995-10-03 23:16:47 +00:00
hpeyerl 8e41ca8016 -- convert sgtty to termios. From: Scott Bartram <scottb@iis.net>
-- Use seteuid() to only give lpr, lprm, lpq and lpc root when they
   need it from matthew green <mrg@mame.mu.oz.au>
1995-10-03 15:02:17 +00:00
pk 0e91488536 Prevent loop in SIGCHLD handler (Frank van der Linden; PR#1539). 1995-09-30 11:39:53 +00:00
thorpej 7760002a45 New-style RCS ids. 1995-09-30 07:12:43 +00:00
thorpej a6af943990 Add support for the net.inet.tcp sysctl group and document. From
John Kohl <jtk@kolvir.blrc.ma.us>.
1995-09-30 07:05:19 +00:00
jtc 772e08ba5e Remove libdbm DPADD 1995-09-27 21:30:10 +00:00
jtc d538b54279 comment out HISTORY section, as it appears to be garbage; PR #1530 1995-09-27 19:49:25 +00:00
jtc 1bd0165884 iostat is in section 8; PR #1533 1995-09-27 19:46:12 +00:00
jtc 14381bce93 vmstat is in section 8; PR #1532 1995-09-27 19:45:07 +00:00
jtc 8ba230d554 vmstat is in section 8; PR #1532 1995-09-27 19:20:24 +00:00
jtc c362ae238b Add section number in SEE ALSO; PR #1531 1995-09-27 19:17:27 +00:00
jtc 68cc8e44b0 resolver(5) -> resolv.conf(5); PR #1501 1995-09-25 23:48:45 +00:00
thorpej 0964493c0d Better way to deal with byte-order in the RMP packet (might work on a PDP-11!)
From Scott Reynolds <scottr@plexus.com>
1995-09-19 06:27:31 +00:00
glass 8d3a219347 if the function returns nothing, declare it void 1995-09-16 19:12:14 +00:00
glass 9f5762d576 if the function returns nothing, declare it void 1995-09-16 19:01:25 +00:00
thorpej fd263d7b71 The rest of the little-endian patches from Scott Reynolds that
apparently slipped through the cracks before.
1995-09-12 20:07:52 +00:00
thorpej d871ec0593 Changes from Scott Reynolds <scottr@plexus.com> to make this go on
little-endian machines (like the i386).
1995-09-12 07:13:06 +00:00
thorpej c78a02a75a Make the "/tftpboot/<client-ip-address>" requirement conditional on
-DREQUIRE_TFTPBOOT and disable it by default.
1995-09-01 21:55:44 +00:00
cgd 1d48789579 pull in string.h for protos 1995-08-29 23:07:07 +00:00
ragge f525d4b280 Cleaned up an old #ifdef vax. 1995-08-24 19:58:07 +00:00
ragge 5362187bf6 Removed unnecessary #ifdef vax that broke compilation. 1995-08-24 17:04:40 +00:00
thorpej 6799ca3972 Use new-style RCS ids. 1995-08-21 17:05:08 +00:00
thorpej fc5cbfd4ca A few things:
* Don't compute the basename, use __progname.
	* Use daemon() to detach.
	* Use err(3) functions where appropriate.
	* Remove some old 4.2 stuff.
1995-08-21 16:57:54 +00:00
chopps aabb577203 add adosfs. 1995-08-19 16:08:05 +00:00
pk 6ea706d3c0 Remove a comma. Use `.Dq'. 1995-08-18 15:26:45 +00:00
pk 1a5a1af0ab `.SH' -> `.Sh' (from Masanobu Saitoh; PR#1378).
Also, use .Dq in two places, remove an extra comma and pluralize WARNING.
1995-08-18 15:22:34 +00:00
thorpej 6fe057662d New-style RCS IDs. 1995-08-17 17:22:06 +00:00
thorpej 919f902e1c Oops. Garbage collect the ccd-specific grammar, too. 1995-08-17 17:09:22 +00:00
thorpej fb67433ccd The ccd should be treated like any normal pseudo-device now. 1995-08-17 16:43:35 +00:00
paulus 8c0ef60b38 Minor bugfixes and enhancements from the ppp-2.2 release. 1995-08-17 12:03:51 +00:00
paulus b00e161b26 Updated to follow the example of slstats(8) more closely. 1995-08-17 11:44:51 +00:00
gwr 8d3f7ee63c minor cleanup 1995-08-14 19:50:09 +00:00
gwr ebd029a6da Add note (in HISTORY) to satisfy distribution terms. 1995-08-14 19:48:07 +00:00
gwr 6f885de1cf Put the SVR4 code back in (#ifdef SVR4) so as to respect the
requests made in the distribution terms. (re. modifications)
1995-08-14 19:45:18 +00:00
mycroft c9e578df48 Install this setuid root. 1995-08-13 02:54:30 +00:00
thorpej 3cb6ddbe3a Mention the `kern.maxpartitions' and `kern.rawpartition' variables. 1995-08-04 18:46:15 +00:00
paulus a437541fdd restored to its former state 1995-08-02 01:27:08 +00:00
phil 5354239906 Improvements to YP support from Jason Downs. 1995-07-28 07:13:04 +00:00
phil 72065007ac Improvements to YP support from Jason Downs. 1995-07-28 07:01:32 +00:00
gwr a9badc45e2 Delete (possibly incomplete) ARP table entry before adding.
Thanks to Chritos Zoulas and others.  Fixes PR# 1242
1995-07-25 22:56:56 +00:00
gwr e69420e49a Do not complain when yp_bind fails. It is optional. 1995-07-25 22:24:19 +00:00
gwr 457d5a17a4 Add the NetBSD ID strings. 1995-07-25 22:20:13 +00:00
jtc 11b902c1ae /usr/etc -> /usr/sbin 1995-07-25 20:22:10 +00:00
cgd 5c31b284f8 make work regardless of 'obj', do dependencies a bit better 1995-07-24 19:12:18 +00:00
ws b7e8360706 Make bootpgw work for more than just the first query 1995-07-24 13:38:10 +00:00
ws 09d174fdec Since BSD is defined in sys/param.h, we need to include that 1995-07-24 13:35:50 +00:00
jtc 82b75dfd3f gwr's port of pcnfsd 1995-07-24 04:02:44 +00:00
jtc 5bf668ed11 Fix formatting bug. 1995-07-14 17:38:29 +00:00
cgd 1a516ca0ab don't forget to clean eeprom 1995-07-14 07:01:35 +00:00
thorpej 3a7e8d570c Build eeprom where appropriate. 1995-07-13 20:42:35 +00:00
thorpej b7c1140c05 Program to display for modify contents of the EEPROM or OpenProm on
Sun 3 and SPARC systems, similar to the SunOS command of the same name.
1995-07-13 18:17:28 +00:00
thorpej da9b1f7603 Program to display for modify contents of the EEPROM or OpenProm on
Sun 3 and SPARC systems, similar to the SunOS command of the same name.
1995-07-13 18:07:19 +00:00
glass d2551bdcaf complete upgrade to version 8.6.12. Eric willing the next imported version will be 8.7.x 1995-07-12 18:25:23 +00:00
thorpej 6d2243ddee Build screenblank where appropriate. 1995-07-12 05:00:40 +00:00
thorpej dcbb2c500e A screen saver daemon for Sun 3 and SPARC machines, similar to the SunOS
program of the same name.
1995-07-12 04:57:47 +00:00
cgd 998286ad38 alphabetize machine-specific program lists, clean all progs on all machines 1995-07-12 04:56:33 +00:00
jtc 93101c4d91 spray(8) manpage, from Jim Jegers.
Expanded and edited by myself.
1995-07-11 01:18:05 +00:00
cgd ed12e6274c cfparse.c and y.tab.h should be in CLEANFILES 1995-07-10 01:39:58 +00:00
jtc a0e044841b Use consistant style of quotes; PR #1194 1995-07-07 22:26:11 +00:00
paulus fbb77fbf73 Compression Control Protocol (CCP) code for pppd, from ppp-2.2. 1995-07-04 23:54:06 +00:00
paulus 0cac89792c New version of pppd from ppp-2.2. The major new feature is support
for CCP (compression control protocol) and thus packet compression.
Several bugs fixed.
1995-07-04 23:47:29 +00:00
paulus 8d816f6a89 New version of pppstats from ppp-2.2. Optionally prints statistics for
packet compression.  Internally it now uses interface ioctls to get the
statistics, so it doesn't need to grub around in kernel memory any more.
1995-07-04 23:43:52 +00:00
paulus 7af42f4d78 New version of chat from ppp-2.2 distribution. The locking code is
gone, because it didn't belong here (chat doesn't open the serial
device), and there is a new "report" feature to report lines beginning
with specified strings (e.g. "CONNECT").
1995-07-04 23:36:19 +00:00
christos 363e119397 - Don't use system(3) to fork processes. It is a big security hole.
- Encode the filenames in the scan files using strvis(3), so filenames
  that contain newlines or other weird characters don't break the scanner.
1995-06-24 16:21:33 +00:00
pk d8f00aa36c Conform to rpcgen generated names and prototypes.
The server-side worker routines now have "_svc" appended to avoid
conflict with client-side prototypes.
1995-06-24 15:03:49 +00:00
cgd 1877da8b4d don't set the wrong address, for the address. from Arne Henrik Juul. 1995-06-24 11:16:47 +00:00
cgd a8973a1752 specify precision, not minimum field width. pointed out by John Kohl 1995-06-22 11:15:14 +00:00
mycroft 21258bad26 Allow exporting regular files. 1995-06-22 02:37:38 +00:00
christos 8fc36200cd Update to RIP version 2 header. 1995-06-20 23:38:49 +00:00
jtc 0ef3213f32 document 'info' level; pr#1137 from Kenneth Stailey 1995-06-20 22:43:19 +00:00
jtc 1847eaed9f sys/termios.h -> termios.h 1995-06-19 22:47:37 +00:00
cgd 3d113b326b don't assume f_fstypename is larger than MFSNAMELEN or is nul-terminated 1995-06-18 10:58:06 +00:00
mycroft ea4b47d0d7 Use hstrerror(), not h_errlist[]. 1995-06-11 20:22:58 +00:00
mycroft 7ae2c7538b Eliminate extra `/' when prefixing the device name with _PATH_DEV. 1995-06-10 21:01:08 +00:00
mycroft f477ccbfa7 Fix def_anon initializer. 1995-06-09 05:26:58 +00:00
christos 695670c5fa fixed bug related to the ascii `when' files previous fix, where the -t
option would fail to read the timestamp files.
1995-06-09 04:33:34 +00:00
cgd 29d4fed17f typeof(timeval.tv_sec) != time_t 1995-06-07 17:40:51 +00:00
cgd 10603feb51 needs string.h 1995-06-07 17:38:35 +00:00
cgd 788733b7a9 typeof(timeval.tv_sec) != time_t 1995-06-07 17:14:21 +00:00
christos a6d86f0535 Changes to write ascii timestamps in the when files.
Looked into making it 64 bit clean, but it is hopeless.
Added little program to convert from the old timestamp files
into the new ones.
1995-06-03 21:21:48 +00:00
jtc 642d0e3938 Remove chownerr() function completely and use warn() instead.
chownerr() would prematurely terminate the program if a error occured
(lack of permissions, nonexistant file, etc.), but POSIX.2 requires
that the chown and chgrp utilities continue on.  Removing the code
that caused the program to exit turned chownerr into a wrapper
around warn(), so why not call warn() directly.

Also changed the file traversal logic so that directories are not
chown()'d twice.  This only occured when the -R option was not used.
1995-06-03 07:01:19 +00:00
jtc e095500d0c In chownerr(), check to see if new group is the effective group id as
well as in the supplementary group id array.
1995-06-03 06:09:03 +00:00
mycroft 21caf81789 Add MBONE tools. 1995-06-03 06:03:44 +00:00
mycroft c62765fbdd Fix the `restrictmailq' security check to explicitly check the egid. 1995-06-03 02:07:08 +00:00
christos 73afb6b797 don't print NULLs; print empty strings.... 1995-06-02 21:40:51 +00:00
mycroft 7f26bb202e Set cr_gid properly, and adjust for getgrouplist() change. 1995-06-02 21:04:24 +00:00
pk 7fc3672d12 Correct argument in error msg. (PR #1087) 1995-06-02 15:03:34 +00:00
pk 0dee01cc03 Remove local declarations of ctime(). 1995-06-02 15:02:18 +00:00
thorpej c381c611ec Make the behavior of `-s' consistent. 1995-06-02 01:02:09 +00:00
thorpej 9cf337c39b Install this setuid-root. 1995-06-01 23:38:51 +00:00
thorpej 9d50339841 Lots of things; use getopt(), make `-i ...' work, others. 1995-06-01 23:27:00 +00:00
mycroft 01207e9c90 Update to multicast 3.5. 1995-06-01 05:45:27 +00:00
mycroft 03bc7e4381 Update to multicast 3.5. 1995-06-01 05:32:11 +00:00
mycroft bf70a55f72 Update to multicast 3.5. 1995-06-01 05:19:10 +00:00
mycroft 6995f4fc92 Update to multicast 3.5. 1995-06-01 02:25:45 +00:00
jtc 9f28755bff <sys/syslog.h> -> <syslog.h> 1995-05-28 05:31:01 +00:00
mycroft 65eea9435d Use inet_aton(), not inet_addr(). 1995-05-22 01:02:34 +00:00
mycroft c05dec805f Use inet_aton(), not inet_addr(). 1995-05-21 17:14:38 +00:00
mycroft 800709ce22 Use inet_aton(), not inet_addr(). 1995-05-21 15:50:45 +00:00
mycroft 53d11296c2 Use strerror(), not sys_errlist[]. 1995-05-20 02:38:23 +00:00
mycroft bc0c748b67 Use inet_aton(), not inet_addr(). 1995-05-19 22:22:34 +00:00
mycroft 76a3199557 Use inet_aton(), not inet_addr(). 1995-05-19 22:05:08 +00:00
cgd f1883097f5 fix priority mangling when sending to remote syslogds. (pr 1039, by
Jarle Greipsland.)  Fix not exactly the same as the one in the PR, but close.
1995-05-14 04:18:45 +00:00
leo 93dc1f1fea Make it work for both Amiga and Atari. Add new '-f' option. 1995-05-12 21:04:26 +00:00
leo 096846a93b Atari-port now also uses iteconfig 1995-05-12 20:51:38 +00:00
cgd be68575548 don't build netgroup(5) here. 1995-05-11 23:15:05 +00:00
mycroft 72039e8003 Increase size of buffer for file names. 1995-05-08 19:30:31 +00:00
cgd c626f39b3a update 'files' files search paths and manual page descriptions for
the config program renaming.
1995-04-28 08:15:48 +00:00
cgd 26444ba22c only build config.old on machines that need it. 1995-04-28 08:14:41 +00:00
cgd ee89d6ebad old config has moved here; attendant name changes. 1995-04-28 07:00:57 +00:00
cgd 064307e690 config.new has been moved here. names updated to match. 1995-04-28 06:54:58 +00:00
cgd 8aec5a0ab6 moved into config. 1995-04-28 06:54:10 +00:00
cgd d64248e551 build config.old instead of config.new 1995-04-28 06:53:49 +00:00
cgd 39e0ed2fd0 cast pointers to longs, not ints. don't return ptr to local var. 1995-04-24 13:27:39 +00:00
cgd 06b20eca85 need string.h 1995-04-24 13:25:55 +00:00
cgd e275cd471b cast to avoid warning. 1995-04-24 13:25:34 +00:00
cgd 867b4b0fac needs string.h 1995-04-24 13:25:18 +00:00
cgd 65dbd03764 the alpha says 'no' to amd 1995-04-21 04:42:34 +00:00
cgd af6ef0d828 need stdlib.h 1995-04-21 04:41:21 +00:00
cgd ff276cbedc really nasty hack for the alpha. bigtime XXX 1995-04-21 04:40:36 +00:00
christos 172747839f Fixes from David Brownlee to:
- default to /etc/netgroup if no input file is specified.
- create a temporary file and rename that to the final destination,
  so the we don't get partially created netgroup files.

Fixes PR bin/963.
1995-04-17 15:12:58 +00:00
cgd 662feab780 enable use of include files from "files" files. 1995-04-17 06:59:11 +00:00
mycroft 0cc4d5f125 Patch from Mike Pritchard to use `-t' option to sendmail, and prevent
overrunning some arrays.
1995-04-14 19:49:32 +00:00
mycroft abd8200176 Reset group list before execing child, as pointed out by Mike Pritchard. 1995-04-14 19:23:43 +00:00
mycroft e6ae4619a7 Add missing #include. 1995-04-13 02:07:23 +00:00
mycroft 7bffa9e3f0 Print out the `clean' field. 1995-04-12 21:23:24 +00:00
jtc a005fb19e3 fix typo 1995-04-12 05:19:51 +00:00
jtc cc47146dee Install manpage as both bootparamd(8) and rpc.bootparamd(8).
Changed manpage so both bootparamd and rpc.bootparamd are mentioned in NAME
section.
1995-04-12 00:53:09 +00:00
mycroft d092e7eb1e Give open() reasonable permissions for creating a file (though this doesn't
matter for the normal case of opening a device).  Suggested by Joerg Wunsch.
1995-04-09 19:02:54 +00:00
mycroft 7e2e739abf Fix a typo that caused an off-by-one error. 1995-04-08 23:25:34 +00:00
phil ce01c21e6d remove one "the" in a "the the". 1995-04-07 18:44:43 +00:00
jtc ae0b9c2010 KERNEL -> _KERNEL 1995-03-28 17:18:59 +00:00
glass 1290cb93c0 botched rcsid fix completely.. 1995-03-27 02:24:13 +00:00
mrg 89621f654f 4.4BSD-Lite2 1995-03-26 22:24:18 +00:00
glass bbb6bf7c90 new rcsid format. small cleanup 1995-03-26 21:45:18 +00:00
mycroft 04b12add73 Document the `resvport' option. 1995-03-22 17:18:01 +00:00
mycroft 13cd4fd01e Accept `noconn' and `resvport' mount options. Fix some slightly bogus option
parsing.
1995-03-22 17:15:08 +00:00
mycroft dd94184a46 Remove uses of some deprecated functions. 1995-03-22 15:56:29 +00:00
mycroft 7f3235feb5 Use Peter's original (more sane) patch for the previous. 1995-03-22 15:49:18 +00:00
mycroft cef03fb4dd Fix length of LCP echo and echo reply. 1995-03-21 19:32:13 +00:00
mycroft be82a25869 Use POSIX signals. 1995-03-21 18:48:41 +00:00
mycroft e3554fe598 Update to use timer{add,sub}(). 1995-03-21 14:42:59 +00:00
mycroft 29a8916e22 Update to use timer{add,sub}(). 1995-03-21 14:36:54 +00:00
mycroft 58b580b79b Remove unused tvsub(). 1995-03-21 14:29:14 +00:00
cgd 0114e805ce convert to new RCS Id conventions; reduce my headache 1995-03-18 14:54:19 +00:00
jtc 9ef98cf188 Changed clean target so that all index files generated by texindex
are removed.
Changed amdref.dvi target so that proper source file is run through
tex.
1995-03-17 06:10:14 +00:00
jtc 49ca19bb69 Removed. This is a leftover index file generated by texindex. 1995-03-17 06:04:10 +00:00
jtc 7203f50d95 Removed header files from V8 regular expression routines that were
originally distributed with amd.  The regex code itself is long gone.
1995-03-17 06:02:49 +00:00
jtc 63cf6913d7 Link with -lcompat to get V8 regular expression routines. 1995-03-17 05:55:49 +00:00
glass 7145a4fd92 add chimera; minor cleanup 1995-03-16 08:07:31 +00:00
glass 5f63d71c17 remove NOOP 1995-03-16 08:06:11 +00:00
jtc e30cf6de92 Cpp is in /usr/bin. 1995-03-16 00:15:27 +00:00
glass f092d07ee7 fix transposed sentences in man page (bin/861). Tim Chase <tim@weasel.alpha.net> 1995-03-11 21:05:17 +00:00
jtc e7d695a740 .include <bsd.prog.mk> 1995-03-11 01:14:25 +00:00
glass 7a903f9074 sendmail 8.6.11 integration 1995-03-10 19:01:35 +00:00
glass 8c23c56663 sendmail 8.6.11 try #2 1995-03-10 09:33:33 +00:00
jtc aa30924a6a Added zic and zdump 1995-03-10 07:17:05 +00:00
glass 997428654a sendmail 8.6.11 1995-03-09 22:17:12 +00:00
pk 1953a19a36 Take care of alignment; reported by Peter Svensson. 1995-03-08 21:38:59 +00:00
mycroft 3badd510a0 Add files I missed in the merge. 1995-03-07 23:18:35 +00:00
cgd 788c306f2b add an 'optional' keyword, which allows files to be in the
specification, but _not_ in the file hierarchy.  contrib'd by:
Ed Symanzik <zik@enoch.cl.msu.edu>.  Man page adjustment to match, and
minor man page cleanup, by me.
1995-03-07 21:26:23 +00:00
cgd 94f5a7441c add NetBSD id's 1995-03-07 21:12:04 +00:00
cgd d03f028e33 clean up import, fix a few bugs, etc. 1995-03-07 15:28:32 +00:00
cgd 82f956cd93 from 4.4-Lite 1995-03-07 14:44:05 +00:00
mycroft 1939eb406f Clean up merge, port to NetBSD, and add NetBSD RCS tags. 1995-03-06 19:09:42 +00:00
mycroft 6350556d1f Import LBL tcpdump, version 3.0 patch level 1. 1995-03-06 11:55:03 +00:00
chopps 25064b259a dd support for mfc serial ports.. 1995-03-02 03:57:39 +00:00
chopps ded185da25 oops forgot rcsid string, fix that to.. 1995-03-01 11:56:13 +00:00
chopps 7f624aaa47 fix id's 1995-03-01 11:50:52 +00:00
mycroft 4c34be6b52 Clean up deleted files. 1995-03-01 00:00:00 +00:00
chopps 9a1b7b98e2 ditch use of inet_addr() use inet_aton() instead. 1995-02-28 22:51:16 +00:00
chopps c4516a41e6 Some KNF clenup. 1995-02-27 22:00:07 +00:00
chopps 215bb6256d fix typo. 1995-02-26 20:16:49 +00:00
chopps 1aad640d17 enable -f form. 1995-02-25 08:49:51 +00:00
mycroft 9827b2499c Enable optimization. 1995-02-24 09:30:08 +00:00
glass bd5eecab40 was busy 1995-02-23 19:29:46 +00:00
glass ddb6275ad0 integrate sendmail 8.6.10 1995-02-23 19:26:40 +00:00
mycroft bbfccb8f00 Merge with 4.4-Lite, and use libc err(3) and warn(3). 1995-01-30 21:12:41 +00:00
cgd 53dde5bc1c fix config.new's hardcoded partition number problems (read maxpartitions
in from a required keyword, and use it everywhere that's necessary), and
also (slightly) clean up the MACHINE_ARCH config file's inclusion.
1995-01-25 20:44:39 +00:00
cgd 8ae2a2e384 vn -> vnd renaming; consistency. 1995-01-25 04:32:37 +00:00
cgd 2ba7143838 allow swapping on pseudo-devices (!) assuming:
(1) they have a major number assigned, and
	(2) the minor you're swapping to is a possible minor, given config
		file's specification of count for that pdev.
1995-01-25 03:58:57 +00:00
mycroft 5b44c4f24f Remove specal case on VNIOCCLR return value. 1995-01-22 07:09:54 +00:00
mycroft 679d9f5451 Clean up parsing a bit. Get rid of bogus extra arg to `-u'. Update the
usage string and man page to reality.
1995-01-22 07:06:44 +00:00
glass 481ef64aa0 vnconfig.c: removed all the silly mount/swapon functionality that never
belonged there.  much of it didn't work anyway.
vnconfig.8: update man page.  still needs work.
1995-01-22 06:18:12 +00:00
mycroft 21102aadfa Handle stop signals gracefully. 1995-01-20 19:45:39 +00:00
mycroft 2303fc40d7 Merge with 4.4-Lite version. 1995-01-20 19:19:53 +00:00
mycroft 91d8b1d405 Import original 4.4-Lite version. 1995-01-20 19:14:58 +00:00
mycroft a616c10732 Add a column header for CP_INTR. 1995-01-18 07:46:31 +00:00
mycroft 9843f45605 Turn mountlist into a CIRCLEQ, and handle setting and checking of MNT_ROOTFS
differently.
1995-01-18 06:19:49 +00:00
glass 31d0c81a4e a stab at a new config file for pain.... 1995-01-15 17:01:45 +00:00
mycroft ae89e276d6 Daemonify only after the bind has been completed, and use daemon(). 1995-01-15 09:09:30 +00:00
mycroft d14504fe02 Closer to KNF, ANSI, and POSIX. 1995-01-15 08:55:59 +00:00
mycroft 43de8b476a Remove some now unnecessary code. 1995-01-15 07:29:23 +00:00
mycroft 1848664e31 Fix an oversight in the previous change, and put the maintenance of nfsd next
to the FD_SET()s.
1995-01-15 07:26:58 +00:00
mycroft 07871af1af Add `-k' option, per Matt Green.
Put the description of the `-n' option in the table, where it belongs.  Also,
fix the formatting of the table for consistency with the other man pages.
Document the BLOCKSIZE environment variable.
1995-01-15 07:08:55 +00:00
pk 47d7334134 Get netmask from correct location (fix for PR #711). 1995-01-07 10:49:35 +00:00
pk 064a6699f1 Recompute `width' before each select(), as the value of `svc_maxfd' can
be changed by the rpc library.
1995-01-06 13:16:15 +00:00
mycroft 975c7373da Make the usage string match the man page. 1995-01-04 05:35:47 +00:00
mycroft 28667663d2 Clean up deleted files. 1995-01-04 05:13:04 +00:00
mycroft e1dcc80293 Convert a few more. 1995-01-04 04:47:42 +00:00
mycroft aeb42b9ada Convert some things to use err*()/warn*(). 1995-01-04 04:42:09 +00:00
mycroft 9ec22f1c91 Add a `-g' option for loose source routing, as implemented by John Hawkinson
and I.
1995-01-04 04:28:18 +00:00
cgd f24d9135d1 <sys/queue.h> is no longer needed. 1995-01-03 02:06:24 +00:00
mycroft aeae498513 Avoid getdtablesize(3). 1994-12-30 05:02:08 +00:00
mycroft a9b844f65c Avoid getdtablesize(3). Also, remove some useless FD_CLR()s. 1994-12-30 04:49:06 +00:00
cgd 44baf7e067 change the way i did that last commit; make it work. 1994-12-27 00:20:36 +00:00
glass 572e2d63e3 keep you from dumpfs-ing a filesystem with a bad magic #. fixes bug 249. fix 98% from Giles Lean 1994-12-26 22:11:31 +00:00
pk a9384f4676 Define `MAN'. 1994-12-25 12:32:12 +00:00
pk ad47bcf207 MAN8 => MAN 1994-12-25 12:30:13 +00:00
pk a2e52c42e2 Define `MAN'. 1994-12-25 12:22:03 +00:00
cgd 072431f8af headers, for protos. 1994-12-23 17:05:58 +00:00
cgd 9314780732 includes for protos. 1994-12-23 17:00:14 +00:00
cgd a6e1a8ba98 includes, for protos. 1994-12-23 16:55:45 +00:00
cgd e08ec6db18 play a bit safer with types. 1994-12-23 16:52:30 +00:00
cgd 7a5208fcc2 header, for protos 1994-12-23 16:46:17 +00:00
cgd 191b5f2e5b be safe with types 1994-12-23 16:45:33 +00:00
cgd f6f602f9a7 includes, for necessary prototypes, and avoid name collisions with the
include.
1994-12-23 16:45:11 +00:00
cgd 06a9330f3a casts to quite compiler. 1994-12-23 16:44:22 +00:00
cgd 95a4af7728 cast, to quiet compiler. 1994-12-23 16:42:47 +00:00
cgd 7689062a8a be safe with types 1994-12-23 16:42:26 +00:00
cgd ab628a707e add headers for prototypes. 1994-12-23 16:39:28 +00:00
cgd ca58df5133 be more careful with types. 1994-12-23 16:35:50 +00:00
cgd 2f3eefda19 be more careful with types. necessary header inclusion. 1994-12-23 16:25:43 +00:00
cgd 2e1f66b68b include necessary headers, improve declarations. 1994-12-23 16:23:12 +00:00
cgd 567049be09 be a bit more careful with types, and prototype scope. 1994-12-23 16:21:49 +00:00
cgd 4a24ff6f6b specify man pages the new way. 1994-12-22 12:42:30 +00:00
cgd d065420b32 specify man pages the new way. 1994-12-22 11:43:15 +00:00
cgd d8806814a6 specify man pages the new way. 1994-12-22 11:32:57 +00:00
mycroft f15dd95a6a Clean up deleted files. 1994-12-22 11:32:52 +00:00
cgd 457aa2b833 specify man pages the new way. 1994-12-22 11:31:31 +00:00
cgd 06e2955ff1 specify man pages the new way. 1994-12-22 10:44:04 +00:00
jtc 2ca7c91a3e Pass -oi to sendmail so that a single dot is not interpreted as end of
message.
1994-12-20 18:33:40 +00:00
cgd 8e0e3522e1 pull in bsd.own.mk by hand, early, so NOMAN= can be defined there. 1994-12-20 15:12:31 +00:00
cgd 59530f6f9f compile against new include. 1994-12-20 11:48:01 +00:00
cgd a2fc49f975 compile against new headers 1994-12-18 16:01:13 +00:00
cgd c9117f53b5 -Wall cleanups from Jim Jegers 1994-12-18 00:15:01 +00:00
mycroft b8e6ab9578 Add explicit BINDIR definitions, since these directories are distributed
separately.
1994-12-11 22:29:40 +00:00
pk d88e845b42 Correct character array declaration (bug-report bin608). 1994-12-11 16:07:22 +00:00
christos 89cfd124d5 Added casts to fix warnings from the new prototyped rpc headers. 1994-12-08 21:41:05 +00:00
cgd 5eeab43e28 more cleanups from Jim Jegers, passed over by me. 1994-12-05 20:15:31 +00:00
christos f0d542b9b0 Added netgroup_mkdb 1994-12-04 18:40:21 +00:00
christos 350a2a7714 And a manual page for it. 1994-12-04 17:11:42 +00:00
christos 29d4c18600 New directory and program... 1994-12-04 17:11:00 +00:00
glass 2382e4a8f3 forgot rcs expando-string 1994-11-29 23:56:29 +00:00
glass 34810d41ad bring in named-xfer man page from bind distribution 1994-11-29 23:54:28 +00:00
glass f392a2616f bin/595 fixed. reported and fix provided by Chuck Silvers <chs@cs.cmu.edu> 1994-11-29 15:03:13 +00:00
mycroft b8ab0d3235 Clean up deleted files. 1994-11-17 17:39:55 +00:00
glass 634aea7490 fix bug #554. rdate man page now says rdate(8) 1994-11-17 17:39:54 +00:00
glass 6614c5a7b3 pppstats(8) and slstats(8) has been rewritten and merged
semantics and interface now follow the iostat/vmstat standard for
statistics reporting.

man page rewritten to match new semantics and interface.  now shared.
1994-11-15 07:20:52 +00:00
glass bbd135f568 inspired to redo slstats man page. slstats.c changed to print
column headers in upper case like most stat utilities.

needs a little more work wordsmithing.. Then copy to pppstats as well.
Code needs rewrite.
1994-11-13 11:20:51 +00:00
mycroft 6f895463de Fix core dump when parsing ccd device specifications. From Jason Downs. 1994-10-31 19:13:13 +00:00
cgd d666563b16 deal with RPC protos. 1994-10-31 04:24:32 +00:00
cgd 696b7080ba correct pointer type. 1994-10-31 04:21:52 +00:00
deraadt 17595b3407 man page from Jason Thorpe 1994-10-28 16:46:57 +00:00
deraadt d517107722 document that YP works 1994-10-24 08:01:56 +00:00
mycroft b524577c42 Better patch for the previous. 1994-10-18 16:38:12 +00:00
mycroft 0e4ea99974 Don't wedge in an infinite loop if NFSSERVER is not configured. 1994-10-18 16:00:17 +00:00
mycroft 1b62a0967f Change process titles to be less redundant. 1994-10-18 14:12:55 +00:00
mycroft ee8aff3286 Register a TCP service. 1994-10-15 03:55:33 +00:00
pk 1423112c96 Keep that pointer moving. 1994-10-05 20:19:30 +00:00
gwr ae9da3f71d Fix SEE ALSO and FILES. 1994-10-03 19:26:13 +00:00
gwr cd8e5bc1c9 Add a man page and a link for bootparamd(8). 1994-10-03 18:48:40 +00:00
deraadt 7d6a5f6936 create ypbind.lock file
fix ypset code
1994-09-28 01:39:54 +00:00
glass 9bb3c66c9a fixes a compilation problem under gcc 2.6.0 1994-09-26 06:50:12 +00:00
glass 55f8f53da3 now includes sendmail.h like the rest of the sendmail source..no functional change 1994-09-26 01:22:47 +00:00
mycroft b57ce343c0 Use POSIX form of kill(1). 1994-09-23 23:26:54 +00:00
mycroft c741ceaa58 Changes to match POSIXication of kill(1). 1994-09-23 23:18:36 +00:00
mycroft ea7b5d4ec6 Eliminate uses of some obsolete functions. 1994-09-23 14:26:58 +00:00
mycroft 8ffd59e28b err(3)/warn(3) cleanup 1994-09-23 02:18:30 +00:00
deraadt a63af7d439 force first binding poll automatically -- someone will need it very soon! 1994-09-20 07:21:46 +00:00
mycroft 4ded5e85bb Use setuid() and setgid(), not setreuid() and setregid(). 1994-09-19 02:56:37 +00:00
mycroft 4446637a81 Print tickadj. 1994-09-18 21:59:40 +00:00
mycroft 27ff0a97a2 Remove comments about the `trail' keyword. 1994-09-17 00:54:42 +00:00
mycroft 97aa17a3be Correct file names in FILES section. 1994-09-16 21:05:14 +00:00
jtc 85613afae4 Change HAVE_SAVED_SUIDS to HAVE_SAVED_UIDS to match macro of the same
name which is defined in compat.h if compiling on a modern BSD system.
1994-08-31 19:28:50 +00:00
mycroft ad02d27da0 Update to match include files. 1994-08-31 03:48:18 +00:00
mycroft ba95b05235 Major speed improvement. 1994-08-29 23:17:00 +00:00
glass 7ed69abd76 do the NetBSD.ORG thang 1994-08-29 03:10:29 +00:00
mycroft 9839fe449e Update to 4.4-Lite version. 1994-08-28 23:32:47 +00:00
mycroft 13c12b62f7 Import original 4.4-Lite version. 1994-08-28 23:16:23 +00:00
paulus 269208a510 Rudimentary man page for pppstats, derived from slstats.8 1994-08-26 05:13:11 +00:00
gwr 1d06f563b6 Add a man page. 1994-08-25 20:40:28 +00:00
gwr 0570746739 Make this match what I posted on comp.sources.unix as patch 1.
(Functionally the same as yesterday's commit.)
1994-08-24 18:14:44 +00:00
gwr 459c40194d Fix missing initialization (thanks to Brezak). 1994-08-24 01:34:47 +00:00
deraadt f452d538b0 -h option and man page from <moj@stacken.kth.se> 1994-08-23 17:03:12 +00:00
gwr 99afe700ee No longer need -DBOOTPTEST 1994-08-22 22:19:04 +00:00
gwr bcb13bab8e Update to version 2.4 1994-08-22 22:14:32 +00:00
mycroft c55423b664 Fix an obvious bogon when checking multiple file systems, and use the libc
version of err(3).
1994-08-16 19:22:02 +00:00
cgd eeff5056dd from branch (oops) 1994-08-12 04:19:50 +00:00
deraadt e468e90afd allow hex numbers to be unsigned 1994-08-08 19:24:54 +00:00
deraadt 48c91e8043 do not need -I/sys 1994-08-03 21:07:10 +00:00
deraadt e5c0834b50 do not need -I/sys 1994-08-03 20:34:13 +00:00
hpeyerl 2b3f96ce61 (I'm a dork for putting this in the wrong tree before)
To let us correctly configure ccd devices. <From downsj@csos.orst.edu>
1994-08-03 19:30:21 +00:00
ws 30411e5f60 Make msdosfs exportable 1994-07-18 18:23:24 +00:00
mycroft b1156a137d named.pid is in /var/run, not /etc. 1994-07-18 08:52:40 +00:00
ws 9140a2f6e6 Keep a server even if we lost contact when noone else is available 1994-07-16 11:50:58 +00:00
deraadt 4cd934f8c4 changes from <ws@tools.de> to do selective pinging of servers. 1994-07-14 20:54:29 +00:00
deraadt fcfcb79656 do not dump core printing the usage message 1994-07-08 09:20:06 +00:00
deraadt 659ffb49cf devname repair 1994-07-04 19:30:17 +00:00
deraadt 7473e6d9a3 from wolfgang, various further cleanup, and
mpliment the "clients are asking via RPC, therefore that might mean
the server is possibly dead" heuristic I bailed on earlier.
1994-07-02 06:45:48 +00:00
deraadt 26ca90bcec improved rebinding from ws@tools.de 1994-07-01 19:40:23 +00:00
pk 2a0d9344f2 makedev(255,255) no longer equals NODEV 1994-07-01 09:15:49 +00:00
cgd 8527838766 do the right thing with positional parameters 1994-06-30 07:50:26 +00:00
cgd 138fcd8327 deal with new share/doc strategy 1994-06-30 05:33:30 +00:00
deraadt bb627c6f25 work around two obscure bugs 1994-06-29 06:24:39 +00:00
gwr b6281a0ed7 Add dbsym to SUBDIRS for sun3 (only) 1994-06-28 04:38:44 +00:00
paulus 277db41ca3 Fix a bug preventing the lcp-echo-failure option from working. 1994-06-28 04:38:40 +00:00
paulus ced723ab44 A warning when the line is looped back is nice, instead of just
a debug message.
1994-06-28 04:32:16 +00:00
gwr 3a25eeb22c New, very simple version that works on SunOS (for cross-development)
as well as on NetBSD.  This does sift out debugging symbols, but I
think one should use "strip -d" for that.
1994-06-27 22:21:20 +00:00
gwr 21feef9b89 Add: bootpd bootpgw bootpef bootptest 1994-06-27 21:39:34 +00:00
gwr f8ccd26969 Source moved. 1994-06-27 21:31:21 +00:00
gwr 5fb020d179 Ditto. 1994-06-27 21:29:46 +00:00
gwr 5e9d01f29a Move this to where the latest consensus indicates it should go.
Also, integrate some fixes from Christos.
1994-06-27 21:25:48 +00:00
cgd 5b029eb9a8 update for new doc-make/install strategy 1994-06-25 05:57:47 +00:00
hpeyerl 9cbb13a30b Config support for ccd driver. (from 4.4Lite) 1994-06-24 14:22:08 +00:00
pk c8afd889d5 Do NFS root/swap specs differently, allowing eg.:
`config netbsd root on nfs swap on nfs and sd0'
1994-06-22 11:39:05 +00:00
pk 7b93180ea2 sync with 4.4-lite 1994-06-22 10:44:04 +00:00
chopps 258211d43c update for amiga (should also enable hp300 specific stuff for them too).
from rhealey@kas.helios.mn.org (Rob Healey)
1994-06-22 05:38:22 +00:00
chopps 8900daa76e update for amiga (should also enable hp300 specific stuff for them too). 1994-06-22 05:38:20 +00:00
cgd a6ef9be155 clean up import 1994-06-18 20:55:54 +00:00
deraadt a42c5778ae remerge a missing local change; YP works in NetBSD 1994-06-15 04:12:24 +00:00
paulus b38ac6bdd9 use receive asyncmap = 0 if not negotiated instead of ffffffff (as is
correct according to the RFCs), for compatibility with other, broken
implementations.
1994-06-14 03:21:56 +00:00
mycroft 0924c7ec2d Import 4.4-Lite version. 1994-06-13 22:50:46 +00:00
mycroft e087c4f7fe Fix ugly printf(). 1994-06-13 22:34:29 +00:00
mycroft e7d448d9d6 Merge local changes. 1994-06-13 22:29:11 +00:00
mycroft 8d5d38980e Merge local changes. 1994-06-13 22:04:11 +00:00
mycroft 10e2d61588 Fix lseek() calls. 1994-06-13 21:58:54 +00:00
mycroft bd699d7d8c Merge local changes. 1994-06-13 21:55:00 +00:00
cgd 98683fd3c2 fix a macro's usage 1994-06-13 20:56:47 +00:00
cgd ae32655a2d update for new fs includes 1994-06-13 20:52:39 +00:00
mycroft a11ce51852 Fix up RCS ids. 1994-06-13 20:50:50 +00:00
cgd 942900f229 update for new fs includes 1994-06-13 20:50:48 +00:00
mycroft db9421bbe7 Fix up RCS ids. 1994-06-13 20:49:58 +00:00
mycroft 79648c2667 Fix up RCS ids. 1994-06-13 20:49:44 +00:00
cgd 578ea19478 update for new fs includes 1994-06-13 20:49:42 +00:00
mycroft f4c103764b Fix up RCS ids. 1994-06-13 20:47:17 +00:00
cgd 2d9a6f19c6 include file frobbing 1994-06-13 20:47:16 +00:00
mycroft 07ca952461 Fix up RCS ids. 1994-06-13 20:46:42 +00:00
mycroft 53f3885c45 Add our local changes back in. 1994-06-13 20:17:41 +00:00
mycroft 096c5b4147 Update to 4.4-Lite. 1994-06-13 19:55:40 +00:00
mycroft 65faf69c85 Update to 4.4-Lite. 1994-06-13 19:53:21 +00:00
mycroft 0ce67e2263 Some files go away... 1994-06-13 19:49:28 +00:00
mycroft 91b6ab604d Clean up deleted files. 1994-06-13 19:49:26 +00:00
mycroft 66ab16a17e Some files go away... 1994-06-13 19:49:19 +00:00
mycroft eeedb4ce1f Clean up deleted files. 1994-06-13 19:49:18 +00:00
mycroft 21d6789889 Some files go away... 1994-06-13 19:47:16 +00:00
mycroft a6cd61dc44 Clean up deleted files. 1994-06-13 19:47:14 +00:00
mycroft 3de04ebe91 Some files go away... 1994-06-13 19:47:13 +00:00
cgd 0d538f0821 undo local changes relating to new FS code 1994-06-13 15:09:06 +00:00
cgd ce5210ad7d delete nfs_diskless, and ufs -> ffs, so kernel links properly. 1994-06-13 02:32:50 +00:00
mycroft c250a07889 Fix up RCS ids. 1994-06-11 07:50:42 +00:00
pk 928beac1da X compilation 1994-06-10 17:33:55 +00:00
pk ec1b77781f Update to 4.4-lite, local changes to man page. 1994-06-10 14:12:08 +00:00
pk 80f01fa592 ufs_mountroot -> ffs_mountroot 1994-06-10 13:08:34 +00:00
pk 7bb1d93324 update to 4.4-lite. 1994-06-10 12:10:58 +00:00
brezak 6719c9d95c Fill in ip_v and ip_hl since 4.4 rip_output won't 1994-06-09 16:05:28 +00:00
brezak 789caadf72 Bring back original version from pre-4.4lite NetBSD 1994-06-09 16:04:00 +00:00
mycroft 625a6892f7 Update from 4.4-Lite, with local changes. 1994-06-08 19:27:32 +00:00
mycroft ccfa3742b5 Update from 4.4-Lite, with local changes. 1994-06-08 18:57:30 +00:00
chopps 2c25edaba5 change device name back 1994-06-04 12:13:49 +00:00
hpeyerl 3aab91dcce add -I to make this build properly for hp300 1994-06-03 18:21:16 +00:00
deraadt afbdcd281b add rdate 1994-06-02 22:55:30 +00:00
deraadt ead7cf67f6 rdate implimentation from <christos@deshaw.com> 1994-06-02 22:54:59 +00:00
mycroft be18f5b5b9 Clean up deleted files. 1994-05-30 20:26:15 +00:00
gwr 8e9adf9acf Make things in the right places. 1994-05-30 20:18:34 +00:00
paulus 3f66ef1a1e Improvements to chat plus a man page from Al Longyear <longyear@netcom.com>.
In particular, chat will now take the script from a file, which is
vastly preferable if the script contains a password.
1994-05-30 01:38:57 +00:00
paulus 79517a9770 Bring pppd up to the about-to-be-released ppp-2.1.1 release,
mostly security improvements and bug fixes; some new functionality
from the Linux port.
1994-05-30 01:18:44 +00:00
paulus fc1c360234 changed to use routing socket for adding/deleting proxy arp entries
and default route.
1994-05-30 00:45:15 +00:00
jtc 9afcf17bec sync with 44lite 1994-05-29 02:53:21 +00:00
cgd 984d40a72f pass a daddr_t rather than an off_t; forgot to commit last week. 1994-05-26 06:53:36 +00:00
mycroft c976295cf8 Look up the ether addresses of interfaces *correctly*, and just ditch
SIOCSARP altogether.
1994-05-25 20:01:15 +00:00
deraadt b86d2fa05a correct copyright 1994-05-25 09:55:39 +00:00
cgd 5893e3811f kill stupidity 1994-05-25 02:49:38 +00:00
chopps f48817072a add machine define if m68k arch (for vmstat/names.c) 1994-05-21 10:14:39 +00:00
cgd f39163138d maxfdescs checks out 1994-05-21 08:32:32 +00:00
pk 322ef5c021 cross-compiling 1994-05-20 07:25:36 +00:00
cgd 3e603ff386 clean up that import. no rcsids yet. 1994-05-18 01:26:07 +00:00
mycroft fc871868c1 Clean up deleted files. 1994-05-18 01:26:05 +00:00
cgd f881d1d4fe clean up that import. no rcsids yet. 1994-05-18 01:25:37 +00:00
mycroft 2f2adba37a Clean up deleted files. 1994-05-18 01:25:36 +00:00
cgd 2847add277 clean up that import. no rcsids yet. 1994-05-18 01:25:21 +00:00
mycroft ec7c1628df Clean up deleted files. 1994-05-18 01:25:20 +00:00
cgd 9c7878f37d clean up that import. no rcsids yet. 1994-05-18 01:25:17 +00:00
cgd 64c78025ff lpr from 4.4-Lite 1994-05-18 01:12:10 +00:00
cgd 73a5ffdf98 need unistd.h 1994-05-18 00:54:02 +00:00
pk c491c1c95c Keep up with changed rlimit structure. 1994-05-17 20:47:29 +00:00
pk 8fbf67e44a Restore "${DESTDIR}" in CFLAGS. 1994-05-17 08:58:29 +00:00
pk 9b5091b2ff NOMAN support. 1994-05-17 08:55:04 +00:00
cgd 725ed31e82 copyright foo 1994-05-17 04:13:48 +00:00
mycroft 3d70e198e5 Update from 4.4-Lite. 1994-05-16 19:15:57 +00:00
brezak 91c32e5a1c Mrouted's back 1994-05-16 15:20:42 +00:00
brezak 07fe313e39 Get rid of source route for mrouting. This is no loger used in the MBONE and the 4.4-lite n/w code doesn't do it anyway. 1994-05-16 15:17:37 +00:00
deraadt b4b9d760cc netbsd-ify & repair tty code 1994-05-16 06:44:00 +00:00
cgd be30b289a2 don't do mrouted, for now... 1994-05-14 22:37:53 +00:00
cgd 75f79c7821 rename constants 1994-05-14 21:57:56 +00:00
cgd 4e966414e2 clean up import. that was weird. 1994-05-14 21:52:16 +00:00
cgd 5952d4f8bf pull in signal.h, rather than sys/signal.h 1994-05-14 21:43:45 +00:00
cgd 8cecbc9165 update for new kvm 1994-05-14 19:00:35 +00:00
cgd 57c58b0a66 fix for new kvm lib 1994-05-14 18:50:57 +00:00
cgd e0cc0639fe paulus (apparently) forgot this 1994-05-14 18:39:39 +00:00
cgd 0dfc67fbc5 trade swapinfo for pstat 1994-05-13 21:49:52 +00:00
mycroft e6d71215dd Clean up deleted files. 1994-05-13 21:48:37 +00:00
cgd 4ef6083efa clean up import. rcsids, notdef a bunch of things that don't yet work, etc.
generates a *lot* of warnings (from vnode.h) at compile time, but these
will go away "soon."
1994-05-13 21:47:55 +00:00
cgd fe8f3aeeaa Pstat, from Lite 1994-05-13 21:29:29 +00:00
cgd 9b5585c6c2 re-enable net sysctl code 1994-05-13 11:02:09 +00:00
mycroft 17c454fe1b Clean up import. 1994-05-13 08:09:19 +00:00
mycroft 6e3521ef7b From 4.4-Lite. 1994-05-13 08:08:59 +00:00
mrg e0b6e3376f 4.4BSD-Lite2 1994-05-11 17:19:24 +00:00
cgd 84550b92dc punt networking goo for now 1994-05-09 04:02:31 +00:00
cgd 9011919b45 sysctl 1994-05-09 03:53:12 +00:00
cgd 810b121377 sysctl-of-fish 1994-05-09 03:49:44 +00:00
brezak 7320b9e43b Van's 2.2 mrouted changes 1994-05-08 15:08:52 +00:00
paulus b9b45634ae Latest version of pppstats from ppp-2.1 release 1994-05-08 12:16:52 +00:00
paulus 1a4adaf687 Latest version of pppd from ppp-2.1 release 1994-05-08 12:16:10 +00:00
cgd ee90943bd7 won't build right now... 1994-05-05 06:48:52 +00:00
cgd 6d38f791b4 be careful w/strings; from Simon J. Gerraty <sjg@zen.void.oz.au> 1994-05-01 04:39:35 +00:00
cgd c6ac3ac23a make a bit clearer 1994-04-27 22:40:48 +00:00
cgd dd243c0bb4 kill hard coded paths, kill typos and a couple of bogons, etc. 1994-04-27 22:37:11 +00:00
chopps fb4bff1785 make whatis even if no formating. 1994-04-26 20:39:22 +00:00
chopps afaaa07188 It has some form of usefullness now, still no man.conf. 1994-04-26 20:15:50 +00:00
cgd 25fe2bda71 terminate swap conf file with NODEV, not 0. 1994-04-25 23:30:52 +00:00
cgd e82c231da3 need <sys/time.h> 1994-04-25 18:23:19 +00:00
cgd 82e71aa1e4 #definery fun... 1994-04-25 18:21:23 +00:00
cgd 4417e58658 need <sys/time.h> 1994-04-25 18:17:04 +00:00
cgd 18cbcf5368 kill off-by-one errors that i just noticed 1994-04-25 18:11:32 +00:00
deraadt 293e2065ac bzero a sockaddr_in 1994-04-24 15:08:22 +00:00
cgd 0099f99348 more cleanup -- names instead of numbers, err/warn 1994-04-24 07:09:09 +00:00
pk 4f38527a74 Use network byte-order (from Gerard J van der Grinten <gvdg@nlr.nl>) 1994-04-22 12:51:00 +00:00
mycroft e9394d7155 Clean up deleted files. 1994-04-21 21:41:07 +00:00
cgd 44570762a9 header file foo 1994-04-21 18:53:47 +00:00
glass 1ffc6c23e3 sendmail 8.6.9. may your cm5 explode 1994-04-20 06:26:31 +00:00
mycroft 02b2e464f5 Clean up deleted files. 1994-04-20 06:26:27 +00:00
glass 954bd82dcb sendmail 8.6.9. may your cm5 explode 1994-04-20 06:26:05 +00:00
mycroft 929eea0c88 Clean up deleted files. 1994-04-20 06:26:03 +00:00
glass 2f6d8908a9 sendmail 8.6.9. may your cm5 explode 1994-04-20 06:25:50 +00:00
glass b8d3bb4f33 import of sendmail 8.6.9 1994-04-20 05:34:41 +00:00
cgd 5ea3f7846b don't special case EBUSY when configging; if you try to do it 2x, second is err 1994-04-18 09:12:08 +00:00
cgd 16980ff4d4 some very xxx changes to get this to be happy with the current kvm lib. 1994-04-16 08:12:12 +00:00
cgd 7d52ec1023 perversion, until eric does the right thing with 4.4BSD-ish seteuid() 1994-04-16 03:42:52 +00:00
cgd 8034feb3a6 fs type names 1994-04-14 03:26:06 +00:00
cgd eb0f0ad92d fs type names will soon be strings 1994-04-14 03:21:21 +00:00
cgd 20b03e88e7 we already have setproctitle 1994-04-14 03:17:26 +00:00
cgd d7e56d367a use setproctitle 1994-04-14 03:15:37 +00:00
cgd 506145e312 DTRT is a too-restricve umask is specified. Bug pointed out by Andrew Chernov. 1994-04-10 07:05:59 +00:00
chopps 8a0b9bb0ff make nesc. changes regarding new ioctl names and the bell changes. 1994-04-10 00:56:55 +00:00
mycroft fcd16a0700 Remove some stuff. 1994-04-07 06:53:01 +00:00
cgd ddd4b762f4 DTRT on one error exit -- more necessary, much more... 1994-04-06 08:34:46 +00:00
andrew b55bc39b4e rwhod wasn't too happy after the off_t change - its lseek() to check the
boottime was broken.  Replaced this code with kvm_nlist()/kvm_read() to be
more efficient.
1994-04-06 03:01:46 +00:00
deraadt 4b24a3521e rainse() -> raisestr(), per <arnej@fm.unit.no> 1994-04-05 23:57:26 +00:00
chopps 2e148c6734 remove old floppy thing. 1994-04-05 23:07:07 +00:00
cgd 0a4d67dd07 KNF, POSIX-ization, general cleanup, err/warn, etc. 1994-04-05 04:34:51 +00:00
cgd 8763c48665 much cleanup, etc... 1994-04-05 03:56:37 +00:00
chopps 28224014f6 add iteconfig for amiga's 1994-04-05 01:56:24 +00:00
chopps 13bd07192f don't think this ever really worked on non hp300 m68k machines. 1994-04-05 01:45:22 +00:00
cgd 493c01ede3 grfinfo, from Utah, for the hp300 1994-04-04 21:53:24 +00:00
cgd e239cfc569 hilinfo, from Utah, for the hp300 1994-04-04 21:52:21 +00:00
cgd 547081bd86 hilinfo and grfinfo for the hp300 1994-04-04 21:49:39 +00:00
mycroft 1b8d06930c Oops. 1994-04-03 05:19:05 +00:00
mycroft 9ebe8aff36 Don't modify the header in place! 1994-04-03 05:17:11 +00:00
jtc abfeba19ee Getgroup's second argument is now a gid_t ptr. 1994-04-01 01:19:08 +00:00
cgd d1c44c8402 clean up printf, and make overrides work! 1994-03-30 04:25:22 +00:00
cgd 7a6e889600 kill bad casts 1994-03-30 02:28:43 +00:00
jtc 31e884ea51 Vixie uses curly brackets instead of square brackets to indicate
command line arguments are mutually exclusive.  But I'd like all
NetBSD programs/manpages to be consistant with each other.
1994-03-30 01:46:43 +00:00
cgd 9fd641bbd4 ac 1994-03-29 12:42:04 +00:00
cgd 95768aa451 ac, by Simon J. Gerraty and myself 1994-03-29 12:40:06 +00:00
mycroft b1f6bfe5f0 Switch from `isa_driver' to `cfdriver', and remove the special case for
SCSI devices.
1994-03-29 04:27:18 +00:00
jtc 9587dcdc7b Stylistic cleanup, include appropriate header files for function prototypes,
use int instead of union wait, etc.
1994-03-29 02:21:11 +00:00
cgd 4a44e21ee4 casting foo 1994-03-28 07:22:05 +00:00
cgd 20137a28c8 kill extern'd lseek() 1994-03-28 07:08:56 +00:00
glass f433924b6e we have uname 1994-03-27 19:42:59 +00:00
mycroft da2cb8680b Clean up deleted files. 1994-03-27 19:23:37 +00:00
cgd ea2217de0a off_t exp. 1994-03-27 09:13:06 +00:00
cgd d78ddc337d off_t exp. 1994-03-27 09:09:54 +00:00
cgd 7af90ebe38 off_t exp. 1994-03-27 09:09:49 +00:00
cgd 10a690b9a2 off_t exp. 1994-03-27 09:09:42 +00:00
cgd 838dfaa454 add as 1994-03-24 18:42:49 +00:00
cgd 0b6d07eca8 add my 'sa' 1994-03-24 18:41:48 +00:00
deraadt 26017ceb12 delete duplicate defn's of resolver global variable 1994-03-24 07:56:28 +00:00
cgd 7b6f2f49df fixes from Thomas Eberhardt to get it to grok BLOCKSIZE, etc. 1994-03-23 04:50:36 +00:00
cgd 693c57d142 from Roland McGrath <roland@frob.com>: for i386 'drive',
use 'slave' if drive unknown.
1994-03-23 00:35:53 +00:00
cgd 89cd3fcaa7 get section right; from Luke Mewburn <lm@rmit.edu.au> 1994-03-19 07:59:47 +00:00
cgd 4aefd184b9 don't inlcude weirdness 1994-03-19 07:59:15 +00:00
cgd 4dc7a28d13 don't forget manpage. from Luke Mewburn <lm@rmit.edu.au> 1994-03-19 07:59:01 +00:00
glass d8f37f9fe9 sendmail 8.6.8: i hope your wine gets warm... 1994-03-19 07:58:07 +00:00
cgd e91fd6be31 typofix from Luke Mewburn <lm@rmit.edu.au> 1994-03-19 07:56:26 +00:00
cgd 8415642178 don't forget the man page. from Luke Mewburn <lm@rmit.edu.au> 1994-03-19 07:55:56 +00:00
mycroft 9bc128a9ba Clean up deleted files. 1994-03-19 07:08:56 +00:00
glass 1a95185633 more minimialism + ucbvax.mc works 1994-03-16 04:11:04 +00:00
mycroft 0d0c722fdb Clean up deleted files. 1994-03-16 04:04:27 +00:00
mycroft 216bfe5652 Clean up deleted files. 1994-03-16 03:53:54 +00:00
mycroft 9de6ba62fd Clean up deleted files. 1994-03-16 03:41:08 +00:00
glass 3fb497653d sendmail 8.6.7. fixes recently discovered security hole 1994-03-16 02:11:31 +00:00
cgd aa7aef50a3 isa device configuration changed, and the tables got killed/renamed.
fix from Jarle Greipsland <jarle@darling.idt.unit.no>.
1994-03-16 01:35:27 +00:00
glass 1247872123 sendmail 8.6.7 import, from allman 1994-03-15 05:08:08 +00:00
mycroft 166515d156 Output only one table of ISA devices, add parent pointers, remove id_masunit,
and add a pointer to the interrupt mask for simplicity.
1994-03-12 03:26:52 +00:00
mycroft 0d7f067f06 Fix `all:' line. 1994-03-10 22:09:51 +00:00
mycroft 6717fa4ab1 Get the physical device # right in all cases. 1994-03-10 21:35:37 +00:00
mycroft 240d0465d2 Move non-SCSI devices out of isa_subdev. 1994-03-10 21:19:26 +00:00
mycroft 1dfb3af678 masunit = -1 for controllers, too. 1994-03-10 20:13:10 +00:00
mycroft 26731dd3eb Support device drivers with multiple names, and do the right thing for fd and
wd.
1994-03-10 19:50:43 +00:00
cgd 90812e91d8 fix, and make examples better. 1994-03-10 00:06:00 +00:00
cgd d3c09b81a7 fix from John F. Woods <jfw@ksr.com>: don't clobber page width specified
in printcap file.
1994-03-07 05:38:21 +00:00
cgd 080c5b9220 Fix for symlink-related security hole. from comp.security.unix. 1994-03-07 04:07:52 +00:00
cgd 62a75460c6 put ar_hrd in network byte order. from
Christos Zoulas <christos@deshaw.com>
1994-03-01 06:46:42 +00:00
cgd f82d05e1d7 always include libcrypt; it's a dummy if exported... 1994-02-27 23:30:34 +00:00
mycroft 508ba10f66 Rename vector() to i386_vector(), to avoid any confusion. 1994-02-23 00:23:20 +00:00
mycroft deb02f75b2 Technically we need to block ASTs, so we'll do this a bit differently. 1994-02-22 23:32:50 +00:00
mycroft 6c999ed979 Clock interrupt should not block everything. 1994-02-22 23:03:28 +00:00
cgd c3d75b8c31 add -DTCPDUMP_ALIGN to CFLAGS if on a sparc 1994-02-22 04:08:21 +00:00
paulus e332e61cb7 Some fixes so that the local IP address can be assigned by the peer
if no local IP address is specified on the command line (even though
a default local IP address has been determined from the hostname).
1994-02-22 00:11:57 +00:00
mycroft c272569dc8 Add support for specifying an interrupt to be run at splhigh(). 1994-02-18 06:10:42 +00:00
mycroft 5357e6da18 Clean up deleted files. 1994-02-18 03:02:56 +00:00
cgd f6df84e724 separate yp stuff 1994-02-18 03:02:09 +00:00
cgd e9d6b69f34 kill bindirs 1994-02-18 03:01:30 +00:00
cgd fcc8071f1e we don't need urns in the man pages... 1994-02-15 00:39:26 +00:00
cgd 5b9674ec23 general: cleanup. fix RCS Id's. ("$Id $" doesn't work.)
Makefile: no special bingrp.
quot.8: bugs section is empty; comment it out.
quot.c: add static RCS Id, KNF-ify, break long lines.
1994-02-11 00:23:34 +00:00
cgd 532d2bb3fc get SLIOCGUNIT from the right place 1994-02-10 18:01:28 +00:00
ws 66ffc9f874 First version of a quot utility 1994-02-10 17:58:38 +00:00
cgd 0c46a65f1b changes for slip.h 1994-02-10 05:41:44 +00:00
cgd 5a5a76afa0 add cf/cf to subdir, so it'll get built 1994-02-09 08:28:36 +00:00
glass 2be040e54d better. shame though, sendmail is so *EASY* to configure now. 1994-02-09 07:53:47 +00:00
cgd 0b5dd219eb add support for a 'distribution' target, to install tcpproto.cf 1994-02-09 07:29:06 +00:00
cgd bfc442a8a8 torch flcopy 1994-02-07 23:31:18 +00:00