summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-03-21- this file also document rc.conf.local, so add it to NAMEJason McIntyre
2007-03-21Document the CVSROOT/config file; input and OK's niallo@ jmc@.Xavier Santolaria
2007-03-21syncTheo de Raadt
2007-03-21Added code to parse unicast routes learned from route report packets.Michele Marchetto
2007-03-21Map the kernel text read only. Because we can.Miod Vallat
2007-03-21Uninitialized variable in db_write_bytes().Miod Vallat
2007-03-21kill trailing whitespace;Jason McIntyre
2007-03-21typoPedro Martelletto
2007-03-21Remove the v_interlock simplelock from the vnode structure.Thordur I. Bjornsson
2007-03-21tweak a sentence;Jason McIntyre
2007-03-21add pppd example for Cingular that I have been using; ok fkr@ jmc@Kevin Steves
2007-03-21Add missing constTodd C. Miller
2007-03-21Add support for mounting arbitrary sessions, from Enache AdrianPedro Martelletto
2007-03-21event_init() and event_dispatch() take void. Add commented outTodd C. Miller
2007-03-21NCQ commands generate a "Set Device Bits" FIS upon completion. Enable theChristopher Pascoe
2007-03-21start a list of supported devicesRobert Nagy
2007-03-21Add RFC 3137 and remove the caveats section. Ospfd will now automaticalyClaudio Jeker
2007-03-21fix a formatting issue found by reyk;Jason McIntyre
2007-03-21Document "stub router (yes|no)" and how/why it is used.Claudio Jeker
2007-03-21Mention JMB368 support.Jonathan Gray
2007-03-21Add support for issuing NCQ commands via AHCI.Christopher Pascoe
2007-03-21Use arc4random() to generate random IDs. In the future weTodd C. Miller
2007-03-21Document event_base_free(). OK jmc@Todd C. Miller
2007-03-21Basic support for JMicron PATA.Jonathan Gray
2007-03-21dont print if there is a device found or not, you can figure that out byDavid Gwynne
2007-03-21ahci seems to work fine on i386. thanks to marc winiger for figuring thatDavid Gwynne
2007-03-21Reflect default settings. Don't try to set the router-id, let ospfd(8)Esben Norby
2007-03-21Add support for RFC 3137: OSPF Stub Router AdvertisementClaudio Jeker
2007-03-21Split tsleep into pieces. Instead of doing everything in a large "shoveArtur Grabowski
2007-03-21tweaks;Jason McIntyre
2007-03-21syncTheo de Raadt
2007-03-21Real atomic_{set,clear}bits_int implementation, ok deraadtMiod Vallat
2007-03-21Real atomic_{set,clear}bits_int implementation, no performance hit on 060Miod Vallat
2007-03-21Mips_IOSyncDCache last argument is in the 0..2 range, not -1..1, so letMiod Vallat
2007-03-21atascsi sends h2d fis's, not d2h.David Gwynne
2007-03-21remove extra *p tests, from charles longeauTed Unangst
2007-03-21remove extra *p tests, from charles longeauTed Unangst
2007-03-21remove extra *p test, from charles longeauTed Unangst
2007-03-21Basic ruleset optimization is now the default.Ryan Thomas McBride
2007-03-21Enable basic ruleset optimization by default.Ryan Thomas McBride
2007-03-21enable ahci(4). this only attaches to the jmicron controllers so far.David Gwynne
2007-03-21describe .wav support in one sentenceUwe Stuehler
2007-03-21saost is dead, long live pxaost, and add .Xr to pxammc to intro; pointedUwe Stuehler
2007-03-21Rename saost.4 to pxaost.4 and update - the driver got rewritten; ok drahnUwe Stuehler
2007-03-21replace the array of u_int8_ts for the fis/registers with a struct to makeDavid Gwynne
2007-03-21in addition to the host retry option in tables, add support for theReyk Floeter
2007-03-21For now, reserve one opening so we always have a CCB free to issue a softChristopher Pascoe
2007-03-20Mention Billionton Systems CFLT2-10B CF adapter here also.Jonathan Gray
2007-03-20Support for playing simple RIFF files (.wav) from Simon Effenberg, savarUwe Stuehler
2007-03-20Remove duplicate definition of _POSIX_THREAD_ATTR_STACKSIZE and quietKurt Miller