John Baldwin
492f000557
Always install loader.4th, defaults/loader.conf, and support.4th instead of
...
only doing so if loader.rc does not exist. This fixes the problem where
installworld doesn't update /boot/loader.4th, resulting in device.hints not
being loaded after updating past the config(8) changes, which resulted in
mcclock0 not being probed, and a nice kernel panic during boot.
2000-07-10 16:52:42 +00:00
Warner Losh
ce1dd19461
Remove the XE_DEBUG define. It shouldn't be defined now that things
...
are working. Add a small blurb about XE_DEBUG as it might be useful
to some people troubelshooting problems in the future.
Submitted by: "Kevin Oberman" <oberman@es.net>
2000-07-10 16:46:21 +00:00
Hajimu UMEMOTO
7487ef6243
Free chunks obtained by getaddrinfo(3).
...
Approved by: des
2000-07-10 16:28:28 +00:00
Matt Jacob
cf2458c90e
Beef up a bit descriptions of SCSI devices and what the drive.
2000-07-10 15:37:03 +00:00
Matt Jacob
08a7e04845
Removing commented out devices I added.
2000-07-10 15:18:20 +00:00
Poul-Henning Kamp
88bab4e40c
Finish repo-copy:
...
Move ufs/ufs/ufs_disksubr.c to kern/subr_disklabel.c.
These functions are not UFS specific and are in fact used all over the place.
2000-07-10 13:48:06 +00:00
Hajimu UMEMOTO
80fe4a43d1
Separate parsing code of 229 replies from the code for 227 and 228.
...
Don't assume 227 and 228 replies enclose remote address with parentheses.
2000-07-10 10:00:20 +00:00
David E. O'Brien
b4720b889e
Install the general binutils (such as `nm') info files.
...
Patch submitted by: nbm
PR: 16585
Submitted by: Assar Westerlund <assar@sics.se>
2000-07-10 09:55:29 +00:00
Kris Kennaway
b7ffba17f8
Don't call warn() with no format string.
2000-07-10 09:18:19 +00:00
Kris Kennaway
0c4d24a78f
Don't call err() with no format string.
2000-07-10 09:14:15 +00:00
Kris Kennaway
3d3f014fd4
Oops, missed another printf() invocation with no format string.
2000-07-10 09:07:04 +00:00
Kris Kennaway
32d9afb622
Don't call printf() with no format string.
2000-07-10 09:05:31 +00:00
Kris Kennaway
084c79f69e
Don't call warn() with no format string.
2000-07-10 08:49:28 +00:00
Kris Kennaway
cf6e06f240
Don't call err() with no format string.
2000-07-10 08:42:58 +00:00
Hajimu UMEMOTO
fa5dce6c26
Make EPSV work again. Separate parsing code of 229 replies from
...
the code for 227 and 228.
Submitted by: des
2000-07-10 08:41:25 +00:00
Kris Kennaway
daad7b8c8e
Don't call warn() with no format string. This is potentially exploitable, although it
...
would be difficult both technically and in practise.
2000-07-10 08:31:35 +00:00
MIHIRA Sanpei Yoshiro
3ce4a84317
add Billionton 56Kbps Fax Modem
...
PR: 18866
2000-07-10 08:31:14 +00:00
Kris Kennaway
ada79f6035
Don't call sprintf() with no format string.
2000-07-10 08:22:21 +00:00
MIHIRA Sanpei Yoshiro
0074080b44
add Ericsson DC23 GSM modem card
...
PR: 18962
2000-07-10 08:21:54 +00:00
Kris Kennaway
04d06bb686
Don't call warn() with no format string.
2000-07-10 08:14:18 +00:00
Kris Kennaway
66b8466826
Don't call err with no format string.
2000-07-10 08:11:52 +00:00
MIHIRA Sanpei Yoshiro
982fa16bd2
add Compaq Netelligent 10/100 PC Card
...
PR: 19007
2000-07-10 08:05:47 +00:00
Ollivier Robert
65c14d9dc0
Correct one reference to wd.4 by ad.4.
2000-07-10 08:01:38 +00:00
Kris Kennaway
88868b1649
Correct security hole in setproctitle(). We don't compile this code, but
...
having the security hole there makes my skin itch.
2000-07-10 07:30:28 +00:00
Kris Kennaway
682199d834
Don't call printf without a format string.
2000-07-10 07:13:36 +00:00
Mark Murray
fb15ada363
Provide more splsofttq() protection for the reseed task (running out of
...
taskqueue_swi).
2000-07-10 06:40:23 +00:00
Kris Kennaway
8c8970cf16
Don't call printf with no format string.
2000-07-10 06:40:06 +00:00
Kris Kennaway
487730cc8b
Don't call printf with no format string. This is technically a security
...
vulnerability and could in principle be used to upload a new kernel from the
bootloader :-)
2000-07-10 06:33:55 +00:00
Brian Feldman
c98c98a822
Actually make it so this Makefile can build grot.
2000-07-10 06:10:47 +00:00
Kris Kennaway
612740bdcf
Don't call printf with no format string.
2000-07-10 06:02:13 +00:00
Kris Kennaway
26eaf5dcb8
Don't call printf with no format string.
...
Reviewed by: msmith
2000-07-10 05:51:56 +00:00
Kris Kennaway
c7664a87e4
Don't call printf with no format string.
2000-07-10 05:24:02 +00:00
Kris Kennaway
19a32101dd
Don't call printf with no format string.
2000-07-10 05:16:59 +00:00
Matt Jacob
f919331938
Do the same thing for TurboLaser that was done for Rawhide- make room
...
for secondary (bridged) PCI busses by making primary PCI instances
16 units apart.
2000-07-10 02:40:49 +00:00
Matt Jacob
aa5904a62a
Coordinate with change to mcpcia_pci.c- major primary busses on each
...
hose are 16 PCI instances apart. This allows us to recognize secondary
PCI busses (at least to a first level) until the pci infrastructure is
fixed.
Turn on support for secondary cycles, too. Redo debug printouts.
2000-07-10 00:34:18 +00:00
Matt Jacob
bc08581099
Don't let the infrastructure assign the 'next' PCI bus for us.
...
Instead, for now (until we get a pci infrastructure cleanup),
assign the PCI bus number to be mcpcia bus instance << 4. This
is to allow secondary bridges some room to be recongnized on
4100 systems.
2000-07-10 00:32:02 +00:00
Jun-ichiro itojun Hagino
fcf293ef83
Nm/Xr cleanup. requested by jp-man
2000-07-10 00:02:23 +00:00
Boris Popov
2ff087318a
Correct SYSINIT execution order in the case when KLD contains more
...
than one SYSINIT with the same 'subsystem' id and different 'order' id.
Reviewed by: peter
2000-07-09 23:58:56 +00:00
Hajimu UMEMOTO
b0f768ec1d
- Remove use of programs in /usr like sed as possible. In this
...
time, I have no idea if there is equivalence of printf. So, stf
setup still depends on /usr. In addition, prefix(8) and gifconfig(8)
are in /usr/sbin. Should we move these into /sbin?
- Sync with latest stf behavior. Latest stf doesn't have link-local
address. And, latest stf is not gif but stf.
2000-07-09 20:12:50 +00:00
John Polstra
97333b9e84
Make "ldconfig" with no arguments behave the same as "ldconfig -R".
...
Submitted by: Maxime Henrion <mhenrion@cybercable.fr>
2000-07-09 19:12:49 +00:00
Daniel C. Sobral
beea813ee4
Add a test case for one of the bugs found on the new additions to
...
regex(3).
2000-07-09 18:14:39 +00:00
Daniel C. Sobral
8ca5c256cb
Spencer's regex(3) test code.
...
Obtained from: BSD/OS
2000-07-09 18:13:35 +00:00
Daniel C. Sobral
8f9e434f46
altoffset() always returned whenever it recursed, because at the end
...
of the processing of the recursion, "scan" would be pointing to O_CH
(or O_QUEST), which would then be interpreted as being the end character
for altoffset().
We avoid this by properly increasing scan before leaving the switch.
Without this, something like (a?b?)?cc would result in a g->moffset of
1 instead of 2.
I added a case to the soon-to-be-imported regex(3) test code to catch
this error.
2000-07-09 17:45:30 +00:00
Daniel C. Sobral
b6c1a56180
Since g->moffset points to the _maximum_ offset at which the must
...
string may be found (from the beginning of the pattern), the point
at which must is found minus that offset may actually point to some
place before the start of the text.
In that case, make start = start.
Alternatively, this could be tested for in the preceding if, but it
did not occur to me. :-)
Caught by: regex(3) test code
2000-07-09 17:36:53 +00:00
Mark Murray
f700468d0a
The World Order has changed. We no longer need separate "secure"
...
collections for crypto code; these are merged into cvs-all and
src-all.
OKed by: jdp
2000-07-09 16:03:53 +00:00
Mark Murray
43975bd56c
Make sure that tasks (running out of taskqueue_swi at splsofttq)
...
are not interfered with by the harvester.
2000-07-09 16:00:31 +00:00
Alexander Langer
d0a28baf34
Add missing "a" in "Soft updates is technique".
...
PR: 19770
Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
2000-07-09 15:44:02 +00:00
Daniel C. Sobral
517bffca1b
Add some casts here and there.
2000-07-09 15:12:28 +00:00
Poul-Henning Kamp
832505d0c9
Turn malloc options "AJ" on by default.
...
These will be turned off again as we approach 5.0-RELEASE.
If you benchmark things, make sure to
ln -sf j /etc/malloc.conf
to see "true" performance.
2000-07-09 13:10:18 +00:00
Jun-ichiro itojun Hagino
b474779f46
be more cautious about tcp option length field. drop bogus ones earlier.
...
not sure if there is a real threat or not, but it seems that there's
possibility for overrun/underrun (like non-NOP option with optlen > cnt).
2000-07-09 13:01:59 +00:00