| Commit message (Expand) | Author | Age | Files | Lines |
* | Add POSIX.1-2001 WCONTINUED option for waitpid(2). A proc flag | mike | 2002-06-01 | 4 | -1/+22 |
* | Fixed the return value of fpsetmask(). The API requires inversion of the | bde | 2002-06-01 | 2 | -2/+4 |
* | Fixed style bugs in rev.1.9. | bde | 2002-06-01 | 2 | -18/+34 |
* | o Revert a part of revision 1.66, contrary to what that commit message says, | alc | 2002-06-01 | 2 | -17/+21 |
* | Fix a couple of places where preprocessor concatination was misused and | alfred | 2002-06-01 | 1 | -2/+2 |
* | Silence warning. | alfred | 2002-06-01 | 1 | -2/+2 |
* | Make devfs to give honour to PDIRUNLOCK flag. | semenu | 2002-06-01 | 1 | -9/+13 |
* | Quick, low impact band-aide to unbreak the build. Added && 0 so we | ru | 2002-06-01 | 1 | -1/+1 |
* | Should have been part of recent commit: | alfred | 2002-06-01 | 2 | -5/+3 |
* | Call destroy_dev in detach routine to cleanup properly otherwise we | alfred | 2002-06-01 | 1 | -3/+8 |
* | Use PCI_INTERRUPT_VALI in stead of hard coded 255 | imp | 2002-06-01 | 1 | -5/+5 |
* | More style(9) nits | imp | 2002-06-01 | 1 | -20/+23 |
* | Define a PCI_INVALID_IRQ to augment PCI_INTERRUPT_VALID | imp | 2002-06-01 | 1 | -1/+2 |
* | Use a common function to map the bogus intlines. | imp | 2002-06-01 | 3 | -33/+51 |
* | Make a structure definition slightly more style(9) compliant (makes | bsd | 2002-06-01 | 1 | -2/+1 |
* | Make this file mostly conform to style(9). | imp | 2002-06-01 | 1 | -87/+86 |
* | Fix GCC warnings caused by initializing a zero length array. In the process, | archie | 2002-05-31 | 33 | -257/+159 |
* | Quick, low impact band-aide to unbreak the build. Added && 0 so we | imp | 2002-05-31 | 3 | -3/+3 |
* | Warnings cleanup for gcc3. Also __FUNCTION__ -> __func__ | 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 | 2002-05-31 | 2 | -3/+14 |
* | __FreeBSD__ is not a compiler constant. We must use | ume | 2002-05-31 | 1 | -1/+1 |
* | Nit: kern.ttys is of type S,xtty, not S,tty. | des | 2002-05-31 | 1 | -1/+1 |
* | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | tanimura | 2002-05-31 | 62 | -1713/+502 |
* | - Replace the bandaid introduced in revision 1.110 with | robert | 2002-05-31 | 1 | -1/+3 |
* | Export nswapdev through sysctl(8). | des | 2002-05-31 | 1 | -0/+2 |
* | The loop back device hasn't been a count device for a while so remove | brooks | 2002-05-31 | 1 | -1/+1 |
* | Ensure that packet counts are always reset to 0 when | silby | 2002-05-31 | 1 | -0/+1 |
* | Further work on pushing Giant out of the vm_map layer and down | alc | 2002-05-31 | 2 | -9/+15 |
* | Use __FreeBSD_version to test what things to use | imp | 2002-05-31 | 2 | -10/+11 |
* | Fix build breakage on my pccard related commit. | takawata | 2002-05-31 | 2 | -2/+2 |
* | Don't use an incomplete array type to mark the start of the padding | marcel | 2002-05-31 | 1 | -1/+8 |
* | Add missing unlock | julian | 2002-05-30 | 1 | -1/+3 |
* | Remove lock from ffs_vget introduced by v1.24. Instead of locking the | semenu | 2002-05-30 | 3 | -76/+54 |
* | Avoid unintentional trigraph. | wollman | 2002-05-30 | 1 | -1/+1 |
* | Forget to change lookup function for oldcard side. | takawata | 2002-05-30 | 1 | -3/+5 |
* | Make oldcard and newcard kernel module work. | takawata | 2002-05-30 | 11 | -12/+103 |
* | Mistyped and lost a '&' in previous commit. | phk | 2002-05-30 | 1 | -1/+1 |
* | Don't forget to factor in the boottime when we calculate PPS timestamps. | phk | 2002-05-30 | 1 | -0/+1 |
* | Fix a handful of typos and grammar bogons. No content changes. | schweikh | 2002-05-30 | 1 | -9/+9 |
* | Move the definition of ElfN_Hashelt to common headers. The only platform | dfr | 2002-05-30 | 9 | -66/+15 |
* | Check for defined(__i386__) instead of just defined(i386) since the compiler | alfred | 2002-05-30 | 5 | -13/+13 |
* | correct commented out preprocessor test for i386 to __i386__ | alfred | 2002-05-30 | 1 | -1/+1 |
* | Check for defined(__i386__) instead of just defined(i386) since the compiler | alfred | 2002-05-30 | 2 | -5/+5 |
* | Add compile time asserts for the size of struct gpt_hdr and struct | marcel | 2002-05-30 | 1 | -0/+3 |
* | Record the file, line, and pid of the last successful shared lock holder. This | jeff | 2002-05-30 | 2 | -0/+11 |
* | o Remove GCC specific attribute packed. | marcel | 2002-05-30 | 1 | -1/+2 |
* | CURSIG() is not a macro so rename it cursig(). | julian | 2002-05-29 | 6 | -18/+18 |
* | Fix a handful of typos and grammar bogons. No content changes. | schweikh | 2002-05-29 | 1 | -8/+8 |
* | PHK claims there is a crc32.c now. | obrien | 2002-05-29 | 1 | -0/+1 |
* | For some reason this didn't get added in my previous commit. | phk | 2002-05-29 | 1 | -0/+107 |