deraadt
13b002b9d3
suser() was being called in the old 4.3 way
1993-08-09 01:19:38 +00:00
deraadt
9086ba2f41
zapped extra ; at end of two #define lines
1993-08-09 01:03:58 +00:00
glass
3cdabf7870
lots of changes, too many printfs
1993-08-08 12:21:50 +00:00
glass
3b87958501
various changes
1993-08-08 12:18:27 +00:00
glass
e15d5c21d8
stuff to make them compile properly
1993-08-08 12:17:37 +00:00
glass
f62f42a80a
make config -g work, add timesink config
1993-08-08 12:16:57 +00:00
mycroft
0940a6873b
Change di_urdev and va_rdev back to u_longs for now.
...
(NOTE: You must completely rebuild your kernel!)
1993-08-08 12:10:05 +00:00
cgd
e5ea45d312
there are some devices out there which use... NO I/O PORTS!
1993-08-08 09:54:23 +00:00
mycroft
42f5032320
Just comment out undefined hilq_to_b (for now).
1993-08-08 03:44:10 +00:00
mycroft
fbde833e5f
Avoid `e-' in numeric constants.
1993-08-08 03:42:35 +00:00
mycroft
e57b84a1a2
Slight restructuring to avoid relying on the tty structure associated with
...
an ITE until we're sure it's allocated.
1993-08-08 03:35:26 +00:00
mycroft
9033342b47
Trampoline code is now stored in a different place.
1993-08-08 00:11:06 +00:00
mycroft
d3268a7616
Modified to use disklabels. Needs more work, but this at least boots.
1993-08-07 20:48:38 +00:00
mycroft
79704012eb
This seems to fix the calculation of the file name and arg string pointers
...
in icode.
1993-08-07 20:47:35 +00:00
mycroft
1ce54d77ca
Add PANICWAIT.
1993-08-07 18:52:43 +00:00
mycroft
02883d892a
bufpages multiplier is CLBYTES, not NBPG.
1993-08-07 16:24:41 +00:00
mycroft
450aa63575
Add RCS identifier.
1993-08-07 16:23:47 +00:00
mycroft
e67a273bb2
Add config file for my test machine.
1993-08-07 16:23:26 +00:00
mycroft
681bf3f675
Add RCS identifier.
1993-08-07 09:32:14 +00:00
cgd
d8b362e8f2
this lets it get through autoconfig
1993-08-07 08:54:02 +00:00
mycroft
7bc024bd10
New version from uunet.
1993-08-07 08:27:53 +00:00
cgd
cd56dd1638
merge in changes from netbsd-0-9-ALPHA2
1993-08-07 07:53:27 +00:00
cgd
f08e3f34a5
merge in changes from netbsd-0-9-ALPHA2
1993-08-07 07:42:13 +00:00
cgd
d0aa5a0b99
squish KGDB options
1993-08-07 07:29:45 +00:00
cgd
5d4118791b
do block commenting, if comment begins with slash-star-newline.
1993-08-07 06:56:49 +00:00
cgd
ea4defd6da
do the Net/2 thing with startrtclock() for non-i386 architectures.
...
i386's startrtclock should be moved down, as well, but i believe it
does some magic...
1993-08-07 06:25:43 +00:00
cgd
acf8d8b584
deal with ddb bogosities
1993-08-07 06:03:02 +00:00
mycroft
c710920fc5
New files.
1993-08-07 05:51:11 +00:00
mycroft
b06a09ba51
Clean up deleted files.
1993-08-07 05:49:11 +00:00
mycroft
62a3457d0e
New version from uunet.
1993-08-07 05:48:37 +00:00
cgd
f5ec218873
the swtch() calls here should not need to be splclock() protected,
...
and certainly don't need to be bracketed by splclock()/splnone(),
the latter of which is a jolitz invention.
1993-08-07 05:16:38 +00:00
cgd
e1443b1923
add definition of mountroot()
1993-08-07 05:14:00 +00:00
cgd
26817f18ab
fix prettyprinting changes that caused the kernel to not link if you
...
defined DIAGNOSTIC but not DDB...
1993-08-07 05:08:11 +00:00
mycroft
616b65b637
Add 4.4-specific code in `#ifdef notyet's.
1993-08-07 04:50:32 +00:00
mycroft
1a8be6e1aa
New version from uunet. Uses mmap().
1993-08-07 04:44:25 +00:00
cgd
18a419e9bb
some more ring buffer -> clist changes
1993-08-07 04:42:15 +00:00
mycroft
6a2f04d860
New version from uunet. Minor changes.
1993-08-07 04:35:30 +00:00
mycroft
977d90a2d5
New file.
...
Note: This version of ls has deprecated the `-g' option. This is for POSIX
compatibility, I think.
1993-08-07 03:58:01 +00:00
mycroft
203e422702
New version from uunet, with -k option readded, and 4.4 ffs--specific stuff
...
in `#ifdef notyet'.
1993-08-07 03:56:47 +00:00
mycroft
ac8f46eed7
Clean up deleted files.
1993-08-07 03:15:03 +00:00
mycroft
204663a326
New version from uunet. Uses mmap().
1993-08-07 03:14:51 +00:00
jtc
43431ef793
Declare translation tables for toupper and tolower. To be replaced by
...
pointers to the tables to the current locale.
Reintroduce toupper and tolower macros that use the translation tables.
1993-08-06 23:19:51 +00:00
jtc
29b5828742
Use C locale specific traslation tables for toupper and tolower.
...
Direct access to the tables is to be replaced by a pointer to tables for the
current locale.
1993-08-06 23:17:03 +00:00
jtc
d2b805f0e2
Added C locale specific translation tables for toupper and tolower. When
...
locales are fully supported, toupper and tolower will refer to this, or
a locale specific table, through pointers.
1993-08-06 23:14:32 +00:00
jtc
a4bacdfbad
setlocale(category, "") is supposed to set locale to the default.
...
The "C" locale in our case, since we have no other locale support.
1993-08-06 22:56:18 +00:00
mycroft
41c396a394
Remove makedefs when cleaning.
1993-08-06 22:49:42 +00:00
jtc
fa5f39ea86
Use const qualifier with _ctype_ table. Smart compilers can then store it
...
in the text segment. When we implement locales, the isctype macros/functions
will reference this table (or a locale specific table) through a pointer, but
for right now, it continues to reference the _ctype_ table directly.
1993-08-06 22:44:44 +00:00
mycroft
1676bc343b
Use sys_signame[].
1993-08-06 22:18:26 +00:00
jtc
df4bd22dd2
Rename tolower & toupper macros to _tolower and _toupper.
...
Standard C requires tolower to return a character that is !isupper unchanged
which was not being done with the macro. The function version does the
right thing, so the loss of the macro is no great deal.
I didn't eliminate the macros entirely, since X/Open's XPG3 requires _tolower
and _toupper with the same semantics. But, like isascii/toascii, they are
removed from the namespace if either ANSI_SOURCE or _POSIX_SOURCE is defined.
1993-08-06 22:05:29 +00:00
mycroft
7aaa2d09b7
Use sys_siglist[].
1993-08-06 21:55:55 +00:00