Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-26 | tidy up SYNOPSIS and EXAMPLES; | Jason McIntyre | |
2006-05-26 | remove references to CRTs where they no longer make sense; | Jason McIntyre | |
tweaked by mickey/krw ok deraadt | |||
2006-05-26 | make pkg_add exit gracefully if it cannot read from a file handle, which | Steven Mestdagh | |
happens when the ssh connection could not be established. ok espie@ | |||
2006-05-26 | No need to have a struct uvm_object in each pmap when all you want is a | Miod Vallat | |
lock and a reference count. No functional change. | |||
2006-05-26 | Get rid of katelib.h, it was almost unused and is marked as deprecated anyway. | Miod Vallat | |
2006-05-26 | Add dlg to copyright. | Marco Peereboom | |
2006-05-26 | add pae | Michael Shalayeff | |
2006-05-26 | ipsectl -> ipsecctl | Jason McIntyre | |
2006-05-26 | vpn.8 removal; | Jason McIntyre | |
2006-05-26 | simplify synopsis; ok deraadt | Jason McIntyre | |
2006-05-26 | remove unneeded .Pp; | Jason McIntyre | |
2006-05-26 | kill trailing line; | Jason McIntyre | |
2006-05-26 | change keyword for route refresh request to just refresh, discussed with | Henning Brauer | |
claudio | |||
2006-05-26 | better words; mrd@alkemio.org | Theo de Raadt | |
2006-05-26 | sync | Theo de Raadt | |
2006-05-26 | sync | Theo de Raadt | |
2006-05-26 | let us not talk about ipsecadm and vpn anymore; ok reyk | Theo de Raadt | |
2006-05-26 | prettier printing | Theo de Raadt | |
2006-05-26 | \<char> is <char> except for \<newline> -- no exceptions. much like how | Theo de Raadt | |
other things work. ok henning | |||
2006-05-26 | Add blinking for disks. | Marco Peereboom | |
2006-05-26 | Assign locator.target to blink structure. | Marco Peereboom | |
2006-05-26 | add support for timedelta sensors, which pretty much means udcf(4) right | Henning Brauer | |
now. untested due to lack of hardware, and it wouldn't have worked in the plane anyways. work in progress, currently picks up and uses all sensors it finds, config file bits to be added soon. theo fine with this going in | |||
2006-05-26 | knf | Theo de Raadt | |
2006-05-26 | simplify interface (not binary compatible); ok marco | Theo de Raadt | |
2006-05-25 | Enable optional specific handling of the u-area in pmap via PMAP_UAREA if | Miod Vallat | |
defined; from NetBSD. Currently only used on xscale arm to use the mini data cache for u area mappings instead of the main data cache. | |||
2006-05-25 | Remove unused struct cfdriver field from genericconf struct, as on cats. | Miod Vallat | |
2006-05-25 | handle Online/Scrub SD state for marco | Theo de Raadt | |
2006-05-25 | make an Online/Scrub SD state for marco | Theo de Raadt | |
2006-05-25 | Move a int i; to top of function so that it compiles on non c99 compilers. | Marco Peereboom | |
Pointed out by miod@ The enclosure id modifier didn't reflect reality so move it back to whatever the raid card uses. | |||
2006-05-25 | When looping over va ranges, do not compute the same sdt pointer more than | Miod Vallat | |
once. | |||
2006-05-25 | more bits from transatlanic flight: | Henning Brauer | |
make priv_adjtime() deal with offsets, not peers. | |||
2006-05-25 | figure out the refid to send to NTP v3 clients early and store it | Henning Brauer | |
first bits from a way to long flight | |||
2006-05-25 | formatting | Brad Smith | |
2006-05-25 | tidy up EXAMPLES; | Jason McIntyre | |
2006-05-25 | formatting; ok brad | Jason Wright | |
2006-05-25 | automatic rate control (AMRR) + cosmetic and small fixes | Damien Bergamini | |
2006-05-25 | - split tip.1 into tip.1 and cu.1 | Jason McIntyre | |
- big tidy up whilst here ok mk fkr | |||
2006-05-25 | more room for seconds string | Theo de Raadt | |
2006-05-25 | And add time and percentage to builds and check consistencies. | Marco Peereboom | |
2006-05-25 | No matter how big the buffer size is, always limit to INT_MAX for | Ray Lai | |
SSL connections, due to SSL_read()'s prototype. This allows us to change ftp_read to return size_t and have it return (0) on error, just like fread(). OK otto@, beck@ | |||
2006-05-25 | Don't recalculate string length, just use return value from vasprintf. | Ray Lai | |
While here, remove pointless void pointer cast. OK otto@, beck@ | |||
2006-05-25 | Minor type correction. | Ray Lai | |
OK otto@ | |||
2006-05-25 | print seconds of progress, if driver makes it available; ok marco | Theo de Raadt | |
2006-05-25 | also provide a seconds-of-progress counter; ok marco | Theo de Raadt | |
2006-05-25 | Better example URL spacing. | Ray Lai | |
OK jmc@ | |||
2006-05-25 | Remove xmktemp() and uses plain old mkstemp(3), avoiding race | Ray Lai | |
conditions. OK moritz@, otto@ | |||
2006-05-25 | handle new volume status, and print % if known; ok marco | Theo de Raadt | |
2006-05-25 | Add a few more volume status values, and a % completion as well, now | Theo de Raadt | |
that we have a controller which can give more information; ok marco | |||
2006-05-25 | add LD progress strucutre. | Marco Peereboom | |
Fix ld_details to now use the correct structure. | |||
2006-05-25 | Add last bit of physcal disk stuff. | Marco Peereboom | |
Remove bogus memset. Hotspares still don't work. |