Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-01 | Put SO_PEERCRED into the non-flag area | Theo de Raadt | |
suggested by guenther | |||
2010-07-01 | support dumping the new SADB_X_EXT_TAP extension. | Reyk Floeter | |
2010-07-01 | Allow to specify an alternative enc(4) interface for an SA. All | Reyk Floeter | |
traffic for this SA will appear on the specified enc interface instead of enc0 and can be filtered and monitored separately. This will allow to group individual ipsec policies to virtual interfaces and simplifies monitoring and pf filtering with many ipsec policies a lot. This diff includes the following changes: - Store the enc interface unit (default 0) in the TDB of an SA and pass it to the enc_getif() lookup when running the bpf or pf_test() handlers. - Add the pfkey SADB_X_EXT_TAP extension to communicate the encX interface unit for a specified SA between userland and kernel. - Update enc(4) again to use an allocate array instead of the TAILQ to lookup the matching enc interface in enc_getif() quickly. Discussed with many, tested by a few, will need more testing & review. ok deraadt@ | |||
2010-07-01 | sync | Theo de Raadt | |
2010-07-01 | compat_o43 and compat_23 are no longer options | Theo de Raadt | |
2010-07-01 | We have to add enc0 to the "enc" interface group manually on boot. | Reyk Floeter | |
Adopted from the loop lo0 code. | |||
2010-07-01 | compat_o43 and compat_23 can die | Theo de Raadt | |
2010-07-01 | turn off COMPAT_O43 | Theo de Raadt | |
2010-07-01 | Simplified aml_parse_resource call, cleanup code | Jordan Hargrave | |
ok marco | |||
2010-07-01 | Fix subordinate bus # for multi-root PCI buses | Jordan Hargrave | |
ok marco, kettenis | |||
2010-07-01 | Add a look-up table for machines that have special vga cards. This table will | Paul Irofti | |
tell, based on vendor/product/subvendor/subproduct ids, how the video reposting should be done: via the emulator or the bios video call in locore. The default is to do none of those, which is how most machines work. Okay kettenis@, deraadt@. | |||
2010-07-01 | if you want usenet archives from 1985, you'll have to look elsewhere | Ted Unangst | |
2010-07-01 | More accurate comment as to what happens with acpi_savecpu | Mike Larkin | |
ok deraadt@ | |||
2010-07-01 | Add checks that we're not adding immutable attributes, just as we're | Martin Hedenfal | |
disallowing modifying immutable attributes. Remove the check for modifying operational attributes, as there's nothing that disallows that (except that they're also often marked as immutable). While here, check the return value from ber_add_* and ldap_add_attribute. | |||
2010-07-01 | remove crappy old README files | Ted Unangst | |
2010-07-01 | any TODO containing the item "Use lock manager locks." is provably wrong. | Ted Unangst | |
ok dlg | |||
2010-07-01 | libkeynote development has been paused for a while. ok deraadt | Ted Unangst | |
2010-07-01 | Add things to enable aesni either ifdef'ed or commented out to ease | Thordur I. Bjornsson | |
testing. Note: aesni is not in a usable state yet! OK deraadt@ | |||
2010-07-01 | I'm not sure where this TODO comes from, but it contains such exciting lies | Ted Unangst | |
as "should run as a user process" | |||
2010-07-01 | the only thing left on the raidframe TODO list is to go away | Ted Unangst | |
2010-07-01 | another osf1 reference hiding out | Ted Unangst | |
2010-06-30 | allow uppercase A-F in the uid input | Alexander Hall | |
ok krw@ jsing@ | |||
2010-06-30 | we don't need to add a localhost route for our hostname address, our arp | Peter Hessler | |
code is smarter these days. a side effect of this was noticed by reyk@ OK claudio@ henning@ | |||
2010-06-30 | Make 'fdisk -i' start the OpenBSD partition on a power of 2 512-byte | Kenneth R Westerback | |
block boundary. In most modern (i.e. 'faked' geometry) situations this will start it at (0-based) block[64] rather than block[63] as now. This should help performance on disks which really have 4K sectors but report 512-byte sectors. Power of 2 idea from deraadt@. ok toby@ deraadt@ | |||
2010-06-30 | Disable/partially backout the bufq quiesce changes as this | Thordur I. Bjornsson | |
is causing havoc with vnds and release must be buildable. | |||
2010-06-30 | This comment is unnecessarily confusing. | Artur Grabowski | |
2010-06-30 | sync | Peter Hessler | |
2010-06-30 | add Realtek RTL8171 | Peter Hessler | |
from Brad | |||
2010-06-30 | Set a default btree cache size. | Martin Hedenfal | |
2010-06-30 | Make it possible to store multiple LSP to a FEC. This is another step to | Claudio Jeker | |
handle multipath routes in MPLS. Looks good to michele@ | |||
2010-06-30 | Silence the activation debug reporting. We are starting to get worried | Theo de Raadt | |
that there are interactions when we print in the various (saved, post-saved, pre-restored, and restored) vga states, especially with how intel drm is getting involved. If your machine has issues, you may want to activate these messages again to help debug things better. ok mlarkin | |||
2010-06-30 | Merge from NetBSD: "Linux's getsid(2) does in fact return a pid, | Philip Guenthe | |
not a pointer." So just use the native implementation. ok deraadt@ | |||
2010-06-30 | Don't prune page cache directly when adding to it. Fixes a crash with a | Martin Hedenfal | |
zero cache-size. found by william@ | |||
2010-06-30 | Don't compact and reindex referral namespaces. | Martin Hedenfal | |
2010-06-30 | Add a test for route labels, re PR6416. ok phessler@ | Stuart Henderson | |
2010-06-30 | make the disklabel editor not crash when pressing ^D in the uid prompt | Alexander Hall | |
ok krw@ | |||
2010-06-30 | style nit | Thordur I. Bjornsson | |
2010-06-30 | remove a compat_osf1 file | Ted Unangst | |
2010-06-30 | delete compat_osf1 | Ted Unangst | |
2010-06-30 | remove compat_osf1. ok deraadt miod | Ted Unangst | |
2010-06-30 | delete osf1 compat files | Ted Unangst | |
2010-06-30 | timeout_add -> timeout_add_msec | Bret Lambert | |
ok jakemsr@, who promises to deal with any fallout, because he's a stand-up guy | |||
2010-06-30 | remove compat_osf1 support from the kernel | Ted Unangst | |
ok deraadt miod | |||
2010-06-30 | This needs sys/sysctl.h to compile. | Claudio Jeker | |
2010-06-30 | Change the example for the 'include' keyword as schema files are no longer | Martin Hedenfal | |
included that way. pointed out by william@ | |||
2010-06-30 | Remove the ``never cache virtual addresses in the DVMA range'' in | Miod Vallat | |
pv_changepte4m() since DVMA addresses are never loaded in the SRMMU; this chunk was forgotten in the previous `don't steal DVMA out of kernel_map on 4m' commit. | |||
2010-06-30 | improve error reporting: | Ingo Schwarze | |
* avoid error exit code after mere warnings * add ERROR: and FATAL: to messages when appropriate * sort the code in mmsg() to make it easier on the eye * make the mandocerrs[] list easier to maintain * update a few comments in mandoc.h ok kristaps@ | |||
2010-06-30 | revert last ^D behaviour change | Alexander Hall | |
requested and well explained by krw@ | |||
2010-06-30 | knf function decleration nit. | Thordur I. Bjornsson | |
2010-06-30 | Add getsockopt SOL_SOCKET SO_PEERCRED support. This behaves similar to | Theo de Raadt | |
getpeereid(2), but also supplies the remote pid. This is supplied in a 'struct sockpeercred' (unlike Linux -- they showed how little they know about real unix by calling theirs 'struct ucred'). ok guenther ajacoutot |