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