Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-23 | remove debug, bleh | Joris Vink | |
2009-03-23 | fix buffer cache pending writs statistic so it does not go negative. | Bob Beck | |
this ensures we ignore counting any buffers returning through biodone() for which B_PHYS has been set - which should be set on all transfers that manually do raw io bypassing the buffer cache by setting up their own buffer and calling strategy.. ok thib@, todd@, and now that he is a buffer cache and nfs hacker oga@ | |||
2009-03-23 | add rlog -d support, ported from openrcs by | Joris Vink | |
Josh Elsasser <josh@elsasser.org> | |||
2009-03-23 | Update to tzdata2009d from elsie.nci.nih.gov | Todd C. Miller | |
2009-03-23 | Processor affinity for processes. | Artur Grabowski | |
- Split up run queues so that every cpu has one. - Make setrunqueue choose the cpu where we want to make this process runnable (this should be refined and less brutal in the future). - When choosing the cpu where we want to run, make some kind of educated guess where it will be best to run (very naive right now). Other: - Set operations for sets of cpus. - load average calculations per cpu. - sched_is_idle() -> curcpu_is_idle() tested, debugged and prodded by many@ | |||
2009-03-23 | advisory locks should return ENOLCK if we're out of locks. | Otto Moerbeek | |
ok deraadt@ fgs@ | |||
2009-03-23 | some smtpd bits; ok jacekm gilles | Jason McIntyre | |
2009-03-23 | Fixed a possible out-of-bounds memory access if the environment variable | Tobias Stoeckmann | |
SHELL is shorter than 3 characters. with input by and ok dtucker | |||
2009-03-23 | Fixed a leaking of a fd each time a file is delivered to a mbox, which | Tobias Stoeckmann | |
was introduced in revision 1.7. ok and log message by gilles | |||
2009-03-23 | LP_NOTICE should be LP_ERR when showing directory messages. | Joris Vink | |
2009-03-23 | any directory messages are, believe it or not, suppose to go to LP_ERR | Joris Vink | |
instead of LP_NOTICE, while here modify output for non-existing files to match "? foobar" instead of "cannot find foobar". makes our output a little less alien and a little bit more gnuish. | |||
2009-03-23 | wait an appropriate amount of time before giving up on a bulk update, | David Gwynne | |
rather than giving up after a hardcoded 5 seconds (which is generally much too short an interval for a bulk update). pointed out by david@, eyeballed by mcbride@ | |||
2009-03-23 | use auto-negotiation for manual media type selection. This fixes | Kevin Lo | |
establishment of 10/100Mbps link on ale(4). From FreeBSD | |||
2009-03-23 | actually follow rfc 3720, from Remco. | David Gwynne | |
2009-03-22 | fix a bug in the resolution of forward files which would cause usernames | Gilles Chehade | |
not to be taken into account if they had no ~/.forward file AND were the result of an alias expansion that expanded to more than one username. while at it, I spotted another bug where I would check T_MDA_MESSAGE on the flags field instead of the type field. the bug could cause two MDA message to end up in the same batch which is no longer valid. | |||
2009-03-22 | make transparent-as yes|no settable peer neighbor with the global setting | Henning Brauer | |
acting as default. per-neighbor requested by arnold nipper @ decix, ok claudio | |||
2009-03-22 | Mention that msk(4) support 88E807x chips now. | Mark Kettenis | |
2009-03-22 | Add workaround for RX MAC/FIFO hangs on ERI. Tested by matthieu@ and naddy@. | Mark Kettenis | |
ok dlg@ | |||
2009-03-22 | unbreak ramdisk builds in a way i guess might work | Theo de Raadt | |
2009-03-22 | tweak previous; | Jason McIntyre | |
2009-03-22 | let u (undo) work for the A command; ok krw | Theo de Raadt | |
2009-03-22 | tweaks; | Jason McIntyre | |
2009-03-22 | Add 'A' command to Editor mode, and -A flag to automatically execute it | Kenneth R Westerback | |
on disks without an existing label. The 'A' command allocates all space on the disk into a reasonable partition scheme for a root disk. Feedback from several, time to work on it in-tree. Prodded (repeatedly) by and ok deraadt@ | |||
2009-03-22 | Update volume info on every bio call instead of waiting for the | Alexander Yurchenko | |
sensors task to do it. | |||
2009-03-22 | style | Tobias Stoeckmann | |
2009-03-22 | Avoid the usage of uninitialized value, which even might result in a memory | Tobias Stoeckmann | |
leak if a file has no line in CVS/Entries. ok joris | |||
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 | |