aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Don't count PHY errors as input errors. This is important forSam Leffler2003-11-131-1/+9
* o insure the current channel is in a good state before starting an AP scanSam Leffler2003-11-131-13/+44
* add missing inpcb lock before call to tcp_twclose (which reclaims the inpcb)Sam Leffler2003-11-131-0/+1
* o reorder some locking asserts to reflect the order of the locksSam Leffler2003-11-131-3/+4
* Save the device so we can do a device_printf.Warner Losh2003-11-133-76/+69
* Call free(9) after the vnode interlock is released, avoiding a lock-orderAlan Cox2003-11-131-1/+1
* Stop pretending to support kernel profiling. The FAKE_MCOUNT() etcPeter Wemm2003-11-133-13/+0
* - Add the WITNESS_SKIPSPIN option to the GENERIC kernel so that users whoJeff Roberson2003-11-131-0/+1
* Move global variables for icmp_input() to its stack. With SMP orAndre Oppermann2003-11-131-10/+18
* - Close a race where a thread on another CPU could release a contested lockJohn Baldwin2003-11-121-4/+12
* Do not fragment a packet with hardware assistance if it has the DFAndre Oppermann2003-11-121-1/+2
* Add vendor ID to make Marvell chipset work. E.g. to be foundWilko Bulte2003-11-124-0/+20
* At the request of several developers, restore the DIAGNOSIC codeKirk McKusick2003-11-121-0/+28
* Mark __mac_get_pid() as MPSAFE in the comment, as it runs withoutRobert Watson2003-11-123-111/+45
* reflect ip6_pktopts and ip6_moptions into embeded scope ofHajimu UMEMOTO2003-11-121-3/+17
* Update from DRI CVS. Includes locking fixes (including PR 59202), changes forEric Anholt2003-11-1215-313/+832
* Add a new sysctl knob, net.inet.udp.strict_mcast_mship, to the udp_input path.Bruce M Simpson2003-11-121-0/+28
* Fix some typos.John Baldwin2003-11-121-3/+3
* dropwithreset is not needed in this case as tcp_drop() is already notifyingAndre Oppermann2003-11-122-2/+2
* Garbage collect unused values.John Baldwin2003-11-121-2/+0
* - Move manipulation of td_intr_nesting_level out of assembly interruptJohn Baldwin2003-11-1218-197/+152
* Remove extraneous & to fix compile.John Baldwin2003-11-121-1/+1
* MNAMELEN is back to an int again after Kirk's statfs commitPeter Wemm2003-11-121-1/+1
* Bump the netgraph header version to 6 for the change of the nameHartmut Brandt2003-11-121-1/+1
* Reindent to non-style(9) compliant 4 space indent to match rest of file.John Baldwin2003-11-121-4/+4
* Add an ACPI_FUNCTION_TRACE() invocation to acpi_OverrideInterruptLevel()John Baldwin2003-11-121-0/+2
* Remove extraneous fullpath variable, which broke lint build. ThisRobert Watson2003-11-122-2/+2
* Fixed some style bugs (insertion sort error and extra blank line).Bruce Evans2003-11-121-4/+3
* Fix a typo in a comment.John Baldwin2003-11-121-1/+1
* - vlan_start(): Increment the correct interface statistics member.Ruslan Ermilov2003-11-121-3/+3
* Replace B_PHYS conditional assignment to bio_offset with KASSERT checkPoul-Henning Kamp2003-11-121-2/+7
* Don't mess around with spare fields of public structures.Poul-Henning Kamp2003-11-121-1/+0
* Don't mess about with spare fields in public structures.Poul-Henning Kamp2003-11-121-1/+0
* Make sure to return errors if we have any.Poul-Henning Kamp2003-11-121-1/+1
* Double length of node names, hook names, command strings and types. AddHartmut Brandt2003-11-122-6/+16
* Update the five files derived from /sys/kern/syscalls.masterKirk McKusick2003-11-125-50/+75
* Update the statfs structure with 64-bit fields to allowKirk McKusick2003-11-127-45/+651
* Minor diff reduction with p4Warner Losh2003-11-121-1/+1
* Fix a harmless typo (use of res instead of rle: if rle is NULL, we'dWarner Losh2003-11-121-3/+4
* avoid module name conflict with opencrypto/rijndael.c.Hajimu UMEMOTO2003-11-122-1/+1
* Improve debug message.Hidetoshi Shimokawa2003-11-122-9/+9
* - Reserve a ocb for management ORB.Hidetoshi Shimokawa2003-11-121-2/+6
* GC prototype for mac_destroy_vnode_label(), missed in last commit.Robert Watson2003-11-122-2/+0
* Oops, fix typo in my name.Hidetoshi Shimokawa2003-11-122-4/+4
* Remove ia64_highfp_load() now that it's unused.Marcel Moolenaar2003-11-122-15/+0
* Modify the MAC Framework so that instead of embedding a (struct label)Robert Watson2003-11-1229-746/+951
* 1. Consolidate mount struct allocation/destruction into a common code inAlexander Kabaev2003-11-123-452/+175
* Cosmetic sync with i386Peter Wemm2003-11-121-0/+2
* Remove a gremlin so that this code compiles under -stable withoutJosef Karthauser2003-11-121-1/+1
* Further work-out the handling of the high FP registers. The mostMarcel Moolenaar2003-11-123-67/+48