mycroft
|
800709ce22
|
Use inet_aton(), not inet_addr().
|
1995-05-21 15:50:45 +00:00 |
|
mycroft
|
d4a6c4a4ef
|
#include <stdlib.h>
|
1995-05-21 15:42:54 +00:00 |
|
mycroft
|
9cd5391535
|
Use inet_aton(), not inet_addr().
|
1995-05-21 15:33:22 +00:00 |
|
mycroft
|
b581b3e588
|
Use inet_aton(), not inet_addr().
|
1995-05-21 15:17:13 +00:00 |
|
mycroft
|
39a59b6bbe
|
Fix oversight in previous.
|
1995-05-21 15:06:52 +00:00 |
|
mycroft
|
504e402f82
|
Use inet_aton(), not inet_addr().
|
1995-05-21 15:03:24 +00:00 |
|
mycroft
|
bd3a2a6b4e
|
Use inet_aton(), not inet_addr().
|
1995-05-21 14:46:39 +00:00 |
|
mycroft
|
10f79d3be3
|
Use inet_aton(), not inet_addr().
|
1995-05-21 14:22:23 +00:00 |
|
leo
|
631261a801
|
Set A2 to PS_STRINGS.
|
1995-05-21 13:55:16 +00:00 |
|
mycroft
|
09984612d7
|
Gather the argument list only as necessary. Avoid an extra strvisx(3).
Make this compile again with the changes in ps(1).
|
1995-05-21 13:42:48 +00:00 |
|
mycroft
|
8465d5c10c
|
Split out some helper functions again.
|
1995-05-21 13:38:25 +00:00 |
|
leo
|
7a502b7675
|
Add printf to the list
|
1995-05-21 11:07:00 +00:00 |
|
leo
|
a1006d16dd
|
ite_newsize(): Do not reallocate a display when the actual display mode
will be the same. Fixes a nasty bug where ite0 and ite1 share the same
bitmap.
|
1995-05-21 11:00:13 +00:00 |
|
leo
|
c8ca7ae526
|
Fix UL-handling
|
1995-05-21 10:56:54 +00:00 |
|
leo
|
13f71a235d
|
Add prototype for grf_get_best_mode()
|
1995-05-21 10:55:57 +00:00 |
|
leo
|
02dd55abb3
|
- Add grf_get_best_mode()
- Only update 'real' colormap when actually displaying
- Fix TT-HIGH video mode
|
1995-05-21 10:54:44 +00:00 |
|
leo
|
555b2f67be
|
Minor fixes.
|
1995-05-21 10:52:18 +00:00 |
|
leo
|
fc0c4cd1b9
|
Get syscall() code in sync with the rest of the world.
|
1995-05-21 10:50:41 +00:00 |
|
leo
|
de6e84e901
|
Fixup free_stmem().
|
1995-05-21 10:48:53 +00:00 |
|
leo
|
d6b3669598
|
Remove icode, it doesn't seem to be used.
|
1995-05-21 10:45:59 +00:00 |
|
mycroft
|
6d4cde278d
|
Use inet_aton(), not inet_addr().
|
1995-05-21 01:18:03 +00:00 |
|
mycroft
|
cc8066939d
|
Use inet_aton(), not inet_addr().
|
1995-05-21 00:39:11 +00:00 |
|
christos
|
cd7ca80fc2
|
CVS is confused...
|
1995-05-21 00:18:41 +00:00 |
|
christos
|
31dd8ce2bf
|
Removed archive
|
1995-05-21 00:18:09 +00:00 |
|
christos
|
21db3a398a
|
Updated to file-3.18
|
1995-05-21 00:13:24 +00:00 |
|
pk
|
92414dd1c7
|
Use a different method to discriminate a 82077 from a 82072 (from Chris Torek);
using the NE7CMD_VERSION command is too unreliable.
|
1995-05-20 20:03:37 +00:00 |
|
pk
|
c3d5b45b6e
|
Name fd register structures more appropriately.
|
1995-05-20 19:59:52 +00:00 |
|
mycroft
|
53d11296c2
|
Use strerror(), not sys_errlist[].
|
1995-05-20 02:38:23 +00:00 |
|
mycroft
|
f6ff0fba6d
|
Use fxdr_*() and txdr_*() macros to do byte order conversions.
|
1995-05-20 01:52:49 +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 |
|
mycroft
|
7888507f63
|
Use inet_aton(), not inet_addr(). Suggested by John Hawkinson.
|
1995-05-19 20:17:16 +00:00 |
|
christos
|
4fb6f609aa
|
Changed so that syntax errors (EXERROR) set the exit status to 2,
and commands that are not found set the exit status to 1 like all
other bourne shells.
[It used to be 0 and 2 respectively]
|
1995-05-19 15:08:55 +00:00 |
|
pk
|
b4cf60ac8a
|
cpu_swapout() not needed after all.
|
1995-05-19 06:57:41 +00:00 |
|
mycroft
|
3541700d61
|
Create and strvis(3) the argument and environment lists only as needed.
Do not keep extra copies around.
|
1995-05-18 20:33:20 +00:00 |
|
mycroft
|
5ea2d5e6a6
|
Clean up the FPU state more thoroughly on exec.
|
1995-05-18 18:59:16 +00:00 |
|
mycroft
|
3cd42e791d
|
Do the right thing for an empty environment.
|
1995-05-18 15:35:59 +00:00 |
|
mycroft
|
3a23f31a10
|
Avoid an extra (gratuitous) pass through strvis(3).
|
1995-05-18 15:27:31 +00:00 |
|
mycroft
|
d70850c69c
|
Gather the argument and environment lists when we actually want to print them.
|
1995-05-18 14:37:03 +00:00 |
|
mycroft
|
ac582e04f5
|
Fix one more reallocing bug.
|
1995-05-18 13:59:25 +00:00 |
|
mycroft
|
70258d9a3a
|
Fix up another pointer if we realloc the argument list.
|
1995-05-18 12:21:54 +00:00 |
|
cgd
|
e9678161e2
|
from PR 952, by Thor Lancelot Simon: don't turn off echo when
inputting an S/KEY one-time password.
|
1995-05-17 20:24:39 +00:00 |
|
mycroft
|
be21323869
|
Modify getpwent() to use __ypparse().
|
1995-05-17 17:36:43 +00:00 |
|
mycroft
|
6ee8835631
|
Keep argv[0] in a register.
|
1995-05-17 15:55:26 +00:00 |
|
mycroft
|
6480692679
|
Print out interrupt CPU time.
|
1995-05-17 15:51:47 +00:00 |
|
mycroft
|
0181b81de4
|
Newer version from CSRG.
|
1995-05-17 15:50:06 +00:00 |
|
mycroft
|
4a07259331
|
Always turn off ISIG and IEXTEN.
|
1995-05-17 13:35:50 +00:00 |
|
cgd
|
abdf873225
|
remove these at paulus's request. There's only one da30 in existence,
and he's planning on taking it out of service.
|
1995-05-17 08:30:58 +00:00 |
|
cgd
|
3ebc44f6e1
|
isa softc structs are larger than 'struct device'
|
1995-05-17 02:07:03 +00:00 |
|
briggs
|
0521ad83a0
|
Make comment fit reality.
|
1995-05-17 00:45:55 +00:00 |
|