5802 Commits

Author SHA1 Message Date
mycroft
692010351e Remove imbedded RCS logs. 1994-02-15 15:08:24 +00:00
mycroft
a3f9e2d2fa Remove RCS logs. 1994-02-15 14:50:41 +00:00
mycroft
d78c3ff463 Some cleanup. 1994-02-15 14:17:07 +00:00
mycroft
e69b4e2e08 We don't use Aztec C. 1994-02-15 14:02:59 +00:00
mycroft
451fbfb366 Update from libc. 1994-02-15 13:42:30 +00:00
mycroft
83be6ac4f5 Some more cleanup. 1994-02-15 13:35:53 +00:00
mycroft
349d681690 Undo last change; executables is file', not a.out'. 1994-02-15 13:32:39 +00:00
cgd
7a659f86ca define nsysent right next to the sysent table. 1994-02-15 07:22:11 +00:00
cgd
1511b4c22d kill warning 1994-02-15 07:18:46 +00:00
cgd
3e54f0cda2 add proc ptr 1994-02-15 06:59:33 +00:00
cgd
022a8ce9c5 add a proc ptr to the syscall debug info 1994-02-15 06:58:07 +00:00
cgd
14e283ea01 oops, forgot the proc! 1994-02-15 06:55:19 +00:00
cgd
95e17fef9f add scdebug variable, to enable printing, defaulting to on, and change args 1994-02-15 06:52:25 +00:00
cgd
039600b18f fix proto 1994-02-15 06:51:39 +00:00
cgd
958e1d9632 SYSCALL_DEBUG stuff 1994-02-15 06:49:03 +00:00
cgd
9740a53c8b add SYSCALL_DEBUG stuff for glass 1994-02-15 06:38:33 +00:00
cgd
d23339cb78 make kern/syscalls.c included if syscall_debug defined 1994-02-15 06:14:45 +00:00
mycroft
ba9dfee947 Shorten the todo list. 1994-02-15 01:13:17 +00:00
jtc
44adfd9d70 Compiled shared too. 1994-02-15 01:00:46 +00:00
mycroft
71c1dd3b10 Add NE2100 and multicast support, and clean up some formatting. 1994-02-15 00:46:16 +00:00
cgd
fcc8071f1e we don't need urns in the man pages... 1994-02-15 00:39:26 +00:00
mycroft
ccba59071a Make the multicast filter calculation identical to what will be in if_is.c. 1994-02-14 23:56:16 +00:00
mycroft
a06d1b4301 Fix some weirdness in the multicast initialization. 1994-02-14 23:03:54 +00:00
jtc
03898350df Functions brought over from the old math library. 1994-02-14 21:55:12 +00:00
mycroft
4a5c858157 PARANOID --> DIAGNOSTIC for inexpensive tests. 1994-02-14 21:49:08 +00:00
mycroft
a893329d3b Kill useless comment. 1994-02-14 21:47:57 +00:00
mycroft
94b2718bd1 PARANOID --> DIAGNOSTIC for inexpensive tests. 1994-02-14 21:43:33 +00:00
cgd
3de0036581 U* to NetBSD, as appropriate 1994-02-14 21:34:39 +00:00
mycroft
90ff28fef4 Style police. Use je' and jne' only on the result of an equality test;
use `jz' and `jnz' in all other cases.
1994-02-14 20:05:52 +00:00
ws
1df94d108f Add .. entry to /kern 1994-02-14 19:46:18 +00:00
cgd
83763b7de3 correct ok() calculation for all architectures. 1994-02-14 19:32:21 +00:00
ws
0cb2a819b2 Rename file -> a.out 1994-02-14 19:08:36 +00:00
cgd
0563f20cc0 after -> before 1994-02-14 19:07:33 +00:00
ws
4eab6179ba Don't try to show a file for a process if there is none 1994-02-14 19:07:27 +00:00
cgd
bb5d305ea8 fix typo and allow creations to work right. this is in a questionably
correct chunk of code; author contacted.
1994-02-14 19:02:54 +00:00
chopps
caa63cf2fd moved n "}" outside of conditional DEBUG 1994-02-14 18:22:58 +00:00
ws
fbf99acae8 (Hopefully) do the right thing with VTIME > 0 and select 1994-02-14 18:22:39 +00:00
jtc
7f582f99d4 Fix spelling mistake: cashe -> cache. 1994-02-14 17:45:16 +00:00
jtc
01284ad877 Performance improvement from Bruce Evans.
Removes one test instruction for each character.
1994-02-14 17:44:39 +00:00
jtc
f28455f783 Use "ror $8,%ax" instead of "xchg %al,%ah": equal on a i386, 1 cycle faster
on a i486, and 2 cycles faster on a iPentium.
1994-02-14 17:43:19 +00:00
jtc
39b2c53536 Comment out all functions that are also provided by our C library: fabs(),
frexp(), isnan(), ldexp(), and modf().
1994-02-14 17:32:56 +00:00
jtc
56b46d00e9 Install app-defaults file with the correct name. 1994-02-14 17:27:49 +00:00
jtc
c6776a9449 isnan() was provided by both C and Math libraries. 1994-02-14 17:07:07 +00:00
pk
7b1fbb1ca1 Sparc specific memory translations.
Some reorganization of the kernel nlist array.
1994-02-14 13:46:01 +00:00
chopps
2c8eadcb23 don't ignore users request for specific boot device, reported by Ty Sarna 1994-02-14 10:26:36 +00:00
deraadt
59afe6ad54 ioctl takes a proc * 1994-02-14 09:37:11 +00:00
deraadt
74f86f13df mac68k man pages 1994-02-14 08:59:58 +00:00
cgd
10a0484ffc don't include match() if REGEX defined. pointed out by
slager@kidd.vet.purdue.edu.
1994-02-14 08:58:22 +00:00
cgd
f373544236 it needs <net/af.h> like i need a hole in my head. 1994-02-14 06:42:43 +00:00
cgd
489bece05f be more intelligent with credentials, so nfsd's don't inherit
strange credentials.  This doesn't actually have any effect on
performance, because the remote cred is used for all operations,
anyway.  however, it makes "ps" et al. look normal, because the
proc's ucred is no longer clobbered.
1994-02-14 05:58:29 +00:00