| Commit message (Expand) | Author | Age | Files | Lines |
* | reflect ip6_pktopts and ip6_moptions into embeded scope of | ume | 2003-11-12 | 1 | -3/+17 |
* | Update from DRI CVS. Includes locking fixes (including PR 59202), changes for | anholt | 2003-11-12 | 15 | -314/+833 |
* | Add a new sysctl knob, net.inet.udp.strict_mcast_mship, to the udp_input path. | bms | 2003-11-12 | 1 | -0/+28 |
* | Fix some typos. | jhb | 2003-11-12 | 1 | -3/+3 |
* | dropwithreset is not needed in this case as tcp_drop() is already notifying | andre | 2003-11-12 | 2 | -2/+2 |
* | Garbage collect unused values. | jhb | 2003-11-12 | 1 | -2/+0 |
* | - Move manipulation of td_intr_nesting_level out of assembly interrupt | jhb | 2003-11-12 | 18 | -197/+152 |
* | Remove extraneous & to fix compile. | jhb | 2003-11-12 | 1 | -1/+1 |
* | MNAMELEN is back to an int again after Kirk's statfs commit | peter | 2003-11-12 | 1 | -1/+1 |
* | Bump the netgraph header version to 6 for the change of the name | harti | 2003-11-12 | 1 | -1/+1 |
* | Reindent to non-style(9) compliant 4 space indent to match rest of file. | jhb | 2003-11-12 | 1 | -4/+4 |
* | Add an ACPI_FUNCTION_TRACE() invocation to acpi_OverrideInterruptLevel() | jhb | 2003-11-12 | 1 | -0/+2 |
* | Remove extraneous fullpath variable, which broke lint build. This | rwatson | 2003-11-12 | 2 | -2/+2 |
* | Fixed some style bugs (insertion sort error and extra blank line). | bde | 2003-11-12 | 1 | -4/+3 |
* | Fix a typo in a comment. | jhb | 2003-11-12 | 1 | -1/+1 |
* | - vlan_start(): Increment the correct interface statistics member. | ru | 2003-11-12 | 1 | -3/+3 |
* | Replace B_PHYS conditional assignment to bio_offset with KASSERT check | phk | 2003-11-12 | 1 | -2/+7 |
* | Don't mess around with spare fields of public structures. | phk | 2003-11-12 | 1 | -1/+0 |
* | Don't mess about with spare fields in public structures. | phk | 2003-11-12 | 1 | -1/+0 |
* | Make sure to return errors if we have any. | phk | 2003-11-12 | 1 | -1/+1 |
* | Double length of node names, hook names, command strings and types. Add | harti | 2003-11-12 | 2 | -6/+16 |
* | Update the five files derived from /sys/kern/syscalls.master | mckusick | 2003-11-12 | 5 | -50/+75 |
* | Update the statfs structure with 64-bit fields to allow | mckusick | 2003-11-12 | 7 | -45/+651 |
* | Minor diff reduction with p4 | imp | 2003-11-12 | 1 | -1/+1 |
* | Fix a harmless typo (use of res instead of rle: if rle is NULL, we'd | imp | 2003-11-12 | 1 | -3/+4 |
* | avoid module name conflict with opencrypto/rijndael.c. | ume | 2003-11-12 | 2 | -1/+1 |
* | Improve debug message. | simokawa | 2003-11-12 | 2 | -9/+9 |
* | - Reserve a ocb for management ORB. | simokawa | 2003-11-12 | 1 | -2/+6 |
* | GC prototype for mac_destroy_vnode_label(), missed in last commit. | rwatson | 2003-11-12 | 2 | -2/+0 |
* | Oops, fix typo in my name. | simokawa | 2003-11-12 | 2 | -4/+4 |
* | Remove ia64_highfp_load() now that it's unused. | marcel | 2003-11-12 | 2 | -15/+0 |
* | Modify the MAC Framework so that instead of embedding a (struct label) | rwatson | 2003-11-12 | 29 | -746/+951 |
* | 1. Consolidate mount struct allocation/destruction into a common code in | kan | 2003-11-12 | 3 | -452/+175 |
* | Cosmetic sync with i386 | peter | 2003-11-12 | 1 | -0/+2 |
* | Remove a gremlin so that this code compiles under -stable without | joe | 2003-11-12 | 1 | -1/+1 |
* | Further work-out the handling of the high FP registers. The most | marcel | 2003-11-12 | 3 | -67/+48 |
* | Oh dear, forgot this file in the turnstile commit. This header defines | jhb | 2003-11-11 | 1 | -0/+88 |
* | Add ID for ALC658 CODEC. | kuriyama | 2003-11-11 | 1 | -0/+1 |
* | Add an implementation of turnstiles and change the sleep mutex code to use | jhb | 2003-11-11 | 9 | -983/+521 |
* | - Disable AGP on ALI chipsets if aperture size is 0. | anholt | 2003-11-11 | 4 | -0/+18 |
* | Following the repo-copy from src/sys/modules/mac_none/Makefile, | rwatson | 2003-11-11 | 1 | -3/+3 |
* | Don't probe busses in the MP Table for the MP Table PCI bridge drivers | jhb | 2003-11-11 | 2 | -0/+4 |
* | cleanup rijndael API. | ume | 2003-11-11 | 4 | -34/+120 |
* | Some motherboards like to remap the SCI (normally IRQ 9) up to a PCI | jhb | 2003-11-11 | 2 | -2/+12 |
* | correct typos | sam | 2003-11-11 | 1 | -2/+2 |
* | Add an acpi_OverrideInterruptLevel() method that OSPM can use to override | jhb | 2003-11-11 | 2 | -0/+19 |
* | Set RB_SERIAL in boothowto if the firmware output-device is ttya or ttyb. | jake | 2003-11-11 | 1 | -4/+6 |
* | Remove the m_defrag call from if_loop; testing with m_fragment | silby | 2003-11-11 | 1 | -27/+0 |
* | o add locking | sam | 2003-11-11 | 2 | -61/+115 |
* | o add missing inpcb locking in tcp_respond | sam | 2003-11-11 | 1 | -37/+46 |