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