| Commit message (Expand) | Author | Age | Files | Lines |
* | ioctl(2) commands are u_long not int. | phk | 2005-01-18 | 1 | -5/+5 |
* | Detect sign-extension bugs in the ioctl(2) command argument: Truncate | phk | 2005-01-18 | 1 | -0/+6 |
* | Unbreak stack traces across double faults. In a particular edge case | jhb | 2005-01-18 | 1 | -2/+8 |
* | While we're building kernels -g (ie, makeoptions DEBUG=-g), use -O as it | obrien | 2005-01-18 | 1 | -1/+1 |
* | Fix building for non-i386 platforms. | sam | 2005-01-18 | 1 | -4/+7 |
* | S_ISVTX -> S_ISTXT to reflect the code. | trhodes | 2005-01-18 | 1 | -1/+1 |
* | Correctly hide the command arguments. | dds | 2005-01-17 | 1 | -15/+2 |
* | If su(1) is run without an effective uid of 0, generate an error to | rwatson | 2005-01-17 | 1 | -3/+33 |
* | s/ntpdate_command/ntpdate_program/ to match rc.conf(5) and | ceri | 2005-01-17 | 1 | -1/+1 |
* | Cleanup: | delphij | 2005-01-17 | 2 | -17/+18 |
* | Oops... Remove the line leaked in the last commit which is not | delphij | 2005-01-17 | 1 | -1/+0 |
* | WARNS=6 cleanup: | delphij | 2005-01-17 | 2 | -17/+18 |
* | WARNS=6 cleanup: | delphij | 2005-01-17 | 2 | -4/+9 |
* | Bump WARNS=6 by adding const constraint and initialize the pointer | delphij | 2005-01-17 | 2 | -2/+3 |
* | The submitter of bin/75786 turned out to not have removable interfaces, | ceri | 2005-01-17 | 1 | -1/+1 |
* | Minor bit of advice. | phk | 2005-01-17 | 1 | -0/+4 |
* | Add -frandom-seed=RepeatabilityConsideredGood to CFLAGS for building this | cperciva | 2005-01-17 | 1 | -0/+1 |
* | MFi386: fix a comment. | ru | 2005-01-17 | 1 | -1/+1 |
* | Fix a comment to match reality. | ru | 2005-01-17 | 1 | -1/+1 |
* | Rearrange the kninit calls for both directions of a pipe so that | silby | 2005-01-17 | 1 | -1/+3 |
* | Added the EXIT STATUS section where appropriate. | ru | 2005-01-17 | 143 | -161/+158 |
* | Discontinue zero-length g_ctl arguments as "just give him this pointer" | phk | 2005-01-17 | 1 | -6/+1 |
* | Go ahead and match on CIS3 and CIS4 strings as well. These are NULL | imp | 2005-01-17 | 1 | -1/+14 |
* | Ups, misprint, change and => add. | rik | 2005-01-16 | 1 | -1/+1 |
* | Document the new EXIT STATUS section. | ru | 2005-01-16 | 1 | -1/+4 |
* | Added the EXIT STATUS section. | ru | 2005-01-16 | 1 | -2/+3 |
* | Implement a custom print formatter (archive_string_vsprintf) | kientzle | 2005-01-16 | 4 | -14/+90 |
* | Move -Wunused-parameter from WARNS level 3 level 4. | obrien | 2005-01-16 | 1 | -2/+4 |
* | Fix a bug I introduced in 1.561 which has caused considerable filesystem | phk | 2005-01-16 | 1 | -5/+5 |
* | Use >= so we can use the actual WARNS levels. | obrien | 2005-01-16 | 1 | -6/+6 |
* | Fix comment. Code 0x95 means locking shift to codeset 5 according to | rik | 2005-01-16 | 1 | -2/+2 |
* | Fix variable name in comment num=>alen. (Lost part of commit rev 1.2) | rik | 2005-01-16 | 1 | -1/+1 |
* | Removed .Re without a matching .Rs. | ru | 2005-01-16 | 1 | -1/+0 |
* | Use the \*(If string provided by mdoc(7), to represent infinity. | ru | 2005-01-16 | 2 | -18/+11 |
* | Removed redundant .br call. | ru | 2005-01-16 | 1 | -1/+0 |
* | Add the new standard EXIT STATUS section where appropriate. | ru | 2005-01-16 | 26 | -220/+220 |
* | In refactoring the test before committing, a pointer was passed instead | rwatson | 2005-01-16 | 1 | -2/+2 |
* | Remove \n at the end of err(3) strings | charnier | 2005-01-16 | 1 | -7/+5 |
* | Add a new sysctl, hw.sevenseg.freq, to control the update frequency. | cognet | 2005-01-16 | 1 | -1/+6 |
* | Erm, don't forget to store the mbuf in the dmamap in bus_dmamap_load_mbuf_sg(), | cognet | 2005-01-16 | 1 | -5/+6 |
* | Add udpconnectjail, a simple regression test to exercise an (as yet) | rwatson | 2005-01-16 | 2 | -0/+117 |
* | Standardize 2 error messages: start with lowercase letter. | charnier | 2005-01-16 | 1 | -2/+2 |
* | - Reduce number of arguments passed to dummynet_io(), we already have cookie | glebius | 2005-01-16 | 5 | -11/+7 |
* | no need to have break; after return; | charnier | 2005-01-16 | 1 | -1/+1 |
* | Add prototypes and remove unused variables for WARNS=6 compliance. Add | charnier | 2005-01-16 | 1 | -25/+28 |
* | Remove debugging that made it into the commit. | obrien | 2005-01-16 | 1 | -2/+0 |
* | Lock the AMR driver: | scottl | 2005-01-16 | 5 | -106/+120 |
* | "REQUIRE: cleanvar" for all RC's writing into /var/run. | obrien | 2005-01-16 | 18 | -18/+20 |
* | Fix kernel builds with INVARIANTS. | obrien | 2005-01-16 | 1 | -1/+1 |
* | Use bus_dmamap_load_mbuf_sg() for loading rx buffers. | scottl | 2005-01-15 | 1 | -19/+7 |