Commit Graph

5778 Commits

Author SHA1 Message Date
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
briggs
388ab8c395 Put SUBDIR in alphabetical order. 1994-02-14 05:50:43 +00:00
briggs
7699ba90c3 Add man8.mac68k to SUBDIR and alphabetized it. 1994-02-14 05:49:43 +00:00
briggs
ea61ed9718 Add man4.mac68k to subdirs. 1994-02-14 05:47:55 +00:00
briggs
5b8dca6ef6 Empty Makefile for now. Adding man pages soon. 1994-02-14 05:45:32 +00:00
briggs
bc7a0c5c3d Empty Makefile for now. Should add more man pages soon. 1994-02-14 05:44:34 +00:00
chopps
3ed937bcf0 temporary additional lookup of cpu040 for amiga's until new kvm stuff or new
amiga 040 VM stuff.
1994-02-14 04:34:42 +00:00
hpeyerl
b52fc7e2d9 Pedantism. Should delay after stopping Coax xcvr. 1994-02-14 03:50:09 +00:00
cgd
358113c8d4 Add missing _. reported by several folks. 1994-02-14 02:11:39 +00:00
deraadt
8312c9cc62 missing spl's 1994-02-14 02:09:31 +00:00
chopps
ec2af5101d Changed amiga MAXPARTITIONS to 16. 1994-02-13 23:02:13 +00:00
mycroft
7c9a9be0f2 Clean up deleted files. 1994-02-13 21:27:19 +00:00
chopps
6a6ff26439 added local CHANGES file for things that would not interest
NetBSD in general.
1994-02-13 21:27:17 +00:00
deraadt
7580ebfad5 first cut 1994-02-13 21:21:08 +00:00
chopps
ddf1b913ff chnaged to handle new (and removed) files. 1994-02-13 21:14:32 +00:00
mycroft
437774a1e3 Clean up deleted files. 1994-02-13 21:13:33 +00:00
chopps
b700b86fc5 merged most cc_* (all but one) into cc.c and cc.h, cleaned up include.
removed local pte.h use machine/pte.h
1994-02-13 21:13:07 +00:00
chopps
7bb75ba6be cleaned up include's relocated grf/* stuf to grfabs*. 1994-02-13 21:10:20 +00:00
mycroft
3678c726a2 Clean up deleted files. 1994-02-13 21:01:57 +00:00
mycroft
f2fe1704b1 Fix typo. 1994-02-13 11:32:46 +00:00
mycroft
3406139426 Format police, the end. 1994-02-13 11:31:16 +00:00
mycroft
22a8203482 Format police, second pass. 1994-02-13 10:20:02 +00:00
mycroft
e3c4154717 Format police, first pass. 1994-02-13 09:57:12 +00:00
mycroft
aa8b8cf7c4 Format police. 1994-02-13 09:36:09 +00:00
mycroft
7ef6eb49d3 Do the right thing on overflow. 1994-02-13 07:42:47 +00:00