Søren Schmidt
2092b5ac38
Fix the broken support for monochrome VGA's.
...
It was MY fault after all, damn..
1996-12-07 22:33:05 +00:00
Andrey A. Chernov
2f71230e78
Expand username limit to 16
1996-12-07 21:25:12 +00:00
Sean Eric Fagan
37e5b2c618
Change how SIGINFO is handled -- set a flag (of sig_atomic_t), and check
...
that flag on every iteration of the loop. This avoids calling fprintf
inside a signal handler, which is always somewhat icky.
Reviewed by: bde
1996-12-07 20:20:41 +00:00
KATO Takenori
c918e9eece
Synchronize with sys/i386/isa/if_ed.c revision 1.09.
...
It's a 2.2 candidate.
1996-12-07 13:04:21 +00:00
Mark Murray
d6eb2faa42
Fix libmp to be more Berkely compatible.
...
This is a very safe 2.2 candidate.
Submitted by: Nick Sayer <nsayer@quack.kfu.com>
1996-12-07 13:03:29 +00:00
KATO Takenori
91a8839315
Change obsolete SBIC55 into SCSI in a comment line.
...
Definite 2.2 candidate.
1996-12-07 12:59:36 +00:00
KATO Takenori
4e8f1851bf
Obtained from: NetBSD/pc98 based on NetBSD 1.2
...
Add a missing file of bs driver. It's a 2.2 candidate.
1996-12-07 12:31:05 +00:00
Bruce Evans
a68e018a5e
Fixed `stty [-]extproc'. It set extproc to a semi-random state (always
...
off if there are no other options, always (?) on if another option that
changes the state is processed earlier).
1996-12-07 11:07:20 +00:00
John Dyson
0362d7d737
Expunge inlines...
1996-12-07 07:44:05 +00:00
Masafumi Max NAKANE
f14b525953
Merged the changed made to the en version (1.162 -> 1.163).
1996-12-07 07:18:38 +00:00
John Dyson
62487bb4db
Fix a map entry leak problem found by DG. Also, de-inline a function
...
vm_map_entry_dispose, because it won't help being inlined.
1996-12-07 06:19:37 +00:00
John Dyson
807cf4006d
Make LKM's build again. I have added the allegedly broken
...
ACTUALLY_LKM_NOT_KERNEL until the real fix comes through. Whatever
flag that is used to indicate building LKMs will have be be substituted
in the future. This allows proper selection of the usage of the
efficient, single instruction in the kernel, but alas, doesn't allow
for use in userland or LKMs :-(. Them's the breaks!!!
1996-12-07 05:08:37 +00:00
John Dyson
66f61b8256
Change endian.h so that when a kernel is compiled without I386_CPU, and
...
with one of the following (I486_CPU,I586_CPU,I686_CPU) so it can take
advantage of the very quick bswap insn. This keeps LKMs from being
built to take advantage of the insn, but also makes sure that the LKMs
can be run on all CPUs. (The LKMs don't pick up the CPU options :-( ).
1996-12-07 03:46:20 +00:00
Jordan K. Hubbard
1badcc48ca
Add Guido von Rooij to list of security officers, remove myself from
...
Webmaster list since I'm not doing that anymore, remove "system administration"
category entirely since it's now a responsibility shared among multiple
individuals and, finally, add FAQ category and stick Peter da Silva's name on
it.
Reminded-By: max
1996-12-07 03:12:23 +00:00
Andrey A. Chernov
efca252ab2
Disable seteuid/setegid back, I overlook one place where
...
SETEUID chacked before SETREUID
1996-12-07 00:16:04 +00:00
John Dyson
cdc2c29161
Make vm_map_insert much more intelligent in the MAP_NOFAULT case so
...
that map entries are coalesced when appropriate. Also, conditionalize
some code that is currently not used in vm_map_insert. This mod
has been added to eliminate unnecessary map entries in buffer map.
Additionally, there were some cases where map coalescing could be done
when it shouldn't. That problem has been resolved.
1996-12-07 00:03:43 +00:00
Masafumi Max NAKANE
97ba1b329f
Merge the change made to the en version (1.40 -> 1.41).
1996-12-06 23:05:10 +00:00
Andrey A. Chernov
f7b6171d98
Enable seteuid, setegid
1996-12-06 22:59:56 +00:00
Andrey A. Chernov
19d1a09b3d
Not have saved setuid anymore
1996-12-06 22:55:31 +00:00
Andrey A. Chernov
fca321513e
Turn POSIX_SAVED_IDS off
1996-12-06 22:53:52 +00:00
Andrey A. Chernov
d9b9984e23
Turn off _POSIX_SAVED_IDS
1996-12-06 22:51:11 +00:00
KATO Takenori
b0c23b0c8e
Synchronize with sys/i386/i386/machdep.c revision 1.217.
...
This should not be in 2.2 until original change is merged.
1996-12-06 19:51:49 +00:00
Jordan K. Hubbard
fb507609bd
List Peter da Silva explicitly as the maintainer. I feel this to be
...
better than using the "FAQ" alias as people have either ignored or
misused the alias in the past, and this gives the feeling that there's
an actual person behind it now (which will be a nice change in any case :-).
1996-12-06 18:19:31 +00:00
Bruce Evans
f7f70b3d0f
Fixed a null pointer panic in ADDENTRY(). Unloading the lkm and joy
...
modules sort of works now. Their devswitch entries aren't cleaned
up, so accessing them after they have been unloaded causes a panic
in spec_open().
Submitted by: durian@plutotech.com (Mike Durian), IIRC
1996-12-06 12:47:05 +00:00
Jordan K. Hubbard
0682634e99
Add Peter da Silva to authors list now that he's taking over the FAQ.
1996-12-06 11:37:34 +00:00
Peter Wemm
e8fce182a6
Update this to what freefall's been running for a day or so.
1996-12-06 11:29:15 +00:00
Masafumi Max NAKANE
317c66637f
Merge the changes made to the en version (1.39 -> 1.41).
1996-12-06 10:10:40 +00:00
Jordan K. Hubbard
5e714635d6
Drop the e_spare[] array to 3 elements so that padding of the eproc
...
structure remains the same despite bumping MAXLOGNAME.
1996-12-06 08:01:17 +00:00
Nate Williams
7ffe15380f
Added psm manpage.
...
Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
1996-12-06 01:58:14 +00:00
Jordan K. Hubbard
380577b434
I asked Bill Paul why _getnetbynis() was only being called with 2 parameters,
...
and he said:
The 3rd agrument is new; looks like it was part of the upgrade to
a new BIND with some IPv6 support. The third argument here should be
AF_INET. In order for it to be anything else, I'd have to add new
NIS functions to support IPv6 lookups. I don't even know what those
look like yet.
So there ya go, add AF_INET as the 3rd argument to the call.
Submitted-by: wpaul
1996-12-06 00:12:31 +00:00
Julian Elischer
ed5b7817a4
Add comments to hard-to-follow File descriptor handling code
1996-12-05 22:41:13 +00:00
Andrey A. Chernov
35a7db3500
Swap %X and %Y in %c
1996-12-05 20:33:07 +00:00
Andrey A. Chernov
7618cd1238
Fix my error from previous commit with mixing rwhod protocol
...
and utmp sizes.
Replace hardcoded constants by sizeofs or symbolic constants
1996-12-05 20:19:33 +00:00
Jordan K. Hubbard
2696fe9c84
Remove more instances of passing arrays by address when they should
...
have simply been passed as arrays. In some cases, casts had even
been added to remove the warnings generated by such misuse! Aieee!
1996-12-05 18:46:19 +00:00
Jordan K. Hubbard
afb5b8ed4d
Eliminate 3 more examples of gratutiously passing arrays by address.
...
Everyone please call ParaSoft today and say "I will buy 57 copies of
Insure++ tomorrow, but first I want a FreeBSD version." :-)
1996-12-05 18:41:35 +00:00
Jordan K. Hubbard
ecc9c8e3cd
sethostname() returns int, not long. I could get used to having this
...
copy of insure++, too bad the runtime only works for BSD/OS. :-(
Maybe they'll be so impressed by my initial 15 entry bug report for it
that they'll take the FreeBSD version more seriously. :-) :-)
1996-12-05 18:27:20 +00:00
Jordan K. Hubbard
4186474051
_key is a char array and we don't need to pass its address to _buildkey()
...
when buildkey is expecting a char *.
1996-12-05 18:22:00 +00:00
Jordan K. Hubbard
8af0a47fba
gethostname() returns int, not long. Answered my own question by
...
RTFM'ing. Either both the header files and the man pages are wrong
or this code is, and I'll take the majority decision. :-)
1996-12-05 18:14:56 +00:00
Jordan K. Hubbard
15ba0c4e86
make u_char * -> char * conversion explicit.
...
Found-By: insight's "insure++" tool.
1996-12-05 18:05:11 +00:00
Andrey A. Chernov
eb7456fc97
Remove one space to produce the same output alignment
...
like in who, rwho, w, etc.
1996-12-05 17:56:05 +00:00
Andrey A. Chernov
5b3675170f
Adjust line to not overflow 80 cols (result of recent utmp changes)
1996-12-05 17:33:46 +00:00
Andrey A. Chernov
0f456e3c6e
Use UT_* contstants when possible instead of harcoded 8
...
2.2 candidate
1996-12-05 17:12:51 +00:00
Andrey A. Chernov
d916216786
Increase username field to reflect utmp changes
1996-12-05 17:00:16 +00:00
Andrey A. Chernov
00b18da210
Fix compiler warning: /* inside comment
...
2.2 candidate
1996-12-05 14:46:57 +00:00
Masafumi Max NAKANE
999a6c4cad
Merge the changes made to the en version (1.47 -> 1.51).
1996-12-05 13:43:30 +00:00
Bruce Evans
2c5136653b
Fixed handling of modem status changes. Only the most common case of
...
connect/hangup in !CLOCAL mode was handled correctly. mgetty and ppp
didn't work because they turn on CLOCAL and poll for carrier (or RI?).
1996-12-05 12:43:30 +00:00
Masafumi Max NAKANE
be359f01b2
Merge the changes made to the en version (1.20 -> 1.21).
1996-12-05 11:57:23 +00:00
Satoshi Asami
1bdf8cc33a
Add ports-vietnamese, delete ports-distfiles.
1996-12-05 11:27:53 +00:00
Satoshi Asami
bed5c06280
Update to match reality. New __FreeBSD_version values for post 2.1.5R
...
releases, example for MASTER_SITE_XCONTRIB and such.
1996-12-05 11:21:47 +00:00
Satoshi Asami
d681a10ee8
Add ports-vietnamese. While I'm here, comment out ports-distfiles,
...
which has been discontinued indefinitely.
1996-12-05 11:17:11 +00:00