Bruce Evans
713aa001e2
Updated generated files.
1997-01-16 15:59:31 +00:00
Bruce Evans
ac0ad63f37
Reduced #include spam in <sys/sysproto.h> and fixed things that depended
...
on it.
makesyscalls.sh:
This parsed $Id$. Fixed(?) to parse $FreeBSD$. The output is wrong when
the id is not expanded in the source file.
syscalls.master:
Fixed declaration of sigsuspend(). There are still some bogons and
spam involving sigset_t.
Use `struct foo *' instead of the equivalent `foo_t *' for some nfs and
lfs syscalls so that <sys/sysproto.h> doesn't depend on <sys/mount.h>.
1997-01-16 15:58:32 +00:00
Jordan K. Hubbard
306e292622
Fix mishandling of extraction return status in commit.
1997-01-16 15:00:25 +00:00
KATO Takenori
280a2265d9
- Modified for PC-98.
...
- Included IBM-PC specific code in #ifndef PC98.
1997-01-16 14:56:16 +00:00
KATO Takenori
66548b7ce9
Synchronize with followings:
...
sys/i386/conf/files.i386 revision 1.149
sys/i386/conf/options.i386 revision 1.33
sys/i386/isa/if_fe.c revision 1.25
sys/i386/isa/syscons.c revision 1.194
sys/i386/isa/syscons.h revision 1.26
1997-01-16 14:50:17 +00:00
Jordan K. Hubbard
2974f2c077
Cope with Open_Disk() failure much more gracefully.
1997-01-16 14:42:21 +00:00
Bruce Evans
f7b630a403
Added file kern_opt.c for putting warnings about defunct options in.
...
Warn about recently removed option EXTRAVNODES and about other rubbish
that hasn't been put in opt_defunct.h yet.
1997-01-16 13:31:55 +00:00
Bruce Evans
5131d64e0c
Removed option EXTRAVNODES. All versions of FreeBSD-2.x have a sysctl
...
variable `kern.maxvnodes' which gives much better control over vnode
allocation than EXTRAVNODES (except in -current between 1995/10/28 and
1996/11/12, kern.maxvnodes was read-only and thus useless).
1997-01-16 13:16:10 +00:00
Jordan K. Hubbard
3b20426160
Add the ex driver (Intel EtherExpress Pro/10).
...
I have no idea if this works since I don't have one of the cards to test.
I also don't know what the LINT and GENERIC entries should look like,
so I just made up some values for now and left them commented out.
Someone who knows the factory settings for a Pro/10, please contact me!
Submitted-By: Javier Martín Rueda <jmrueda@diatel.upm.es>
1997-01-16 12:19:21 +00:00
Jordan K. Hubbard
78147d1db8
Modification to sliplogin prints desitination's IP address before
...
going into SLIP mode, useful for scripts that can automatically
grok IP addresses ala Trumpet Winsock.
Closes PR#2293
Submitted-By: andrew@fortress.org
1997-01-16 11:47:44 +00:00
Bruce Evans
7d350e7256
Fixed printing of small offsets. E.g., -4(%ebp) is now printed
...
as -0x4(%ebp) instead of as _APTD+0xffc(%ebp), and if GUPROF is
defined, 8(%ebp) is now printed as 0x8(%ebp) instead of as
GMON_PROF_HIRES+0x4(%ebp).
1997-01-16 11:27:11 +00:00
Jordan K. Hubbard
b449e9a83e
Damn! Forgot to update lynx also.
1997-01-16 10:51:53 +00:00
Jordan K. Hubbard
2bd4114e2a
Minor cleanup, adjust for latest version of apache web server.
1997-01-16 10:48:00 +00:00
Jordan K. Hubbard
37c16c5340
Clean up a long-standing bug in the scripting code. You could set variables,
...
but you couldn't call functions! Now you can do both.
Guard against whitespace pollution in variable names.
1997-01-16 10:24:09 +00:00
Poul-Henning Kamp
1d0847d38d
Trivial fix for braino.
...
Reviewed by: phk
Submitted by: Martin Ibert <mib@ppe.bb-data.de>
1997-01-16 10:12:30 +00:00
Jordan K. Hubbard
69bab6f567
Use a better dialog for flagging field validation errors.
...
Pointed-Out-By: msmith
1997-01-16 09:45:35 +00:00
Andrey A. Chernov
71b9b9d8e6
Change XOPEN constants to match FreeBSD reality and add some
...
comments to describe them
1997-01-16 08:27:18 +00:00
Andrey A. Chernov
eca6bf6ad9
Activate _POSIX_* stuff if !_ANSI_SOURCE
...
Add _XOPEN constants set, needed mainly to sense position arguments
in printf (vi cares at this moment)
Obtained from: NetBSD
1997-01-16 07:57:56 +00:00
Jordan K. Hubbard
827d623ef8
Document INCLUDE_CONFIG_FILE.
1997-01-16 07:43:27 +00:00
Andrey A. Chernov
ea295661f9
Use collate for national [a-z]-like ranges
...
Should go in 2.2
1997-01-16 07:36:14 +00:00
Jordan K. Hubbard
7f3a14d595
Fix assorted references, update text.
1997-01-16 06:27:18 +00:00
KATO Takenori
0c6d0cce02
Re-enable ds_subtype, and ds_name (included in #ifdef PC98).
...
Userland programs which access partition information require
ds_subtype and ds_name on PC98.
1997-01-16 05:27:10 +00:00
John Dyson
afa07f7e83
Change the map entry flags from bitfields to bitmasks. Allows
...
for some code simplification.
1997-01-16 04:16:22 +00:00
Jordan K. Hubbard
be33883762
Adjust some broken links for news/mail information.
1997-01-16 03:51:28 +00:00
Jordan K. Hubbard
2b07cff50c
Add Jonathan Bresler to the core team - welcome, Jon!
1997-01-16 02:27:47 +00:00
Jordan K. Hubbard
525014855b
Make sure newly created /var/account/acct file is 0600 mode.
1997-01-16 02:18:37 +00:00
Jordan K. Hubbard
ef7b564596
Add John Polstra to the core team. Welcome to the core team, John!
...
In later news, Mr. Dyson and Mr. Polstra will be debating the use of
the given name "John" in our mailing lists. :-)
1997-01-16 01:08:10 +00:00
Wolfram Schneider
da1ff3cb8a
Sort cross references.
1997-01-15 23:25:55 +00:00
Gary Jennejohn
753f57aff1
Remove mmalloc since we're now using phkmalloc. This is made possible
...
by the -DNO_MMALLOC flag in gdb/Makefile.
The one thing we lose by doing this, AFAIK, is the possibility of using
mmap. Does anyone use that feature at all ?
2.2 candidate ?
1997-01-15 22:47:36 +00:00
Gary Jennejohn
9d5922197f
Changes required in directory libiberty to make gdb from the sources in
...
/usr/src/contrib/gdb.
This is based on /usr/ports/devel/gdb.
2.2 candidate ?
1997-01-15 22:43:15 +00:00
Gary Jennejohn
69a0423e5e
The files in gdb/elf are now grabbed from /usr/src/contrib/gdb/include/elf.
...
This also applies to the last 2 commits for aout and coff. Oops !
This is based on /usr/ports/devel/gdb.
2.2 candidate ?
1997-01-15 22:41:13 +00:00
Gary Jennejohn
86cf61adfa
The files in gdb/coff are now grabbed from /usr/src/contrib/gdb/coff.
...
This is based on /usr/ports/devel/gdb.
2.2 candidate ?
1997-01-15 22:39:08 +00:00
Gary Jennejohn
06e8c5e416
The files in gdb/aout are now grabbed from /usr/src/contrib/gdb/aout.
...
This is based on /usr/ports/devel/gdb.
2.2 candidate ?
1997-01-15 22:38:29 +00:00
Gary Jennejohn
86dd30cb93
changes required in the gdb directory for making gdb
...
using the sources in /usr/src/contrib/gdb.
This is based on /usr/ports/devel/gdb.
2.2 candidate ?
1997-01-15 22:37:09 +00:00
Gary Jennejohn
e5b4c7e3b4
changes required in the doc directory for making the gdb info
...
files using the texi sources in /usr/src/contrib/gdb/gdb/doc.
I put a pointer to /usr/src/contrib/libreadline/doc into
Makefile.inc in the hope that the appropriate files would be
picked up.
This is based on /usr/ports/devel/gdb.
2.2 candidate ?
1997-01-15 22:33:16 +00:00
Gary Jennejohn
ea2fdd1095
changes required in the bfd directory for making gdb
...
using the sources in /usr/src/contrib/gdb.
This is based on /usr/ports/devel/gdb.
2.2 candidate ?
1997-01-15 22:28:25 +00:00
Gary Jennejohn
2ead490eea
changes required in the top-level directory for making gdb
...
using the sources in /usr/src/contrib/gdb.
This is based on /usr/ports/devel/gdb.
2.2 candidate ?
1997-01-15 22:26:11 +00:00
Gary Jennejohn
8a9a74a887
FreeBSD specific modifications.
...
Obtained from /usr/ports/devel/gdb.
2.2. candidate ?
Should I put $FreeBSD$ into these files ?
1997-01-15 21:49:58 +00:00
David Greenman
649c409d03
Fix bug related to map entry allocations where a sleep might be attempted
...
when allocating memory for network buffers at interrupt time. This is due
to inadequate checking for the new mcl_map. Fixed by merging mb_map and
mcl_map into a single mb_map.
Reviewed by: wollman
1997-01-15 20:46:02 +00:00
Poul-Henning Kamp
8964f83c4a
add more arguments to these things.
...
2.2 candidate.
1997-01-15 19:39:45 +00:00
Garrett Wollman
de707befce
Document Monday's changes in the interface structure.
1997-01-15 19:28:39 +00:00
Bruce Evans
e0611bb287
Fixed longstanding annoying warning about a type mismatch. pmap doesn't
...
really uses pt_entry_t internally, so don't use it here.
Fixed range checking for writing. The partial page (if any) following
etext wasn't writable.
1997-01-15 19:24:12 +00:00
Bruce Evans
16a02c1105
Removed redundant spl0()'s from kernel processes. They were work-arounds
...
for a bug in fork().
1997-01-15 19:05:08 +00:00
Bruce Evans
3e2bca9e04
Fixed interrupt unmasking for child processes which I broke in
...
rev.1.10 two years ago. Children continued to run at splhigh()
after returning from vm_fork(). This mainly affected kernel
processes and init. For ordinary processes, interrupts are normally
unmasked a few instructions later after fork() returns (it may be
important for syscall() not to reschedule the child processes).
Kernel processes had workarounds for the problem. Init manages to
start because some routines "know" that it is safe to go to sleep
despite their caller starting them at a high ipl. Then its ipl
gets fixed on its first normal return from a syscall.
1997-01-15 18:58:42 +00:00
Søren Schmidt
b6b9dfa17e
Upgrade the kbdio rutines to provide queued kbd & mouse events.
...
Minor other updates to syscons by me.
Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
1997-01-15 18:16:32 +00:00
Jordan K. Hubbard
d42e16a0d6
Keep our serial ports distinct so that first device is not found for
...
all (closes PR#2296).
Print better FTP failure diagnostics
Do better media failure checking in install.
1997-01-15 16:21:10 +00:00
Jordan K. Hubbard
c5e12995c6
Put upgraded files in their own directory - using the suffix was a bad idea.
1997-01-15 15:32:04 +00:00
Jordan K. Hubbard
615d72264e
Register SLIP/PPP devices properly again.
...
Make the /etc resurrection more sensible for upgrade. No longer
quite so annoying.
1997-01-15 13:39:50 +00:00
Masafumi Max NAKANE
8dbba8e3ed
Merge 1.57 -> 1.59 changes. (No actual change in the contents.)
1997-01-15 13:30:24 +00:00
Masafumi Max NAKANE
a785ce7ee3
Bump the revision number in the Original revision: line by one iafter
...
all $Id$ changed to $FreeBSD$.
1997-01-15 13:16:51 +00:00