Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-07 | Complete the merge of bsd.lv version 1.10.7: | Ingo Schwarze | |
No more functional changes, just sync ordering, comments and white space. | |||
2010-12-07 | Back out my .ft implementation for -Thtml. | Ingo Schwarze | |
Kristaps says it is broken and cannot work, because HTML needs a block structure which .ft does not provide. Thus, let us just ignore .ft in HTML output. | |||
2010-12-06 | Do not report the same problems multiple times, | Ingo Schwarze | |
and do not bother checking the return values of calls that always return 1. From kristaps@. | |||
2010-12-06 | add missing header needed by futimes() | Charles Longeau | |
ok tobias@ xsa@ nicm@ | |||
2010-12-06 | - properly remove NENTS now after fixing the fallout. | Jasper Lievisse Adriaanse | |
ok deraadt@ | |||
2010-12-06 | Add an option to alert (monitor) for silence (lack of activity) in a | Nicholas Marriott | |
window. From Thomas Adam. | |||
2010-12-06 | add missing header needed by futimes() | Charles Longeau | |
ok tobias@ nicm@ | |||
2010-12-06 | add missing header to properly use SIG* definitions | Charles Longeau | |
ok tobias@ nicm@ | |||
2010-12-06 | Never print .P, .PP, and .LP header content. | Ingo Schwarze | |
From kristaps@. | |||
2010-12-06 | - partially revert previous NENTS removal for arches which got busted. | Jasper Lievisse Adriaanse | |
2010-12-06 | Do not follow .D1 and .Dl inside .Bd with a blank line. | Ingo Schwarze | |
Kristaps@ came up with this improvement when he merged my patch introducing support for nested displays. | |||
2010-12-06 | Change the signature of PMAP_PREFER from void PMAP_PREFER(..., vaddr_t *) to | Miod Vallat | |
vaddr_t PMAP_PREFER(..., vaddr_t). This allows better compiler optimization when the function is inlined, and avoids accessing memory on architectures when we can pass function arguments in registers. | |||
2010-12-06 | - use consistent 'include' rules without a full relative path. | Jasper Lievisse Adriaanse | |
tested on a GENERIC config from all arches. ok deraadt@ miod@ | |||
2010-12-06 | - drop NENTS(), which was yet another copy of nitems(). | Jasper Lievisse Adriaanse | |
no binary change ok deraadt@ | |||
2010-12-06 | - remove unused/commented COMPAT_LINUX stuff | Jasper Lievisse Adriaanse | |
ok deraadt@ | |||
2010-12-06 | - update CGI to 3.50, which includes a fix for SA42443, | Jasper Lievisse Adriaanse | |
"multipart_init()" HTTP Header Injection Vulnerability. - add a mention in patchlevel.h (reminded by millert@) ok millert@ | |||
2010-12-06 | this can't work yet | Marc Espie | |
2010-12-06 | WRKBUILD might not be defined at modules stage | Marc Espie | |
2010-12-06 | creating the cookie always works better | Marc Espie | |
2010-12-06 | document the cookie pattern to use to override targets in a truely modular | Marc Espie | |
way | |||
2010-12-06 | * if we got an undercoverable error, set the dying flag | Jacob Meuser | |
* check the dying flag in timeout and interrupt handlers fixes crash when disconnecting cardbus usb adapters | |||
2010-12-06 | as in ehci and ohci, delete the interrupt timeout in the detach | Jacob Meuser | |
routine | |||
2010-12-06 | a couple unchecked if_detach() in detach routines that were missed | Jacob Meuser | |
in previous sweep (avoid NULL deref if the device didn't fully attach) | |||
2010-12-06 | * replace per-driver dying and/or other state variables with use of | Jacob Meuser | |
usbd_deactivete() and usbd_is_dying() * use usbd_deactivate() in activate()/DEACTIVATE * convert a few more direct checks of the associated bus' dying flag with usbd_is_dying() | |||
2010-12-06 | call config_deactivate() before config_detach() when detaching devices. | Jacob Meuser | |
2010-12-06 | * check that the root hub has been configured before trying to | Jacob Meuser | |
free it's resources * use usbd_is_dying() instead of directly checking the device's bus dying flag | |||
2010-12-06 | * add dying flag to struct usbd_device | Jacob Meuser | |
* add usbd_deactivate(), which should be use to set the dying flag in struct usbd_device * add usbd_is_dying(), which can be used to check if either the device or the associated bus dying flag has been set * use usbd_is_dying() to check if the deivce or bus is dying before issuing transfers or requests | |||
2010-12-05 | PCIe based sparc64 machines have always supported access to the extended PCIe | Mark Kettenis | |
configuration space. So on pyro(4) and vpci(4) return the size appropriate for the extended PCIe configuration space. ok miod@ | |||
2010-12-05 | Rewrite the mbrtowc(3) man page so we can make sense of this function. | Stefan Sperling | |
tweaks from jmc, help from uwe, "We are going to have to trust you :-)" deraadt | |||
2010-12-05 | Make sure we only initialize the nfsrv_descript_pl pool once. | Mark Kettenis | |
Re-initializing the pool everytime nfsd(8) terminates is very bad since it screws up the list of pools resulting in infinite loops when traversing that list. Issue found by Daniel Melameth. ok deraadt@ | |||
2010-12-05 | tweak the framework so that individual modules don't exist and return | Marc Espie | |
the exit code upstream instead. this simplifies the task of people who want to reuse it, as noted by landry@ | |||
2010-12-04 | correct constant name | Takuya ASADA | |
2010-12-04 | Check the register offset against the device's configuration space size in | Miod Vallat | |
the PCIOCREAD and PCIOCWRITE ioctls. ok kettenis@ (also ok mikeb@ on an earlier version of this) | |||
2010-12-04 | Introduce a new pci routine, pci_conf_size(), which returns the size of a | Miod Vallat | |
given pcitag_t configuration address space. Currently, all pci controllers will return the usual 0x100 bytes of PCI configuration space, but this will eventually change on PCIe-capable controlers. ok kettenis@ | |||
2010-12-04 | Remove pci configuration space acces hook infrastructure, which got copied | Miod Vallat | |
from loongson but isn't necessary on octeon. ok syuu@ | |||
2010-12-04 | Define BUS_SPACE_MAP_LINEAR and BUS_SPACE_MAP_PREFETCHABLE, and provide | Miod Vallat | |
a simple bus_space_barrier implementation. ok syuu@ | |||
2010-12-04 | add a few simple tests found in my tree | Ingo Schwarze | |
2010-12-04 | fix fd leak; spotted and ok dtucker@ | Damien Miller | |
2010-12-04 | Now that we don't have groff in base any longer, check in the desired output, | Ingo Schwarze | |
such that the regression suite does not depend on ports. | |||
2010-12-04 | Make sgi port compile again. | Joel Sing | |
2010-12-04 | The pm_cpus member of the pmap is now a 64bit integer: update the assembly | Philip Guenthe | |
used in cpu_switch() for handling it. Also, delete an unnecessary instruction that I added while debugging the pm_cpus handling before ok kettenis@ | |||
2010-12-04 | Teach swapctl(2) about DUIDs. | Joel Sing | |
ok deraadt@ | |||
2010-12-04 | adjust for hard-link support | Damien Miller | |
2010-12-04 | add a protocol extension to support a hard link operation. It is | Damien Miller | |
available through the "ln" command in the client. The old "ln" behaviour of creating a symlink is available using its "-s" option or through the preexisting "symlink" command; based on a patch from miklos AT szeredi.hu in bz#1555; ok markus@ | |||
2010-12-03 | move check for revoked keys to run earlier (in auth_rsa_key_allowed) | Damien Miller | |
bz#1829; patch from ldv AT altlinux.org; ok markus@ | |||
2010-12-03 | check that g^x^q === 1 mod p; recommended by JPAKE author Feng Hao | Damien Miller | |
(this code is still disabled, but apprently people are treating it as a reference implementation) | |||
2010-12-03 | be more strict on socket lifetime (fixes a fd leak). | Eric Faurot | |
ok gilles@ | |||
2010-12-03 | really turn -H off; | Jason McIntyre | |
2010-12-03 | add missing header needed by futimes() | Charles Longeau | |
ok stsp@ | |||
2010-12-03 | Sync with amd64, to allow this to compile without warnings with gcc4: | Miod Vallat | |
``Correct the _atomic_lock() asm so that gcc accepts the constraints when compiling without optimization; fix copied from the kernel's atomic.h'' spotted by jim@ |