| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
conditions in critical_exit now that it no longer blocks interrupts.
Reviewed by: jhb
|
| |
|
| |
|
| |
|
|
|
|
| |
This only matters for efficiency, not for correctness.
|
| |
|
|
|
|
|
|
| |
hints to the atkbd(4).
Submitted by: jhb
|
|
|
|
|
|
|
| |
hints to the atkbd(4).
PR:
Submitted by: jhb
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
going on, it produces random memory corruption.
|
| |
|
|
|
|
|
| |
atomic operations to userland (this is OK for UP only, but SMP is still so
far away).
|
|
|
|
| |
- Garbage-collect pmap_update(), it became quite useless.
|
|
|
|
|
|
|
|
| |
which document some of the sysctls available for configuring 4bsd, some
of the bullet features of ule, and that ule is considered experimental
still.
MFC after: 3 days
|
| |
|
|
|
|
| |
from accessing vfs.nfs.iodmin.
|
| |
|
| |
|
|
|
|
|
| |
Noticed by: tinderbox, stefanf
Pointy hat to: nectar
|
|
|
|
|
|
|
| |
TUNABLE_INT_FETCH(). Apparently keyboard init is performed earlier
in the boot process than fetching all static tunables.
MFC after: 1 day
|
|
|
|
| |
it would give false info to other parts of the driver.
|
|
|
|
| |
Reminded by: ru
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
instructs the driver to avoid using Keyboard Interface Test command.
This command causes problems with some non-compliant hardware, resulting
in machine being abruptly powered down early in the boot process.
Particularly it's known that HP ZV5000 and Compaq R3000Z notebooks
are affected by this problem.
Due to popularity of those models this patch is good MFC5.4 candidate.
PR: 67745
Submitted by: Jung-uk Kim jkim at niksun.com
MFC after: 1 days
|
|
|
|
| |
MFC after: 3 weeks
|
|
|
|
| |
Requested by: ceri, des
|
|
|
|
|
|
|
| |
have no CURFILE anymore so we cannot print a file name or line number.
When ParseSkipLine() returns NULL (it does this when it has detected an
EOF in an .if block) try to pop the input stack and process the next line
|
|
|
|
|
|
|
|
|
| |
- Fix ifconfig commands. Replace 'mekmitasdigoat' with
'foobar'. While the former is more cool, the latter
makes example lines shorter.
Wording by: scottl
MFC after: 3 days
|
|
|
|
|
|
| |
Parse_File(). Remove a comment and a piece of code comming from
ancient times when the if-directive read like #if and not .if.
Correctly analyze the first character of a line.
|
|
|
|
|
|
| |
structure - it is just the strlen() of noPrint. Inline JobCondPassSig()
in the only function JobPassSig() using it. Fix the argument types
of JobPrintCommand(). Better parsing for the .SHELL target keywords.
|
|
|
|
|
|
|
|
| |
the directory entry.
This solves the corruption problem I belive.
Regression test script by: silby
|
|
|
|
| |
msdosfs which is broken in other ways too.
|
|
|
|
| |
MFC after: 3 weeks
|
| |
|
|
|
|
| |
translation from i386.
|
| |
|
|
|
|
|
|
|
|
| |
memmove, and memset.
PR: 73111
Submitted by: Ville-Pertti Keinonen <will@iki.fi> (taken from NetBSD)
MFC after: 3 weeks
|
|
|
|
| |
Obtained from: The FreeBSD Simplified Chinese Project CVS
|
|
|
|
|
| |
PR: kern/78431
MFC after: 3 days
|
|
|
|
|
|
|
|
| |
protocol. RFCOMM is a SOCK_STREAM protocol not SOCK_SEQPACKET. This was a
serious bug caused by cut-and-paste. I'm surprised it did not bite me before.
Dunce hat goes to me.
MFC after: 3 days
|
|
|
|
|
|
|
|
| |
debug.mpsafevm=1 by default on sparc64,
ixgb(4) MPSAFE,
core dump of natd(8) w/ -reverse fixed,
libarchive zip support improved, and
rexecd(8) root login problem fixed.
|
|
|
|
|
|
|
| |
EA bit is set in hdr->length (16-bit length). This currently has no effect
on the rest of the code. It just fixes the debug message.
MFC After: 3 weeks
|
| |
|
| |
|
|
|
|
| |
gettyflags, gettynums and gettystrs are available.
|
|
|
|
|
|
| |
getaddrinfo(3) and getipnodeby*(3).
- use definitions in reentrant.h.
- remove obsolete comment.
|
|
|
|
| |
PTHREAD_MUTEX_INITIALIZER, here.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
we have a non-NULL args.rule. If the same packet later is subject to "tee"
rule, its original is sent again into ipfw_chk() and it reenters at the same
rule. This leads to infinite loop and frozen router.
Assign args.rule to NULL, any time we are going to send packet back to
ipfw_chk() after a tee rule. This is a temporary workaround, which we
will leave for RELENG_5. In HEAD we are going to make divert(4) save
next rule the same way as dummynet(4) does.
PR: kern/79546
Submitted by: Oleg Bulyzhin
Reviewed by: maxim, andre
MFC after: 3 days
|