summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-11-26another uneeded .Pp: should have stayed in bed today...Jason McIntyre
2007-11-26damn, a .Pp i forgot to eliminate;Jason McIntyre
2007-11-26tidy up this page;Jason McIntyre
2007-11-26fix build for real, forward maninstall to wrapper1Marc Espie
okay deraadt@
2007-11-26fix SEE ALSO; from deraadtJason McIntyre
2007-11-26So instead of triggering a tx interrupt for each packet issue one forClaudio Jeker
each 128 packets or call et_txeof after 1 second whichever happens first. looks good jsg@
2007-11-26regenReyk Floeter
2007-11-26fix new agp code on amd64Reyk Floeter
- internal intel graphics semi-agp chipsets need special handling in pchb.c - re-add the i965GM device - use the correct major device id for /dev/agp0 on amd64 (not the i386 one) ok deraadt@
2007-11-26few more dribbles of LIBKERN cleanupTheo de Raadt
2007-11-26Fix some style(9) issues.Joel Sing
ok miod@
2007-11-26More LIBKERN bits that go awayTheo de Raadt
2007-11-26another LIBKERN that stayed behindTheo de Raadt
2007-11-26Remove libkern.Joel Sing
ok deraadt@
2007-11-26allow to add labels to protocol actions, they will be printed in httpReyk Floeter
error pages and can be used to refer to additional information. ok pyr@
2007-11-26typos; ok jmc@Martynas Venckus
sys/netinet/in_pcb.c and sys/net/bridgestp.c ok henning@ sys/dev/pci/bktr/* ok jakemsr@
2007-11-26${MACHINE} expands tooTheo de Raadt
2007-11-26a bit more LIBKERN falloutTheo de Raadt
2007-11-26adjust to libkern changes (and pretty .PATH logic); parts from majaTheo de Raadt
2007-11-26few mails later, miod asks me to waitTheo de Raadt
2007-11-26the bcopy() found here was not handling overlapping. Merge it nicely withTheo de Raadt
the ovbcopy() code ok miod
2007-11-26Fix jsg@'s iRiver Clix by relaxing the test for SecPerTrack to allowKenneth R Westerback
64 instead of 63. deraadt@, weingart@, millert@, thib@, miod@ ok with eliminating test entirely but tom@'s voice of caution wins out for the quick commit. Tested by jsg@ to confirm it fixes his device.
2007-11-26Fix hardware cursor mapping.Owain Ainsworth
ok matthieu.
2007-11-25KNF and remove a bad free right before kthread_exitMarco Peereboom
2007-11-25syncTheo de Raadt
2007-11-25missing line from previous commit; return 1 for interrupts we do handleTheo de Raadt
2007-11-25syncReyk Floeter
2007-11-25define the agp devitem (line was missing but found in etc.i386/MAKEDEV.md)Reyk Floeter
ok deraadt@
2007-11-25dont use the adapter_softc member of scsi_link as a softc anymore. theDavid Gwynne
"adapter_softc" is simply a way for the adapter to determine what scsibus it is now dealing with, not a pointer back to the adapters device struct. ok deraadt@ marco@
2007-11-25sycTheo de Raadt
2007-11-25add CNU550pro; from iss @ e-sky.ruTheo de Raadt
2007-11-25syncTheo de Raadt
2007-11-25when running as newfs, there is no argv[1].. backout previousTheo de Raadt
2007-11-25a few more tweaks;Jason McIntyre
2007-11-25Unbreak make obj. -mojMats O Jansson
2007-11-25Set half duplex flag when appropriate and some minor cleaning.Brad Smith
ok jsg@ dlg@
2007-11-25Kill spdmem_hexdump() before anyone starts using it.Miod Vallat
2007-11-25correct pathname variable matching, and also support ${MACHINE}Theo de Raadt
2007-11-25"canonicalized hostname" instead of just "hostname" for the url actionReyk Floeter
2007-11-25in addition to IPv4/6 addresses, canonicalize the hostname for "url",Reyk Floeter
for example ".www...Example.com." will be translated to "www.example.com". ok gilles@
2007-11-25typo; ok miod@Martynas Venckus
2007-11-25Make modload use /dev/ksyms as a kernel file by default.Mike Belopuhov
Idea from form@, suggestions from miod@. ok miod
2007-11-25IF_Gbps(2.5) is wrong.David Gwynne
ok claudio@
2007-11-25we want strlen.cMartin Reindl
2007-11-25Ask the emulation code to hide the cursor when leaving emulation mode. ThisMiod Vallat
way we do not get a phantom cursor image when X exits.
2007-11-25Interrupt handlers which do nothing should return 0 (or -1 if they are notTheo de Raadt
sure) ok kettenis jsg
2007-11-25If some rather important registers read as 0xffffffff then the deviceTheo de Raadt
is probably not there and we should not attach cardbus. Viao TZ-series with a Ricoh cardbus+ofw+MMC/SD/MS/.. chip ok kettenis jsg
2007-11-25arm backend by Gregory McGarry, untestedOtto Moerbeek
2007-11-25arm backend from Gregory McGarry, untestedOtto Moerbeek
2007-11-25espie broke the make install codepath (and I think not just for DESTDIR), so ↵Theo de Raadt
back it out
2007-11-25syncTheo de Raadt