| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing word | Christian Brueffer | 2003-12-27 | 1 | -1/+1 |
* | o add missing sysctl to synopsis | Christian Brueffer | 2003-12-27 | 1 | -3/+4 |
* | o add reference to safe.4 | Christian Brueffer | 2003-12-27 | 1 | -1/+2 |
* | o Grammar fix | Christian Brueffer | 2003-12-27 | 1 | -3/+3 |
* | Grammar fixes | Christian Brueffer | 2003-12-27 | 1 | -11/+11 |
* | o grammar fixes | Christian Brueffer | 2003-12-27 | 1 | -6/+6 |
* | o grammar fixes | Christian Brueffer | 2003-12-27 | 1 | -9/+9 |
* | Add reference to safe.4 | Christian Brueffer | 2003-12-27 | 1 | -0/+1 |
* | Correct compilation with "#define really_paranoid". | Ceri Davies | 2003-12-27 | 1 | -1/+1 |
* | o Fix a comment: softticks lives in sys/kern/kern_timeout.c. | Maxim Konovalov | 2003-12-27 | 1 | -1/+1 |
* | Expanded the comment about the -F flag. | Bruce Evans | 2003-12-27 | 1 | -2/+8 |
* | Improve continuity of text. | Joseph Koshy | 2003-12-27 | 1 | -15/+14 |
* | Use __printflike() and __dead2 instead of hard-coded gccisms. | Bruce Evans | 2003-12-27 | 1 | -6/+4 |
* | Garbage-collected hotroot, rawname() and unrawname() again. These | Bruce Evans | 2003-12-27 | 2 | -41/+0 |
* | fsck_msdosfs/main.c: | Bruce Evans | 2003-12-27 | 3 | -16/+4 |
* | Fixed style bugs in rev.1.12 (unsorting of prototypes by adding new ones | Bruce Evans | 2003-12-27 | 1 | -4/+5 |
* | Clean up the style of the previous commit, and fix a few | Mike Silbersack | 2003-12-27 | 1 | -7/+5 |
* | Teach netstat to read and display the new sfbuf statistics. | Mike Silbersack | 2003-12-27 | 1 | -0/+12 |
* | Track current and peak sfbuf usage, export the values via sysctl. | Mike Silbersack | 2003-12-27 | 8 | -0/+38 |
* | Fixed style bugs in previous commit (unsorting of declarations and poor | Bruce Evans | 2003-12-27 | 1 | -7/+8 |
* | Fixed quoting of `clean'. | Bruce Evans | 2003-12-27 | 1 | -1/+3 |
* | Fixed some style bugs in previous commit (mainly highly non-KNF indentation). | Bruce Evans | 2003-12-27 | 1 | -15/+15 |
* | Fixed style bugs in previous commit (unsorting of the global declarations | Bruce Evans | 2003-12-27 | 1 | -2/+2 |
* | - Reduce Giant's scope in vm_fault(). | Alan Cox | 2003-12-26 | 1 | -14/+10 |
* | Minor correction to revision 1.258: Use the proc pointer that is passed to | Alan Cox | 2003-12-26 | 1 | -2/+1 |
* | Fix all cases of unintended word doublings (the the, and and, ...) and a | Jens Schweikhardt | 2003-12-26 | 5 | -32/+32 |
* | Fix percentages by using long long to hold values for 'space', | Alfred Perlstein | 2003-12-26 | 1 | -9/+12 |
* | Don't truncate the interface name in ifunit(). It's now possible to query | Brian Feldman | 2003-12-26 | 1 | -2/+2 |
* | Forced commit to note that my previous commit was a Darwin merge. | Tom Rhodes | 2003-12-26 | 0 | -0/+0 |
* | Make msdosfs support the dirty flag in FAT16 and FAT32. | Tom Rhodes | 2003-12-26 | 9 | -11/+172 |
* | you have to use 'install' subcommand instead of '-c' option | Hajimu UMEMOTO | 2003-12-26 | 1 | -1/+1 |
* | Create a separate kthread that executes sched_cpu() once a second. Because | John Baldwin | 2003-12-26 | 1 | -6/+21 |
* | when no source-address-selection policy is installed, not scan | Hajimu UMEMOTO | 2003-12-26 | 1 | -1/+5 |
* | It is not the job of this manual page to list 'supported chipsets'. | Tom Rhodes | 2003-12-26 | 1 | -1/+1 |
* | Remove another instance of 'disklabel' which eluded me last time. | Tom Rhodes | 2003-12-26 | 1 | -1/+1 |
* | Fix acpi_MatchHid() to check the compatibility ID's if the hardware ID | John Baldwin | 2003-12-26 | 1 | -3/+3 |
* | Don't confuse NULL with 0. | David E. O'Brien | 2003-12-26 | 3 | -4/+4 |
* | Don't confuse NULL with 0. | David E. O'Brien | 2003-12-26 | 2 | -5/+5 |
* | Don't confuse NULL with 0. | David E. O'Brien | 2003-12-26 | 1 | -3/+3 |
* | More holidays in .ru, fixes, strip redundant prefix. | Maxim Konovalov | 2003-12-26 | 3 | -20/+27 |
* | Don't block SIGTRAP - it makes it hard to debug programs with gdb. | Doug Rabson | 2003-12-26 | 1 | -0/+1 |
* | Make sure we initialise dirp->dd_size if we aren't reading a unionfs | Doug Rabson | 2003-12-26 | 1 | -0/+1 |
* | o Actually add -x option: probeonly assigment was missed | Maxim Konovalov | 2003-12-26 | 1 | -0/+3 |
* | Preparations to make libthr work in multi-threaded fork()ing applications. | Mike Makonnen | 2003-12-26 | 3 | -63/+81 |
* | Attempt to handle the status field in the ndis_packet oob area correctly. | Bill Paul | 2003-12-26 | 2 | -5/+54 |
* | GC the AMD64 special handling. | David E. O'Brien | 2003-12-26 | 1 | -2/+1 |
* | regen (__restrict) | Alfred Perlstein | 2003-12-26 | 1 | -8/+8 |
* | Put restrict back in, the compilation failure was my fault when I | Alfred Perlstein | 2003-12-26 | 1 | -8/+8 |
* | Add __restrict qualifiers to copyinfrom, copyinstrfrom, copystr, copyinstr, | Alfred Perlstein | 2003-12-26 | 3 | -11/+18 |
* | Properly initialize all members of the sentinel entry. | David E. O'Brien | 2003-12-26 | 1 | -1/+1 |