summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-05-26let us not talk about ipsecadm and vpn anymore; ok reykTheo de Raadt
2006-05-26prettier printingTheo de Raadt
2006-05-26\<char> is <char> except for \<newline> -- no exceptions. much like howTheo de Raadt
other things work. ok henning
2006-05-26Add blinking for disks.Marco Peereboom
2006-05-26Assign locator.target to blink structure.Marco Peereboom
2006-05-26add support for timedelta sensors, which pretty much means udcf(4) rightHenning 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-26knfTheo de Raadt
2006-05-26simplify interface (not binary compatible); ok marcoTheo de Raadt
2006-05-25Enable optional specific handling of the u-area in pmap via PMAP_UAREA ifMiod 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-25Remove unused struct cfdriver field from genericconf struct, as on cats.Miod Vallat
2006-05-25handle Online/Scrub SD state for marcoTheo de Raadt
2006-05-25make an Online/Scrub SD state for marcoTheo de Raadt
2006-05-25Move 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-25When looping over va ranges, do not compute the same sdt pointer more thanMiod Vallat
once.
2006-05-25more bits from transatlanic flight:Henning Brauer
make priv_adjtime() deal with offsets, not peers.
2006-05-25figure out the refid to send to NTP v3 clients early and store itHenning Brauer
first bits from a way to long flight
2006-05-25formattingBrad Smith
2006-05-25tidy up EXAMPLES;Jason McIntyre
2006-05-25formatting; ok bradJason Wright
2006-05-25automatic rate control (AMRR) + cosmetic and small fixesDamien Bergamini
2006-05-25- split tip.1 into tip.1 and cu.1Jason McIntyre
- big tidy up whilst here ok mk fkr
2006-05-25more room for seconds stringTheo de Raadt
2006-05-25And add time and percentage to builds and check consistencies.Marco Peereboom
2006-05-25No matter how big the buffer size is, always limit to INT_MAX forRay 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-25Don't recalculate string length, just use return value from vasprintf.Ray Lai
While here, remove pointless void pointer cast. OK otto@, beck@
2006-05-25Minor type correction.Ray Lai
OK otto@
2006-05-25print seconds of progress, if driver makes it available; ok marcoTheo de Raadt
2006-05-25also provide a seconds-of-progress counter; ok marcoTheo de Raadt
2006-05-25Better example URL spacing.Ray Lai
OK jmc@
2006-05-25Remove xmktemp() and uses plain old mkstemp(3), avoiding raceRay Lai
conditions. OK moritz@, otto@
2006-05-25handle new volume status, and print % if known; ok marcoTheo de Raadt
2006-05-25Add a few more volume status values, and a % completion as well, nowTheo de Raadt
that we have a controller which can give more information; ok marco
2006-05-25add LD progress strucutre.Marco Peereboom
Fix ld_details to now use the correct structure.
2006-05-25Add last bit of physcal disk stuff.Marco Peereboom
Remove bogus memset. Hotspares still don't work.
2006-05-25gas will error out with a number of "Error: unassigned file number 1"Brad Smith
messages when compiling with gcc3, so to appease gas I have added ".file 1 __FILE__" at the top of locore. now a kernel will compile using gcc3. thanks to jason@ for pointing out the fix via this URL.. http://sourceware.org/ml/binutils/2001-05/msg00043.html ok deraadt@
2006-05-25Add physical device and read config structures.Marco Peereboom
Add initial part of BIOCDISK
2006-05-24fix 2 !foo & barThordur I. Bjornsson
"why are you not committing? into the tree, into the tree!" and ok tedu@
2006-05-24add $OpenBSD$, prompted by steven@Kevin Steves
2006-05-24Cleanup and simplify the EST detection:Dimitry Andric
- Fix yet another rounding problem, in the ID16 macro this time. Luckily the resulting table was not affected by this. - Remove unnecessary fqlist::id32 field. This saves error-prone duplication of (MHz, mV) pairs in the source, and makes the table smaller. - Put fqlist members in bit fields, this also saves lots of space. These fields are not accessed in performance-critical code anyway. Tested by a bunch of people, ok brad@
2006-05-24Please use portable C codeTheo de Raadt
2006-05-23Replace lockmgr with rwlock; 'i think so' tedu@, ok sturm@Aleksander Piotrowski
2006-05-23clean an XXX and don't print preceding ',' on first attribute; okKevin Steves
canacar@
2006-05-23- comment out minphys() wrapper which was intended for DMA code, since thereMiod Vallat
is no working DMA support at the moment. - do not define AIC_DEBUG if SMALL_KERNEL. Saves 4KB.
2006-05-23Do not define NCR53C9X_DEBUG if SMALL_KERNEL. Saves 7KB.Miod Vallat
2006-05-23In NCR53C9X_DEBUG code, compute debug values after the values they depend onMiod Vallat
have been computed.
2006-05-23Compile if no option SYSVMSG.Miod Vallat
2006-05-23add netgear fa311 v2;Jason McIntyre
2006-05-23add the HP ProLiant NC340T PCI-X quad port adapterBrad Smith
2006-05-23some clarifications for the "size" field + cleanup;Jason McIntyre
based on a diff from ingo schwarze;
2006-05-23add the HP ProLiant NC340T PCI-X quad port adapter.Brad Smith