| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=121077
|
|
|
|
|
|
|
|
|
|
|
| |
FreeBSD supports. None of them support an alternate formats, except
the alpha (which prints extra register information).
# if we get a mips port, we can put the mips case back to document the
# actual behavior.
Notes:
svn path=/head/; revision=121076
|
|
|
|
|
|
|
|
|
|
|
| |
- use size_t as return type of schedlen(), as there's no error
check needed.
- clear key schedule buffer before freeing.
Obtained from: KAME
Notes:
svn path=/head/; revision=121071
|
|
|
|
|
|
|
|
| |
Reviewed by: M. Warner Losh <imp@bsdimp.com>; John Hay <jhay@freebsd.org>
Approved by: M. Warner Losh <imp@bsdimp.com> (mentor)
Notes:
svn path=/head/; revision=121054
|
|
|
|
|
|
|
|
|
| |
- pass size arg to ah->result (avoid assuming result buffer size)
Obtained from: KAME
Notes:
svn path=/head/; revision=121021
|
|
|
|
| |
Notes:
svn path=/head/; revision=120998
|
|
|
|
|
|
|
| |
disklabel(8). While I'm there: some punctuation fixes.
Notes:
svn path=/head/; revision=120977
|
|
|
|
|
|
|
| |
are not supported by FreeBSD, let alone by this driver.
Notes:
svn path=/head/; revision=120960
|
|
|
|
| |
Notes:
svn path=/head/; revision=120959
|
|
|
|
|
|
|
|
| |
supported by the driver. I've only used 3 or 4 of these cards, but
the cardbus cards work as well as pci cards at this point.
Notes:
svn path=/head/; revision=120958
|
|
|
|
| |
Notes:
svn path=/head/; revision=120949
|
|
|
|
|
|
|
|
|
|
| |
ebay. Also have notes for my recent experiences with 3com pcmcia
cards (mostly this or that doesn't work). Also look at the strings
that are claimed to be supported in the bus specific front ends. Note
that the 3C569* are CBUS.
Notes:
svn path=/head/; revision=120929
|
|
|
|
|
|
|
|
| |
PR: 50160
Submitted by: Simon 'Zekar <simon@entered.net>
Notes:
svn path=/head/; revision=120921
|
|
|
|
| |
Notes:
svn path=/head/; revision=120916
|
|
|
|
| |
Notes:
svn path=/head/; revision=120855
|
|
|
|
| |
Notes:
svn path=/head/; revision=120835
|
|
|
|
|
|
|
| |
Discussed with: peter
Notes:
svn path=/head/; revision=120832
|
|
|
|
| |
Notes:
svn path=/head/; revision=120808
|
|
|
|
|
|
|
| |
Suggested by: alc
Notes:
svn path=/head/; revision=120774
|
|
|
|
| |
Notes:
svn path=/head/; revision=120724
|
|
|
|
|
|
|
|
| |
to the machine-independent VM layer, as per alc's recent commit.
Add a definition for the new pmap_is_prefaultable() helper function.
Notes:
svn path=/head/; revision=120723
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
libraries to be reported as up-to-date.
Before:
# make -f /dev/null nonexistent.a
`nonexistent.a' is up to date.
After:
# make -f /dev/null nonexistent.a
make: don't know how to make nonexistent.a. Stop
PR: bin/44137 (part of)
Notes:
svn path=/head/; revision=120713
|
|
|
|
|
|
|
|
|
| |
of comments in C code (capitalized, end with full stop).
Submitted by: schweikh
Notes:
svn path=/head/; revision=120708
|
|
|
|
|
|
|
|
|
|
| |
More changes are probably needed to create a correct driver.
Reviewed by: markm
Approved by: schweikh (mentor)
Notes:
svn path=/head/; revision=120707
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
callout lock while the callout is happening. So the serialization
that I thought was happening isn't. Therefore, remove the part of the
bugs that says this. Leave in the other bug as it is very hard to
work around (impossible?).
Fix various typos.
Also note that timeout/untimeout are considered to be the old interface and
the callout interface should be used insetad.
Submitted by: bde (first two) and wollman (third)
Notes:
svn path=/head/; revision=120651
|
|
|
|
|
|
|
|
|
|
| |
callout has finished or is in progress. Also document that the
locking of the callout code for FreeBSD 5 has eliminated the 'or is in
progress' clause as a possibility and that such elimination is an
accident of the implementation and shouldn't be relied upon.
Notes:
svn path=/head/; revision=120622
|
|
|
|
|
|
|
| |
Submitted by: Vincent Jardin <vjardin@wanadoo.fr>
Notes:
svn path=/head/; revision=120612
|
|
|
|
|
|
|
|
| |
Reviewed by: juli
Approved by: jake (mentor)
Notes:
svn path=/head/; revision=120588
|
|
|
|
|
|
|
|
| |
Reviewed by: juli
Approved by: jake (mentor)
Notes:
svn path=/head/; revision=120587
|
|
|
|
|
|
|
|
| |
Reviewed by: juli
Approved by: jake (mentor)
Notes:
svn path=/head/; revision=120586
|
|
|
|
| |
Notes:
svn path=/head/; revision=120555
|
|
|
|
|
|
|
|
| |
VOP_GETPAGES() is supposed to do, share the results with everyone who isn't
Alan Cox.
Notes:
svn path=/head/; revision=120535
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o It is the /usr/include files, not the /usr include files.
o Document the practice of converting to the c99 standard uintXX_t
form from the older, but non-standard, BSD-style u_intXX_t. This
has been going on in the tree for a while now, and I've heard other
developers also state that this conversion is happening. Note also
that this is a slow process and should be treated like whitespace
changes.
Notes:
svn path=/head/; revision=120530
|
|
|
|
|
|
|
|
|
|
|
| |
has been supported for the last 10 months. [1]
- Make the device list compact, since it is getting rather large.
Reported by: David Magda <dmagda@magda.ca> [1]
MFC after: 2 weeks
Notes:
svn path=/head/; revision=120523
|
|
|
|
|
|
|
| |
Prompted by: scottl's commit message (see rev 1.9 of iir.c).
Notes:
svn path=/head/; revision=120517
|
|
|
|
|
|
|
|
|
|
|
|
| |
instances: the memory holding a struct disk should be pre-zeroed so
as to initialize any storage framework private data in the structures
properly. In addition, the memory must be writable so that the
private data may be updated.
Pointed out by: phk
Notes:
svn path=/head/; revision=120497
|
|
|
|
|
|
|
|
|
|
|
|
| |
APIs permit disk device drivers to register and deregister storage devices
for use by storage device consumers. No doubt this API will change
more as time flies by, but this should be helpful to the creators of
new storage device drivers.
Reviewed by: phk
Notes:
svn path=/head/; revision=120496
|
|
|
|
|
|
|
|
|
|
|
| |
- CD9660_ICONV, NTFS_ICONV and MSDOSFS_ICONV kernel options
(with corresponding modules).
- kiconv(3) for loadable charset conversion tables support.
Submitted by: Ryuichiro Imura <imura@ryu16.org>
Notes:
svn path=/head/; revision=120492
|
|
|
|
|
|
|
|
| |
make things a bit easier for folks using lints other than the
"base" lint.
Notes:
svn path=/head/; revision=120485
|
|
|
|
|
|
|
| |
update man page to reflect iasl(8) import.
Notes:
svn path=/head/; revision=120450
|
|
|
|
|
|
|
| |
o give proper attribution to Atsushi Onoe
Notes:
svn path=/head/; revision=120447
|
|
|
|
|
|
|
|
| |
Noticed by: bde
Pointy hat to: bms
Notes:
svn path=/head/; revision=120446
|
|
|
|
|
|
|
|
| |
Submitted by: Max Laier <max@love2party.net>
Obtained from: NetBSD (with changes)
Notes:
svn path=/head/; revision=120442
|
|
|
|
|
|
|
|
|
|
| |
Include documentation of alc's new pmap_extract_and_hold() function.
Reviewed by: hmp
Approved by: jake (mentor)
Notes:
svn path=/head/; revision=120441
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fill in autosense data.
- Add compatibility for RELENG_4.
* scsi_target.c
- Raw device support
- Set correct value in c_descr->offset for CAM_DIR_NONE case.
- Support for CTIO abort.
Notes:
svn path=/head/; revision=120428
|
|
|
|
| |
Notes:
svn path=/head/; revision=120402
|
|
|
|
| |
Notes:
svn path=/head/; revision=120401
|
|
|
|
|
|
|
| |
Reminded by: eivind
Notes:
svn path=/head/; revision=120400
|
|
|
|
| |
Notes:
svn path=/head/; revision=120398
|
|
|
|
|
|
|
|
|
|
|
|
| |
and use it in src/etc/sendmail/Makefile in case the user wants to use
a different path to the sendmail m4 sources (e.g., sendmail port users).
Submitted by: dinoex
MFC after: 21 days
X-MFC after: RELENG_4 code freeze ends
Notes:
svn path=/head/; revision=120397
|