| Commit message (Expand) | Author | Age | Files | Lines |
* | Backout sensors framework. | netchild | 2007-10-15 | 2 | -174/+0 |
* | Fix mdoc. | ru | 2007-10-14 | 1 | -11/+22 |
* | Import OpenBSD's sysctl hardware sensors framework. | netchild | 2007-10-14 | 2 | -0/+163 |
* | Add an MLINKS for pci_find_dbsf.9. | marius | 2007-10-05 | 1 | -0/+1 |
* | Make the PCI code aware of PCI domains (aka PCI segments) so we can | marius | 2007-09-30 | 1 | -1/+28 |
* | - Change the description of sleepq_add(), sleepq_broadcast() and | gabor | 2007-09-28 | 1 | -4/+13 |
* | - Fix a declaration example | gabor | 2007-09-20 | 1 | -2/+2 |
* | Update the table of supported algorithms: | brueffer | 2007-09-19 | 1 | -9/+10 |
* | Add MLINKS entries for various SYSCTL_*() macros documented in sysctl.9. | rwatson | 2007-09-05 | 1 | -0/+12 |
* | - Fix include path, these functions were moved to sys/priv.h. | danger | 2007-08-30 | 1 | -3/+2 |
* | Corrections and clarifications | julian | 2007-08-09 | 1 | -41/+82 |
* | o round-type -> round-trip. | maxim | 2007-08-05 | 1 | -1/+1 |
* | Update the sysctl_ctx_init(9) manual page with the following | remko | 2007-07-27 | 1 | -1/+2 |
* | Document support for M_NOWAIT by the new implementation of contigmalloc(9) | alc | 2007-07-19 | 1 | -5/+13 |
* | Note that module should return EOPNOTSUPP for both unrecognized | flz | 2007-07-19 | 1 | -2/+2 |
* | document the call to wakeup after a task has been run... | jmg | 2007-07-09 | 1 | -0/+6 |
* | Remove wicontrol(8) from the base system. Using wicontrol to configure an | thompsa | 2007-07-01 | 1 | -6/+0 |
* | Update suser(9) and priv(9) to document that the 'flags' argument is now | rwatson | 2007-06-26 | 2 | -33/+13 |
* | Remove duplicate xref and add missing commas. | brueffer | 2007-06-21 | 2 | -4/+3 |
* | The struct selinfo pointed to by *sip MUST be zeroed before calling | njl | 2007-06-14 | 1 | -1/+8 |
* | bump date for 1.20 | imp | 2007-06-05 | 1 | -1/+1 |
* | Add note about condvars not working with spin locks. | imp | 2007-06-05 | 1 | -0/+6 |
* | Update man page for VOP_OPEN() after fdidx->fp conversion. | kib | 2007-06-05 | 1 | -16/+16 |
* | Correct the referenced securelevel document, it's now securelevel 7. | remko | 2007-06-02 | 1 | -2/+2 |
* | Markup fixes. | delphij | 2007-06-01 | 1 | -12/+13 |
* | Giant is special. How do I love thee? Let me count the ways? | imp | 2007-05-31 | 1 | -1/+20 |
* | Improve both the PCI and PC Card descriptions of the RID. | imp | 2007-05-27 | 1 | -4/+4 |
* | Rename the macros for assertion flags passed to sx_assert() from SX_* to | jhb | 2007-05-19 | 1 | -13/+13 |
* | Document sx_xholder(). | jhb | 2007-05-19 | 2 | -0/+13 |
* | Document SX_RECURSE flag. | jhb | 2007-05-19 | 1 | -0/+3 |
* | Link the defunct MUTEX_PROFILING option to LOCK_PROFILING. | thompsa | 2007-05-13 | 1 | -0/+1 |
* | Remove cred argument, which was removed from code by phk two years ago | pav | 2007-05-12 | 2 | -7/+3 |
* | Bump date for previous commit, also new sentence -> new line. | brueffer | 2007-05-09 | 1 | -2/+3 |
* | Document the additional fields, si_drv1 and si_drv2 that are available | jmg | 2007-05-06 | 1 | -0/+17 |
* | Add missing 'bp', since it should be passed as g_print_bio() argument. | wkoszek | 2007-05-06 | 1 | -1/+1 |
* | - Extend disk structure to allow to store disk's serial number, which can be | pjd | 2007-05-05 | 1 | -0/+2 |
* | Document requirements to calling rman_init... (Hmmm, maybe we should make | jmg | 2007-04-29 | 1 | -1/+16 |
* | Complete removal of restriction about overlaps to rman_manage_region: | jmg | 2007-04-28 | 1 | -5/+16 |
* | Xref linsysfs(5). | brueffer | 2007-04-20 | 1 | -1/+2 |
* | Fix a compiler warning so hash.h can be included in the kernel. This changes | thompsa | 2007-04-09 | 1 | -3/+3 |
* | Bump date. | pjd | 2007-04-05 | 1 | -1/+1 |
* | Add security.jail.mount_allowed sysctl, which allows to mount and | pjd | 2007-04-05 | 1 | -0/+7 |
* | o Document vdropl(9) [1]. | maxim | 2007-04-01 | 2 | -5/+24 |
* | Optimize sx locks to use simple atomic operations for the common cases of | jhb | 2007-03-31 | 2 | -4/+59 |
* | Add some cross references to locking.9 from related pages. | julian | 2007-03-30 | 8 | -0/+14 |
* | Connect the locking man page to the build. | julian | 2007-03-30 | 1 | -0/+1 |
* | New sentence -> new line | brueffer | 2007-03-28 | 1 | -1/+2 |
* | o Trim unneeded backslash. | maxim | 2007-03-28 | 1 | -1/+1 |
* | o Actually add MLINKs for priv(9) functions. | maxim | 2007-03-28 | 1 | -2/+2 |
* | Clarify the definition of the watchdog kernel interface by moving a sentence up | n_hibma | 2007-03-27 | 1 | -8/+6 |