Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-22 | Properly free allocated memory in error case. | Tobias Stoeckmann | |
ok joris | |||
2009-03-22 | Don't show rebuild status for offline volumes. | Alexander Yurchenko | |
2009-03-22 | trivial message repair, ok jacek@ | Ian Darwin | |
2009-03-22 | Put recently added bio and sensors stuff under #if NBIO > 0 and | Alexander Yurchenko | |
#ifndef SMALL_KERNEL respectively. | |||
2009-03-22 | sync | Theo de Raadt | |
2009-03-21 | a paragraph break (.Pp macro) is not required before or after section headers. | Igor Sobrado | |
2009-03-21 | If rebuild is active set volume state to ``rebuild''. | Alexander Yurchenko | |
2009-03-21 | Report rebuild progress only if rebuild is active. | Alexander Yurchenko | |
2009-03-21 | Always re-route interrupts, even when doing so appears to be a no-op. Some | Mark Kettenis | |
BIOSen flat out lie to us when we ask for the current routing. ok marco@ | |||
2009-03-21 | use file_rcsrev when printing out Repository revision so | Joris Vink | |
we always receive the correct revision number instead of HEAD, otherwise running status on a file that belongs to a branch results in showing HEAD revision instead of latest branch revision. | |||
2009-03-21 | don't call uiomove(9) at IPL_AUDIO, slightly simplify the code | Alexandre Ratchov | |
help from and ok jakemsr | |||
2009-03-21 | IPS_MAXTARGETS should be 16, not 15. | Alexander Yurchenko | |
2009-03-21 | Be smart when attaching pass-through scsibuses. Use configuration | Alexander Yurchenko | |
data to check if channel has any devices besides disks and set the actual bus width. This will speedup booting. Also remember enclosure address here instead of messing with inquiry data. | |||
2009-03-21 | Make nvram writable (if necessary) before calling OF_setprop(). Prevents | Mark Kettenis | |
faults on machines where we map nvram write-only (through the clock chip). | |||
2009-03-21 | kill useless return; | Joris Vink | |
2009-03-21 | be smarter when checking if a directory is empty by looking at | Joris Vink | |
CVS/Entries early on in cvs_update_leavedir() | |||
2009-03-21 | Looks like the ``params'' field in the physical device description | Alexander Yurchenko | |
contains SID_TYPE. Use to to filter out non disks from the bioctl output. | |||
2009-03-20 | Unconditionally drain the RX ring when stpping the chip. | Mark Kettenis | |
ok dlg@, jsg@ | |||
2009-03-20 | When calculating physical disk size use its number of sectors | Alexander Yurchenko | |
rather than chunk's. | |||
2009-03-20 | Detect unused and hot-spare drives. | Alexander Yurchenko | |
2009-03-20 | Support bio ``unused'' drives. | Alexander Yurchenko | |
2009-03-20 | Cleanup physical drive states handling. | Alexander Yurchenko | |
2009-03-20 | Switch sgi to __HAVE_GENERIC_SOFT_INTERRUPTS. | Miod Vallat | |
2009-03-20 | Switch vax to __HAVE_GENERIC_SOFT_INTERRUPTS. | Miod Vallat | |
2009-03-20 | - grammar tweak | Jasper Lievisse Adriaanse | |
ok jcm@ | |||
2009-03-20 | Return -1 from mktemp_internal() on EINVAL like we used to. | Todd C. Miller | |
OK oga@ thib@ | |||
2009-03-20 | While working on some stuff in uvm I've gotten REALLY sick of reading | Owain Ainsworth | |
K&R function declarations, so switch them all over to ansi-style, in accordance with the prophesy. "go for it" art@ | |||
2009-03-20 | Minor style nit; rnoland (freebsd). | Owain Ainsworth | |
2009-03-20 | initialize variable before using it as a counter in a loop | Gilles Chehade | |
spotted and fix by Matthew Haub <matthew.haub@alumni.adelaide.edu.au> | |||
2009-03-20 | Fetch rebuild status only for degraded or offline volumes. | Alexander Yurchenko | |
2009-03-19 | since maps may contain secrets, carry ownership and perms from source file | Jacek Masiulaniec | |
to db file; ok gilles@ | |||
2009-03-19 | For rebuilds use a special REBUILD command instead of a generic | Alexander Yurchenko | |
SETSTATE, for some reason it works better on lpinto's machine. | |||
2009-03-19 | make action_type == 0 mean A_INVALID, not A_RELAY; ok gilles@ | Jacek Masiulaniec | |
2009-03-19 | comment out some macros until they are needed; | Jason McIntyre | |
2009-03-19 | no .Pp before or after sections; | Jason McIntyre | |
2009-03-19 | We don't count buffercache stats in the B_PHYS case, so fix nfs to not | Owain Ainsworth | |
increment the num{read,write} and pending{read,write} statistics in that case, since biodone won't change them on completion. On another note, I'm not sure that we use physical buffers for swapping over nfs anymore, so this chunk may be superfluous. beck@ came up with the same diff "So anyway rather than me commiting it from my copy, I'm giving you the OK and the commit. since it officially makes you a buffer cache and NFS hacker };-)" | |||
2009-03-19 | For pass-through commands adjust timeout value to what controller | Alexander Yurchenko | |
supports. Make sure our timeout will be fired after controller gives up. | |||
2009-03-19 | Unify command id printing. | Alexander Yurchenko | |
2009-03-19 | for "Ciphers", just point the reader to the keyword in ssh_config(5), just | Jason McIntyre | |
as we do for "MACs": this stops us getting out of sync when the lists change; fixes documentation/6102, submitted by Peter J. Philipp alternative fix proposed by djm ok markus | |||
2009-03-19 | minor tweaks (sorry grunk!); | Jason McIntyre | |
2009-03-19 | correct an example in the manpage: after creating a new crypto volume, | Alexander von Gernler | |
it is sufficient to zero the first megabyte of the disk, not the whole disk. ok marco@ mpf@ rainer@ jmc@ | |||
2009-03-19 | Make ips_timeout to be usable not only with scsi xfers. | Alexander Yurchenko | |
2009-03-19 | do not diff files server-side that are uptodate but require a patch, | Joris Vink | |
as the client does not provide these files at all because they are not modified in anyway. otherwise this results in bad mojo. found by myself and sthen@ | |||
2009-03-19 | Remove unused code. | Alexander Yurchenko | |
2009-03-19 | kill unused vars | Joris Vink | |
2009-03-19 | only pass the real $var to expand_vars() instead of the entire | Joris Vink | |
line, this way commitinfo and stuff works again. found by myself the hard way, fix by tobias@ who's not around to commit. | |||
2009-03-19 | properly register Questionable files using CVS/Entries server-side | Joris Vink | |
in order for them to show up as "? foobar" when opencvs is in server mode. | |||
2009-03-19 | First big chunk of mrt rewrite. Simplifies code hopefully and fixes table | Claudio Jeker | |
dumps that were wrong because of the 4byte AS support. Dumps I took seemed to work so far. "Put it in" henning@ | |||
2009-03-19 | Implement a attr_writebuf() function that works on a struct buf instead of | Claudio Jeker | |
a pre allocated piece of memory. Will be used by newer mrt code. OK henning@ | |||
2009-03-19 | pfctl -ss printed state levels for ICMPv6. Disable this the same | Alexander Bluhm | |
way it has already been done for ICMPv4. ok mcbride@ |