Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-19 | tweaks; ok mickey | Jason McIntyre | |
2006-01-18 | internal sysctl functions and etc | Michael Shalayeff | |
2006-01-12 | a manpage describing delay, for those of us who forget what its argument | David Gwynne | |
means. comments from various people, tweaks from jmc@ ok marco@ | |||
2005-12-25 | Remove piixpm(4), it doesn't provide time source any more. | Alexander Yurchenko | |
2005-12-14 | Make ext2fs use a memory pool to allocate inodes, okay tedu@ | Pedro Martelletto | |
2005-12-04 | Document vn_access(), okay jmc@ | Pedro Martelletto | |
2005-11-28 | Some verbiage tweaks and cleanup. Sprinkle .Fa around for types and | Kenneth R Westerback | |
fields. No semantic changes or additions. ok jmc@ marco@ | |||
2005-11-24 | Remove kernfs, okay deraadt@. | Pedro Martelletto | |
2005-11-19 | fix list madness; | Jason McIntyre | |
2005-11-19 | Remove unnecessary lockmgr() archaism that was costing too much in terms | Pedro Martelletto | |
of panics and bugfixes. Access curproc directly, do not expect a process pointer as an argument. Should fix many "process context required" bugs. Incentive and okay millert@, okay marc@. Various testing, thanks. | |||
2005-11-16 | Suggest filling in uio_procp even if the area is in kernel-space if | Uwe Stuehler | |
the structure is passed to functions other than uiomove(); discussed with pedro@ | |||
2005-11-15 | .Xr pci_intr_map 9 | Jason McIntyre | |
2005-11-15 | various tweaks; | Jason McIntyre | |
2005-11-15 | pci_intr* page | Michael Shalayeff | |
2005-11-15 | various tweaks; | Jason McIntyre | |
2005-11-14 | pci apaprently came in 1.2! | Michael Shalayeff | |
2005-11-14 | add pci_decompose_tag() | Michael Shalayeff | |
2005-11-14 | oops. proper .dt | Michael Shalayeff | |
2005-11-14 | a quick page for pci_conf_read/write/make_tag | Michael Shalayeff | |
2005-10-30 | remove trailing whitespace; | Jason McIntyre | |
2005-10-30 | Man page for VOP_GETATTR/VOP_SETATTR vnode operations. | Pedro Martelletto | |
Usual tweaking by jaredy@ and jmc@, thanks. | |||
2005-10-27 | make the example more likely to compile, ha ha; maticd@gmail.com | Theo de Raadt | |
2005-10-19 | v_lock is also gone, noted by tedu@ | Pedro Martelletto | |
2005-10-19 | Remove v_vnlock from struct vnode, okay krw@ tedu@ | Pedro Martelletto | |
2005-09-30 | deploy .An -nosplit; ok jmc | Jared Yanovich | |
2005-09-30 | uvm_useracc() was removed -r1.24 (man): remove its MLINK too; | Jason McIntyre | |
2005-09-30 | add timeout_triggered to .Nm; | Jason McIntyre | |
Note: i am not touching MLINK for untimeout(9), ugly though that word is, since it seems to have a historical basis... | |||
2005-09-30 | splsoftserial() was renamed to splsofttty() in -r1.4 (man): remove MLINK | Jason McIntyre | |
splimp() was renamed to splvm() in -r1.9 (man): remove MLINK | |||
2005-09-30 | add pool_set_drain_hook and pool_sethardlimit to .Nm; | Jason McIntyre | |
2005-09-30 | add MLINKS for pool_set_drain_hook.9 and pool_sethardlimit.9; | Jason McIntyre | |
2005-09-30 | m_retry() and m_retryhdr disappeared -r1.9 of the man page; | Jason McIntyre | |
remove there MLINKS here too; | |||
2005-09-30 | remove duplicate MLINK for extent_free.9 | Jason McIntyre | |
2005-09-22 | remove one `file-system' example, and make another at least consistent | Jason McIntyre | |
with section 9; | |||
2005-09-19 | remove a dead Xr; | Jason McIntyre | |
discussed with miod@; | |||
2005-09-19 | tweaks; | Jason McIntyre | |
2005-09-18 | missing word | David Gwynne | |
ok jmc@ | |||
2005-09-15 | Stop compiling the texte console rotation code #ifdef __zaurus__, but use | Miod Vallat | |
a flag in the rasops_info structure; drivers which may use it shall declare a specific attribute for the config(8) machinery, so that the necessary code is compiled in. In addition to this, rotated font computation is now done on-demand, and a list of unrotated-rotated font cookie pairs is kept, rather than rotating all built-in wsfonts at initialization time. No user-perceptible functional change. Tested matthieu@ uwe@, ok uwe@ | |||
2005-09-09 | grammar; | Jason McIntyre | |
2005-09-09 | Fix the description of palloc, okay deraadt@ tedu@ | Pedro Martelletto | |
2005-09-06 | correct include for SYNOPSIS section... | Jason McIntyre | |
this diff is from iru aka muzgo, via pedro@, and ok art@ too; | |||
2005-08-29 | Correctly describe skpc(), okay deraadt@ jmc@. | Pedro Martelletto | |
2005-08-23 | heh, two different spellings in the same sentence: co-exist and coexist; | Jason McIntyre | |
prefer coexist, since all other man pages do too, and oxford agree. | |||
2005-08-18 | document M_WAITOK as a separate flag rather than a note to M_NOWAIT | David Gwynne | |
help from and ok jmc@ ok deraadt@ no objections art@ | |||
2005-08-08 | lclint is not in the ports tree anymore, splint is. OK jmc@. | Xavier Santolaria | |
2005-08-06 | Document M_CANFAIL and sync M_xxx types; | Miod Vallat | |
prodded by beck@, feedback jmc@, ok deraadt@ | |||
2005-08-01 | expose arc4random_bytes() API; ok deraadt@ | Damien Miller | |
2005-07-31 | Pools aren't fun, don't let people think they are. (fix argument name to | Christopher Pascoe | |
match source). ok dlg deraadt | |||
2005-07-14 | from netbsd -r1.4: | Jason McIntyre | |
log message: "Explain how the extension bit works in the bitmap that tells which fields are present." ok jsg@ reyk@ | |||
2005-07-09 | note that documentation has its own style guide, mdoc.samples(7); | Jason McIntyre | |
suggested by beck@, ok tdeval@ | |||
2005-06-20 | actually, this is an original work, no need for the vfs_cache.c copyright | Jared Yanovich | |