| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
is useless for threaded programs, multiple threads can not share same
stack.
The alternative signal stack is private for thread, no lock is needed,
the orignal P_ALTSTACK is now moved into td_pflags and renamed to
TDP_ALTSTACK.
For single thread or Linux clone() based threaded program, there is no
semantic changed, because those programs only have one kernel thread
in every process.
Reviewed by: deischen, dfr
|
|
|
|
|
|
| |
This should fix the problem with removing an address space handler
although we don't currently use that capability so it's unlikely anyone
saw this problem.
|
| |
|
| |
|
|
|
|
|
|
| |
Reported by: jhb
'^' could also appear in a package file name.
|
|
|
|
|
|
|
|
|
|
|
| |
attacks and is required to connect to Windows 2003 servers in their
default configuration. This adds an extra field to the SMB header
containing the truncated 64-bit MD5 digest of a key (a function of the
user's password and the server's authentication challenge), an implicit
sequence number, and the message data itself. As signing each message
imposes a significant performance penalty, we only enable it if the
server will not let us connect without it; this should eventually become
an option to mount_smbfs.
|
|
|
|
|
|
| |
AddReg sections.
Also insert extra newline after emitting device name overrides.
|
|
|
|
|
| |
and subsequent reacquisition of the same vm object lock in
vm_object_collapse() unnecessary.
|
|
|
|
| |
object mutex.
|
| |
|
|
|
|
|
| |
PR: 60687
Spotted by: Colin Percival <cperciva@daemonology.net>
|
|
|
|
|
|
|
|
| |
be properly mailwrapper'ed.
PR: conf/60676
Submitted by: Colin Percival <cperciva@daemonology.net>, maxim
MFC after: 4 days
|
|
|
|
| |
power_profile script now duplicates the message via syslog.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
o promote several m_tag_* routines to inline
o add an m_tag_setup inline to set the fixed fields in a packet tag
o add an m_tag_free method pointer to each mtag to support, for example,
allocating tags from zones
o have m_tag_find check if the tag list is not empty before calling
m_tag_locate to search
Reviewed by: brooks, silence from others
|
|
|
|
|
|
|
|
|
|
| |
report a hardware rev of 0x00000000. Sadly, the 8169 gigE MAC
also reports 0x00000000, so testing against this for exclusion
results in both cards being skipped by rl_probe(). Make the 8169
test more specific by matching against both the hwrev and the PCI
ID for this chip.
PR: kern/60824
|
|
|
|
|
|
|
| |
Submitted by: Colin Percival <cperciva@builder.daemonology.net>
(Who should really get his own bit one of these days!)
PR: 59988
|
|
|
|
| |
ipmon as well.
|
| |
|
| |
|
|
|
|
| |
what the function does.
|
|
|
|
| |
The base install doesn't have any a.out bits anymore and hasn't for years.
|
|
|
|
| |
what the function does.
|
| |
|
| |
|
|
|
|
|
|
|
| |
Rearrange the order of the initial description to correspond with the
detailed description below.
Reinstate reference to Topsy, at the risk of confusing people whose
understanding of English grammar is better than of American folklore.
|
| |
|
|
|
|
| |
Submitted bu: ru
|
|
|
|
|
|
| |
are built using a ${MAKE} that's not just "make".
Test by: make universe (followed by cleandirs)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
copyrights to the inf parser files.
Add a -n flag to ndiscvt to allow the user to override the default
device name of NDIS devices. Instead of "ndis0, ndis1, etc..."
you can have "foo0, foo1, etc..." This allows you to have more than
one kind of NDIS device in the kernel at the same time.
Convert from printf() to device_printf() in if_ndis.c, kern_ndis.c
and subr_ndis.c.
Create UMA zones for ndis_packet and ndis_buffer structs allocated
on transmit. The zones are created and destroyed in the modevent
handler in kern_ndis.c.
printf() and UMA changes submitted by green@freebsd.org
|
|
|
|
| |
Reminded by: ru
|
|
|
|
| |
the specified packages.
|
| |
|
| |
|
|
|
|
| |
5.0, 5.1, 5.2, and CURRENT packages.
|
|
|
|
|
|
| |
* Delete a trailing space
* Add a 'stale /etc/rc.d file checker', offer to delete any stale
files for the user.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
and gives very wrong macros for ENTRY(), etc. for kernel programs.
PR:
Suggested by: bde
Reviewed by:
Approved by:
Obtained from:
MFC after:
|
| |
|
|
|
|
| |
comment explaining why a further increase is not possible.
|
|
|
|
|
|
|
|
|
| |
o When fts_read() cannot stat the file, it can't be unlinked. At
that case, don't display error message when -f flag is used.
Obtained from: bde
PR: kern/16815, bin/35842
Reported by: kuriyama, Aleksandr A. Babaylov <.@babolo.ru>
|
|
|
|
|
|
|
|
| |
0x80 can cause the command to be rejected as invalid. This bug
exists also in the Linux IPS ffdc code.
Submitted by: David Jeffery
MFC after: 1 week
|
|
|
|
|
|
|
|
| |
faster.)
MFi386:
- Don't bother clearing PG_ZERO on the page table page in
_pmap_allocpte(); it serves no purpose.
- Don't bother clearing and setting PG_BUSY on page table directory pages.
|
|
|
|
|
|
|
|
| |
synopsis, with supporting text in the body of the manual page.
Add a cross-reference to panic(9) for completeness.
Reviewed by: ru (synopsis changes)
|
|
|
|
| |
This is for a computer system, not for a furnace.
|
|
|
|
| |
Submitted by: ru
|
| |
|
|
|
|
|
|
|
|
| |
by the pseudonymous author "The FreeBSD Project." This is long
overdue. I've left the 4.4BSD copyright information intact since much
of our code base is derived from 4.4BSD-Lite.
Prodded by: phk on more occasions than can be counted.
|
|
|
|
|
|
| |
I know this is a little early for the US, but it isn't for Japan :-).
This year I thought I'd bump the copyright odometer when it was new
years there.
|
|
|
|
|
|
|
|
| |
and list_verbose(), so don't open /dev/pci read-write. This allows
pciconf -l[v] to work for non-root users, assuming the securelevel is
0 or -1.
Problem experienced by: William Michael Grim <wgrim@siue.edu>
|