aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Remove trailing ';' from C_SYSINIT() macro definition, in keepingRobert Watson2008-03-161-1/+1
* In keeping with style(9)'s recommendations on macros, use a ';'Robert Watson2008-03-1689-128/+144
* Properly set size of the file_zone to match kern.maxfiles parameter.Maxim Sobolev2008-03-163-3/+38
* Fix mmap(2) on ZFS after some changes in VM subsystem.Pawel Jakub Dawidek2008-03-152-0/+8
* Fix panic on e.g. "kldload /dev/null".Ruslan Ermilov2008-03-152-0/+9
* BUS_DMA_ISA is left over from Alpha, and is not used in the tree atWarner Losh2008-03-152-2/+1
* Change spelling and eliminate a typo in comments to reduce diffs withEd Maste2008-03-141-11/+11
* Add preliminary support for binding interrupts to CPUs:John Baldwin2008-03-1411-33/+218
* Correct IPsec behaviour with a 'use' level in SP but no SA available.Bjoern A. Zeeb2008-03-143-24/+61
* Remove the "Fast " from theBjoern A. Zeeb2008-03-141-1/+1
* Add a quirk to ignore ASUS LCM display found on some ASUS laptops.Jung-uk Kim2008-03-142-0/+3
* Make the function prototype for cpu_search() match the declaration so thatJohn Baldwin2008-03-141-2/+2
* Correct reference counting on the SP for outgoing IPv6 IPsec connections.Bjoern A. Zeeb2008-03-142-7/+5
* #if 0 out a currently unsued (and incomplete) function: ip6_ipsec_mtu().Bjoern A. Zeeb2008-03-142-6/+8
* Replace the function name in two identical printfsBjoern A. Zeeb2008-03-141-2/+4
* Add stub for pc98.Yoshihiro Takahashi2008-03-141-0/+6
* Correct a typo.Joseph Koshy2008-03-141-2/+6
* Fix a silly bogon which prevented all the CPUs that are tagged as interruptJohn Baldwin2008-03-142-8/+8
* Rework how the nexus(4) device works on x86 to better handle the idea ofJohn Baldwin2008-03-1311-121/+270
* Replace the non-MPSAFE timeout(9) API in ffs_softdep.c with the MPSAFEColeman Kane2008-03-131-8/+15
* Use the SMAP data from the loader if it is provided instead of usingJohn Baldwin2008-03-131-60/+99
* style(9) & style.Makefile(9)David E. O'Brien2008-03-1314-258/+297
* Add the module dependency on the mem(4) module. This will fix the moduleColeman Kane2008-03-131-0/+1
* Since version 4.3, gcc changed its behaviour concerning the i386/amd64Konstantin Belousov2008-03-137-15/+15
* Add missed parenthesesKonstantin Belousov2008-03-131-1/+1
* Add const qualifier to cpuset mask's pointer, since the cpuset mask shouldDavid Xu2008-03-131-1/+1
* PR 117603Jeff Roberson2008-03-131-2/+5
* - The P_SA flag has been removed. Don't reference it in a KASSERT.Jeff Roberson2008-03-121-2/+1
* - Fix build breakage; there was a reference to a removed syscall inJeff Roberson2008-03-121-4/+3
* The variable MTRR registers actually have variable-sized PhysBase andJohn Baldwin2008-03-124-16/+52
* MFamd64: Break up the probe logic in the mem_drvinit routines so it'sJohn Baldwin2008-03-122-13/+18
* Minimize diffs with i686_mem.c:John Baldwin2008-03-122-6/+9
* Relax the BIOS/OS sempahore handoff code to workaround different hardJohn Baldwin2008-03-121-1/+4
* Partially revert 1.95. It changed the probe for a mouse device to onlyJohn Baldwin2008-03-121-1/+4
* fix inverted test that disabled ACK's on xmitSam Leffler2008-03-121-1/+1
* add device hints to control the rx FIFO interrupt level on 16550A partsSam Leffler2008-03-122-1/+18
* Add missing comma.Remko Lodder2008-03-121-1/+1
* Add resume support to the agp_i810 family.Remko Lodder2008-03-121-0/+17
* Convert TSEC watchdog to the new scheme.Rafal Jaworowski2008-03-122-18/+29
* Obtain TSEC h/w address from the parent bus (OCP) and not rely blindly on whatRafal Jaworowski2008-03-125-11/+51
* Improve handling U-Boot's "eth%daddr" while PowerPC metadata preparation.Rafal Jaworowski2008-03-121-3/+20
* Eliminate artificial increasing of 'netdev_opens' counter in loader's net_ope...Rafal Jaworowski2008-03-127-87/+101
* Respect RF_SHAREABLE flag in ARM nexus_setup_intr()Rafal Jaworowski2008-03-121-0/+3
* Remove dead code which makes a call to mem_range_attr_set().Andrew Gallatin2008-03-121-18/+2
* Improve ARM bus_dmamap_load_buffer() error handling.Rafal Jaworowski2008-03-121-2/+4
* -Don't pass down the entire pkt to ProtoAliasIn, ProtoAliasOut, FragmentInPaolo Pisati2008-03-123-305/+43
* Remove kernel support for M:N threading.Jeff Roberson2008-03-1269-2343/+79
* - Bump __FreeBSD_version for sleepq/cv_* api changes.Jeff Roberson2008-03-121-1/+1
* - Pass the priority argument from *sleep() into sleepq and down intoJeff Roberson2008-03-1214-95/+90
* - KSE may free a thread that was never actually forked. This will leaveJeff Roberson2008-03-121-0/+5