| Commit message (Expand) | Author | Age | Files | Lines |
| * | NODEV is defined the same in _KERNEL and !_KERNEL case, so move it out from | Juli Mallett | 2002-06-04 | 1 | -3/+1 |
| * | Add a comment describing a resource leak that occurs during a failure case | Jeff Roberson | 2002-06-03 | 1 | -0/+3 |
| * | Added support for 82545EM and 82546EB based adapters. | Prafulla Deuskar | 2002-06-03 | 9 | -1541/+6985 |
| * | Use a per-device worker thread to avoid blocking in mdstrategy() | Ian Dowse | 2002-06-03 | 1 | -11/+36 |
| * | Quick and dirty convert to newbus. (Eventually 'eni.c' should go away.) | Matthew N. Dodd | 2002-06-03 | 6 | -18/+670 |
| * | Add new 'hea' driver files. | Matthew N. Dodd | 2002-06-03 | 1 | -0/+2 |
| * | Build a 'hea_pci' driver module. | Matthew N. Dodd | 2002-06-03 | 1 | -0/+11 |
| * | - Add 'hea'. | Matthew N. Dodd | 2002-06-03 | 1 | -1/+2 |
| * | o Migrate vm_map_split() from vm_map.c to vm_object.c, renaming it | Alan Cox | 2002-06-02 | 3 | -90/+93 |
| * | ANSIfy the one remaining K&R function. | Dag-Erling Smørgrav | 2002-06-02 | 1 | -4/+1 |
| * | Whitespace nits. | Dag-Erling Smørgrav | 2002-06-02 | 1 | -2/+2 |
| * | Add support for 'j' flag. Simplify the size modifier code and reduce code | Dag-Erling Smørgrav | 2002-06-02 | 1 | -100/+71 |
| * | Fix typo in the BSD copyright: s/withough/without/ | Jens Schweikhardt | 2002-06-02 | 58 | -58/+58 |
| * | o Style fixes to vm_map_split(), including the elimination of one variable | Alan Cox | 2002-06-02 | 1 | -8/+1 |
| * | o Condition vm_object_pmap_copy_1()'s compilation on the kernel | Alan Cox | 2002-06-02 | 1 | -0/+2 |
| * | bde noticed that SOMAXCONN breaks pretty badly as an option for LINT. | Alfred Perlstein | 2002-06-02 | 2 | -3/+0 |
| * | o Remove GIANT_REQUIRED from vm_map_zfini(), vm_map_zinit(), | Alan Cox | 2002-06-01 | 2 | -25/+15 |
| * | Be more strict about namespaces. | Mike Barcroft | 2002-06-01 | 1 | -8/+11 |
| * | Backout/modify previous revision: | Alfred Perlstein | 2002-06-01 | 1 | -0/+4 |
| * | Silence warnings, remove some empty 'default' switch cases. | Alfred Perlstein | 2002-06-01 | 1 | -2/+0 |
| * | Declare a variable sized array within a structure using [] rather than [0] | Alfred Perlstein | 2002-06-01 | 1 | -1/+1 |
| * | Silence preprocessor warning, No need to use CONCAT with "," and "word". | Alfred Perlstein | 2002-06-01 | 2 | -2/+2 |
| * | Unbreak LINT by compensating for the | Alfred Perlstein | 2002-06-01 | 1 | -4/+3 |
| * | Fix some, but not all style bugs. | Mike Barcroft | 2002-06-01 | 1 | -23/+22 |
| * | Fix warnings. | Alfred Perlstein | 2002-06-01 | 1 | -3/+3 |
| * | Get rid of warnings, there's no need to do preprocessor concatination of | Alfred Perlstein | 2002-06-01 | 1 | -2/+2 |
| * | Add POSIX.1-2001 WCONTINUED option for waitpid(2). A proc flag | Mike Barcroft | 2002-06-01 | 4 | -1/+22 |
| * | Fixed the return value of fpsetmask(). The API requires inversion of the | Bruce Evans | 2002-06-01 | 2 | -2/+4 |
| * | Fixed style bugs in rev.1.9. | Bruce Evans | 2002-06-01 | 2 | -18/+34 |
| * | o Revert a part of revision 1.66, contrary to what that commit message says, | Alan Cox | 2002-06-01 | 2 | -17/+21 |
| * | Fix a couple of places where preprocessor concatination was misused and | Alfred Perlstein | 2002-06-01 | 1 | -2/+2 |
| * | Silence warning. | Alfred Perlstein | 2002-06-01 | 1 | -2/+2 |
| * | Make devfs to give honour to PDIRUNLOCK flag. | Semen Ustimenko | 2002-06-01 | 1 | -9/+13 |
| * | Quick, low impact band-aide to unbreak the build. Added && 0 so we | Ruslan Ermilov | 2002-06-01 | 1 | -1/+1 |
| * | Should have been part of recent commit: | Alfred Perlstein | 2002-06-01 | 2 | -5/+3 |
| * | Call destroy_dev in detach routine to cleanup properly otherwise we | Alfred Perlstein | 2002-06-01 | 1 | -3/+8 |
| * | Use PCI_INTERRUPT_VALI in stead of hard coded 255 | Warner Losh | 2002-06-01 | 1 | -5/+5 |
| * | More style(9) nits | Warner Losh | 2002-06-01 | 1 | -20/+23 |
| * | Define a PCI_INVALID_IRQ to augment PCI_INTERRUPT_VALID | Warner Losh | 2002-06-01 | 1 | -1/+2 |
| * | Use a common function to map the bogus intlines. | Warner Losh | 2002-06-01 | 3 | -33/+51 |
| * | Make a structure definition slightly more style(9) compliant (makes | Brian S. Dean | 2002-06-01 | 1 | -2/+1 |
| * | Make this file mostly conform to style(9). | Warner Losh | 2002-06-01 | 1 | -87/+86 |
| * | Fix GCC warnings caused by initializing a zero length array. In the process, | Archie Cobbs | 2002-05-31 | 33 | -257/+159 |
| * | Quick, low impact band-aide to unbreak the build. Added && 0 so we | Warner Losh | 2002-05-31 | 3 | -3/+3 |
| * | Warnings cleanup for gcc3. Also __FUNCTION__ -> __func__ | Eric Anholt | 2002-05-31 | 13 | -148/+148 |
| * | Fix a bug in m_split(): the "m->m_ext.ext_size" field of an mbuf was being | Archie Cobbs | 2002-05-31 | 2 | -3/+14 |
| * | __FreeBSD__ is not a compiler constant. We must use | Hajimu UMEMOTO | 2002-05-31 | 1 | -1/+1 |
| * | Nit: kern.ttys is of type S,xtty, not S,tty. | Dag-Erling Smørgrav | 2002-05-31 | 1 | -1/+1 |
| * | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | Seigo Tanimura | 2002-05-31 | 62 | -1713/+502 |
| * | - Replace the bandaid introduced in revision 1.110 with | Robert Drehmel | 2002-05-31 | 1 | -1/+3 |