cgd
0a2c7c7b35
be a bit more careful abotu what we can stat()/mkdir()
1994-10-02 21:32:31 +00:00
cgd
1cc392e049
clarifications about lack of 1-floppy-drive install support.
1994-10-02 18:02:30 +00:00
cgd
e7d1e93075
some clarifications.
1994-10-02 17:46:37 +00:00
cgd
e79fde5641
clarify and fix typo
1994-10-02 17:41:53 +00:00
cgd
8ef840a019
print reminder about possible disks to load from, wait for return.
1994-10-02 16:07:03 +00:00
mycroft
5251d09ee1
Don't even *try* to print out the name of the termcap file; it's hidden
...
in libtermcap, and it normally uses the DB file anyway.
1994-10-02 04:27:28 +00:00
mycroft
5e53b2b629
Nuke bogus baud rate conversion code.
1994-10-02 04:23:08 +00:00
cgd
7545c52d98
fix ndqb bug handling flags other than TTY_QUOTE.
1994-10-02 04:11:53 +00:00
jtc
68523b5d88
Added code so that POSIX.2 regular expresion functions are used if REGEX
...
is defined, V8 regular expresion functions are used if REGEXP is defined,
and BSD regular expression functions are used if neither are defined.
And defined REGEX in sys.h so that programs using libedit don't have
to link with libcompat.
1994-10-02 02:10:48 +00:00
mycroft
86e7908a72
Make some comments more clear.
1994-10-01 07:19:32 +00:00
mycroft
f7b0f89811
Various minor changes to sync better with DG's version.
1994-10-01 07:13:32 +00:00
mycroft
6ddbe860c2
Update from Wolfgang Stanglemeier.
1994-10-01 06:27:56 +00:00
mycroft
0e28696023
Add IO_PPI.
1994-10-01 03:52:46 +00:00
mycroft
e32c213d35
Add IO_PMP[12] and IO_PMPSIZE.
1994-10-01 03:48:49 +00:00
mycroft
1e0ffaa7d6
Clean up a little.
1994-10-01 03:42:59 +00:00
mycroft
c25a6980ac
Add INTRUNMASK().
1994-10-01 03:37:37 +00:00
gwr
4ca862ca1d
Get the name of this type of MACHINE from utsname
...
so we can share an executable for similar machines.
(i.e. m68k: amiga hp300, mac68k, sun3, ...)
1994-09-30 03:14:21 +00:00
jtc
c36fd69bc3
The decimal point character is locale specific.
1994-09-30 02:39:13 +00:00
mycroft
2968cf25a4
Clean up this festering pile of rotten code a bit. To wit:
...
* Add prototypes.
* Remove a strange and apparently pointless bit of code propagated
from 386BSD.
* Collapse NOWRITE and WRITEABLE into one.
* Use the same algorithm as the kernel for finding the label.
* Redo some of the parsing more sanely.
1994-09-30 02:33:15 +00:00
jtc
797d32eb10
New setlocale() that does everything except actually load new locales;
...
and that's coming in the next week.
1994-09-30 02:20:50 +00:00
jtc
9105223954
Added _PATH_LOCALE
1994-09-30 02:17:51 +00:00
briggs
93b8f0f095
Change strategy slightly so that serial console is enabled if internal
...
console is not--regardless of the value of the boot-time flag.
Suggested by a question from bit@gnu.ai.mit.edu (jim howard - bit.map).
1994-09-30 00:52:44 +00:00
mycroft
53c4d8a7e6
Fix byte order problem in multicast filter calculation.
1994-09-29 21:24:12 +00:00
jtc
22441ccd35
I've decided to move the definitions of private structures, etc. to
...
<sys/localedef.h> like AIX and OSF/1.
1994-09-29 05:00:37 +00:00
jtc
9be3c7f228
Minor tweaks to prepare for checkin of real i18n code.
1994-09-29 04:57:04 +00:00
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