Commit Graph

10172 Commits

Author SHA1 Message Date
briggs
49e7735666 Actually implement serial boot (console) echo (minor change to ite.c).
Remove some old junk in ser.c and implement serial console and serial
boot echo (if serial console's enabled, clear echo).
1994-09-29 03:33:13 +00:00
deraadt
d6bfeb6b71 failure to bind to a reserved port should return EACCES not EPERM. 1994-09-29 02:31:35 +00:00
mycroft
c0f9a2266e Add SKEY (defined) and KERBEROS (commented out) variables. 1994-09-28 15:59:28 +00:00
mycroft
245f59a3c7 Fix typo in last change. 1994-09-28 15:00:31 +00:00
mycroft
4a01c33ac6 Return EINVAL on attempted flags change. 1994-09-28 11:51:36 +00:00
mycroft
ae583dca34 Various changes:
* Make some of the code look more like UFS.
* Check permissions in lookup().
* Move the directory size special case into DE_EXTERNALIZE().
* Fix some conditions where lookup() might not release a buffer.
* Remove bogus flag handling in setattr().
* Pass timespec, not timeval, to deupdat().
* Check more error conditions.
* Fix possible panics in rename().
* Simplify readdir().
* General code cleanup; add prototypes, delete unused variables, etc.
1994-09-28 11:31:23 +00:00
deraadt
d022bff83a Explain how to deal with ypbind.lock 1994-09-28 01:41:05 +00:00
deraadt
7d6a5f6936 create ypbind.lock file
fix ypset code
1994-09-28 01:39:54 +00:00
deraadt
d87a87c753 check for ypbind.lock file, which indicates yp is alive. 1994-09-28 01:38:06 +00:00
deraadt
9d7bdbb0c4 don't play with CLBYTES in cpp 1994-09-28 00:44:30 +00:00
deraadt
042d2d08a1 use STACKGAPBASE 1994-09-28 00:41:17 +00:00
chopps
0e2babc5f4 Fix serious typo. 1994-09-27 05:07:59 +00:00
deraadt
3434480601 USPACE 1994-09-27 01:34:01 +00:00
deraadt
79b1288c6a USPAGE 1994-09-27 01:32:06 +00:00
jtc
756e728be0 Remove description of old, pre-POSIX behavior wrt. suffixes. 1994-09-26 23:57:17 +00:00
gwr
2905514717 Fix routines to read/write the stupid intersil clock. 1994-09-26 17:25:21 +00:00
gwr
3e676d4221 Fix data size specifiers and multiple format specifiers, like:
db> x/bxxxx  ADDRESS
1994-09-26 17:10:15 +00:00
gwr
62f18b1dda Do the first BOOTPARAM RPC call to the broadcast address instead of
using the address of the RARP server because a BOOTPARAM server
might not be running on the machine that sent the RARP reply.
1994-09-26 16:42:29 +00:00
mycroft
6b78d3957c Clarify the history a bit. 1994-09-26 06:54:38 +00:00
mycroft
6a58570d9a Small grammar fix. 1994-09-26 06:53:44 +00:00
mycroft
b82fefc7b2 Make the usage messages more closely match the man pages. 1994-09-26 06:53:21 +00:00
glass
9bb3c66c9a fixes a compilation problem under gcc 2.6.0 1994-09-26 06:50:12 +00:00
mycroft
9edd7e3388 Fix ugly C style. 1994-09-26 06:01:10 +00:00
glass
e02859683e updated to reflect local changes 1994-09-26 01:57:07 +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
deraadt
b965c675f5 sun4 monitor "w" command support 1994-09-25 20:52:58 +00:00
deraadt
360eda8453 sun4 memory error register code 1994-09-25 20:51:51 +00:00
deraadt
03ef730e53 make pmeg_t always a u_short 1994-09-25 20:50:26 +00:00
jtc
c446bbd004 Added s_isinff.c 1994-09-25 17:31:51 +00:00
jtc
d797a5d5e9 __infinity[] and isinf() for systems whose C libraries don't supply them;
and isinff(), a "float" version of isinf().
1994-09-25 17:29:47 +00:00
jtc
43e6dd4c8e Add prototype for isinff(). 1994-09-25 17:27:56 +00:00
glass
7711afad47 update to 4.4-lite, add rcs ids 1994-09-25 07:55:08 +00:00
glass
6662274f56 import from 4.4 lite 1994-09-25 07:20:52 +00:00
phil
e4cfedf094 *SIGH* use the netinet version of in_cksum.c. Now tcp works on the pc532. 1994-09-25 04:23:17 +00:00
briggs
0ffbb7c215 Add a "contributions" section to legal for mac port-specific
contributions.  Minor cleanup to whatis.
1994-09-25 01:21:32 +00:00
briggs
18094d091c Remove duplicate "are."
Suggested by Futoshi Miyamori/JH1AFN <futoshi@sramhb.sra.co.jp>.
I attempted to send this to cgd instead of committing it myself,
but he wasn't reachable.
1994-09-25 01:20:24 +00:00
mycroft
3d247c388d Add pmax, vax, and mips. 1994-09-24 23:32:19 +00:00
mycroft
3cc6cbc0e6 Correct test for already being traced. 1994-09-24 07:17:18 +00:00
mycroft
206b57f8c9 Minor tweak to aid cross-compiling. 1994-09-24 01:02:51 +00:00
mycroft
4fb5f48ce0 Remove old comment about converting to termios. 1994-09-24 00:56:05 +00:00
mycroft
8f58e94ed3 Import original 4.4-Lite version. 1994-09-24 00:41:59 +00:00
mycroft
4922d725cf Remove some more uses of obsolete functions. 1994-09-23 23:48:10 +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
06f53b6838 Eliminate uses of some obsolete functions. 1994-09-23 11:28:39 +00:00
mycroft
baccf0fbd1 Eliminate uses of some obsolete functions. 1994-09-23 11:16:28 +00:00
mycroft
e046f69de1 Use getcwd(3), not getwd(3), and remove some old, unused compatibility code. 1994-09-23 09:33:21 +00:00
mycroft
c9ea883812 Enable HAVE_BROKEN_SETREUID. 1994-09-23 09:21:49 +00:00
mycroft
83ede345fb Merge with 4.4-Lite version. 1994-09-23 06:14:39 +00:00