summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* reflect ip6_pktopts and ip6_moptions into embeded scope ofume2003-11-121-3/+17
* Update from DRI CVS. Includes locking fixes (including PR 59202), changes foranholt2003-11-1215-314/+833
* Add a new sysctl knob, net.inet.udp.strict_mcast_mship, to the udp_input path.bms2003-11-121-0/+28
* Fix some typos.jhb2003-11-121-3/+3
* dropwithreset is not needed in this case as tcp_drop() is already notifyingandre2003-11-122-2/+2
* Garbage collect unused values.jhb2003-11-121-2/+0
* - Move manipulation of td_intr_nesting_level out of assembly interruptjhb2003-11-1218-197/+152
* Remove extraneous & to fix compile.jhb2003-11-121-1/+1
* MNAMELEN is back to an int again after Kirk's statfs commitpeter2003-11-121-1/+1
* Bump the netgraph header version to 6 for the change of the nameharti2003-11-121-1/+1
* Reindent to non-style(9) compliant 4 space indent to match rest of file.jhb2003-11-121-4/+4
* Add an ACPI_FUNCTION_TRACE() invocation to acpi_OverrideInterruptLevel()jhb2003-11-121-0/+2
* Remove extraneous fullpath variable, which broke lint build. Thisrwatson2003-11-122-2/+2
* Fixed some style bugs (insertion sort error and extra blank line).bde2003-11-121-4/+3
* Fix a typo in a comment.jhb2003-11-121-1/+1
* - vlan_start(): Increment the correct interface statistics member.ru2003-11-121-3/+3
* Replace B_PHYS conditional assignment to bio_offset with KASSERT checkphk2003-11-121-2/+7
* Don't mess around with spare fields of public structures.phk2003-11-121-1/+0
* Don't mess about with spare fields in public structures.phk2003-11-121-1/+0
* Make sure to return errors if we have any.phk2003-11-121-1/+1
* Double length of node names, hook names, command strings and types. Addharti2003-11-122-6/+16
* Update the five files derived from /sys/kern/syscalls.mastermckusick2003-11-125-50/+75
* Update the statfs structure with 64-bit fields to allowmckusick2003-11-127-45/+651
* Minor diff reduction with p4imp2003-11-121-1/+1
* Fix a harmless typo (use of res instead of rle: if rle is NULL, we'dimp2003-11-121-3/+4
* avoid module name conflict with opencrypto/rijndael.c.ume2003-11-122-1/+1
* Improve debug message.simokawa2003-11-122-9/+9
* - Reserve a ocb for management ORB.simokawa2003-11-121-2/+6
* GC prototype for mac_destroy_vnode_label(), missed in last commit.rwatson2003-11-122-2/+0
* Oops, fix typo in my name.simokawa2003-11-122-4/+4
* Remove ia64_highfp_load() now that it's unused.marcel2003-11-122-15/+0
* Modify the MAC Framework so that instead of embedding a (struct label)rwatson2003-11-1229-746/+951
* 1. Consolidate mount struct allocation/destruction into a common code inkan2003-11-123-452/+175
* Cosmetic sync with i386peter2003-11-121-0/+2
* Remove a gremlin so that this code compiles under -stable withoutjoe2003-11-121-1/+1
* Further work-out the handling of the high FP registers. The mostmarcel2003-11-123-67/+48
* Oh dear, forgot this file in the turnstile commit. This header definesjhb2003-11-111-0/+88
* Add ID for ALC658 CODEC.kuriyama2003-11-111-0/+1
* Add an implementation of turnstiles and change the sleep mutex code to usejhb2003-11-119-983/+521
* - Disable AGP on ALI chipsets if aperture size is 0.anholt2003-11-114-0/+18
* Following the repo-copy from src/sys/modules/mac_none/Makefile,rwatson2003-11-111-3/+3
* Don't probe busses in the MP Table for the MP Table PCI bridge driversjhb2003-11-112-0/+4
* cleanup rijndael API.ume2003-11-114-34/+120
* Some motherboards like to remap the SCI (normally IRQ 9) up to a PCIjhb2003-11-112-2/+12
* correct typossam2003-11-111-2/+2
* Add an acpi_OverrideInterruptLevel() method that OSPM can use to overridejhb2003-11-112-0/+19
* Set RB_SERIAL in boothowto if the firmware output-device is ttya or ttyb.jake2003-11-111-4/+6
* Remove the m_defrag call from if_loop; testing with m_fragmentsilby2003-11-111-27/+0
* o add lockingsam2003-11-112-61/+115
* o add missing inpcb locking in tcp_respondsam2003-11-111-37/+46
OpenPOWER on IntegriCloud