summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-11-23Hook up Theo's new children suspend/resume function, as well as more ACPIMike Larkin
suspend/resume glue. ok deraadt@
2009-11-23add some usb vendors and products to syncYojiro Uo
2009-11-23By 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-23Make config_activate_children() more useable as a suspend-and-resumeTheo de Raadt
device tree walker, and add config_suspend() as well. ok mlarkin pirofti, discussion with kettenis
2009-11-23Replace in-line implementation of soqinsque with a call to soqinsque.Jacek Masiulaniec
"looks right" deraadt@
2009-11-23add new entry.Yojiro Uo
2009-11-23regenYojiro Uo
2009-11-23add new umsm type modems: Softbank C01SW (Sierra OEM) andYojiro Uo
Emobile H12HW (Huawei OEM) ok jsg@
2009-11-23Move ipsec key creation before isakmpd, and sshd to become the firstTheo de Raadt
of the network daemons so that it can be used if another daemon stops in its tracks. ok claudio markus sthen
2009-11-23By 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-23In "smtpd; smtpd;" the second instance would fatal quickly, but it wouldJacek Masiulaniec
remove the smtpd.sock file, without which /usr/sbin/sendmail will fail causing mails to be queued in offline. Initially reported by ian@, may explain oga@'s e-mail burst after smtpd restart.
2009-11-23add USB_GET_DEVICEINFO and USB_GET_STRING_DESC ioctl to the uhid(4).Yojiro Uo
ok jsg@ deraadt@
2009-11-23regenYojiro Uo
2009-11-23Add bnx(4) now that it works.Claudio Jeker
2009-11-23add netmos nm9901 and NEC USB host controllerYojiro Uo
ok deraadt@
2009-11-23bnx(4) is a bit special. The chip itself is capable of swapping endianessClaudio Jeker
so there is no need for htoleXX calls. The only thing needed is the correct layout of the DMA-ed structures. Additionally it uses PAGE_SIZE but assumed that it is always 4k. Fix the macros that failed to respect that so that it works on 8k PAGE_SIZE systems. This makes bnx(4) work on sparc64. Tested on amd64 by dlg@. OK dlg@, deraadt@
2009-11-23By 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-23correct bridge rule descriptionsTheo de Raadt
2009-11-23+ASUS USB-N13; from Brad TilleyJason McIntyre
2009-11-23- avoid references to selfJason McIntyre
- remove reference to bridgename.if
2009-11-23add NetMos NM9901 multiple peripheral board supportYojiro Uo
ok deraadt@
2009-11-23Properly handle interfaces deleted from the middle of the list.Can Erkin Acar
Reported by deraadt@
2009-11-23Fix pckbd and acpihpet suspend/resume cases to fit with the future frameworkPaul Irofti
that's going to get in really soon. Okay mlarkin@, deraadt@.
2009-11-23PCI suspend/resume plumbing. This code is currently not called.Mike Larkin
ok kettenis@
2009-11-23Make the tree compile again. Henning and I are both quite sure this isClaudio Jeker
correct.
2009-11-23Unbreak tree, rs_num is now type and while there use PF_TRANS_RULESET insteadClaudio Jeker
of the hardcoded 0. OK henning@
2009-11-22syncTheo de Raadt
2009-11-22brconfig(8) functionality is now in ifconfig(8)Theo de Raadt
2009-11-22Move from the PF_RULESET_FILTER world order to PF_TRANS_RULESETTheo de Raadt
due to the standard henning+oga commit-and-run-for-beer problem. ok claudio
2009-11-22Stop supporting bridgename.bridge* files, and move to hostname.bridge*Theo de Raadt
files. To cope with this change, read about the mv command. ok claudio todd
2009-11-22Add cursor keys to the key names list.Nicholas Marriott
2009-11-22Fix for flash defaulting to off, pointed out by jmc.Nicholas Marriott
2009-11-22Allocates bootstrap stack by uvm_pglistalloc instead of uvm_km_alloc.Takuya ASADA
ok miod@, jsing@
2009-11-22Repost the vbios and remove a spurious cli on i386 ACPI resume code.Mike Larkin
Makes i386 and amd64 behave the same way with respect to vbios repost. ok pirofti@
2009-11-22cleanup after the NAT changes. we used to have multiple rulesets (scrub,Henning Brauer
NAT, filter). now we only have one. no need for an array any more. simplifies the code quite a bit. in the process fix the abuse of PF_RULESET_* by (surprise, isn't it) the table code. written at the filesystem hackathon in stockholm, committed from the hardware hackathon in portugal. ok gcc and jsing
2009-11-22The spanning priority is conflicting with the interface priority so itClaudio Jeker
got renamed to spanpriority.
2009-11-22don't repeat the banner if not a tty.Ted Unangst
add a -c count option to netstat. tweak spacing to not smear fields in vmstat. ok deraadt sthen
2009-11-22brconfig will soon be goneTheo de Raadt
2009-11-22removing unnecessary locks.Takuya ASADA
ok jsing@
2009-11-22add a bunch of devices found in linux driversJonathan Gray
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@