summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2010-06-29fix SEE ALSO;Jason McIntyre
2010-06-29Add a no_constraint uvm_constraint_range; use it in the pool code.Thordur I. Bjornsson
2010-06-29Remove COMPAT_HPUX. No one wanted to support it and its fewmets werePhilip Guenthe
2010-06-29We always copy struct pcred when creating a new process, so the referencePhilip Guenthe
2010-06-29no more ultrix, found by miodTed Unangst
2010-06-29Eliminate struct plimit's PL_SHAREMOD flag: it was for COMPAT_IRIXPhilip Guenthe
2010-06-29Use the libutil implementation of UUCP locking.Nicholas Marriott
2010-06-29Replace the hand-crafted Diffie-Hellman implementation in isakmpd withReyk Floeter
2010-06-29fix a typo in the function declaration;Ingo Schwarze
2010-06-29Add missing frees.Reyk Floeter
2010-06-29Fix use after free. Found by regress tests.Charles Longeau
2010-06-29More workarounds adapted from FreeBSD to make the 82577/82578 happy,Jonathan Gray
2010-06-29Don't mention foreign operating system binary emulation anymore. They usuallyMiod Vallat
2010-06-29remove the compat43 ifdef around some code. in effect, it's always beenTed Unangst
2010-06-29Add code to make ahci(4) suspend/resume properly. Probably not perfect yet,Mark Kettenis