summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-30Switch prefix in struct map to a struct in_addr instead of a u_int32_t.Claudio Jeker
2010-06-30clarify why carp demotion is necessary, and who is doing it.Kjell Wooding
2010-06-30Move the plimit and pcred bits in fork1() into process_new() and makePhilip Guenthe
2010-06-30Only two variables - HOME and SHELL - are from the environment, so just fillNicholas Marriott
2010-06-30handle whitespace around installpath in pkg.confAlexander Hall
2010-06-30Unused variables.Nicholas Marriott
2010-06-30Update libedit to bring it into sync with the latest version from NetBSD.Nicholas Marriott
2010-06-30switch ss over to using xshandlers for queuing io. this brings it into lineDavid Gwynne
2010-06-29regress tests for key options in AuthorizedPrincipalsDamien Miller
2010-06-29Use new ACPI PCI mapping to get _PRT busJordan Hargrave
2010-06-29Add new read-only vtable entries for device and connection string and use thoseNicholas Marriott
2010-06-29Since dial-up is no longer supported, no need to store a phone number, orNicholas Marriott
2010-06-29Do the same for di, es, fo, rc and remove their remote variables.Nicholas Marriott
2010-06-29allow key options (command="..." and friends) in AuthorizedPrincipals;Damien Miller
2010-06-29allow import (-i) and export (-e) of PEM and PKCS#8 encoded keys;Damien Miller
2010-06-29fix output handling:Alexander Hall
2010-06-29For every variable which has a value table entry with IREMOTE, remove theNicholas Marriott
2010-06-29Fix ramdisks (new code was placed inside a SMALL_KERNEL chunk)Theo de Raadt
2010-06-29make the xcrypt match the jsg code in opensslTheo de Raadt
2010-06-29sort SEE ALSO;Jason McIntyre
2010-06-29Add some missing UHCI and EHCI register restores on resume. Fixes at leastMike Larkin
2010-06-29Add support for mapping ACPI to PCI devicesJordan Hargrave
2010-06-29keeping a TODO file here implies somebody caresTed Unangst
2010-06-29Add support for referrals. Referrals are configured in the config file,Martin Hedenfal
2010-06-29Add missing include.Joel Sing
2010-06-29Mention keepalives here too; ok jmc@Stuart Henderson
2010-06-29Don't use SUBDIR to traverse tags builds, but punt them straight toTheo de Raadt
2010-06-29Merge v_type and v_access into one v_flags member in value_t, get rid of TRUENicholas Marriott
2010-06-29aesni, a driver for the crypto framework, similar to theThordur I. Bjornsson
2010-06-29In the boot blocks, stop assuming we have a 1:1 mapping of low physicalMiod Vallat
2010-06-29syncTheo de Raadt
2010-06-29Replace enc(4) with a new implementation as a cloner device. We stillReyk Floeter
2010-06-29During kernel bootstrap, stop assuming the kernel image has been loaded inMiod Vallat
2010-06-29There is absolutely no need to double map DVMA addresses into the kernel addressMiod Vallat
2010-06-29Fix an obviously wrong comment. ok reyk@Kjell Wooding
2010-06-29Add PADDR_IS_DMA_REACHABLE macro so art stops whiningThordur I. Bjornsson
2010-06-29Rework cypress cpu cache setup, and enable writeback mode. Adapted fromMiod Vallat
2010-06-29document the 'schema' keyword, and remove the placeholders for schema syntaxMartin Hedenfal
2010-06-29Add regression tests for ftp regarding the -o flag.Alexander Hall
2010-06-29fpu_kernel_{enter,exit}; Functions to allow the use ofThordur I. Bjornsson
2010-06-29Shrink struct scsi_sense_data and thus the sense member of scsi_xfer,Kenneth R Westerback
2010-06-29use a union to align the dns answer buffer until gcc4 is fixedTheo de Raadt
2010-06-29add code to lookup the RSA public keys in /etc/iked/pubkeys/ as anReyk Floeter
2010-06-29Shave off some instructions:Jasper Lievisse Adriaanse
2010-06-29Remember on what listener a connection got from, and return protocol errorMartin Hedenfal
2010-06-29skip empty ranges in uvm_pmr_assertvalid;Thordur I. Bjornsson
2010-06-29tip is no longer setuid or setgid so get rid of the complicatedNicholas Marriott
2010-06-29we don't care about keeping rccs_idTed Unangst
2010-06-29Strip out ancient bits in struct user that were still used only byPhilip Guenthe
2010-06-29remove -t from SYNOPSIS;Jason McIntyre