| Commit message (Expand) | Author | Age | Files | Lines |
* | Various style.Makefile(5) improvements. | pjd | 2004-05-20 | 6 | -21/+19 |
* | Various style.Makefile(5) improvements. | pjd | 2004-05-20 | 3 | -11/+15 |
* | Update the date. | pjd | 2004-05-20 | 1 | -1/+1 |
* | Remove unneeded lseek(2) hack to position past the 2GB point, | hmp | 2004-05-20 | 1 | -18/+9 |
* | Update the document date. | alc | 2004-05-20 | 1 | -1/+1 |
* | In cpu_sched_exit(), we must check vm_refcnt against 0, not 1, since | tmm | 2004-05-20 | 1 | -1/+1 |
* | Added "rescue". | ru | 2004-05-20 | 1 | -2/+2 |
* | Fixed printf format errors which helped break GUPROF for arches with | bde | 2004-05-20 | 1 | -2/+2 |
* | Initialize the history counter type field in struct gmonparam as | bde | 2004-05-20 | 1 | -0/+4 |
* | Clean up language. | ru | 2004-05-20 | 1 | -261/+293 |
* | MFi386 (1.37: GUPROF calibration macros; only routine adjustments needed). | bde | 2004-05-20 | 1 | -0/+19 |
* | Moved i386 asms to an i386 header. The asms are for calibration of | bde | 2004-05-20 | 2 | -19/+22 |
* | Really remove the return statement this time. Thanks to | mtm | 2004-05-20 | 1 | -1/+0 |
* | Whitespace cleanup | des | 2004-05-20 | 1 | -16/+16 |
* | Whitespace cleanup. | des | 2004-05-20 | 1 | -22/+22 |
* | Fix supposed compilation problem, using LIBDIR here can confuse core/ | pjd | 2004-05-20 | 3 | -2/+3 |
* | Whitespace cleanup. | des | 2004-05-20 | 1 | -29/+29 |
* | The err routine requires two arguments: an exit value and a string. | mtm | 2004-05-20 | 2 | -4/+3 |
* | - Add missing 'the'. | pjd | 2004-05-20 | 1 | -1/+14 |
* | Merge updated patch from vendor branch (1.1.1.17) | des | 2004-05-20 | 1 | -2/+40 |
* | Add myself as maintainer for geom_nop, geom_stripe and geom(8). | pjd | 2004-05-20 | 1 | -0/+3 |
* | Make libthr async-signal-safe without costly signal masking. The guidlines I | mtm | 2004-05-20 | 15 | -622/+320 |
* | Forced commit for rev. 1.26 | mtm | 2004-05-20 | 0 | -0/+0 |
* | q§ | mtm | 2004-05-20 | 1 | -7/+5 |
* | Stylistic changes around the previous commit: | yar | 2004-05-20 | 1 | -3/+5 |
* | Inform hier(7) manual page about /lib/geom/ directory. | pjd | 2004-05-20 | 1 | -0/+7 |
* | Set the VLAN bits in if_capenable as well as in if_capabilities | yar | 2004-05-20 | 1 | -0/+1 |
* | - Teach CONCAT class how to talk with geom(8). | pjd | 2004-05-20 | 2 | -102/+157 |
* | - Connect geom(8) and its libraries to the build. | pjd | 2004-05-20 | 5 | -1/+9 |
* | - Install includes used by STRIPE and NOP GEOM classes. | pjd | 2004-05-20 | 3 | -1/+7 |
* | Modules Makefiles for geom_stripe and geom_nop. | pjd | 2004-05-20 | 2 | -0/+16 |
* | Introduce geom(8)-specific shared libraries for CONCAT, STRIPE and NOP | pjd | 2004-05-20 | 6 | -0/+515 |
* | Introduce STRIPE GEOM class. It implements RAID0 transformation and it | pjd | 2004-05-20 | 2 | -0/+1016 |
* | Update copyright years. | den | 2004-05-20 | 1 | -0/+1 |
* | Introduce NOP GEOM class. This is totally transparent GEOM class, but | pjd | 2004-05-20 | 2 | -0/+478 |
* | Bring in geom(8) utility. It is an universal utility for operating on | pjd | 2004-05-20 | 9 | -0/+1146 |
* | Forgot to bump the document date, *blush*. | ru | 2004-05-20 | 1 | -1/+1 |
* | Document mbuf tags based on the OpenBSD manpage. | ru | 2004-05-20 | 3 | -1/+263 |
* | Added forgotten quotes for citations. | schweikh | 2004-05-20 | 1 | -6/+6 |
* | Typos and nits. | dannyboy | 2004-05-20 | 1 | -19/+19 |
* | When checking for possible port theft, skip over a TCP inpcb | yar | 2004-05-20 | 1 | -7/+3 |
* | Nits fixed. | kientzle | 2004-05-20 | 1 | -4/+4 |
* | Document security.jail.getfsstatroot_only sysctl. | pjd | 2004-05-20 | 1 | -0/+14 |
* | Fix sysctl name: security.jail.getfsstate_getfsstatroot_only -> | pjd | 2004-05-20 | 1 | -1/+1 |
* | More research, more shuffling and clarification. | kientzle | 2004-05-20 | 1 | -119/+149 |
* | Like on i386, clear the last three entries in the pml4 page when doing a | peter | 2004-05-19 | 1 | -2/+7 |
* | Fix a couple of warnings: | dwmalone | 2004-05-19 | 2 | -2/+6 |
* | Add missing %s so that all of the usage message gets printed. | dwmalone | 2004-05-19 | 2 | -1/+2 |
* | Send RADIUS gigaword data when OctetsIn or OctetsOut go over UINT32_MAX. | dds | 2004-05-19 | 1 | -2/+5 |
* | Add a man page for the kernel part of bpf. I made some edits to the | dwmalone | 2004-05-19 | 3 | -1/+231 |