summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove include of opt_quota.h; as of revision 1.205 there is no longeremaste2008-03-101-1/+0
* Remove XXX to remind me to check the free space calculation, which to myrwatson2008-03-101-3/+0
* Remove unused vc_tnode field from struct smb_vc.rwatson2008-03-101-1/+0
* MFi386: revision 1.482.nyan2008-03-101-0/+1
* - Don't rely on a side effect of sched_prio() to set the initial ts_runqjeff2008-03-101-0/+1
* - Handle kdb switch panics outside of mi_switch() to remove some instructionsjeff2008-03-101-6/+11
* Reduce ULE context switch time by over 25%.jeff2008-03-101-52/+52
* Tiny bit of KNF to make bus_setup_intr() look like the rest of thisimp2008-03-101-19/+18
* - Add the missing '2' case to the switch table for kern.smp.topology andjeff2008-03-101-0/+4
* - Rather than repeating the same preemption code everywhere call the schedulerjeff2008-03-103-24/+4
* - Add an implementation of sched_preempt() that avoids excessive IPIs.jeff2008-03-101-62/+72
* - Add a sched_preempt() routine to be called by md code after IPI_PREEMPT isjeff2008-03-102-0/+12
* Improve convergence of bpf_filter.c toward style(9).rwatson2008-03-091-40/+29
* - Fix some style bugs and remove another banal comment missed inmarius2008-03-091-10/+11
* - Fix some style bugs.marius2008-03-091-48/+54
* - Do as the comment in pmap_bootstrap() suggests and flush all non-lockedmarius2008-03-097-19/+85
* Padding after EOL option must be zeros according to RFC793 butbz2008-03-091-2/+10
* HZ now defaults to 1000 on many architectures, so update NOTES to reflectrwatson2008-03-091-9/+9
* Some PIIX4 chipsets need to be told to generate Stop Breaks by settingrpaulo2008-03-091-0/+20
* Addition to the previous commit. Release inproc in case of memory error.mav2008-03-091-0/+1
* Eliminate an unnecessary test from vm_fault's delete-behind heuristic.alc2008-03-091-1/+1
* Any driver that relies on its parent to set the devclass has no way toimp2008-03-092-1/+13
* Don't use in32() and out32() when writing to the CCSRBAR. Themarcel2008-03-091-9/+26
* To avoid control data losses do not acknowledge recieving of control packetmav2008-03-081-54/+44
* Bump __FreeBSD_version for F_DUP2FD command to fcntl(2)antoine2008-03-081-1/+1
* Introduce a new F_DUP2FD command to fcntl(2), for compatibility withantoine2008-03-082-1/+7
* "root" the include path so there is less duplication.obrien2008-03-081-16/+18
* Fix a mistake made during the import of the driver. Previous versions ofscottl2008-03-084-7/+7
* Use sbuf routines to construct core dump filenames rather than customrwatson2008-03-081-27/+22
* Unlock the process lock when expand_name() fails, or we may leak therwatson2008-03-081-0/+1
* Enable the D-cache and I-cache when not already enabled.marcel2008-03-081-3/+28
* For AIM, have cpu_idle() set MSR_POW when the powerpc_pow_enabledmarcel2008-03-074-11/+16
* Add support for the BUS_CONFIG_INTR() method to the platform and tomarcel2008-03-079-42/+136
* Send only one incoming notification at a time to reduce queuemav2008-03-071-32/+26
* Add a /S mode to DDB "ex" command, which interprets and prints therwatson2008-03-071-0/+6
* Apply le*toh() or htole*() to the variables of which we use the addressmarcel2008-03-071-1/+6
* Move IFF_NEEDSGIANT warning from if_ethersubr.c to if.c so it is displayedrwatson2008-03-072-3/+5
* Add __FBSDID() tag.rwatson2008-03-071-2/+3
* When killing a user process from DDB, check that the requested signal isrwatson2008-03-071-1/+1
* Calculate the number of pages the GATT spans when reading from each pagejhb2008-03-071-3/+4
* Reserve two bytes at the end of the DDB input line in db_readline() torwatson2008-03-071-1/+4
* Add proper support for the SATA/AHCI part of IXP[67]00sos2008-03-072-12/+28
* To overcome hardware checksum offload bug msk(4) used to computeyongari2008-03-071-2/+6
* Change auditon(2) so that if somebody supplies an invalid command, itcsjp2008-03-061-0/+3
* MFi386:cognet2008-03-061-1/+3
* Remove unused pv_list_count from the vm_page, and pm_count from the structcognet2008-03-062-6/+0
* MFP4:piso2008-03-067-77/+67
* Style tweak to the 5722 chipid to match the rest of this file.jhb2008-03-061-1/+1
* In the PROBE_KEYBOARD case, always enable multiple consoles and set thejhb2008-03-061-2/+4
* Flesh out support for the BCM5722 by recognizing the phy on the 5722 andjhb2008-03-064-1/+5
OpenPOWER on IntegriCloud