| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix printf() format bug in previous commit (size_t != int). | des | 2004-02-18 | 1 | -17/+19 |
* | Change the disk(9) API in order to make device removal more robust. | phk | 2004-02-18 | 28 | -273/+335 |
* | Add */lib/getopt* I miss somehow initially. | ache | 2004-02-18 | 1 | -0/+2 |
* | Correct minor typos. | ceri | 2004-02-18 | 1 | -2/+2 |
* | Only call chflags() on directories once. | ceri | 2004-02-18 | 1 | -5/+4 |
* | Remove thr_getschedparam.c since it's contents have been moved into | mtm | 2004-02-18 | 1 | -1/+0 |
* | Add a -n option that stops ip6fw making any changes to the rules | dwmalone | 2004-02-18 | 2 | -29/+58 |
* | There are consumers of rwlocks, inluding our own libc, that depend on | mtm | 2004-02-18 | 1 | -96/+24 |
* | o Catch up with the mutex priority protocol fixes. | mtm | 2004-02-18 | 2 | -121/+65 |
* | o Style | mtm | 2004-02-18 | 2 | -48/+39 |
* | o Refactor and, among other things, get rid of insane nesting levels. | mtm | 2004-02-18 | 2 | -811/+305 |
* | Revamp the statistics code, and switch to a much more compact display | des | 2004-02-18 | 1 | -48/+56 |
* | Move the initialization of thread priority to a common function. | mtm | 2004-02-18 | 2 | -6/+3 |
* | Move the weak references to the top of the file to conform | mtm | 2004-02-18 | 1 | -43/+22 |
* | Add partial support for large (>4GB) files on ext2 filesystems. This | tjr | 2004-02-18 | 6 | -2/+32 |
* | o Fix a bridge example: sysctl net.inet.ip.forwarding=1 is needless, | maxim | 2004-02-18 | 2 | -2/+2 |
* | Add "-q" argument to setfmac and setfsmac to allow the patient but | rwatson | 2004-02-18 | 3 | -13/+27 |
* | Use correct thousands separator for the Italian locale. | cperciva | 2004-02-18 | 1 | -1/+1 |
* | Don't ignore errors from vfs_allocate_syncvnode. | cperciva | 2004-02-18 | 1 | -1/+1 |
* | Mention that kernel environment variables may be configured in | wes | 2004-02-18 | 1 | -2/+8 |
* | Fix misspellings in the freebsd-tips fortunes. The same PR has | cperciva | 2004-02-18 | 1 | -4/+4 |
* | Fixed some style bugs (spaces instead of tabs in macro definitions ...). | bde | 2004-02-18 | 1 | -11/+11 |
* | Checkpoint a hack to enable running i386 libc_r binaries on a 64 bit | peter | 2004-02-18 | 1 | -4/+22 |
* | Backout MT_TAG removal (i.e. bring back MT_TAGs) for now, as dummynet is | mlaier | 2004-02-18 | 17 | -465/+442 |
* | remove dead code | rees | 2004-02-17 | 1 | -53/+0 |
* | Add vector for memmove() (currently aliased to memcpy()) a implement | wpaul | 2004-02-17 | 1 | -0/+20 |
* | Make the distinction between sysctl kernel environment variables and | wes | 2004-02-17 | 1 | -1/+4 |
* | Dont use the bio_taskqueue if we are in timeout. | sos | 2004-02-17 | 1 | -2/+2 |
* | l2ping(8) should not loose echo data if target does not responds to the ping | emax | 2004-02-17 | 2 | -24/+36 |
* | Do not place dirmask in unnamed padding. Move it to the bottom of this | trhodes | 2004-02-17 | 1 | -1/+1 |
* | IPSEC and FAST_IPSEC have the same internal API now; | ume | 2004-02-17 | 7 | -105/+42 |
* | o Be consistent with the declaration: pri -> priority. | maxim | 2004-02-17 | 1 | -2/+2 |
* | Correct a comment. | dwmalone | 2004-02-17 | 2 | -2/+2 |
* | Backed out previous commit since it just causes panics unless a special | bde | 2004-02-17 | 1 | -1/+1 |
* | Mechanical whistespace cleanup. | des | 2004-02-17 | 1 | -19/+19 |
* | Remove configurations which aren't used in production. | des | 2004-02-17 | 4 | -31/+0 |
* | Whitespace nit. | des | 2004-02-17 | 1 | -1/+1 |
* | If the "next free cluster" field of the FSInfo block is 0xFFFFFFFF, | tjr | 2004-02-17 | 1 | -2/+4 |
* | Report the difference between ufs and ufs2. | grog | 2004-02-17 | 2 | -3/+16 |
* | Re-add sio.S, and properly deal with assembler files. | ru | 2004-02-17 | 4 | -383/+8 |
* | Oops, use -I${DESTDIR}/usr/include/gnu instead of ... /../../include/gnu | ache | 2004-02-17 | 7 | -9/+7 |
* | New release note: pw(8) -H. | bmah | 2004-02-17 | 2 | -4/+10 |
* | Add com5-com8 (cuaa4-cuaa7) to /etc/remote so they are available to | rwatson | 2004-02-17 | 1 | -0/+4 |
* | Whitespace fixes, no content changes. Translators may ignore this | bmah | 2004-02-17 | 2 | -24/+24 |
* | New release notes: TCP RFC 2385 (TCP-MD5) support, libarchive(3), | bmah | 2004-02-17 | 2 | -0/+68 |
* | Explain what console names are valid. | grog | 2004-02-17 | 1 | -0/+5 |
* | Recognize if the user supplies the full pathname to /dev/console and friends, | grog | 2004-02-17 | 1 | -1/+27 |
* | Remove unneeded files | ache | 2004-02-17 | 4 | -1646/+2 |
* | Remove getopt*.c, we already have compatible getopt_long() in libc | ache | 2004-02-17 | 1 | -1/+1 |
* | Remove unneeded files | ache | 2004-02-17 | 5 | -1390/+3 |