jtc
34a64dcb50
rpcgen is just a protocol compiler, it doesn't need -lrpc
1993-08-23 21:21:49 +00:00
jtc
9d1cf67cd2
Moved toupper and tolower tables from ctype_.c to their own files --- I
...
received complaints about using shorts in the table (but i need a range
of -1..255), so now the tables will not be used unless either toupper()
or tolower() (and soon, setlocale()) are used. This can save up to 514
bytes.
In toupper_.c and tolower_.c make sure that our assumption of EOF == -1
holds.
Fixed bug where _toupper_tab_ was initialized pointing to _C_tolower_tab.
1993-08-23 21:04:50 +00:00
mycroft
d079c3bdfc
Add empty depend',
tags', and `lint' targets.
1993-08-23 16:44:18 +00:00
mycroft
22ab556e04
If ospeed is set to 0, SIGHUP the session leader (if any).
1993-08-23 16:36:42 +00:00
cgd
5def7a5fde
use "_to*_tab_" rather than "_to*_table_" -- table is defined as the former
1993-08-23 16:25:03 +00:00
mycroft
742dcd5655
RLIMIT_OFILE --> RLIMIT_NOFILE
1993-08-23 16:01:56 +00:00
brezak
7a19417ff8
Cleanup port to NetBSD
1993-08-23 14:36:07 +00:00
cgd
f0ba70d26a
make various vm counters part of the "standard" nlist (for mw)
1993-08-23 10:33:07 +00:00
cgd
168b3d4eb4
oops; get those last changes right
1993-08-23 09:45:50 +00:00
cgd
a4e6cac076
don't generate some instructions, because of friggin' broken fpe for
...
the i386.
1993-08-23 09:25:15 +00:00
mycroft
5cc299695d
Clean up deleted files.
1993-08-23 09:24:09 +00:00
cgd
4d8702d9e3
reorganized++ gcc2 from mycroft
1993-08-23 09:23:40 +00:00
mycroft
ed892ecf20
Clean up deleted files.
1993-08-23 09:23:30 +00:00
cgd
58e557c5e6
reorganized++ gcc2 from mycroft
1993-08-23 09:23:16 +00:00
mycroft
8756937037
Clean up deleted files.
1993-08-23 09:23:12 +00:00
cgd
c46c267d70
reorganized++ gcc2 from mycroft
1993-08-23 09:20:31 +00:00
mycroft
93543cd977
Clean up deleted files.
1993-08-23 09:20:30 +00:00
cgd
3dd06102da
reorganized++ gcc2 from mycroft
1993-08-23 09:20:24 +00:00
cgd
e57d888eed
fix from chmr@edvz.tu-graz.ac.at (Christoph Robitschko)
...
to get things right if obj is a symlink and points to nowhere.
1993-08-23 05:29:31 +00:00
cgd
862cf2cf3a
From: Thorsten Lockert <tholo@gandalf.bbb.no>
...
fix some typos in the pc3 termcap entry.
1993-08-23 05:05:49 +00:00
cgd
4543c1ebfd
changes from 0.9-ALPHA2 to 0.9-BETA
1993-08-23 04:59:38 +00:00
glass
6041363205
gets past enablertclock(), now time to deal with the mountroot mess
1993-08-22 21:26:15 +00:00
glass
dc22f15a6d
snapshot. for uploading. gets lost in swtch after enablertclock()
1993-08-21 02:16:07 +00:00
jtc
c066b5f81e
_ctype_, _tolower_tab_, and _toupper_tab_ are now pointers to the tables.
...
The tables have been renamed to _C_ctype_, _C_tolower_, and _C_toupper_
as they are tables for the C locale. When switching to a new locale, the
pointers will be set to point to tables specific to the new locale.
1993-08-21 00:46:25 +00:00
jtc
ffefbf8e83
If mode is niether 'r' or 'w', set errno to EINVAL as per 1003.2-92.
1993-08-21 00:11:47 +00:00
jtc
ec73f57f05
cast away compiler warning message.
1993-08-20 23:40:43 +00:00
jtc
67f034415c
Upgraded to be 1003.2-92 compliant. The only functional change is
...
that -1 is returned when the fork fails. Updated implementation to
use int rather than deprecated "union wait". Updated documentation
to describe error / return values.
1993-08-20 23:00:45 +00:00
jtc
7a5661e6ac
Fixed typo. Readdir returns a "struct dirent *", not "struct dirent".
1993-08-20 16:46:14 +00:00
jtc
fc04014ae1
Dump is now in /sbin.
1993-08-20 16:32:58 +00:00
mycroft
36d083669a
Technically, readdir(3) returns a struct dirent *', not a
struct direct *',
...
not that they aren't the same thing.
1993-08-20 10:03:05 +00:00
jtc
4532d39196
Document the fact that ln now conforms to IEEE 1003.2-92.
1993-08-19 17:34:14 +00:00
jtc
0942acadf0
Document that utility now conforms to IEEE 1003.2-1992.
1993-08-19 17:16:39 +00:00
jtc
a5960e1999
Print correct default output format.
...
Note that date (with a suitable strftime()), is 1003.2 compliant.
1993-08-19 17:02:40 +00:00
jtc
29222c415a
Added -p1003.1-90 and -p1003.2-92 to list of known standards.
1993-08-19 17:01:08 +00:00
jtc
cbc115a0d5
Added the additional `%'' format specifiers and the
E'' and
`O''
...
format modifiers that are needed for a 1003.2 compliant date(1). The
modifiers don't actually do anything at present and are not documented.
It's too confusing to the user to describe localization features when
they aren't implemented yet. It is safe to do this, as the modifiers
fall back to the default behavior if the locale doesn't support alternate
eras or numeric formats.
But, in anticipation of _some_ locale support, all month and day names and
abbrevs, certain time formats, am/pm, etc. are now accessed through variables.
1993-08-19 16:39:47 +00:00
mycroft
5c2721a0c3
Add old ZMAGIC handling, as in i386 port.
1993-08-19 14:35:46 +00:00
mycroft
4a5baa80a0
Remove cpu_exec_makecmds() macro and declare it as a function. Also, wrap
...
everything in `#ifdef KERNEL'.
1993-08-19 14:34:25 +00:00
mycroft
5aa52f5be0
Set USRTEXT to NBPG.
1993-08-19 14:32:24 +00:00
mycroft
8fe0af721f
Add COMPAT_NOMID.
1993-08-19 14:29:28 +00:00
andrew
4e65827b6c
Moved vm_map_create()'s out-of-maps panic to a more appropriate place.
1993-08-19 03:13:24 +00:00
brezak
d9d60a264e
Add speeds of 19200, 38400, 57600, 115200
1993-08-18 13:00:39 +00:00
brezak
2326181767
/netbsd is the kernel name.
1993-08-18 12:55:13 +00:00
brezak
9ea8dd1822
Set group to kmem.
1993-08-18 12:54:50 +00:00
brezak
48d617a9d6
Use LOG_INFO instead of LOG_NOTICE for informational messages. Correctly set line speed.
1993-08-18 12:54:16 +00:00
brezak
4b6877546a
Identify the PPPDISC on a line.
1993-08-18 12:52:39 +00:00
jtc
ed37f93ef0
As per Chris Torek's suggestion, define CLOCKS_PER_SEC and CLK_TCK to 100.
...
When we get sysconf, we can define them in terms of the kernel's notion of
interrupts per second if we so choose. Until then, the constant value
seems to satisfy the requirements presented by ISO C and POSIX, even if it
may lie about the true number of clocks per second.
1993-08-18 01:02:58 +00:00
jtc
c41b22b4f6
Removed CLK_TCK, it's value is not machine dependant.
...
It's supposed to be defined in <time.h>, not <limits.h> anyway.
1993-08-18 00:22:44 +00:00
jtc
17bda641e5
The result of clock() is measured in CLOCKS_PER_SECs, not CLK_TCKs.
1993-08-17 20:37:57 +00:00
jtc
d4cfab9dd1
Define CLOCKS_PER_SEC.
1993-08-17 20:33:56 +00:00
jtc
37f6fbfafe
/usr/ucb -> /usr/bin, /usr/msgs -> /var/msgs
1993-08-17 20:02:27 +00:00