| Commit message (Expand) | Author | Age | Files | Lines |
| * | Don't count PHY errors as input errors. This is important for | Sam Leffler | 2003-11-13 | 1 | -1/+9 |
| * | o insure the current channel is in a good state before starting an AP scan | Sam Leffler | 2003-11-13 | 1 | -13/+44 |
| * | add missing inpcb lock before call to tcp_twclose (which reclaims the inpcb) | Sam Leffler | 2003-11-13 | 1 | -0/+1 |
| * | o reorder some locking asserts to reflect the order of the locks | Sam Leffler | 2003-11-13 | 1 | -3/+4 |
| * | Save the device so we can do a device_printf. | Warner Losh | 2003-11-13 | 3 | -76/+69 |
| * | Call free(9) after the vnode interlock is released, avoiding a lock-order | Alan Cox | 2003-11-13 | 1 | -1/+1 |
| * | Stop pretending to support kernel profiling. The FAKE_MCOUNT() etc | Peter Wemm | 2003-11-13 | 3 | -13/+0 |
| * | - Add the WITNESS_SKIPSPIN option to the GENERIC kernel so that users who | Jeff Roberson | 2003-11-13 | 1 | -0/+1 |
| * | Move global variables for icmp_input() to its stack. With SMP or | Andre Oppermann | 2003-11-13 | 1 | -10/+18 |
| * | - Close a race where a thread on another CPU could release a contested lock | John Baldwin | 2003-11-12 | 1 | -4/+12 |
| * | Do not fragment a packet with hardware assistance if it has the DF | Andre Oppermann | 2003-11-12 | 1 | -1/+2 |
| * | Add vendor ID to make Marvell chipset work. E.g. to be found | Wilko Bulte | 2003-11-12 | 4 | -0/+20 |
| * | At the request of several developers, restore the DIAGNOSIC code | Kirk McKusick | 2003-11-12 | 1 | -0/+28 |
| * | Mark __mac_get_pid() as MPSAFE in the comment, as it runs without | Robert Watson | 2003-11-12 | 3 | -111/+45 |
| * | reflect ip6_pktopts and ip6_moptions into embeded scope of | Hajimu UMEMOTO | 2003-11-12 | 1 | -3/+17 |
| * | Update from DRI CVS. Includes locking fixes (including PR 59202), changes for | Eric Anholt | 2003-11-12 | 15 | -313/+832 |
| * | Add a new sysctl knob, net.inet.udp.strict_mcast_mship, to the udp_input path. | Bruce M Simpson | 2003-11-12 | 1 | -0/+28 |
| * | Fix some typos. | John Baldwin | 2003-11-12 | 1 | -3/+3 |
| * | dropwithreset is not needed in this case as tcp_drop() is already notifying | Andre Oppermann | 2003-11-12 | 2 | -2/+2 |
| * | Garbage collect unused values. | John Baldwin | 2003-11-12 | 1 | -2/+0 |
| * | - Move manipulation of td_intr_nesting_level out of assembly interrupt | John Baldwin | 2003-11-12 | 18 | -197/+152 |
| * | Remove extraneous & to fix compile. | John Baldwin | 2003-11-12 | 1 | -1/+1 |
| * | MNAMELEN is back to an int again after Kirk's statfs commit | Peter Wemm | 2003-11-12 | 1 | -1/+1 |
| * | Bump the netgraph header version to 6 for the change of the name | Hartmut Brandt | 2003-11-12 | 1 | -1/+1 |
| * | Reindent to non-style(9) compliant 4 space indent to match rest of file. | John Baldwin | 2003-11-12 | 1 | -4/+4 |
| * | Add an ACPI_FUNCTION_TRACE() invocation to acpi_OverrideInterruptLevel() | John Baldwin | 2003-11-12 | 1 | -0/+2 |
| * | Remove extraneous fullpath variable, which broke lint build. This | Robert Watson | 2003-11-12 | 2 | -2/+2 |
| * | Fixed some style bugs (insertion sort error and extra blank line). | Bruce Evans | 2003-11-12 | 1 | -4/+3 |
| * | Fix a typo in a comment. | John Baldwin | 2003-11-12 | 1 | -1/+1 |
| * | - vlan_start(): Increment the correct interface statistics member. | Ruslan Ermilov | 2003-11-12 | 1 | -3/+3 |
| * | Replace B_PHYS conditional assignment to bio_offset with KASSERT check | Poul-Henning Kamp | 2003-11-12 | 1 | -2/+7 |
| * | Don't mess around with spare fields of public structures. | Poul-Henning Kamp | 2003-11-12 | 1 | -1/+0 |
| * | Don't mess about with spare fields in public structures. | Poul-Henning Kamp | 2003-11-12 | 1 | -1/+0 |
| * | Make sure to return errors if we have any. | Poul-Henning Kamp | 2003-11-12 | 1 | -1/+1 |
| * | Double length of node names, hook names, command strings and types. Add | Hartmut Brandt | 2003-11-12 | 2 | -6/+16 |
| * | Update the five files derived from /sys/kern/syscalls.master | Kirk McKusick | 2003-11-12 | 5 | -50/+75 |
| * | Update the statfs structure with 64-bit fields to allow | Kirk McKusick | 2003-11-12 | 7 | -45/+651 |
| * | Minor diff reduction with p4 | Warner Losh | 2003-11-12 | 1 | -1/+1 |
| * | Fix a harmless typo (use of res instead of rle: if rle is NULL, we'd | Warner Losh | 2003-11-12 | 1 | -3/+4 |
| * | avoid module name conflict with opencrypto/rijndael.c. | Hajimu UMEMOTO | 2003-11-12 | 2 | -1/+1 |
| * | Improve debug message. | Hidetoshi Shimokawa | 2003-11-12 | 2 | -9/+9 |
| * | - Reserve a ocb for management ORB. | Hidetoshi Shimokawa | 2003-11-12 | 1 | -2/+6 |
| * | GC prototype for mac_destroy_vnode_label(), missed in last commit. | Robert Watson | 2003-11-12 | 2 | -2/+0 |
| * | Oops, fix typo in my name. | Hidetoshi Shimokawa | 2003-11-12 | 2 | -4/+4 |
| * | Remove ia64_highfp_load() now that it's unused. | Marcel Moolenaar | 2003-11-12 | 2 | -15/+0 |
| * | Modify the MAC Framework so that instead of embedding a (struct label) | Robert Watson | 2003-11-12 | 29 | -746/+951 |
| * | 1. Consolidate mount struct allocation/destruction into a common code in | Alexander Kabaev | 2003-11-12 | 3 | -452/+175 |
| * | Cosmetic sync with i386 | Peter Wemm | 2003-11-12 | 1 | -0/+2 |
| * | Remove a gremlin so that this code compiles under -stable without | Josef Karthauser | 2003-11-12 | 1 | -1/+1 |
| * | Further work-out the handling of the high FP registers. The most | Marcel Moolenaar | 2003-11-12 | 3 | -67/+48 |