cgd
9910a37e0e
little point in having mount_procfs if you don't make it...
1993-08-24 16:16:33 +00:00
mycroft
ece0d82f04
Make mfs_print() return a void to prevent a warning from GCC.
1993-08-24 14:54:14 +00:00
pk
883ee6ae2f
mount program for proc filesystem.
1993-08-24 13:18:05 +00:00
pk
d4f1dcb0d5
Initialized `mntflags'.
1993-08-24 13:15:14 +00:00
pk
498189f379
Initial version of a proc filesystem.
1993-08-24 12:59:09 +00:00
pk
d18c6d88d0
Support added for proc filesystem.
1993-08-24 12:56:22 +00:00
pk
691f917c0d
ioctl definitions for procfs.
1993-08-24 12:55:11 +00:00
pk
cc64019e82
Added support for proc filesystem.
1993-08-24 12:53:50 +00:00
pk
6b29756e78
Add files for proc filesystem.
1993-08-24 12:52:29 +00:00
mycroft
1aabac5ad3
Change getdate.y to getdate.c in SRCS, so it gets depended properly.
1993-08-24 04:33:48 +00:00
jtc
19e4e33b98
Don't block SIGINT, SIGQUIT, SIGHUP, etc. in pclose()...
...
"Some historical implementations either block or ignore the signals
SIGINT, SIGQUIT, and SIGHUP while waiting for the child process to
terminate. Since this behavior is not described in POSIX.2, such
implementations are not conforming."
1993-08-23 21:56:31 +00:00
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