| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
| |
wont become ready as there is no media - doh.
Update the command name reporting.
|
|
|
|
| |
Approved by: jkh
|
|
|
|
|
| |
Submitted by: Seigo Tanimura <tanimura@freebsd.org>
Approved by: jkh
|
| |
|
|
|
|
|
|
| |
PR: 16415
Submitted by: Kevin Day <toasty@dragondata.com>
Approved by: jkh
|
|
|
|
| |
sl_compress_tcp() due to the NULL pointer dereference.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Minor improvements in pcic.
o Change IODF_ACTIVE to MDF_ACTIVE when dealing with memory. This is
a text only change.
o Better spl safty, ala comments from Bruce and the nomads.
o Default to resetting the pcic on resume. This is needed for newer
machines and may fix jordan's vaio problem.
o i/o mapping verbosity under bootverbose.
o Added comment about irqs that should have been in prior commit.
o Added sanity check on memory rid.
Approved by: Der Uber Hubbard
|
| |
|
|
|
|
|
| |
PR: bin/16810
Submitted by: Will Andrews <andrews@technologist.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Enable the driver in sys/conf/files.i386.
In isa/isavar.h increase ISA_NPORT from 32 to 50. This is required
because this brain-damaged card maps 49 (!) port ranges. This does
not have a negative impact because this value only specifies the maximum
number of entries in a linked list and not the size of an array which
is allocated in all drivers.
The register/fifo access routines were not newbus-ified because
1) I knew that the old code worked and is simpler and more efficient
2) the if_ed driver does something similar and
3) the newbus macros collapse to inb/outb anyway.
Reviewed and tested by: hm
Approved by: jkh
|
| |
|
|
|
|
| |
it was a feature.
|
|
|
|
|
|
| |
PR: 16564
Submitted by: ru
Approved by: jkh
|
|
|
|
|
|
|
|
|
|
| |
was using them exits.
Don't allow a user process to cause the kernel to take a TRCTRAP on a
user space address.
Reviewed by: jlemon, sef
Approved by: jkh
|
|
|
|
|
|
|
|
|
| |
it should have been to start with. The implications of that are not
pleasant when combined with >> as it breaks on multiples of NFDBITS.
Right shifting of a signed value fills with a copy of the sign bit,
not a zero.
Reported by: bde
|
| |
|
| |
|
|
|
|
|
|
|
| |
resource allocation is attempted.
It will present the user with a message that he has to switch on USB
support in his BIOS.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
fd's in the range of 32-63, 96-127 etc. The first problem was the
FD_*() macros were shifting a 32 bit integer "1" left by more than
32 bits. The same problem happened in selscan(). ffs() also takes
an int argument and causes failure. For cases where int == long
(ie: the usual case for x86, but not always as gcc can have long
being a 64 bit quantity) ffs() could be used.
Reported by: Marian Stagarescu <marian@bile.skycache.com>
Reviewed by: dfr, gallatin (sys/types.h only)
Approved by: jkh
|
|
|
|
|
|
| |
behind bootverbose
Approved by: jkh
|
| |
|
|
|
|
|
| |
PR: 16818
Submitted by: martti.kuparinen@nomadiclab.com
|
|
|
|
|
|
|
|
| |
author of the affected code.
PR: 16552
Submitted by: Sascha Schumann <sascha@schumann.cx>
Approved by: jkh
|
|
|
|
|
| |
PR: 16818
Submitted by: martti.kuparinen@nomadiclab.com
|
|
|
|
|
|
|
| |
implement.
Noticed by: Thimble Smith <tim@mysql.com>
Approved by: jkh
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
256 bytes) caused it to break on many devices.
The SCSI spec says that for commands with 8-bit length fields, a value of 0
means 256 bytes. As it turns out, many devices don't deal with that
properly. Some interpret the 0 as 0, and return no data. Others return
more than 256 bytes of data, and cause an overrun.
The fix is to tell the device we've only allocated SHORT_INQUIRY_LENGTH (36
bytes) of inquiry data, instead of sizeof(struct scsi_inquiry_data).
camcontrol.c: Change inq_len in the call to scsi_inquiry() to
SHORT_INQUIRY_LENGTH, and add a long comment
explaining the reason for the change.
scsi_all.h: Add a comment above the definitinon of
SHORT_INQUIRY_LENGTH alerting people that it is
both the initial probe inquiry length, and the
minimum amount of data needed for scsi_print_inquiry()
to function.
scsi_all.c: Add a comment about SHORT_INQUIRY_LENGTH being the
minimum amount of data needed for
scsi_print_inquiry() to function.
Reviewed by: gibbs
Approved by: jkh
Reported by: "John W. DeBoskey" <jwd@unx.sas.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
BSD-style license, as an add-on to phk's beerware license. Please fedex
some beer to phk.
- Add a ``make depend'' line to the jail-building, which fixes openssl,
among other things. Suggested by: kris
- Add ``newaliases'' to the list of things to do when setting up a new
jail, so that the jailed sendmail doesn't complain.
- Correct references to ``kern.jail.set_hostname_allowed'' which now read
``jail.set_hostname_allowed''.
- Add a reference to sysctl.conf where the sysctl can easily be set in
a persistent way.
- Add a list of cross references to the man page.
- Fix a formatting nit or two.
|
|
|
|
|
|
|
| |
a mess in securelevel environments. Results in one warning during
/etc/rc as it attempts to remove file flags, but this is harmless.
Approved by: High Lord Hubbard
|
| |
|
|
|
|
|
| |
Specified by: Ben Smithurst <ben@scientia.demon.co.uk>
Approved by: jkh
|
| |
|
|
|
|
| |
Approved by: jkh
|
|
|
|
|
|
| |
Approved by: jkh
Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
|
|
|
|
|
| |
Specified by: ache
Approved by: jkh
|
|
|
|
|
|
|
|
|
| |
Sorry for the flapping, but no change will be done for 4.0 anymore.
Official standard will be published around April or later.
If different format would be adopted at that time, then support for
the new format will be added to the succeeding FreeBSD 4.x.
Approved by: jkh
|
|
|
|
| |
Approved by: jkh
|
|
|
|
| |
as default rather than /dev/cuaa0
|
| |
|
|
|
|
| |
for anonftp. Fix.
|
|
|
|
|
|
|
|
| |
from useful drivers such as the 3D DRI drivers I will be porting for
hardware accelerated OpenGL. The hardware will still be reported during
boot using the nomatch system.
Approved by: jkh
|
|
|
|
|
|
| |
the case where we have a symlink pointing at a dir.
2. Restore stomped character before returning in make_hierarchy()
|
|
|
|
|
|
| |
the case where we have a symlink pointing at a dir.
2. Restore stomped character before returning in make_hierarchy()
|
|
|
|
| |
Approved by: jkh
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
was needed to make attach/detach of devices work, which is
needed for the PCCARD support.
(PCCARD support is still not working though, more to come on that)
Support the CMD646 chip which is used on many alphas, sadly only
in WDMA2 mode, as the silicon is broken beyond belief for UDMA modes.
Lots of cosmetic fixes here and there.
Sorry for the size of this megapatchfromhell but it was not
possible otherwise...
newbus patches based on work from: dfr (Doug Rabson)
|
|
|
|
|
|
| |
instructions so as to reduce warnings during jail startup, etc.
Add a somewhat bolder warning recommending the use of
kern.jail.set_hostname to limit jail renamining.
|
|
|
|
|
| |
whapping "Yes" by default does not turn you into an anonymous FTP-supporting
gateway machine. Those aren't the right "defaults."
|
|
|
|
| |
kvm_getfiles() referred to itself as kvm_getprocs().
|
|
|
|
|
|
|
|
| |
Use the right format in printfs.
Fix the partial write error (the res variable).
Reminder by: (Bill Fumerola <billf@FreeBSD.org>)
|