summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-11-22regenJonathan Gray
2009-11-22add a bunch of Ethernet and zyd devices found in linux drivers.Jonathan Gray
2009-11-22Move information describing the bridge and brconfig behaviour intoTheo 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-22Missed 4 MSRs on suspend/resume in previous version. Tested by piroftiMike Larkin
and myself, ok pirofti@
2009-11-22Check for ISA before calling the setup function.Paul Irofti
Suggested by and okay mlarkin@.
2009-11-22Merge brconfig into ifconfig. It is annoying that it is impossible to doClaudio 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-22Bring amd64 closer to resume, while at it kill dead code. Okay deraadt@.Paul Irofti
2009-11-22Forgot the declarations in former commit. From martin@, okay oga@.Paul Irofti
2009-11-22Remove 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-22Match the i386 behaviour and only care about bus_clock if weJonathan 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-22Nuke TRY_AGAIN_LATER now that no driver returns it.Kenneth R Westerback
ok marco@
2009-11-22ncpus, ncpufound values are corrected.Takuya ASADA
ok miod@
2009-11-22Fix ifconfig -a vs. ifconfig -A and make ifconfig without any arg behaveClaudio Jeker
like ifconfig -a by setting the aflag to 1. Found with and OK deraadt@
2009-11-22Add basic suspend/resume autoconf functionality.Paul Irofti
Okay deraadt@, kettenis@, mlarkin@.
2009-11-22SMP support on MIPS clock.Takuya ASADA
ok miod@
2009-11-22Oops, KSEG -> CKSEG.Miod Vallat
2009-11-22By popular demand and peer pressure, check-in work in progress work to supportMiod 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-22Change the flash option to be off by default. Now that xterm has the flashNicholas Marriott
capability in terminfo, vi was using it instead of beeping, but it is too slow for some machines. ok deraadt
2009-11-22Add a framework for discipline specific ioctls.Joel Sing
ok marco@
2009-11-22Ensure that chunks are not already in use when creating a volume.Joel Sing
ok marco@
2009-11-22no need to say we're installing, at the end...Marc Espie
2009-11-22complete -> done (shorter)Marc Espie
2009-11-22Fixed typo in function name.Tobias Stoeckmann
ok jmc
2009-11-22styleTobias Stoeckmann
ok jmc
2009-11-22bpf works nowTheo de Raadt
2009-11-22Bring last drivers fully into the NO_CCB world by replacingKenneth 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-22tweak completion messages: do the next only during the next iteration, soMarc 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-22extra parameter to give out more infoMarc Espie
2009-11-22make passing of zero-length arguments to ssh safe byAlexander Hall
passing "-<switch>" "<value>" rather than "-<switch><value>" ok dtucker@, guenther@, djm@
2009-11-22and so, check the other case as well (this one does work by accident)Marc Espie
2009-11-22Probe modes for SATA disks, makes CF behind SATA work and givesJonathan Gray
more speed to things like SSDs that do UDMA 6. Tested by many.
2009-11-22new 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-22Add a lot of bpf and counter manipulation to the bridge. The bridgeTheo 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-22partial updates ought to update only their dep treeMarc Espie
2009-11-22typoMarc Espie
2009-11-22grammar fixes in comments; from bradMiod Vallat
2009-11-22less verbose display: only shows .libs* once, but still show all partial-*Marc Espie
2009-11-22change the timing a bit: create a list of updateset first, and processMarc 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-22Typo fixed.Tobias Stoeckmann
ok jmc, pjanzen
2009-11-22syncKevin Lo
2009-11-22add the Terminus Technology vendor id found on VIA VT6571Kevin Lo
2009-11-22fix 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-22Fix compile error in uniprocessor kernel.Takuya ASADA
ok jsing@
2009-11-22Correct cording style.Takuya ASADA
ok jsing@
2009-11-22Allow mips ports to override VM_{MIN,MAX}_KERNEL_ADDRESS, and provide theMiod 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-22Fix examine command option list.Miod Vallat
2009-11-21Fix uninitialized variables in db_stack_trace_print(), and honour theMiod Vallat
frame count argument.
2009-11-21tyypoMiod Vallat
2009-11-21mplock, rw_cas implementedTakuya ASADA
ok miod@
2009-11-21Yet another stupid typo caught by martin@Miod Vallat