Age | Commit message (Expand) | Author |
10 days | powerpc/pci/pci_machdep.h moved to machine/pci_machdep.h in 2013 | Jonathan Gray |
14 days | The 'flags' parameter has been removed from falloc(9) in 2018. | Matthieu Herrb |
2024-11-05 | remove unused M_MAXCOMPRESS MCLOFSET; ok claudio@ miod@ | Jonathan Gray |
2024-08-24 | Remove documentation for no longer existing or mostly unused allocators. | Martin Pieuchot |
2024-08-11 | timeout_add_msec and timeout_add_usec take uint64_t now. | David Gwynne |
2024-08-05 | timeout_add_nsec takes a uint64_t now. | David Gwynne |
2024-07-09 | mbuf.9: Add missing fields, fix order and spacing. | Jan Klemkow |
2024-05-20 | pool_setlowat() may call pool_prime() and thus allocate memory | Jeremie Courreges-Anglas |
2024-02-24 | clockintr_bind.9: document clockintr, clockrequest APIs | Scott Soule Cheloha |
2024-02-22 | if_inkstatehook -> if_linkstatehook | Jonathan Gray |
2024-01-19 | Implement extent_alloc_region_with_descr(9) which is the equivalent of | Mark Kettenis |
2024-01-19 | M_PINSYSCALL is for pinsyscalls(2), not pinsyscall(2) | Theo de Raadt |
2023-12-21 | add strnstr(9) string search within character limit | Jonathan Gray |
2023-12-19 | add a malloc type for pinsyscall arrays | Theo de Raadt |
2023-12-13 | no more syscall.2; | Jason McIntyre |
2023-10-15 | audio(9): deprecate start_{output,input} | Christopher Zimmermann |
2023-10-12 | timeout: add TIMEOUT_MPSAFE flag | Scott Soule Cheloha |
2023-09-16 | Allow counters_read(9) to take an optional scratch buffer. | Martin Pieuchot |
2023-07-15 | sync with <sys/namei.h>; 'looks good' deraadt | Klemens Nanni |
2023-07-12 | missing word; from thib4711 | Jason McIntyre |
2023-07-06 | missed refcnt_init_trace in NAME | Klemens Nanni |
2023-07-06 | Document dt(4)'s refcnt_init_trace | Klemens Nanni |
2023-07-04 | m_reclaim() was removed in uipc_mbuf.c rev 1.195 | Jonathan Gray |
2023-07-03 | Bring malloc(9) and <sys/malloc.h> into sync for M_* entries, such | Philip Guenther |
2023-06-21 | Revert "schedcpu, uvm_meter(9): make uvm_meter() an independent timeout" | Scott Soule Cheloha |
2023-06-20 | schedcpu, uvm_meter(9): make uvm_meter() an independent timeout | Scott Soule Cheloha |
2023-06-20 | Sync with reality after the API was revamped years ago, explain functions | Klemens Nanni |
2023-05-21 | zap extra word and some hyphens; ok guenther | Jason McIntyre |
2023-05-19 | uvm_coredump(9) was removed in 2015 (commitid dNPv28CJI5BxtRGW) as | Philip Guenther |
2023-04-13 | pmap_copy() has never, ever, been implemented in any of the platforms OpenBSD | Miod Vallat |
2023-04-13 | Remove intentionally undocumented pci_{io,mem}_find and convert their last | Miod Vallat |
2023-04-12 | remove duplicate lines | Jonathan Gray |
2023-04-02 | tc_init.9: miscellaneous cleanup and rewrites | Scott Soule Cheloha |
2023-03-17 | Document M_LOG flag; from Peter J. Philipp. | Todd C. Miller |
2023-02-10 | Adjust knote(9) API | Visa Hankala |
2023-02-04 | timecounting: remove incomplete PPS support | Scott Soule Cheloha |
2023-01-17 | remove elansc(4) driver for AMD Elan SC520 System Controller | Jonathan Gray |
2023-01-06 | Remove copystr(9), unless used internally by copy{in,out}str. | Miod Vallat |
2023-01-01 | timeout.9: document new interfaces, miscellaneous rewrites and cleanup | Scott Soule Cheloha |
2022-12-29 | capital letter at sentence start; | Jason McIntyre |
2022-12-29 | FORK_SIGHAND and the handling of func==NULL disappeared in 2017 in | Philip Guenther |
2022-12-28 | microtime.9: rewrite description, miscellaneous cleanup | Scott Soule Cheloha |
2022-12-09 | fix double word and Ar -> Dv; | Jason McIntyre |
2022-12-09 | document changes to uvm_map_protect() for setting the UVM_ET_STACK in | Theo de Raadt |
2022-11-10 | divison -> division | Jonathan Gray |
2022-11-10 | Add support for per-cpu event counters, to be used for clock and IPI | Jonathan Matthew |
2022-11-05 | - escape a macro in an Rs/Re block: groff appears to think it is callable | Jason McIntyre |
2022-11-05 | clockintr(9): initial commit | Scott Soule Cheloha |
2022-11-02 | Remove audio(9) speaker_ctl(), let open() handle speakers where needed | Klemens Nanni |
2022-10-28 | Remove unused audio(9) get_props()/AUDIO_PROP_FULLDUPLEX | Klemens Nanni |