Age | Commit message (Expand) | Author |
2008-07-11 | de-__inline a trio of functions to shave some space. | Bret Lambert |
2008-07-11 | Don't try to read the "regs" propety; it's pointless. | Mark Kettenis |
2008-07-11 | remove an unused function. ok jsg@ | Kevin Lo |
2008-07-11 | Handle CPUs with a clock speed >= 2 GHz correctly. | Mark Kettenis |
2008-07-11 | initialise the state kept between calls to dmamap_load_buffer to 0. there | David Gwynne |
2008-07-11 | greyreader() shouldn't return, so tell us if it does | Peter Hessler |
2008-07-11 | httpd deamon -> httpd daemon | Martynas Venckus |
2008-07-11 | add missing ssl art after manual has been moved, instead of using | Martynas Venckus |
2008-07-10 | Console functionality is there now. | Mark Kettenis |
2008-07-10 | Handle breaks. | Mark Kettenis |
2008-07-10 | - handle sign of negative zero. use sign dtoa sets | Martynas Venckus |
2008-07-10 | nuke two bogus ARGSUSED | Thordur I. Bjornsson |
2008-07-10 | move a common statement out of if/else; | Thordur I. Bjornsson |
2008-07-10 | sync v1 and v2 traffic accounting; add it to sshd, too; ok djm@, dtucker@ | Markus Friedl |
2008-07-10 | missing bzero; from mickey; ok djm@ | Markus Friedl |
2008-07-10 | Fix "etc source" output when not using a tarball | Antoine Jacoutot |
2008-07-10 | Don't terminate the array of matching product/vendor IDs with { 0, 0 } | Marc Balmer |
2008-07-10 | Detect whether com(4) is the console on the m4k. | Mark Kettenis |
2008-07-10 | Add Sonix cam to the supported list. | Marcus Glocker |
2008-07-10 | Add support for Fujitsu SPARC64-VI CPUs. | Mark Kettenis |
2008-07-10 | Add support for getting the time of day on the m4k. | Mark Kettenis |
2008-07-10 | Add a function to get the time of day from the prom on the m4k. | Mark Kettenis |
2008-07-10 | retry port allocation on all errors, not just EADDRINUSE; ok jakob@ | Damien Miller |
2008-07-10 | check pf NAT source port allocation against net.inet.(tcp|udp).baddynamic | Damien Miller |
2008-07-10 | In pf_state_insert(), if the first pf_state_key_attach() fails, the | David Krause |
2008-07-10 | Make cams with Sonix chipset work by avoiding excessive alternate | Marcus Glocker |
2008-07-10 | add X11 ports to default TCP baddynamic list | Damien Miller |
2008-07-10 | Die -r, die! Eliminate stray -r in usage text. Spotted by James Hartley. | Kenneth R Westerback |
2008-07-10 | the DRM_{READ,WRITE}$NUMBER() macros currently use | Owain Ainsworth |
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 |