summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* fix ini setupsam2008-12-151-1/+1
* Make the tp pointer available for debugging.phk2008-12-141-0/+2
* Add __packed to the part sub-structure to compensate formarcel2008-12-141-1/+1
* Combine ath rate control modules with ath after bringing ath_halsam2008-12-145-148/+61
* To avoid one doubtless netgraph SMP scalability limitation point, switchmav2008-12-141-13/+32
* Bump the FTDI receive buffer size to 256 in order to improve throughput.phk2008-12-141-25/+26
* Move the code that injects received characters into the tty system intophk2008-12-142-17/+23
* Add a check, that is currently under discussion for 8 but that we needbz2008-12-141-0/+4
* Bug fix: %ebx needs to be preserved in the user callchain capturejkoshy2008-12-141-4/+4
* Disconnect the efi from pc98. It's not needed.nyan2008-12-141-1/+1
* Dont leak the rnh lock on error.thompsa2008-12-131-3/+3
* Revert rev. 183277:mav2008-12-132-9/+2
* Remove node shutdown on tty close. This could be easily done by user-levelmav2008-12-131-11/+0
* Like for tcp_subr.c in r186057 make the MD5 context a function localbz2008-12-131-10/+10
* De-virtualize the MD5 context for TCP initial seq number generationbz2008-12-132-12/+10
* Change ttyhook_register() second argument from thread to process pointer.mav2008-12-134-11/+19
* Allow OFW syscons to restore itself when the X server exits or there is a VT ...nwhitehorn2008-12-131-26/+38
* version that will compilekmacy2008-12-131-2/+3
* radix node head lock needs to be held when calling rnh_addaddrkmacy2008-12-131-0/+2
* don't acquire lock recursivelykmacy2008-12-131-1/+1
* in6_addroute is called through rnh_addadr which is always called with the rad...kmacy2008-12-131-2/+2
* Add support for a console mouse pointer on Open Firmware syscons.nwhitehorn2008-12-132-1/+85
* Second round of putting global variables, which were virtualizedbz2008-12-1313-17/+41
* Use a static free packet queue instead of using malloc() to allocate new ADB ...nwhitehorn2008-12-132-13/+28
* - Bug fix: prevent a thread from migrating between CPUs between thejkoshy2008-12-134-31/+80
* Line wrap very long line in struct packet_filter_hook definition.rwatson2008-12-131-1/+2
* Quick change to r186026. One of the conditionals was:silby2008-12-131-1/+1
* Add FIONREAD to pseudo-terminal master devices.ed2008-12-131-0/+10
* Add the sysctl debug.acpi.batt.batt_sleep_ms.silby2008-12-131-0/+34
* o remove dead codesam2008-12-131-21/+4
* remove dead codesam2008-12-131-12/+0
* add constsam2008-12-131-4/+4
* fix static const ordersam2008-12-131-3/+3
* fix static const ordersam2008-12-131-2/+2
* remove duplicate casesam2008-12-131-2/+1
* remove conflicting declsam2008-12-131-3/+1
* Add more CPUID bits from AMD CPUID Specification Rev. 2.28.jkim2008-12-124-16/+32
* It seems usb2 needs the devtable regenerated after editing usbdevs.thompsa2008-12-122-21/+63
* Sort the PCI device's and make the catch-all for new Dellambrisko2008-12-121-6/+6
* The TWINKLECAM entry is under CHICONY2, remove MICRODIA.thompsa2008-12-121-4/+1
* Use correct AIPTEK2 name for vendor 0x04fc, now that the PENCAM_MEGA_1_3thompsa2008-12-121-1/+1
* Add in some more device ID's and a generic catch-all.ambrisko2008-12-121-0/+3
* Expose symbol `PMC_FN_USER_CALLCHAIN' to assembler code.jkoshy2008-12-122-0/+16
* Add a field to disambiguate between multiple threads awaitingjkoshy2008-12-121-0/+1
* Uio_yield() already does DROP_GIANT/PICKUP_GIANT, no need to repeat thiskib2008-12-121-2/+0
* Reference the vmspace of the process being inspected by procfs, linprocfskib2008-12-123-5/+31
* The userland_sysctl() function retries sysctl_root() until returnedkib2008-12-122-3/+9
* Do not leak defs_de_interlock on error.kib2008-12-121-1/+3
* Bump __FreeBSD_version for the new VOP_VPTOCNP addition.marcus2008-12-121-1/+1
* RTF_RNH_LOCKED needs to be passed in the flags arg not report,kmacy2008-12-121-1/+1
OpenPOWER on IntegriCloud