summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-07-09Read 'vendor' flag from ASCII disklabel since we print it. FixesKenneth R Westerback
2008-07-09Fixup AGP_MODE{GET,SET}_RATE() macros. the agp 2.0 spec defines that the lowestOwain Ainsworth
2008-07-09syncTheo de Raadt
2008-07-09automatically populate net.inet.(tcp|udp).baddynamic with theDamien Miller
2008-07-09expand the net.inet.(tcp|udp).baddynamic dynamic source portDamien Miller
2008-07-09let the kernel choose the random port. code from djm@. ok markus@.Jakob Schlyter
2008-07-09missing new-line character.Igor Sobrado
2008-07-09an ellipsis is not an optional argument.Igor Sobrado
2008-07-09documentation tweaks.Igor Sobrado
2008-07-09reintroduce our own shuffle ID generator. ok djm@ millert@Jakob Schlyter
2008-07-09merge and resolve conflicts introduced by 9.4.2-P1Jakob Schlyter
2008-07-09always verify that the received dns response id matches our request.Reyk Floeter
2008-07-09Use OpenBSD's knuth shuffle algorithm of random values from bind toReyk Floeter
2008-07-09remove an unused variable that is a leftover from the old alg.Reyk Floeter
2008-07-09also set the protocol, either TCP or UDP, in the NAT lookup. thisReyk Floeter
2008-07-09only use SOCK_STREAM for TCP in bindany(), otherwise SOCK_DGRAM for UDP.Reyk Floeter
2008-07-09Incorporate Otto's yacc skeleton fix.Todd C. Miller
2008-07-09update the relay dns code to open a new udp socket to send theReyk Floeter
2008-07-09Remove an XXX comment about using the same pool for mfs and ffs, sinceThordur I. Bjornsson
2008-07-09Simplify the match function a bit by just returning the result fromBrad Smith
2008-07-08sort options in manual page; display a better usage.Igor Sobrado
2008-07-08fix double "usage:"Igor Sobrado
2008-07-08- add support for recursive transfers (but not for floppies), e.g.Martynas Venckus
2008-07-08Fix an venerable bug: if we're reducing a rule that has an emptyOtto Moerbeek
2008-07-08basic manpage for vmt(4)David Gwynne
2008-07-08Use correct format string specifier for int argument. Don't try to print itClaudio Jeker
2008-07-08missed in last commit, to make things compile cleanerJoris Vink
2008-07-08make these compile cleanlyJoris Vink
2008-07-08use cf->fd in cvs_remote_sendfile() instead of using a localJoris Vink
2008-07-08bump version to 4.4Joris Vink
2008-07-08this makes the code in sdattach less dense by collapsing the flags we passDavid Gwynne
2008-07-08Typo in summarize output.Antoine Jacoutot
2008-07-08Remove the IDE_PCI_CLASS_OVERRIDE quirk flag for the Intel AHCI controllersBrad Smith
2008-07-08vmt(4) is a kernel level implementation of the vmware tools.David Gwynne
2008-07-08Update 2300 firmware from 3.01.20 (Dec 19, 2002) to 3.03.19 (NovKenneth R Westerback
2008-07-07Comment correction, actually -> actualBrad Smith
2008-07-07/*NOTREACHED*/ for lint warning:Kevin Steves
2008-07-07Match on XMITS (which is a PCI-X Schizo variant found on Sun FireMark Kettenis
2008-07-07syncTheo de Raadt
2008-07-07- Improve negotation and fix some more DPRINTFs.Marcus Glocker
2008-07-07bcachestats got bumbed too u_int64_t's and I forgot aboutThordur I. Bjornsson
2008-07-07The current drm_locked_task*() code sometimes tries to sleep in anOwain Ainsworth
2008-07-07Rework the ntpd question to default to no, and ask for the NTP server only if...Jason Dixon
2008-07-07Extend sbbc(4) to provide a console driver for the v1280.Mark Kettenis
2008-07-07Fix typo in comment.Mark Kettenis
2008-07-07Update to tzdata2008d from elsie.nci.nih.gov.Todd C. Miller
2008-07-07Add an entry to report the bus clock on bernd's atom laptop.Jonathan Gray
2008-07-07Use bus_dmamap_load_mbuf() instead of bus_dmamap_load() whenThordur I. Bjornsson
2008-07-07Shorten the sensor description and reserve room for optional charactersMarc Balmer
2008-07-07Add AGP and hostbridge support for the Intel 82945GME chipset.Bernd Ahlers