summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Do not ignore any possible errors that fseeko() may have. The factmarcel2003-11-131-22/+24
* Whitespace cleanup.des2003-11-131-378/+376
* Respect RB_KDB flag.simokawa2003-11-131-0/+5
* Add tunables.simokawa2003-11-131-4/+10
* Don't count PHY errors as input errors. This is important forsam2003-11-131-1/+9
* Don't mmap(2) and munmap(2) zero-length files.alc2003-11-131-1/+2
* o insure the current channel is in a good state before starting an AP scansam2003-11-131-13/+44
* add missing inpcb lock before call to tcp_twclose (which reclaims the inpcb)sam2003-11-131-0/+1
* o reorder some locking asserts to reflect the order of the lockssam2003-11-131-3/+4
* Save the device so we can do a device_printf.imp2003-11-133-76/+69
* Call free(9) after the vnode interlock is released, avoiding a lock-orderalc2003-11-131-1/+1
* Stop pretending to support kernel profiling. The FAKE_MCOUNT() etcpeter2003-11-133-13/+0
* - Add the WITNESS_SKIPSPIN option to the GENERIC kernel so that users whojeff2003-11-131-0/+1
* Move global variables for icmp_input() to its stack. With SMP orandre2003-11-131-10/+18
* add in-kernel ttcp performance toolsam2003-11-137-0/+1196
* Warn that you won't be able to build a kernel if you do an installworldimp2003-11-131-8/+16
* - Close a race where a thread on another CPU could release a contested lockjhb2003-11-121-4/+12
* Fix on sparc64.sobomax2003-11-121-1/+1
* Do not fragment a packet with hardware assistance if it has the DFandre2003-11-121-1/+2
* Attempt to save the last dregs of emacs users' sanity by saving theceri2003-11-121-1/+1
* Add vendor ID to make Marvell chipset work. E.g. to be foundwilko2003-11-124-0/+20
* At the request of several developers, restore the DIAGNOSIC codemckusick2003-11-121-0/+28
* Mark __mac_get_pid() as MPSAFE in the comment, as it runs withoutrwatson2003-11-123-111/+45
* Bump the major version on libtuil. libutil now relies on the mac_*rwatson2003-11-121-1/+1
* Fix format strings (intmax_t is %jd, not %qd)kris2003-11-121-2/+2
* 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
* Add a card carryring member of the Pointless Comparison Collection.phk2003-11-121-0/+11
* 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
* Add an entry about the changes in the statfs structure that requiremckusick2003-11-121-6/+16
* - setsockopt/sysctl takes int, not u_long.ume2003-11-122-90/+149
* Garbage collect unused values.jhb2003-11-121-2/+0
* - Move manipulation of td_intr_nesting_level out of assembly interruptjhb2003-11-1218-197/+152
* Add a new configuration variable - nas_ipaddr, which if set allows tosobomax2003-11-122-8/+47
* The partition naming on ia64 (e.g. da0p1) cannot be selected basedmarcel2003-11-121-0/+4
* Remove extraneous & to fix compile.jhb2003-11-121-1/+1
* The snmp_netgraph module depends on libnetgraph. So add a dependency andharti2003-11-124-5/+12
* 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
* Sync the list of supported devices in the manual page with the hardwaresimon2003-11-121-3/+18
* Document that the length of a command string is now 32. Also change allharti2003-11-121-6/+6
* Get rid of the old constants which did not include the trailing NULharti2003-11-123-4/+4
* - vlan_start(): Increment the correct interface statistics member.ru2003-11-121-3/+3
OpenPOWER on IntegriCloud