aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove unused vc_tnode field from struct smb_vc.Robert Watson2008-03-101-1/+0
* MFi386: revision 1.482.Yoshihiro Takahashi2008-03-101-0/+1
* - Don't rely on a side effect of sched_prio() to set the initial ts_runqJeff Roberson2008-03-101-0/+1
* - Handle kdb switch panics outside of mi_switch() to remove some instructionsJeff Roberson2008-03-101-6/+11
* Reduce ULE context switch time by over 25%.Jeff Roberson2008-03-101-52/+52
* Tiny bit of KNF to make bus_setup_intr() look like the rest of thisWarner Losh2008-03-101-19/+18
* - Add the missing '2' case to the switch table for kern.smp.topology andJeff Roberson2008-03-101-0/+4
* - Rather than repeating the same preemption code everywhere call the schedulerJeff Roberson2008-03-103-24/+4
* - Add an implementation of sched_preempt() that avoids excessive IPIs.Jeff Roberson2008-03-101-62/+72
* - Add a sched_preempt() routine to be called by md code after IPI_PREEMPT isJeff Roberson2008-03-102-0/+12
* Improve convergence of bpf_filter.c toward style(9).Robert Watson2008-03-091-40/+29
* - Fix some style bugs and remove another banal comment missed inMarius Strobl2008-03-091-10/+11
* - Fix some style bugs.Marius Strobl2008-03-091-48/+54
* - Do as the comment in pmap_bootstrap() suggests and flush all non-lockedMarius Strobl2008-03-097-19/+85
* Padding after EOL option must be zeros according to RFC793 butBjoern A. Zeeb2008-03-091-2/+10
* HZ now defaults to 1000 on many architectures, so update NOTES to reflectRobert Watson2008-03-091-9/+9
* Some PIIX4 chipsets need to be told to generate Stop Breaks by settingRui Paulo2008-03-091-0/+20
* Addition to the previous commit. Release inproc in case of memory error.Alexander Motin2008-03-091-0/+1
* Eliminate an unnecessary test from vm_fault's delete-behind heuristic.Alan Cox2008-03-091-1/+1
* Any driver that relies on its parent to set the devclass has no way toWarner Losh2008-03-092-1/+13
* Don't use in32() and out32() when writing to the CCSRBAR. TheMarcel Moolenaar2008-03-091-9/+26
* To avoid control data losses do not acknowledge recieving of control packetAlexander Motin2008-03-081-54/+44
* Bump __FreeBSD_version for F_DUP2FD command to fcntl(2)Antoine Brodin2008-03-081-1/+1
* Introduce a new F_DUP2FD command to fcntl(2), for compatibility withAntoine Brodin2008-03-082-1/+7
* "root" the include path so there is less duplication.David E. O'Brien2008-03-081-16/+18
* Fix a mistake made during the import of the driver. Previous versions ofScott Long2008-03-084-7/+7
* Use sbuf routines to construct core dump filenames rather than customRobert Watson2008-03-081-27/+22
* Unlock the process lock when expand_name() fails, or we may leak theRobert Watson2008-03-081-0/+1
* Enable the D-cache and I-cache when not already enabled.Marcel Moolenaar2008-03-081-3/+28
* For AIM, have cpu_idle() set MSR_POW when the powerpc_pow_enabledMarcel Moolenaar2008-03-074-11/+16
* Add support for the BUS_CONFIG_INTR() method to the platform and toMarcel Moolenaar2008-03-079-42/+136
* Send only one incoming notification at a time to reduce queueAlexander Motin2008-03-071-32/+26
* Add a /S mode to DDB "ex" command, which interprets and prints theRobert Watson2008-03-071-0/+6
* Apply le*toh() or htole*() to the variables of which we use the addressMarcel Moolenaar2008-03-071-1/+6
* Move IFF_NEEDSGIANT warning from if_ethersubr.c to if.c so it is displayedRobert Watson2008-03-072-3/+5
* Add __FBSDID() tag.Robert Watson2008-03-071-2/+3
* When killing a user process from DDB, check that the requested signal isRobert Watson2008-03-071-1/+1
* Calculate the number of pages the GATT spans when reading from each pageJohn Baldwin2008-03-071-3/+4
* Reserve two bytes at the end of the DDB input line in db_readline() toRobert Watson2008-03-071-1/+4
* Add proper support for the SATA/AHCI part of IXP[67]00Søren Schmidt2008-03-072-12/+28
* To overcome hardware checksum offload bug msk(4) used to computePyun YongHyeon2008-03-071-2/+6
* Change auditon(2) so that if somebody supplies an invalid command, itChristian S.J. Peron2008-03-061-0/+3
* MFi386:Olivier Houchard2008-03-061-1/+3
* Remove unused pv_list_count from the vm_page, and pm_count from the structOlivier Houchard2008-03-062-6/+0
* MFP4:Paolo Pisati2008-03-067-77/+67
* Style tweak to the 5722 chipid to match the rest of this file.John Baldwin2008-03-061-1/+1
* In the PROBE_KEYBOARD case, always enable multiple consoles and set theJohn Baldwin2008-03-061-2/+4
* Flesh out support for the BCM5722 by recognizing the phy on the 5722 andJohn Baldwin2008-03-064-1/+5
* - Add a missing unlock to cpuset_setaffinity(CPU_LEVEL_CPUSET, CPU_WHICH_PID)Jeff Roberson2008-03-061-0/+1
* Improve EtherIP interaction with the bridgeAndrew Thompson2008-03-061-2/+30