| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Kerberos5 has _a_ telnet (which is not currently K5 enabled).
Incorporate BDE's static linking fixes.
|
| |
|
|
|
|
| |
In particularly, the -h and -m flags were incorrectly described.
|
| |
|
| |
|
|
|
|
|
| |
implementations. More of them seem to be broken, so only "trust"
timers we know work.
|
| |
|
|
|
|
| |
Submitted by: "neckpain@nettaxi.com" <neckpain@nettaxi.com>
|
|
|
|
| |
Submitted by: "neckpain@nettaxi.com" <neckpain@nettaxi.com>
|
|
|
|
|
|
|
|
| |
order to avoid namespace collision with subr_mchain.c's mb_init(). This
wasn't "fatal" as the mbuf initialization routine mb_init() was local to
subr_mbuf.c which in turn didn't pull in subr_mchain.c's mb_init()
declaration, but it should deffinately be changed now before it creates
headache.
|
|
|
|
|
| |
This is #if BIG_ENDIAN, but is only necessary if malloc types are shorts,
not struct malloc_type * like they are now.
|
|
|
|
| |
the pv module. It works now that vtophys for sttes works.
|
|
|
|
|
|
|
| |
addresses. It helps to use the physical address that the virtual address
actually maps to (doh!). Comment out some code that crashes.
Found independently by: tmm
|
| |
|
|
|
|
|
| |
to build with a cross compiler alongside the standard compiler; it would be
more desirable to build in a chroot.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Prevents simultaneous calls to updatestat() as function is not reentrant.
PR: bin/24857
Submitted by: Martin Butkus <mb@bagheera.thgwf.de>
MFC after: 1 month
|
|
|
|
|
|
| |
commented out in the entire life of the 2.x+ branch and given the amount
of gcc-specific code we have and the warning checks that gcc does I'm not
sure that it is going to get us much for some time.
|
| |
|
| |
|
|
|
|
| |
mi_switch().
|
|
|
|
|
| |
registers later on; this fixes the VIA82C686 sound problems recently
reported by a number of people.
|
|
|
|
|
|
|
|
|
|
| |
- clean_mtab():
Actually use the strdup'd version of the host that we go to the
trouble of creating.
- do_umntall/do_umount:
Don't return success if clnt_create() fails.
Don't access a client pointer after it has been destroyed.
Remember to destroy the authentication information we created.
|
|
|
|
|
|
|
|
|
|
| |
to strdup() the address string before returning it via *targaddr
because the caller will free the string.
Change the comment at the top of getclnthandle() to clarify that
the caller is responsible for freeing *targaddr.
Noticed by: sobomax
|
|
|
|
|
|
| |
Approved on IRC as long as it didn't cause a large number of warnings by: phk
MFC After: 700 hours
|
| |
|
|
|
|
|
|
| |
PR: kern/29336
Submitted by: Richard Andrades <richard@xebeo.com>
MFC after: 1 month
|
| |
|
| |
|
|
|
|
| |
Asked for by: ache
|
|
|
|
| |
MFC after: 1 month
|
|
|
|
|
|
| |
PR: bin/28274
Submitted by: John Hein <jhein@timing.com>
MFC after: 1 month
|
|
|
|
| |
operation done.
|
|
|
|
|
|
|
|
|
|
|
| |
crypto bits installed and/or NOCRYPTO/NO_OPENSSL is defined. This unfortunately
meants that usr.bin/chkey, usr.bin/newkey and usr.sbin/keyserv have also to
be disconnected.
IMO it is merely a workaround, the proper solution is to move libmp to
src/crypto where it belongs and use libgmp for the cryptoless builds instead.
Missed by: dd
|
| |
|
|
|
|
|
| |
#if NSPLASH > 0 (from splash.h) to test the presence
of the splash driver.
|
|
|
|
|
|
|
|
| |
DEF_LOG_DIR)"
with macro.
MFC after: 1 month
|
|
|
|
| |
MFC after: 1 month
|
|
|
|
|
|
|
| |
of the file.
PR: 29386
Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
|
|
|
|
|
|
|
|
|
| |
Use '' quotes instead of `' to delimit names of files and packages in
warning and error messages, because it is easier to cut-n-paste name in
question that way (single click) without confusing the shell. And yes,
I know that it is less eye-candy...
MFC after: 1 month
|
| |
|
|
|
|
|
|
|
| |
of that file to stdout to simplify debugging. IMO it was a mistake to print
this warning only when `verbose' mode is on.
MFC after: 1 month
|
|
|
|
|
| |
"upgraded" for consistency. Prior to this commit, 9 of the entires
used the latter, and 51 used the former.
|
|
|
|
|
| |
version that there's no need to talk about the snapshot business; all
it would do is serve to confuse).
|
|
|
|
| |
supported ioctls for now.
|
|
|
|
| |
to video drivers later.
|
|
|
|
|
|
|
|
| |
debugging support as well.
This relies on support added in rev 1.105 to kmod.mk.
Requested by: peter
|
|
|
|
| |
modes.
|
|
|
|
|
|
|
|
| |
to hang or panic kernel by detaching disk from which fs is mounted;
- replace "md" with MD_NAME in yet another place.
Reviewed by: phk
Approved by: phk
|