Age | Commit message (Expand) | Author |
2010-06-29 | fix output handling: | Alexander Hall |
2010-06-29 | For every variable which has a value table entry with IREMOTE, remove the | Nicholas Marriott |
2010-06-29 | Fix ramdisks (new code was placed inside a SMALL_KERNEL chunk) | Theo de Raadt |
2010-06-29 | make the xcrypt match the jsg code in openssl | Theo de Raadt |
2010-06-29 | sort SEE ALSO; | Jason McIntyre |
2010-06-29 | Add some missing UHCI and EHCI register restores on resume. Fixes at least | Mike Larkin |
2010-06-29 | Add support for mapping ACPI to PCI devices | Jordan Hargrave |
2010-06-29 | keeping a TODO file here implies somebody cares | Ted Unangst |
2010-06-29 | Add support for referrals. Referrals are configured in the config file, | Martin Hedenfal |
2010-06-29 | Add missing include. | Joel Sing |
2010-06-29 | Mention keepalives here too; ok jmc@ | Stuart Henderson |
2010-06-29 | Don't use SUBDIR to traverse tags builds, but punt them straight to | Theo de Raadt |
2010-06-29 | Merge v_type and v_access into one v_flags member in value_t, get rid of TRUE | Nicholas Marriott |
2010-06-29 | aesni, a driver for the crypto framework, similar to the | Thordur I. Bjornsson |
2010-06-29 | In the boot blocks, stop assuming we have a 1:1 mapping of low physical | Miod Vallat |
2010-06-29 | sync | Theo de Raadt |
2010-06-29 | Replace enc(4) with a new implementation as a cloner device. We still | Reyk Floeter |
2010-06-29 | During kernel bootstrap, stop assuming the kernel image has been loaded in | Miod Vallat |
2010-06-29 | There is absolutely no need to double map DVMA addresses into the kernel address | Miod Vallat |
2010-06-29 | Fix an obviously wrong comment. ok reyk@ | Kjell Wooding |
2010-06-29 | Add PADDR_IS_DMA_REACHABLE macro so art stops whining | Thordur I. Bjornsson |
2010-06-29 | Rework cypress cpu cache setup, and enable writeback mode. Adapted from | Miod Vallat |
2010-06-29 | document the 'schema' keyword, and remove the placeholders for schema syntax | Martin Hedenfal |
2010-06-29 | Add regression tests for ftp regarding the -o flag. | Alexander Hall |
2010-06-29 | fpu_kernel_{enter,exit}; Functions to allow the use of | Thordur I. Bjornsson |
2010-06-29 | Shrink struct scsi_sense_data and thus the sense member of scsi_xfer, | Kenneth R Westerback |
2010-06-29 | use a union to align the dns answer buffer until gcc4 is fixed | Theo de Raadt |
2010-06-29 | add code to lookup the RSA public keys in /etc/iked/pubkeys/ as an | Reyk Floeter |
2010-06-29 | Shave off some instructions: | Jasper Lievisse Adriaanse |
2010-06-29 | Remember on what listener a connection got from, and return protocol error | Martin Hedenfal |
2010-06-29 | skip empty ranges in uvm_pmr_assertvalid; | Thordur I. Bjornsson |
2010-06-29 | tip is no longer setuid or setgid so get rid of the complicated | Nicholas Marriott |
2010-06-29 | we don't care about keeping rccs_id | Ted Unangst |
2010-06-29 | Strip out ancient bits in struct user that were still used only by | Philip Guenthe |
2010-06-29 | remove -t from SYNOPSIS; | Jason McIntyre |
2010-06-29 | fix SEE ALSO; | Jason McIntyre |
2010-06-29 | Add a no_constraint uvm_constraint_range; use it in the pool code. | Thordur I. Bjornsson |
2010-06-29 | Remove COMPAT_HPUX. No one wanted to support it and its fewmets were | Philip Guenthe |
2010-06-29 | We always copy struct pcred when creating a new process, so the reference | Philip Guenthe |
2010-06-29 | no more ultrix, found by miod | Ted Unangst |
2010-06-29 | Eliminate struct plimit's PL_SHAREMOD flag: it was for COMPAT_IRIX | Philip Guenthe |
2010-06-29 | Use the libutil implementation of UUCP locking. | Nicholas Marriott |
2010-06-29 | Replace the hand-crafted Diffie-Hellman implementation in isakmpd with | Reyk Floeter |
2010-06-29 | fix a typo in the function declaration; | Ingo Schwarze |
2010-06-29 | Add missing frees. | Reyk Floeter |
2010-06-29 | Fix use after free. Found by regress tests. | Charles Longeau |
2010-06-29 | More workarounds adapted from FreeBSD to make the 82577/82578 happy, | Jonathan Gray |
2010-06-29 | Don't mention foreign operating system binary emulation anymore. They usually | Miod Vallat |
2010-06-29 | remove the compat43 ifdef around some code. in effect, it's always been | Ted Unangst |
2010-06-29 | Add code to make ahci(4) suspend/resume properly. Probably not perfect yet, | Mark Kettenis |