summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-09-11extend lex to spot numbers in the stream, without impacting the parsingTheo de Raadt
2007-09-11extend lex to spot numbers in the stream, without impacting the parsingTheo de Raadt
2007-09-11KNF. "go for it" deraadt@Marc Winiger
2007-09-11undo rev 1.10 "implement a zero-copy RX data path".Damien Bergamini
2007-09-11remove horrid casts now that SHA1Update() has been constified.Damien Bergamini
2007-09-11s/iwn_edcaupdate/iwn_updateedca/ + hook it into net80211Damien Bergamini
2007-09-11- add callbacks for setting EDCA parameters and pairwise crypto keys.Damien Bergamini
2007-09-11The same dance as in all other routing daemons. baudrate is 64bit plusClaudio Jeker
2007-09-11Avoid setting a global pointer variable from signal handlersChad Loder
2007-09-11Use sig_atomic_t where required. OK moritz, deraadtChad Loder
2007-09-11u_quad_t -> u_int64_t and %qu -> %llu, from bradHenning Brauer
2007-09-11fix firmware package version number. it's 2.14.1.5 not 2.14.1.15.Damien Bergamini
2007-09-11fix a bug in the scan command I introduced with my previous commit.Damien Bergamini
2007-09-11More baudrate fixes. Again don't forget to initialize the iface->baudrate.Claudio Jeker
2007-09-1164bit baudrate and %llu to printHenning Brauer
2007-09-11baudrate, two non-obvious ones marked for micheleHenning Brauer
2007-09-11baudrate 64bit, two more questionable marked for norbyHenning Brauer
2007-09-11baudrate is 64bit now, plus print w/ %lluHenning Brauer
2007-09-11baudrate u_long -> u_int64_tHenning Brauer
2007-09-11use strcspn to properly overwrite '\n' in fgets returned bufferGilles Chehade
2007-09-11More 64 bits counters fixes.Michael Knudsen
2007-09-11add application/x-bittorrentHenning Brauer
2007-09-11Switch some more baudrates to 64 bit and initialize iface->baudrate.Claudio Jeker
2007-09-11Baudrate is 64bit so use %llu in printf(). Reminded by chl@Claudio Jeker
2007-09-11use strcspn to properly overwrite '\n' in fgets returned bufferGilles Chehade
2007-09-11use strcspn to properly overwrite '\n' in fgets returned bufferGilles Chehade
2007-09-11use strcspn to properly overwrite '\n' in fgets returned bufferGilles Chehade
2007-09-11Replace nfsm_reqdone and nfsm_srvdone macros inline. No binary change.Bret Lambert
2007-09-11KNFGilles Chehade
2007-09-11Add __bounded__ attributes to prototypes.Damien Miller
2007-09-11Improve the ospfd(8) manpage.Esben Norby
2007-09-11syncHenning Brauer
2007-09-11PLX 9016, found on a puc nick@ acquired somewhereHenning Brauer
2007-09-11regenMartin Reindl
2007-09-11add Innotek VirtualBox devicesMartin Reindl
2007-09-11rearrange the mount_vnd examples to show the equivalent entry for eachAlexandre Anriot
2007-09-11For STAC9221 Macs - no need to max the DAC volumes now that a masterDeanna Phillips
2007-09-11For STAC9221 Macs, create master volume and mute controls by bindingDeanna Phillips
2007-09-11sort #includeKevin Steves
2007-09-11henric, tsk tsk, you missed stuff related to cryptosoftTheo de Raadt
2007-09-10Remove the ipq locking, it isn't strictly needed right nowThordur I. Bjornsson
2007-09-10Remove unused "extern" declaration.Henric Jungheim
2007-09-10Use M_ZERO.Deanna Phillips
2007-09-10fix uninitialized linked list headAlexandre Ratchov
2007-09-10Make the hmac ipad/opad globals "const" and fixup the crypto functionsHenric Jungheim
2007-09-10Fix a copy/pasto from last year. CMI9880 should work now.Deanna Phillips
2007-09-10Missing $OpenBSD$ tag.Mark Kettenis
2007-09-10IPI implementation. Bits and pieces from NetBSD, but the interface has beenMark Kettenis
2007-09-10When selecting cylinder groups as candidates for new directory creationThordur I. Bjornsson
2007-09-10Lock the vnode in ffs_unmount() before passing it too vinvalbuf()Thordur I. Bjornsson