| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-04-13 | Add refcnt_take_if_gt() |  Matt Dunwoodie | 1 | -0/+16 |
| 2021-03-26 | Push kernel lock within rtable_add(9) and rework it to return 0 in the |  mvs | 1 | -6/+2 |
| 2021-03-20 | s/struft/struct/; thanks James Hastings |  sthen | 2 | -6/+6 |
| 2021-03-08 | Add some references, most of these were removed when we stopped building |  jsg | 1 | -2/+11 |
| 2021-02-25 | let m_copydata use a void * instead of caddr_t |  dlg | 1 | -4/+4 |
| 2021-02-23 | Fix m_copyback(9) prototype in DESCRIPTION section. |  mvs | 1 | -3/+3 |
| 2021-02-21 | zap duplicate .Nm; |  jmc | 1 | -2/+1 |
| 2021-02-21 | i added stoeplitz_eaddr |  dlg | 1 | -1/+11 |
| 2021-02-21 | fix the names of the things that actually do the hashing. |  dlg | 1 | -22/+23 |
| 2021-02-01 | some article fixes; from eddie youseph and grep |  jmc | 1 | -3/+3 |
| 2021-01-22 | Private functions in the kernel do not to be prototyped. |  millert | 1 | -6/+8 |
| 2021-01-19 | usb_init_task() wants a struct usb_task as the first argument |  anton | 1 | -3/+3 |
| 2021-01-18 | Introduce new function if_unit(9). This function returns a pointer the |  mvs | 1 | -2/+20 |
| 2021-01-16 | Fix prototype for rw_assert_wrlock() function. |  mvs | 1 | -3/+3 |
| 2021-01-15 | zap trailing period |  anton | 1 | -2/+2 |
| 2021-01-15 | add myself as the author |  anton | 1 | -2/+4 |
| 2020-12-12 | Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp. |  jan | 1 | -5/+5 |
| 2020-11-14 | remove macro instances from arbitrary string width specifiers. for example |  jmc | 6 | -22/+22 |
| 2020-10-09 | Kill unused IEEE80211_RADIOTAP_HWQUEUE. |  mpi | 1 | -6/+3 |
| 2020-10-03 | Mention that kcov_remote_enter() and kcov_remote_leave() can now be |  anton | 1 | -5/+7 |
| 2020-09-25 | documentation should say pool_init, not pmap_init |  deraadt | 1 | -3/+3 |
| 2020-09-01 | Document sysctl_bounded_args(9) |  gnezdo | 1 | -6/+15 |
| 2020-08-28 | Fix a few more typos in man9. Pointed out by jmc@, thanks! |  fcambus | 2 | -6/+6 |
| 2020-08-27 | Fix a bunch of typos in various man pages. |  fcambus | 2 | -6/+6 |
| 2020-08-10 | minor polishing: fix typos, add HISTORY and AUTHORS, a few wording |  schwarze | 2 | -22/+51 |
| 2020-08-08 | No longer prevent TCP connections to IPv6 anycast addresses. |  florian | 1 | -4/+2 |
| 2020-08-07 | timeout(9): remove unused interfaces: timeout_add_ts(9), timeout_add_bt(9) |  cheloha | 1 | -15/+3 |
| 2020-08-05 | Document the p argument of vgonel(9) and vrecycle(9). |  tim | 2 | -5/+13 |
| 2020-08-03 | replace the excessively long, barely readable .Fn macros lines in |  schwarze | 1 | -12/+75 |
| 2020-08-03 | put the descriptions of the different list types under subsection headings. |  dlg | 1 | -4/+4 |
| 2020-08-03 | document SMR_{SLIST,LIST,TAILQ}_ENTRY by copying queue(3) bits. |  dlg | 1 | -2/+18 |
| 2020-08-03 | add a missing a word |  dlg | 1 | -3/+3 |
| 2020-08-02 | The difference between vgone(9) and vgonel(9) has changed after the |  tim | 1 | -11/+7 |
| 2020-08-02 | Catch up sysctl_int.9 to the updated signature |  gnezdo | 1 | -3/+3 |
| 2020-08-01 | tweak previous; ok anton |  jmc | 1 | -6/+5 |
| 2020-08-01 | Add support for remote coverage to kcov. Remote coverage is collected |  anton | 2 | -3/+95 |
| 2020-07-06 | make a very quick and dirty pass on a manpage for the kstat api. |  dlg | 3 | -2/+218 |
| 2020-06-26 | In earlier commit, time_second.9 was removed from this directory. |  sthen | 1 | -2/+2 |
| 2020-06-26 | timecounting: deprecate time_second(9), time_uptime(9) |  cheloha | 7 | -104/+22 |
| 2020-06-22 | timecounting: add gettime(9), getuptime(9) |  cheloha | 1 | -3/+13 |
| 2020-06-21 | new sentence, new line; |  jmc | 1 | -3/+3 |
| 2020-06-21 | wireguard is taking over the gif mbuf tag. |  dlg | 1 | -7/+6 |
| 2020-06-21 | document mq_push() |  dlg | 1 | -2/+21 |
| 2020-06-19 | stoeplitz_to_key takes a void * now. |  dlg | 1 | -3/+3 |
| 2020-06-18 | Add entry for wsfont_init.9 in man9 Makefile. |  fcambus | 1 | -2/+2 |
| 2020-06-17 | put pci_intr_establish_cpu() in, but commented out for now. |  dlg | 1 | -4/+25 |
| 2020-06-17 | mark up an argument with Fa, not Va |  dlg | 1 | -7/+5 |
| 2020-06-17 | have a go at documenting pci_intr_map_msix. |  dlg | 1 | -3/+29 |
| 2020-06-17 | replace a long and wrapped Fn line with Fo Fa Fc |  dlg | 1 | -4/+10 |
| 2020-06-17 | tweak previous; |  jmc | 1 | -3/+3 |