| Commit message (Expand) | Author | Age | Files | Lines |
* | Sort sections. | Ruslan Ermilov | 2005-01-18 | 43 | -345/+345 |
* | Sort sections. | Ruslan Ermilov | 2005-01-18 | 14 | -94/+94 |
* | Remove redundant parameter inherited from ipacctctl. | Gleb Smirnoff | 2005-01-18 | 1 | -8/+7 |
* | One of the DIAGNOSTICS sections should be EXIT STATUS. | Ruslan Ermilov | 2005-01-18 | 1 | -6/+6 |
* | Folded two SEE ALSO sections into one. | Ruslan Ermilov | 2005-01-18 | 2 | -4/+2 |
* | Sort sections. | Ruslan Ermilov | 2005-01-18 | 2 | -15/+16 |
* | Fold two ENVIRONMENT sections into one. | Ruslan Ermilov | 2005-01-18 | 1 | -32/+33 |
* | Sort sections. | Ruslan Ermilov | 2005-01-18 | 3 | -12/+12 |
* | ioctl(2) commands are u_long not int. | Poul-Henning Kamp | 2005-01-18 | 1 | -5/+5 |
* | Detect sign-extension bugs in the ioctl(2) command argument: Truncate | Poul-Henning Kamp | 2005-01-18 | 1 | -0/+6 |
* | Unbreak stack traces across double faults. In a particular edge case | John Baldwin | 2005-01-18 | 1 | -2/+8 |
* | While we're building kernels -g (ie, makeoptions DEBUG=-g), use -O as it | David E. O'Brien | 2005-01-18 | 1 | -1/+1 |
* | Fix building for non-i386 platforms. | Sam Leffler | 2005-01-18 | 1 | -4/+7 |
* | S_ISVTX -> S_ISTXT to reflect the code. | Tom Rhodes | 2005-01-18 | 1 | -1/+1 |
* | Correctly hide the command arguments. | Diomidis Spinellis | 2005-01-17 | 1 | -15/+2 |
* | If su(1) is run without an effective uid of 0, generate an error to | Robert Watson | 2005-01-17 | 1 | -3/+33 |
* | s/ntpdate_command/ntpdate_program/ to match rc.conf(5) and | Ceri Davies | 2005-01-17 | 1 | -1/+1 |
* | Cleanup: | Xin LI | 2005-01-17 | 2 | -17/+18 |
* | Oops... Remove the line leaked in the last commit which is not | Xin LI | 2005-01-17 | 1 | -1/+0 |
* | WARNS=6 cleanup: | Xin LI | 2005-01-17 | 2 | -17/+18 |
* | WARNS=6 cleanup: | Xin LI | 2005-01-17 | 2 | -4/+9 |
* | Bump WARNS=6 by adding const constraint and initialize the pointer | Xin LI | 2005-01-17 | 2 | -2/+3 |
* | The submitter of bin/75786 turned out to not have removable interfaces, | Ceri Davies | 2005-01-17 | 1 | -1/+1 |
* | Minor bit of advice. | Poul-Henning Kamp | 2005-01-17 | 1 | -0/+4 |
* | Add -frandom-seed=RepeatabilityConsideredGood to CFLAGS for building this | Colin Percival | 2005-01-17 | 1 | -0/+1 |
* | MFi386: fix a comment. | Ruslan Ermilov | 2005-01-17 | 1 | -1/+1 |
* | Fix a comment to match reality. | Ruslan Ermilov | 2005-01-17 | 1 | -1/+1 |
* | Rearrange the kninit calls for both directions of a pipe so that | Mike Silbersack | 2005-01-17 | 1 | -1/+3 |
* | Added the EXIT STATUS section where appropriate. | Ruslan Ermilov | 2005-01-17 | 143 | -161/+158 |
* | Discontinue zero-length g_ctl arguments as "just give him this pointer" | Poul-Henning Kamp | 2005-01-17 | 1 | -6/+1 |
* | Go ahead and match on CIS3 and CIS4 strings as well. These are NULL | Warner Losh | 2005-01-17 | 1 | -1/+14 |
* | Ups, misprint, change and => add. | Roman Kurakin | 2005-01-16 | 1 | -1/+1 |
* | Document the new EXIT STATUS section. | Ruslan Ermilov | 2005-01-16 | 1 | -1/+4 |
* | Added the EXIT STATUS section. | Ruslan Ermilov | 2005-01-16 | 1 | -2/+3 |
* | Implement a custom print formatter (archive_string_vsprintf) | Tim Kientzle | 2005-01-16 | 4 | -14/+90 |
* | Move -Wunused-parameter from WARNS level 3 level 4. | David E. O'Brien | 2005-01-16 | 1 | -2/+4 |
* | Fix a bug I introduced in 1.561 which has caused considerable filesystem | Poul-Henning Kamp | 2005-01-16 | 1 | -5/+5 |
* | Use >= so we can use the actual WARNS levels. | David E. O'Brien | 2005-01-16 | 1 | -6/+6 |
* | Fix comment. Code 0x95 means locking shift to codeset 5 according to | Roman Kurakin | 2005-01-16 | 1 | -2/+2 |
* | Fix variable name in comment num=>alen. (Lost part of commit rev 1.2) | Roman Kurakin | 2005-01-16 | 1 | -1/+1 |
* | Removed .Re without a matching .Rs. | Ruslan Ermilov | 2005-01-16 | 1 | -1/+0 |
* | Use the \*(If string provided by mdoc(7), to represent infinity. | Ruslan Ermilov | 2005-01-16 | 2 | -18/+11 |
* | Removed redundant .br call. | Ruslan Ermilov | 2005-01-16 | 1 | -1/+0 |
* | Add the new standard EXIT STATUS section where appropriate. | Ruslan Ermilov | 2005-01-16 | 26 | -220/+220 |
* | In refactoring the test before committing, a pointer was passed instead | Robert Watson | 2005-01-16 | 1 | -2/+2 |
* | Remove \n at the end of err(3) strings | Philippe Charnier | 2005-01-16 | 1 | -7/+5 |
* | Add a new sysctl, hw.sevenseg.freq, to control the update frequency. | Olivier Houchard | 2005-01-16 | 1 | -1/+6 |
* | Erm, don't forget to store the mbuf in the dmamap in bus_dmamap_load_mbuf_sg(), | Olivier Houchard | 2005-01-16 | 1 | -5/+6 |
* | Add udpconnectjail, a simple regression test to exercise an (as yet) | Robert Watson | 2005-01-16 | 2 | -0/+117 |
* | Standardize 2 error messages: start with lowercase letter. | Philippe Charnier | 2005-01-16 | 1 | -2/+2 |