index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
share
/
man
/
man9
Age
Commit message (
Expand
)
Author
2019-05-10
tweak previous: fix three wrong macros and one missing macro
Ingo Schwarze
2019-05-10
Document the wsfont framework.
Frederic Cambus
2019-05-10
The correct header for KASSERT(9) is <sys/systm.h>.
Martin Pieuchot
2019-04-28
add WITNESS support to barriers modelled on the timeout stuff visa did.
David Gwynne
2019-04-14
Add lock order checking for timeouts
Visa Hankala
2019-04-01
restore El removed in previous;
Jason McIntyre
2019-04-01
deprecate TASKQ_CANTSLEEP since nothing uses it anymore
David Gwynne
2019-03-12
Document the new copy_output() and underrun() driver methods.
Alexandre Ratchov
2019-03-10
fix some cases of spaces before full stops, where none were neccessary;
Jason McIntyre
2019-02-26
Add manual pages for SMR.
Visa Hankala
2019-02-25
create a RETURN VALUES section and put things that return in there.
David Gwynne
2019-02-23
document pci_mapreg_map and some related functions.
David Gwynne
2019-02-19
add v_uvcount; from fasse
Jason McIntyre
2019-02-13
change rt_ifa_add and rt_ifa_del so they take an rdomain argument.
David Gwynne
2019-02-07
Add lock stack trace saving for witness(4).
Visa Hankala
2019-02-06
wrap some long lines, no change to actual content
David Gwynne
2019-01-19
Move boottime into the timehands.
cheloha
2019-01-18
Add missing types, and fix incorrect names.
Visa Hankala
2019-01-18
add missing .Vt markup
Ingo Schwarze
2019-01-17
clarify and docuement what happens when a tv or ts exceeps INT_MIN ticks.
Ted Unangst
2019-01-15
correct CODE REFERENCES: kern_clock.c -> kern_tc.c; ok kn@ jmc@ visa@
cheloha
2019-01-14
hint that kern.clockrate is the userland sysctl name by referring to
Ted Unangst
2018-12-17
Remove unused function gsignal().
Visa Hankala
2018-12-16
document task_pending()
David Gwynne
2018-12-11
document ifq_hdatalen()
David Gwynne
2018-12-07
All the references to the M_ALIGN and MH_ALIGN macros are gone.
Claudio Jeker
2018-12-05
fix incorrect usage of the .Bx macro;
Ingo Schwarze
2018-11-30
Document m_align().
Claudio Jeker
2018-11-12
tweak previous;
Jason McIntyre
2018-11-12
Document return values.
Visa Hankala
2018-11-12
Document pgsigio(9).
Visa Hankala
2018-11-12
Document sigio routines.
Visa Hankala
2018-11-09
retuned -> returned;
Jason McIntyre
2018-11-09
Document m_leadingspace() and m_trailingspace() instead of the makros which
Claudio Jeker
2018-10-06
Stop telling oversimplifying lies about whether or not VOP_LOOKUP will
Bob Beck
2018-10-05
It is perfectly legal in C++ to use the same name for a struct tag
Todd C. Miller
2018-09-30
Make the HISTORY sections of the "intro" manuals less confusing and
Ingo Schwarze
2018-09-10
Instead of calculating the mbuf packet header length here and there,
Alexander Bluhm
2018-09-10
tweak previous;
Jason McIntyre
2018-09-10
During fragment reassembly, mbuf chains with packet headers were
Alexander Bluhm
2018-09-04
Correct usbd_abort_pipe() signature.
Martin Pieuchot
2018-08-15
Fix struct soplice usage
kn
2018-08-13
document new namei flags
Theo de Raadt
2018-08-02
replace excessively wordy and fuzzy introduction
Ingo Schwarze
2018-08-02
Some wordsmithing. Comments and tweaks from deraadt, jmc, benno, and tb.
rob
2018-07-30
Use FNONBLOCK instead of SS_NBIO to check/indicate that the I/O mode
Martin Pieuchot
2018-06-19
Rename some unused fields in struct uvmexp to
Kenneth R Westerback
2018-06-07
Make callers of VOP_CREATE(9) and VOP_MKNOD(9) responsible for
Visa Hankala
2018-06-04
Sync VFS documentation with reality
kn
2018-06-04
Add VB_DUPOK to suppress witness(4) warning of concurrent mount locks.
Philip Guenther
[next]