aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Replace GPL'd headers in the emu10kx snd driver code.Pedro F. Giffuni2012-01-1110-2352/+308
* Fix an inconsistency that crept in while replacing constantsPedro F. Giffuni2012-01-111-2/+2
* Add hpt27xx to the hardware notes,Christian Brueffer2012-01-112-0/+4
* Redo r226660:Gleb Smirnoff2012-01-111-35/+27
* Bring over a tool to create and destroy wtap instances.Adrian Chadd2012-01-112-0/+91
* Add PCI Id for the AMT SOL UART on 5 series Intel chipsets.Konstantin Belousov2012-01-111-0/+2
* Introduce wtap, the beginnings of a net80211 wlan simulator.Adrian Chadd2012-01-1114-0/+2369
* Add the ability to kick an existing mesh node without waiting for itAdrian Chadd2012-01-111-0/+11
* Add a memory barrier to bus_dmamap_sync(), as should have always beenNathan Whitehorn2012-01-111-0/+3
* jilles pointed out that O_CLOEXEC could be used in the open(2) flagsGuy Helmer2012-01-111-14/+1
* Fix for PR 138526.George V. Neville-Neil2012-01-111-6/+42
* Fix some spacing in code under __FreeBSD__.Gleb Smirnoff2012-01-111-10/+10
* Add necessary locking in pfsync_in_ureq().Gleb Smirnoff2012-01-111-6/+7
* Move PF_LOCK_ASSERT() under __FreeBSD__.Gleb Smirnoff2012-01-111-1/+1
* Merge from OpenBSD:Gleb Smirnoff2012-01-111-4/+1
* When running with INVARIANTS the mutex(9) code does all necessaryGleb Smirnoff2012-01-111-9/+2
* jwd@ reported via email that the "CacheSize" field reported by "nfsstat -e -s"Rick Macklem2012-01-111-1/+0
* Add the MCS radiotype entry.Adrian Chadd2012-01-112-0/+5
* Constify arguments.Pawel Jakub Dawidek2012-01-112-3/+3
* Re-enable the PHY radar error frames if sc_dodfs is set.Adrian Chadd2012-01-111-0/+7
* style(9) changes. This shouldn't change functionality.Adrian Chadd2012-01-111-35/+73
* Add in the vendor extension bit in the radiotap header.Adrian Chadd2012-01-101-0/+1
* other simplifications in the internal interfaces to theLuigi Rizzo2012-01-101-11/+13
* - Fix a bug where pidfile was removed in SIGHUP when it hasn't changed inPawel Jakub Dawidek2012-01-101-4/+8
* For functions that return -1 on failure check exactly for -1 and not forPawel Jakub Dawidek2012-01-1017-144/+144
* Don't touch pidfiles when running in foreground. Before that change wePawel Jakub Dawidek2012-01-101-11/+19
* Add link for pidfile_fileno.3 to pidfile.3 - thanks again pjd!Guy Helmer2012-01-101-1/+2
* Style fixes courtesy of pjd.Guy Helmer2012-01-102-2/+5
* Document that pidfile_open() now sets the FD_CLOEXEC flag on the openGuy Helmer2012-01-101-0/+4
* style. No functional changes.Pyun YongHyeon2012-01-101-34/+68
* small code cleanup in preparation for future modifications inLuigi Rizzo2012-01-1011-111/+131
* Revert unintentional commit of changes to getnetgrent.c.Guy Helmer2012-01-101-28/+13
* Add pidfile_fileno() to obtain the file descriptor for an openGuy Helmer2012-01-104-15/+67
* Set the FD_CLOEXEC flag on the open pidfile file descriptor.Guy Helmer2012-01-101-0/+14
* Change the type of the paging_in_progress refcounter from u_short toKonstantin Belousov2012-01-101-1/+1
* Implement an option to execute SNMP walks using GETBULK requests in bsnmpwalk(1)Shteryana Shopova2012-01-104-26/+62
* Add setsockopt(2) example to ng_ksocket(4).Alexander V. Chernikov2012-01-101-2/+8
* Fix warning when compiling with gcc46:Eitan Adler2012-01-102-6/+1
* Fix warning when compiling with gcc46:Eitan Adler2012-01-101-2/+1
* Fix warning when compiling with gcc46:Eitan Adler2012-01-101-2/+1
* Fix warning when compiling with gcc46:Eitan Adler2012-01-101-2/+1
* Fix warning when compiling with gcc46:Eitan Adler2012-01-101-5/+2
* Fix warning when compiling with gcc46:Eitan Adler2012-01-101-3/+0
* Fix warning when compiling with gcc46:Eitan Adler2012-01-101-2/+0
* Fix warning when compiling with gcc46:Eitan Adler2012-01-101-2/+1
* Fix warning when compiling with gcc46:Eitan Adler2012-01-101-2/+1
* Silence bogus warning when compiling with gcc46:Eitan Adler2012-01-101-1/+1
* Fix warning when compiling with gcc46:Eitan Adler2012-01-101-2/+0
* Fix warning when compiling with gcc46:Eitan Adler2012-01-101-2/+2
* Fix warning when compiling with gcc46:Eitan Adler2012-01-101-6/+1