summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-06-27minor .Bk fixes:Ingo Schwarze
* do not print invalid arguments verbatim (no groffs prints them, either) * do not trigger TERMP_PREKEEP twice * do not die from invlid arguments (groff won't die, either) * continue to ignore even valid arguments (just like groff) ok kristaps@ on the previous version, before removing my last bug ;)
2010-06-27doh! Use pmap_kenter/pmap_kremove in the backend page allocator to preventThordur I. Bjornsson
recursion in pmap_enter as seen on zaurus. ok art@ also, release a the uvm_km_page.mtx before calling uvm_km_kmemalloc as we can sleep there. ok oga@
2010-06-27check if the jacks that will mute the speaker can generate unsolicitedJacob Meuser
events, instead of checking if the speaker can generate unsolicited events problem report and testing by Brad, thanks
2010-06-27GCC is being intelligent with our asm statements that were used to pad stuffArtur Grabowski
before and after a function. We made the assumption that the function would not be rearranged but would stay between our paddings. Haha, trusting gcc to not rearrange things, we've never had problems with that.
2010-06-27Clear ACPI fixed event status on resume (power buttons/etc) so that someMike Larkin
machines don't immediately resume after suspending to S3. Tested by kettenis@ and I on 5 or 6 machines, deraadt@ "yeah, looks good"
2010-06-27Remove unused code.Martin Hedenfal
2010-06-27remove an unused typedefMartin Hedenfal
2010-06-27Document .Bk/.Ek; reminded by kristaps@.Ingo Schwarze
2010-06-27If you include <uvm/uvm.h>, you do not need to include any other <uvm/uvm_foo.h>Miod Vallat
2010-06-27one more include shuffleMiod Vallat
2010-06-27Bunch of include adjustements to restore compilability.Miod Vallat
2010-06-27Add support for 800x480. Tested on Lilliput UM-70, MIMO UM-710 and UM-740.Mats O Jansson
ok matthiue@ and mglocker@. -moj
2010-06-27Cleanup aml_find_node callsJordan Hargrave
2010-06-27regenMike Larkin
2010-06-27Remove redundant 'Intel' from Clarkdale and Arrandale video names.Mike Larkin
ok oga@
2010-06-27back out for duplicate declarations sprinkled by viking raidersDale Rahn
as bob did for zaurus
2010-06-27Make 'route exec' emit error messages like xargs when execve() fails does.Philip Guenthe
ok claudio@
2010-06-27Cleaned up acpi_maptable, adds to table list directlyJordan Hargrave
2010-06-27make zaurus kernel link again after viking raiders sprinkled duplicate ↵Bob Beck
declarations everywhere this will probably also need to be done on other arm arch'es ok jsing@
2010-06-27make sparc compile again after tag team viking/guenther breakage.Bob Beck
ok kettenis@
2010-06-27When a peer requests a certificate from the local gateway, we firstReyk Floeter
lookup a cert from /etc/iked/certs/ that is signed by a requested CA. As a second step we also compare the subjectAltName of any found certificate now to match the local srcid; this allows to have multiple certs for the same CA but different srcids in the certs/ directory but enforces that the subjectAltName has to be set correctly. requested by jsg@
2010-06-27fix possible double free of the initiator certReyk Floeter
2010-06-27fix rtmsg_process to return on an error during processing rather thanDavid Gwynne
continue. fix kr_dispatch_msg so it acts when rtmsg_process fails. from andrew sallaway based on discussion with claudio@ ok claudio@
2010-06-27unbreak alpha kernel build after recent viking pillaging.Bob Beck
ok art@
2010-06-27Add missing $OpenBSD$.Mark Kettenis
2010-06-27"Believe it or not," nothing uses scsi_xfer's req_sense_length fieldMatthew Dempsky
in any meaningful way, so just get rid of it. ok krw@, dlg@
2010-06-27A process on the zombie list can have a NULL p_pgrp if it sleeps whenPhilip Guenthe
grabbing allproclk in proc_zap(); don't dereference the process's p_pgrp if that happens. ok art@ thib@
2010-06-27Instead of (manually) closing the _thread_kern_pipe before callingPhilip Guenthe
execve(), just set the close-on-exec flag. Fixes PRs 6183 and 6376. ok marc@, "seems clearly better" tedu@
2010-06-27Add the TPOFF* and DTP{MOD,OFF}* definitions that ld.so will need forPhilip Guenthe
doing thread-local storage and fix a typo in one that was already defined. ok kettenis@ drahn@
2010-06-27uvm constraints. Add two mandatory MD symbols, uvm_md_constraintsThordur I. Bjornsson
which contains the constraints for DMA/memory allocation for each architecture, and dma_constraints which contains the range of addresses that are dma accessable by the system. This is based on ariane@'s physcontig diff, with lots of bugfixes and additions the following additions by my self: Introduce a new function pool_set_constraints() which sets the address range for which we allocate pages for the pool from, this is now used for the mbuf/mbuf cluster pools to keep them dma accessible. The !direct archs no longer stuff pages into the kernel object in uvm_km_getpage_pla but rather do a pmap_extract() in uvm_km_putpages. Tested heavily by my self on i386, amd64 and sparc64. Some tests on alpha and SGI. "commit it" beck, art, oga, deraadt "i like the diff" deraadt
2010-06-27Store the current working directory in the session, change the default-pathNicholas Marriott
option to default to empty and make that mean that the stored session CWD is used.
2010-06-27mpii was modelled very heavily on mpi which means that it inherited a splitDavid Gwynne
of pci specific code and the rest of the driver. in hindsight, this was a stupid thing to do in mpi since there will only ever be pci based mpi controllers. the same goes for mpii, but unlink mpi it doesnt have the bus and generic driver split at the file level, just in the code. this merges the pci and generic mpii autoconf code so its just mpii autoconf code. apologies for the files.pci change. tested by me ok marco@
2010-06-27stuff nsaddr/ndaddr/nsport/ndport (addrs/ports after NAT, used a lot whileHenning Brauer
walking the ruleset and up until state is fully set up) into pf_pdesc instead of passing around those 4 seperately all the time, also shrinks the argument count for a few functions that have/partialy had an insane count of arguments. kinda preparational since we'll need them elsewhere too, soon ok ryan jsing
2010-06-27fix the length check for ASN1_ID Ids.Reyk Floeter
2010-06-27Fix DIOCCHANGERULE ioctl broken in the remove of the address pools.Ryan Thomas McBride
Reported by Alexander Vladimirov.
2010-06-27Basic implementation of .Bk/.Ek.Ingo Schwarze
OK and one stylistic tweak by kristaps@.
2010-06-27Add support for different page sizes in the btree. Add a new header pageMartin Hedenfal
type and move the page size, magic and version from the meta page here. Bump the btree version number. This requires a dump/restore of any existing databases.
2010-06-27Add Lilliput UM-70. -mojMats O Jansson
2010-06-27Add another one. -mojMats O Jansson
2010-06-27GPIO quirk for IDT 92HD71B7 in HP laptops (such as HP HDX 18)Jacob Meuser
2010-06-27Verify that the subjectAltName extension is present and matches theReyk Floeter
peer Id if the Id type is not ASN1_DN. If it is ASN1_DN, compare it with the certificate subjectName (DN). This prevents the peer from using an arbitrary peer Id (it is signed by the CA in the cert) and qualifies the optional pf tag.
2010-06-27Regen. -mojMats O Jansson
2010-06-27Another DisplayLink device. -mojMats O Jansson
2010-06-27Instead of modifying and fiddling with the IKE SA in the payloadReyk Floeter
parsing routines directly, first parse the message and save the parsed elements in the temporary message struct before validating the information and taking any other actions on the actual SA. This needs more testing, but is the cleaner and better approach.
2010-06-27Tighten up the congrats text.Kenneth R Westerback
ok deraadt@ drahn@
2010-06-27print the required bits as a stringReyk Floeter
2010-06-27cycle static buffers in print_bits()Reyk Floeter
2010-06-27New option, detach-on-destroy, to set what happens to a client when the sessionNicholas Marriott
it is attached to is destroyed. If on (the default), it is detached; if off, it is switched to the most recently active session.
2010-06-27Factor out code used to read a disklabel. We'll be making use of this soon.Joel Sing
ok deraadt@
2010-06-27Suggest a reboot if "sh MAKEDEV" was run or login.conf was modified.Antoine Jacoutot
reported by matthieu@ req. by and "I like it" deraadt@