mycroft
085d8cf4fd
Reverse part of the quad changes; this should only be in the branch.
1993-09-17 03:35:48 +00:00
brezak
35778f0c37
Don't use syscallmap unless FM_TRAP is defined (it isn't anymore)
1993-09-17 03:12:16 +00:00
cgd
72b27fe90c
get rid of extraneous include of machine/endian.h now that it's
...
included by sys/types.h
1993-09-17 01:49:27 +00:00
cgd
0145d113ae
get rid of the #ifndef KERNEL around the include of sys/cdefs.h,
...
a la 4.4, because it seriously breaks things otherwise, given
inclusion of endian.h in types.h
1993-09-17 01:44:08 +00:00
cgd
cf6729f6fe
patch from ws via brezak, to fix the "don't panic, but can't see
...
anything in subdirs" problem.
1993-09-17 01:21:46 +00:00
cgd
65aeeefb0a
version 1.71 of new db code
1993-09-17 01:06:18 +00:00
jtc
9bdffa97b2
Converted to use -mandoc macros.
1993-09-16 23:21:10 +00:00
cgd
17d5af7436
don't try stat-printing stuff; the way we compile/test the library,
...
it doesn't include the statistics function.
1993-09-16 23:18:45 +00:00
cgd
e2c6364994
update to v1.71 of DB package from ftp.cs.berkeley.edu
1993-09-16 23:15:57 +00:00
cgd
c74f1b9405
forgot the friggin' rcsid last time around.
1993-09-16 22:58:06 +00:00
jtc
b3709e3893
Fix typo: magic(5), not magic(__SECTION__)
1993-09-16 22:47:28 +00:00
cgd
4f10c7ead8
kill volatile warning.
1993-09-16 22:08:30 +00:00
cgd
8002428397
fix for "touch -t CCYYMMDDhhmm[.SS]". the CC part didn't work. from
...
Thomas Eberhardt <thomas@mathematik.uni-Bremen.de>
1993-09-16 21:44:35 +00:00
cgd
62d3b2073c
fix to the 'size' primary; -size <n>c didn't work. from
...
Thomas Eberhardt <thomas@mathematik.uni-Bremen.de>
1993-09-16 21:41:30 +00:00
cgd
4f2fa8a18d
aculog should be uucp.dialer after rotation, not root.wheel.
...
bug reported by Greg Tanaka <glt@cco.caltech.edu>
1993-09-16 20:54:57 +00:00
jtc
69a25a6a71
Updated to GNU Diffutils 2.4.
1993-09-16 17:39:00 +00:00
jtc
941b6d7b19
Fix formatting error.
1993-09-16 17:03:11 +00:00
jtc
a3c7120c1a
Word list is in /usr/share/dict/*, not /usr/dict/*.
1993-09-16 17:02:51 +00:00
ws
51a962e341
Bug fix in compare routine for correct sorting order.
...
But at the same time disable sorting optimization,
as there are a lot of CDs with incorrectly sorted directory records.
1993-09-16 16:54:09 +00:00
mycroft
2f7cd59af8
Compile quad stuff.
1993-09-16 06:06:41 +00:00
mycroft
49e0bc5446
Torek's quad stuff from 4.4.
1993-09-16 06:05:46 +00:00
mycroft
dd964a65fd
Add quad_t and u_quad_t, fix qaddr_t, nuke quad and u_quad.
...
Also, #include <machine/endian.h> (a la 4.4).
1993-09-16 06:03:45 +00:00
mycroft
a46b224043
Add constants for quad support.
1993-09-16 06:01:11 +00:00
mycroft
111aecd0a9
Add an #ifndef _POSIX_SOURCE...
1993-09-16 05:59:43 +00:00
brezak
cb098b5eb0
Changes to use a trap frame for syscalls.
1993-09-16 03:24:13 +00:00
mycroft
606544f20d
Add _QUAD_HIGHWORD and _QUAD_LOWWORD for Torek's quad stuff.
1993-09-16 02:25:45 +00:00
jtc
5068ba496f
Add cross references to "SEE ALSO" section.
1993-09-16 01:56:34 +00:00
jtc
1ace33786c
Add "SEE ALSO" cross references.
...
rwho was changed so a host is considered "down" if it hasn't sent a
response in 11 minutes (it used to be 5) but the manpage was never
updated.
1993-09-16 01:50:33 +00:00
jtc
d4b99cd909
Add rup to SEE ALSO section.
...
Data files are stored in /var/rwho, not /usr/var/rwho.
1993-09-16 01:42:41 +00:00
jtc
4071edc949
Change Sun-OS to SunOS. Every other instance of in manual our manual
...
is typeset that way.
Remove BUG about sorting options not being supported as rwall never had
sorting. Probably caused when manpage for rup or rusers was used as a
template.
1993-09-16 01:31:18 +00:00
jtc
29d9ea22b8
Change Sun-OS to SunOS. Every other instance of in manual our manual
...
is typeset that way.
1993-09-16 01:30:19 +00:00
jtc
8ff94d9fe4
Fixed Typo: SJC -> SJO; Added YVR (Vancouver International).
...
Sorted database to make further additions easier.
I'm trying to find a pilot with a book of north american airports so I
can double check and extend this database.
1993-09-16 00:23:34 +00:00
jtc
a4f6c7af67
Fix typo: San Francisco, GU -> San Francisco, CA
1993-09-15 23:24:40 +00:00
cgd
9c32bc786a
make allproc be volatile, and cast things accordingly.
...
suggested by torek, because CSRG had problems with reordering
of assignments to allproc leading to strange panics from kernels
compiled with gcc2...
1993-09-15 22:30:32 +00:00
cgd
a3b397dd18
compile boot blocks with -O6. this makes them "fit". this is sick.
1993-09-15 22:17:54 +00:00
phil
4c44872dde
Adding changes for the pc532 machine. The NO_SYMLINK is for compilation
...
under Minix on the pc532, which has no symlinks.
1993-09-15 21:15:19 +00:00
alm
22e4414792
test "0 " -eq 0 now evaluates to true.
...
It also does range checking. These override J.T.'s patches.
1993-09-15 04:35:53 +00:00
jtc
74b68a49cf
Fix grammar to eliminate support for unary minus expressions -- they
...
weren't supported, they aren't standard, and they caused expr to dump
core.
1993-09-14 22:45:57 +00:00
jtc
2eb08c94c4
POSIX.2 has changed getopt to return -1 instead of EOF (to decouple getopt()
...
from standard i/o). This change is more pedantic than functional as EOF
is defined to be -1.
1993-09-14 22:37:24 +00:00
brezak
ff02097496
No need to lospecifiy load address at 1M, now the default for any kernel.
1993-09-14 20:01:19 +00:00
jtc
186047edaf
Document isblank().
1993-09-14 19:23:27 +00:00
mycroft
fd156a97fa
New i386 code.
1993-09-14 17:28:06 +00:00
ws
019b759766
Fix a bug in local (non-NFS) directory reading
1993-09-14 13:13:45 +00:00
mycroft
40222e846f
Fix from Noriyuki Soda <soda@sra.co.jp>:
...
recvmsg(2) always returns -1 with errno==EMSGSIZE, when trying
to pass file descriptors through UNIX domain socket.
1993-09-14 03:35:08 +00:00
jtc
be9cb2234b
Remove explicit declarations of isfoo() functions, because we fixed
...
ctype.h to declare the isfoo() functions.
Remove isblank, as our C library now provides it.
1993-09-14 01:17:46 +00:00
jtc
b82a25338b
Implement C version of isblank.
1993-09-14 01:09:13 +00:00
jtc
a0c1ff159e
Both space and tab are in the blank character class.
1993-09-14 01:08:38 +00:00
jtc
06c97b088e
Added isblank() used by 4.4 and POSIX utilities like tr.
1993-09-14 01:07:41 +00:00
jtc
236d597f4d
I forgot that someone may want to use a profiled libkern...
1993-09-13 21:01:09 +00:00
jtc
80c05334ec
Allow libkern to be installed by a non-root user.
1993-09-13 19:53:18 +00:00