Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-22 | regen | Jonathan Gray | |
2009-11-22 | add a bunch of Ethernet and zyd devices found in linux drivers. | Jonathan Gray | |
2009-11-22 | Move information describing the bridge and brconfig behaviour into | Theo de Raadt | |
the relevant manual pages. Functionality is described in the (4) pages, controlling the functionality in ifconfig(8), and the hostname.if gains the old bridgename.if(5) functionality. ok claudio jmc | |||
2009-11-22 | Missed 4 MSRs on suspend/resume in previous version. Tested by pirofti | Mike Larkin | |
and myself, ok pirofti@ | |||
2009-11-22 | Check for ISA before calling the setup function. | Paul Irofti | |
Suggested by and okay mlarkin@. | |||
2009-11-22 | Merge brconfig into ifconfig. It is annoying that it is impossible to do | Claudio Jeker | |
ifconfig bridge0 add em0 add gif0 add vether0 up instead you need to ifconfig bridge0 create brconfig bridge0 add em0 add gif0 add vether0 up This is working for everything now but we may do some changes when needed. Manpages and startup scripts are following soon. OK deraadt@, henning@ | |||
2009-11-22 | Bring amd64 closer to resume, while at it kill dead code. Okay deraadt@. | Paul Irofti | |
2009-11-22 | Forgot the declarations in former commit. From martin@, okay oga@. | Paul Irofti | |
2009-11-22 | Remove only use in the tree of ESCAPE_NOT_SUPPORTED. Which, ironically, | Kenneth R Westerback | |
wasn't supported. Nuke #define of ESCAPE_NOT_SUPPORTED at the same time. ok miod@ | |||
2009-11-22 | Match the i386 behaviour and only care about bus_clock if we | Jonathan Gray | |
don't have the tables from acpi. This way we don't have to have knowledge of the cpu model to do speedstep in the acpi case. ok kettenis@ | |||
2009-11-22 | Nuke TRY_AGAIN_LATER now that no driver returns it. | Kenneth R Westerback | |
ok marco@ | |||
2009-11-22 | ncpus, ncpufound values are corrected. | Takuya ASADA | |
ok miod@ | |||
2009-11-22 | Fix ifconfig -a vs. ifconfig -A and make ifconfig without any arg behave | Claudio Jeker | |
like ifconfig -a by setting the aflag to 1. Found with and OK deraadt@ | |||
2009-11-22 | Add basic suspend/resume autoconf functionality. | Paul Irofti | |
Okay deraadt@, kettenis@, mlarkin@. | |||
2009-11-22 | SMP support on MIPS clock. | Takuya ASADA | |
ok miod@ | |||
2009-11-22 | Oops, KSEG -> CKSEG. | Miod Vallat | |
2009-11-22 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat | |
the Yeelong Lemote mips-based netbook. Kernel bits only for now, needs polishing; most of this work done during h2k9 last month, although the porting effort started earlier this year. | |||
2009-11-22 | Change the flash option to be off by default. Now that xterm has the flash | Nicholas Marriott | |
capability in terminfo, vi was using it instead of beeping, but it is too slow for some machines. ok deraadt | |||
2009-11-22 | Add a framework for discipline specific ioctls. | Joel Sing | |
ok marco@ | |||
2009-11-22 | Ensure that chunks are not already in use when creating a volume. | Joel Sing | |
ok marco@ | |||
2009-11-22 | no need to say we're installing, at the end... | Marc Espie | |
2009-11-22 | complete -> done (shorter) | Marc Espie | |
2009-11-22 | Fixed typo in function name. | Tobias Stoeckmann | |
ok jmc | |||
2009-11-22 | style | Tobias Stoeckmann | |
ok jmc | |||
2009-11-22 | bpf works now | Theo de Raadt | |
2009-11-22 | Bring last drivers fully into the NO_CCB world by replacing | Kenneth R Westerback | |
TRY_AGAIN_LATER uses with equivalent NO_CCB. Eliminates confusion between the two as was always intended. buf I/O's that can't be started get pushed back onto the front of the queue and retried. Others get sent back to originator as failures. No more epi-cycle looping inside the SCSI midlayer hoping the problem goes away. Various testers, no objection from miod@ as vs(4) was tested by nick@. | |||
2009-11-22 | tweak completion messages: do the next only during the next iteration, so | Marc Espie | |
that at end, we can show a full completion message for the whole set. pass the number of packages still to-do through, so that the last complete also says (n to go) during installs... | |||
2009-11-22 | extra parameter to give out more info | Marc Espie | |
2009-11-22 | make passing of zero-length arguments to ssh safe by | Alexander Hall | |
passing "-<switch>" "<value>" rather than "-<switch><value>" ok dtucker@, guenther@, djm@ | |||
2009-11-22 | and so, check the other case as well (this one does work by accident) | Marc Espie | |
2009-11-22 | Probe modes for SATA disks, makes CF behind SATA work and gives | Jonathan Gray | |
more speed to things like SSDs that do UDMA 6. Tested by many. | |||
2009-11-22 | new test, modeled after some old kde update. | Marc Espie | |
When a file moves between packages, one new package will conflict with two old packages, in which case pkg_add should update both (and it does not, not yet). We distinguish from the case where a new package is an update for two packages by the absence of a @pkgpath annotation. | |||
2009-11-22 | Add a lot of bpf and counter manipulation to the bridge. The bridge | Theo de Raadt | |
sneaks packets on and off network interfaces in some cases without calling the interrupt, start, or output functions, and thus must do these tasks which the drivers cannot do. The gif and vether are rather special. Someone should re-check gre. ok claudio | |||
2009-11-22 | partial updates ought to update only their dep tree | Marc Espie | |
2009-11-22 | typo | Marc Espie | |
2009-11-22 | grammar fixes in comments; from brad | Miod Vallat | |
2009-11-22 | less verbose display: only shows .libs* once, but still show all partial-* | Marc Espie | |
2009-11-22 | change the timing a bit: create a list of updateset first, and process | Marc Espie | |
them later. To do that, normal additions go through hint2, and the findtruelocation code moves to Update.pm This will allow for more systematic handling of all names (including solving more stuff on the fly, instead of upfront). | |||
2009-11-22 | Typo fixed. | Tobias Stoeckmann | |
ok jmc, pjanzen | |||
2009-11-22 | sync | Kevin Lo | |
2009-11-22 | add the Terminus Technology vendor id found on VIA VT6571 | Kevin Lo | |
2009-11-22 | fix RTS/CTS and CTS-to-self protection modes. | Damien Bergamini | |
fix 802.11a TXTIME computation (802.11a has a 16us SIFS interval but does not have the 6us signal extension that ERP-OFDM has so we can use the same code for 11a and 11g provided that we add the SIFS nterval in the athn_txtime() function itself.) | |||
2009-11-22 | Fix compile error in uniprocessor kernel. | Takuya ASADA | |
ok jsing@ | |||
2009-11-22 | Correct cording style. | Takuya ASADA | |
ok jsing@ | |||
2009-11-22 | Allow mips ports to override VM_{MIN,MAX}_KERNEL_ADDRESS, and provide the | Miod Vallat | |
address as a kernel variable for use by libkvm. On sgi IP27 and IP30 kernels, use XKSEG instead of CKSSEG; this will allow kernel KVM size to grow in the future if necessary. | |||
2009-11-22 | Fix examine command option list. | Miod Vallat | |
2009-11-21 | Fix uninitialized variables in db_stack_trace_print(), and honour the | Miod Vallat | |
frame count argument. | |||
2009-11-21 | tyypo | Miod Vallat | |
2009-11-21 | mplock, rw_cas implemented | Takuya ASADA | |
ok miod@ | |||
2009-11-21 | Yet another stupid typo caught by martin@ | Miod Vallat | |