summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dev/random: minor spelling fixes in comments.pfg2016-05-022-4/+4
* Issue NOTE_EXTEND when a directory entry is added to or removed fromkib2016-05-022-2/+9
* Fix reporting of NOTE_LINK when directory link count changes due tokib2016-05-021-2/+18
* [otus] implement monitor mode.adrian2016-05-021-42/+81
* s/struct device */device_t/adrian2016-05-021-1/+1
* [mwl] s/struct device/device_t/adrian2016-05-022-3/+2
* rpcbind: use our roundup() macro when available through <sys/param.h>.pfg2016-05-021-1/+1
* quot: make use of our rounddown() macro when <sys/param.h> is available.pfg2016-05-021-2/+2
* Use MIN macro from sys/param.h.araujo2016-05-021-1/+1
* Use MIN/MAX macros from sys/param.h.araujo2016-05-021-3/+2
* Use MIN macro from sys/param.h.araujo2016-05-021-1/+1
* Use MAX macro from sys/param.h.araujo2016-05-021-1/+1
* Use MIN macro from sys/param.h.araujo2016-05-021-2/+1
* Use MIN/MAX macros from sys/param.h.araujo2016-05-024-11/+6
* Use MIN()/MAX() macros from sys/param.h.araujo2016-05-021-5/+3
* Use MIN() macro from sys/param.h.araujo2016-05-021-2/+1
* Spelling fixes supplied by pfg@, detected with codespell, pluswblock2016-05-0114-20/+20
* iwn: switch to ieee80211_add_channel*()avos2016-05-011-69/+37
* When a client uses UDP encapsulation and lists IP addresses in the INITtuexen2016-05-016-26/+26
* restore: promote some getfiles() parameters to size_t.pfg2016-05-013-34/+34
* bcache read ahead may attempt to read past end of diskallanjude2016-05-014-12/+86
* net80211: calculate IEEE80211_MODE_BYTES / IEEE80211_CHAN_BYTESavos2016-05-012-3/+3
* As a reader service, explain NOTE_LINK reporting for the directories.kib2016-05-011-0/+4
* libexec: minor spelling fixes in comments.pfg2016-05-014-4/+4
* lib: minor spelling fixes in comments.pfg2016-05-0114-19/+19
* rum: switch to ieee80211_add_channel_list_*()avos2016-05-011-7/+33
* otus: switch to ieee80211_add_channel_list_*()avos2016-05-012-17/+33
* Provide an example to the kqueue man page, showingbcr2016-05-011-1/+52
* Add a manual page for pkt-gen.gnn2016-05-011-0/+179
* Avoid duplicated calls to pmap_page_get_memattr().kib2016-05-011-5/+13
* Make it explicit that D_MEM cdevsw d_flag is to signify that thekib2016-05-013-3/+2
* typojamie2016-05-011-1/+1
* etc: minor spelling fixes.pfg2016-05-014-5/+5
* usr.sbin: minor spelling fixes on comments.pfg2016-05-0110-12/+12
* pmcstat: minor spelling fixes.pfg2016-05-012-2/+2
* usr.sbin/bsdconfig: minor spelling fixes on comments.pfg2016-05-019-22/+22
* bluetooth: minor spelling fixes.pfg2016-05-012-2/+2
* share: minor spelling fixes.pfg2016-05-015-8/+8
* tools: minor spelling fixes.pfg2016-05-0112-16/+16
* picobsd: minor spelling fixes.pfg2016-05-012-2/+2
* usr.bin: minor spelling fixes on comments.pfg2016-05-016-6/+6
* localedef(1): minor spelling fixes on comments.pfg2016-05-014-4/+4
* iwm: switch to ieee80211_add_channel()avos2016-05-012-68/+78
* Remove useless calls to basename().ed2016-05-013-7/+4
* [iwn] fill in the TX command rate info flags consistently.adrian2016-05-011-24/+21
* restore: fix resource handle leak.pfg2016-05-011-0/+1
* restore: drop casts for calloc().pfg2016-05-011-3/+2
* sbin: ake use of our rounddown() macro when sys/param.h is available.pfg2016-05-015-6/+6
* sbin: use our howmany() macro when available through <sys/param.h>.pfg2016-05-012-2/+3
* restore: fix memory leak.pfg2016-04-301-1/+2
OpenPOWER on IntegriCloud