| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
recent demonstration of a forged SSL certificate. Add text pointing out
that SHA-1 is at least theoretically broken. Add a recommendation that
new applications use SHA-256.
MFC after: 1 month
Notes:
svn path=/head/; revision=186836
|
|
|
|
|
|
|
| |
- Bump PKG_INSTALL_VER to 20090106.
Notes:
svn path=/head/; revision=186835
|
|
|
|
|
|
|
|
|
|
| |
PR: kern/103464
Submitted by: brueffer (correct markup)
Reviewed by: brueffer
MFC after: 2 weeks
Notes:
svn path=/head/; revision=186834
|
|
|
|
|
|
|
|
|
|
|
|
| |
subclasses as are available with PCI. Changes I2C device drivers without
real probe logic to return BUS_PROBE_NOWILDWARD to avoid interference with
firmware bus enumeration, and reduces the probe priority of the iicbus
base driver to allow subclass attachment at higher priority.
Discussed on: freebsd-arch
Notes:
svn path=/head/; revision=186833
|
|
|
|
|
|
|
|
| |
newly created 'Var' back to the caller.
Also, back out an accidentally commented WIP comment.
Notes:
svn path=/head/; revision=186831
|
|
|
|
|
|
|
|
|
|
| |
as this is very useful e.g. in diskless configurations and barely documented
anywhere else.
MFC after: 3 days
Notes:
svn path=/head/; revision=186829
|
|
|
|
| |
Notes:
svn path=/head/; revision=186828
|
|
|
|
|
|
|
|
|
|
|
|
| |
+ check a possible buffer overflow when creating a temp file,
submitted by Christoph Mallon
+ remove stale struct definitions
+ clarify the use of dflag and remove useless checks
MFC after: 3 days
Notes:
svn path=/head/; revision=186827
|
|
|
|
|
|
|
| |
MFC after: 3 days
Notes:
svn path=/head/; revision=186826
|
|
|
|
|
|
|
|
|
|
|
|
| |
lock in order to avoid the lock acquire hit if the pipe list is very
likely empty.
Obtained from: TrustedBSD Project
MFC after: 3 weeks
Sponsored by: Apple, Inc.
Notes:
svn path=/head/; revision=186825
|
|
|
|
|
|
|
|
|
|
|
|
| |
typos and reference the kernel file which processes this info.
All in all, the content of this file should be moved to kldxref.c
or to the kld(4) manpage.
MFC after: 3 days
Notes:
svn path=/head/; revision=186824
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
allowing the full 16-bit width of the corresponding fields in the
VTOC8 label to be used. The removed limits basically only held
true for providers labeled using the synthetic geometry provided
by cam_calc_geometry(9) but neither SCSI disks labeled with Solaris
nor sufficiently large ATA disks.
- Given that providers (originally) labeled with Solaris typically
use the native geometry as reported by the target while FreeBSD
typically uses a synthetic one put the message complaining about
mismatching geometries between what the label indicates and what
GEOM thinks the provider has, which we generally can't help,
under bootverbose in order to not unnecessarily scare users.
- For informational purposes add the non-matching values to the
message complaining about them, similar to what r186501 did for
g_part_bsd_read() except also indicating the origin of the
values.
- Make it clear that the messages emitted by this code refer to
the VTOC8 support rather than to another existing scheme or to
VTOC32.
Notes:
svn path=/head/; revision=186823
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
record is active on the current thread--historically we may always
have wanted to enter the audit code if auditing was enabled, but now
we just commit the audit record so don't need to enter if there isn't
one.
Obtained from: TrustedBSD Project
Sponsored by: Apple, Inc.
Notes:
svn path=/head/; revision=186822
|
|
|
|
|
|
|
|
|
|
| |
the KASSERT and checks suggested.
Reviewed by: The udp tunneling was discussed on net@ under the
thread entitled "Heads up -- Thinking about UDP and tunneling"
Notes:
svn path=/head/; revision=186821
|
|
|
|
| |
Notes:
svn path=/head/; revision=186819
|
|
|
|
|
|
|
| |
- the support of AI_ALL and AI_V4MAPPED has been completely removed.
Notes:
svn path=/head/; revision=186817
|
|
|
|
|
|
|
|
| |
for support for new Intel NIC's that have this
feature.
Notes:
svn path=/head/; revision=186815
|
|
|
|
|
|
|
|
|
| |
to easily tunnel over udp by providing a hook
function that will be called instead of appending
to the socket buffer.
Notes:
svn path=/head/; revision=186813
|
|
|
|
|
|
|
|
| |
Some hardware require different drivers depending on implementation,
that may confuse users.
Notes:
svn path=/head/; revision=186810
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove unused typedefs to avoid confusion and ease in merging
ip6protosw with protosw.
- Correct a few comments.
- Remove most of a comment about usrreq. [1]
- Use tabs instead of spaces for consistency.
Submitted by: rwatson [1]
Reviewed by: rwatson
MFC after: 3 weeks
Notes:
svn path=/head/; revision=186809
|
|
|
|
|
|
|
|
|
|
|
| |
would fail to attach due to unsupported USB revision. It should have
no effect when running on a real hardware.
Reviewed by: imp
Approved by: rwatson (mentor)
Notes:
svn path=/head/; revision=186808
|
|
|
|
|
|
|
|
| |
that that the provider has. The limits we imposed were PC BIOS
specific and not always applicable.
Notes:
svn path=/head/; revision=186807
|
|
|
|
| |
Notes:
svn path=/head/; revision=186806
|
|
|
|
|
|
|
|
|
|
|
| |
belonging to a devices children, in analogy to the way we handle interrupts
for SCC serial devices. This is required to counteract overly deep nesting
on onboard audio devices.
Submitted by: Marco Trillo
Notes:
svn path=/head/; revision=186805
|
|
|
|
| |
Notes:
svn path=/head/; revision=186804
|
|
|
|
|
|
|
|
|
| |
existing environment variables.
MFC after: 2 weeks
Notes:
svn path=/head/; revision=186799
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Implement NP (ASCII 12, Form Feed). When used with cons25, it should
clear the screen and place the cursor at the top of the screen. When
used with xterm, it should just simulate a newline.
- When we want to use xterm emulation, make teken_demo set TERM to
xterm.
Spotted by: Paul B. Mahol <onemda@gmail.com>
Notes:
svn path=/head/; revision=186798
|
|
|
|
| |
Notes:
svn path=/head/; revision=186797
|
|
|
|
|
|
|
|
|
| |
driver since it couldn't have worked with NEWCARD w/o these fixes.
This should allow selecting 16-bit memory width as well (which was
what was broken).
Notes:
svn path=/head/; revision=186796
|
|
|
|
| |
Notes:
svn path=/head/; revision=186795
|
|
|
|
|
|
|
| |
Discussed with: stas
Notes:
svn path=/head/; revision=186793
|
|
|
|
|
|
|
|
| |
Reviewed by: ed, julian, Christoph Mallon <christoph.mallon@gmx.de>
MFC after: 2 weeks
Notes:
svn path=/head/; revision=186791
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
functions used in the bootloader. The goal is to make the code more
readable and smaller (especially because we have size issues
in the loader's environment).
High level description of the changes:
+ define some string manipulation functions to improve readability;
+ create functions to manipulate module descriptors, removing some
duplicated code;
+ rename the error codes to ESOMETHING;
+ consistently use set_environment_variable (which evaluates
$variables) when interpreting variable=value assignments;
I have tested the code, but there might be code paths that I have
not traversed so please let me know of any issues.
Details of this change:
--- loader.4th ---
+ add some module operators, to remove duplicated code while parsing
module-related commands:
set-module-flag
enable-module
disable-module
toggle-module
show-module
--- pnp.4th ---
+ move here the definition related to the pnp devices list, e.g.
STAILQ_* , pnpident, pnpinfo
--- support.4th ---
+ rename error codes to capital e.g. ENOMEM EFREE ... and do obvious
changes related to the renaming;
+ remove unused structures (those relevant to pnp are moved to pnp.4th)
+ various string functions
- strlen removed (it is an internal function)
- strchr, defined as the C function
- strtype -- type a string to output
- strref -- assign a reference to the string on the stack
- unquote -- remove quotes from a string
+ remove reset_line_buffer
+ move up the 'set_environment_variable' function (which now
uses the interpreter, so $variables are evaluated).
Use the function in various places
+ add a 'test_file function' for debugging purposes
MFC after: 4 weeks
Notes:
svn path=/head/; revision=186789
|
|
|
|
| |
Notes:
svn path=/head/; revision=186785
|
|
|
|
| |
Notes:
svn path=/head/; revision=186784
|
|
|
|
|
|
|
|
|
| |
Noticed by: simon
Reviewed by: imp
MFC after: 1 week
Notes:
svn path=/head/; revision=186783
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
fetch a complete CVS repository. Support for rsync update of regular files are
also included, but are not yet enabled. The change should not have an impact on
existing csup usage, as little of the existing code has changed.
Notes:
svn path=/head/; revision=186781
|
| |
| |
| |
| |
| |
| |
| | |
files have the wrong date.
Notes:
svn path=/projects/csup_cvsmode/; revision=186744
|
| |
| |
| |
| | |
Notes:
svn path=/projects/csup_cvsmode/; revision=186743
|
| |
| |
| |
| |
| |
| |
| | |
- Remove old comments.
Notes:
svn path=/projects/csup_cvsmode/; revision=186741
|
| |
| |
| |
| |
| |
| |
| | |
- Sort branches when inserting them.
Notes:
svn path=/projects/csup_cvsmode/; revision=186727
|
| |
| |
| |
| |
| |
| |
| | |
same date.
Notes:
svn path=/projects/csup_cvsmode/; revision=186724
|
| |
| |
| |
| |
| |
| |
| | |
stripped before encoding the expansion mode.
Notes:
svn path=/projects/csup_cvsmode/; revision=186718
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
details to the cvsup server. The deltatext does not need parsing, and some
parts of the rcsfile data structure doesn't need to be set up.
- Fix a bug where the RCS expansion mode is not written out.
Notes:
svn path=/projects/csup_cvsmode/; revision=186700
|
| |
| |
| |
| | |
Notes:
svn path=/projects/csup_cvsmode/; revision=186699
|
| |
| |
| |
| | |
Notes:
svn path=/projects/csup_cvsmode/; revision=186698
|
| |
| |
| |
| | |
Notes:
svn path=/projects/csup_cvsmode/; revision=186697
|
| |
| |
| |
| | |
Notes:
svn path=/projects/csup_cvsmode/; revision=186373
|
| |
| |
| |
| |
| |
| |
| | |
Submitted by: naddy
Notes:
svn path=/projects/csup_cvsmode/; revision=185870
|
| |
| |
| |
| |
| |
| |
| | |
Pointed out by: Christian Weisgerber <naddy -at- mips.inka.de>
Notes:
svn path=/projects/csup_cvsmode/; revision=185811
|