Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-01 | Add support for client-side SSL connections from relays. relayd can | Reyk Floeter | |
now sit between two SSL connections (Oitm - OpenBSD-in-the-middle), accept SSL connections and forward to TCP, accept TCP connections and forward to SSL, and do TCP to TCP of course. This was tested by some people a while ago. | |||
2009-04-01 | terminate and cleanup properly by setting the pf anchor names | Reyk Floeter | |
correctly (anchor names with characters after the terminating NUL byte are considered invalid). Thanks to camield@ | |||
2009-04-01 | Add raid 6 and 60 | Marco Peereboom | |
2009-04-01 | zap double word; from Jo?o Salvatti | Jason McIntyre | |
2009-04-01 | the note explaining partition letters is not a caveat, it is integral to | Jason McIntyre | |
the way disklabel works; move it into DESCRIPTION ok krw | |||
2009-04-01 | in client mode, be sure to consider the file modified if a conflict | Joris Vink | |
exists in the CVS/Entries file, otherwise the server has no way of determining if the user has resolved it or not. also in client mode, send a conflict as Â"+=" not "+" alone, so other cvs implementations get it. commited entirely with opencvs, with permission by deraadt@ | |||
2009-04-01 | Don't be picky about character case when checking response. | Jonathan Gray | |
ok deraadt@ | |||
2009-03-31 | When warning about a non-zero partition offset, show DL_GETPOFFSET() | Kenneth R Westerback | |
and not DL_GETPSIZE(). | |||
2009-03-31 | These flags are bitmasks, not booleans. | Owain Ainsworth | |
Fix from upstream. | |||
2009-03-31 | bzero pci attach args | Mark Kettenis | |
2009-03-31 | On watchdog timeout reset the full chip. Just draining the tx ring is not | Claudio Jeker | |
enough to get the device unstuck. OK mglocker@ | |||
2009-03-31 | bzero pci attach args | Mark Kettenis | |
2009-03-31 | Fixed memory leaks which would occur if the second of two memory | Tobias Stoeckmann | |
allocations fails. looks right deraadt, krw ok henning | |||
2009-03-31 | Backout previous change; it breaks more machines than it fixes. | Mark Kettenis | |
2009-03-31 | remove the drm_read and drm_write functions. instead just do the | Owain Ainsworth | |
conditional on whether we treat the data like memspace or system memory into the one driver that needs this. Something similar was done upstream a while back. | |||
2009-03-31 | Beef up description of 'c' partition in CAVEATS and remove mentions of | Kenneth R Westerback | |
'c' from descriptions of d(elete) and z(ero) commands. Feedback from jmc@ Slightly different version ok jmc@ deraadt@ | |||
2009-03-31 | Assign the correct metric to the routes learned from the kernel while ripd is | Michele Marchetto | |
running. Issue spotted and diff tested by Steven Surdock. ok claudio@ | |||
2009-03-31 | - remove obsolete comment | Artur Grabowski | |
- remove dead (#if 0) code - move switch_error panics to after cpu_switchto to make branch prediction happier and the code more readable. no functional change | |||
2009-03-31 | document the changes to the route filter API. basically: | David Gwynne | |
-ROUTE_SETFILTER(rtfilter, RTM_IFINFO); -ROUTE_SETFILTER(rtfilter, RTM_IFANNOUNCE); +rtfilter = ROUTE_FILTER(RTM_IFINFO) | + ROUTE_FILTER(RTM_IFANNOUNCE); poked by claudio@ | |||
2009-03-31 | claudio has spent too much time with the mbuf macros. | David Gwynne | |
switch the rtsocket message filter specification so you can or the macros converting the routing socket message types into the mask used by the filter. ie: - ROUTE_SETFILTER(rtfilter, RTM_NEWADDR); - ROUTE_SETFILTER(rtfilter, RTM_DELADDR); - ROUTE_SETFILTER(rtfilter, RTM_IFINFO); - ROUTE_SETFILTER(rtfilter, RTM_IFANNOUNCE); + rtfilter = ROUTE_FILTER(RTM_NEWADDR) | ROUTE_FILTER(RTM_DELADDR) | + ROUTE_FILTER(RTM_IFINFO) | ROUTE_FILTER(RTM_IFANNOUNCE); there's a manpage change coming. ok claudio@ | |||
2009-03-31 | Tweak comment to remove discussion of now non-existant 2 stage | Kenneth R Westerback | |
boot loaders and update list of NUMBOOT>0 archs. ok deraadt@ | |||
2009-03-31 | do not include space in the end of the from for a hmac. after discussion | David Gwynne | |
with deraadt@, mcbride@, and mpf@ it is obvious that a hmac doesnt make sense for pfsync. this also firms up some of the input parsing so it handles short frames a bit better. | |||
2009-03-31 | Remove lies about and tweak descriptions of built-in label editor, | Kenneth R Westerback | |
a.k.a. '-E'. Feedback from otto@ jmc@ | |||
2009-03-30 | kill rp_lines, we do not need it when parsing an RCS file. | Joris Vink | |
incendently, commit made using opencvs entirely. with permission from deraadt@ | |||
2009-03-30 | bzero pci attach args | Mark Kettenis | |
2009-03-30 | bzero pci attach args | Mark Kettenis | |
2009-03-30 | Mop up after oga@ and unbreak the tree. The direct uncached map is gone so | Mark Kettenis | |
remove the code from libkvm that dealt with it. | |||
2009-03-30 | bzero pci attach args | Mark Kettenis | |
2009-03-30 | Convert a sizeable macro to a much-leaner function. Saves (IIRC) 5k on i386. | Bret Lambert | |
In snaps for a while. | |||
2009-03-30 | Switch sk(4) over to using MCLGETI when allocating mbufs for the RX ring. | Mark Kettenis | |
Another evil jumbo allocator bites the dust. | |||
2009-03-30 | make the code look the same; ok kettenis | Theo de Raadt | |
2009-03-30 | don't use pmapflags unitialized. Fixes envy(4) consuming 80% CPU | Alexandre Ratchov | |
when recording ok oga, deraadt | |||
2009-03-30 | Remove the direct uncached map. All its users have been removed. | Owain Ainsworth | |
In the future, we need to mark the correct parts of the direct map uncached, but that's another diff. art@, kettenis@ ok. | |||
2009-03-30 | bzero -> PR_ZERO | Bret Lambert | |
ok art@, henning@ | |||
2009-03-30 | Oops. Document new 'U' editor command in '?' output too. | Kenneth R Westerback | |
Prodded by & ok jmc@ | |||
2009-03-30 | Document new 'U' editor command. | Kenneth R Westerback | |
Prodded by & ok jmc@ | |||
2009-03-30 | bzero pci attach args | Mark Kettenis | |
2009-03-30 | bzero pci attach args | Mark Kettenis | |
2009-03-30 | bzero pci attach args | Mark Kettenis | |
2009-03-30 | bzero pci attach args | Mark Kettenis | |
2009-03-30 | allow the disk transfer speed numbers to show useable numbers when disks | Theo de Raadt | |
get really fast; ok canacar | |||
2009-03-30 | some improvements inspired by a mail on misc@ from frantisek holop: | Jason McIntyre | |
- clarify the terms geometry sectors field and start field - change the fdisk prompt from 0 to 1, and explain its meaning - temper CAVEATS: the note is "common practice", not mandatory from nick and myself | |||
2009-03-30 | sort the hardware list; from brad | Jason McIntyre | |
2009-03-30 | switch to MCLGETI. | David Gwynne | |
this conversion is the easiest ive done so far. the mbuf allocation wrapper in the driver already had code to handle a failing cluster allocator as part of a test harness, now we test that code all the time with MCLGETI. ok kettenis@ tested by phessler@ | |||
2009-03-30 | Zap a superfluous newline in the drmprint function, it messes up output | Owain Ainsworth | |
if you disable the device. noticed by deraadt@. | |||
2009-03-30 | lint; mostly unused variables, carefully checked against all platforms | Theo de Raadt | |
2009-03-30 | document new versions supported | Theo de Raadt | |
2009-03-30 | Support for more chipset versions, written by Ian Lindsay | Theo de Raadt | |
2009-03-30 | Remove the DRM_SPIN lock macros, just expand them to mutex operations. | Owain Ainsworth | |
2009-03-29 | Correct a couple of ioctl definitions (GEM ioctls, not used yet). and | Owain Ainsworth | |
add two more {GET,SET}_PARAM arguments that aren't supported yet but are needed for a libdrm update. |