summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* crypto.ko depends on zlib.wkoszek2006-03-041-0/+1
* fixed a bug that an MLD report is not advertised when group-specific MLD quer...suz2006-03-041-2/+3
* MFi386: revision 1.1220.nyan2006-03-041-3/+2
* Add missing cast.phk2006-03-041-1/+1
* More detailed logging if timestepwarnings are enabled.phk2006-03-041-5/+8
* use strlcpy in cvtstatfs and copy_statfs instead of bcopy to ensureps2006-03-043-14/+16
* Fix bug in malloc_uninit():ps2006-03-031-1/+3
* Take the functionality contained in the former "options TDFX_LINUX"yar2006-03-038-54/+102
* Cast the pointer to void * before casting it back to struct type * inmux2006-03-031-1/+1
* - use a more common style to print memory sizesnetchild2006-03-031-78/+133
* Fix the decaying MODULES_WITH_WORLD again by adding a missing opt_*.h to SRCS.yar2006-03-031-1/+1
* Move XBOX option to options. While it is only valid on i386,imp2006-03-033-7/+3
* Unbreak byte counters when network interfaces are in monitor mode bycsjp2006-03-031-8/+8
* Committed the xbox syscons(8)-able console driver.rink2006-03-034-256/+538
* Correctly switch IFCAP_VLAN_HWTAGGING on and off.glebius2006-03-031-6/+12
* - Do not leak read lock in IP_FW_TABLE_GETSIZE case of ipfw_ctl().glebius2006-03-031-7/+5
* Since we are using random ethernet addresses for the bridge, it is possiblethompsa2006-03-031-6/+21
* Don't truncate f_mntfromname & f_mntonname to 16 characters whenps2006-03-032-4/+4
* micro fix from justinmjacob2006-03-031-3/+3
* Slightly re-worked bpf(4) code associated with bridging: if we have acsjp2006-03-031-10/+26
* iir works on PAE now.scottl2006-03-031-1/+0
* - Print message about cpufreq and timecounter TSCmnag2006-03-031-1/+8
* Fix endian bugs accessing ioctl arguments that are passed by value.emax2006-03-031-13/+13
* Eliminate a deadlock when creating snapshots. Blocking vn_start_write() musttegge2006-03-026-3/+22
* Hold extra reference to vm object while cleaning pages.tegge2006-03-021-0/+2
* Don't try to show marker nodes.tegge2006-03-021-1/+1
* The altq(4) code already handles SMP so clarify what ALTQ_NOPCC is needed for.thompsa2006-03-021-3/+4
* Add signal set sq_kill to sigqueue structure, the member saves alldavidxu2006-03-022-5/+26
* Use BUS_DMA_COHERENT.cognet2006-03-022-2/+2
* - Acquire lk in softdep_slowdown so that it's owned when we calljeff2006-03-021-3/+7
* Suffer a little bit of math every 16 second and tighten calibration ofphk2006-03-021-12/+24
* - Move softdep from using a global worklist to per-mount worklists. Thisjeff2006-03-029-283/+336
* - Lock Giant if needed around the call to vnode_create_vobject(). This isjeff2006-03-021-0/+3
* Do not use the TSC where its known to be broken, this will cause the queuethompsa2006-03-021-1/+2
* Use 8 * sizeof(int) instead of hardcoding 32, for the unlikely case thiscognet2006-03-021-8/+13
* Try to honor BUS_DMA_COHERENT : if the flag is set, normally allocate memorycognet2006-03-014-2/+102
* Use a better panic message than lol.cognet2006-03-011-1/+2
* Make sure we decrement p_lock before leaving prefetch_abort_handler()cognet2006-03-011-3/+3
* Assert proper use of bio_caller1, bio_caller2, bio_cflags, bio_driver1,pjd2006-03-012-0/+28
* Provide ability to disable kbdmux(4) with the hint.kbdmux.0.disabled="1" hint.emax2006-03-012-1/+5
* userret() now only takes 2 parameters.cognet2006-03-011-2/+2
* Correct a remote kernel panic when processing zero-length RPC recordssimon2006-03-011-1/+1
* Update low-level code. (to version 1.4)rik2006-03-012-4229/+4247
* Work around the deadlock that occours when ATA waits for the taskqueuesos2006-03-012-7/+24
* Big update to the iir driver:scottl2006-03-013-170/+169
* Regenerate.davidxu2006-03-015-80/+80
* s/timer_t/int/gdavidxu2006-03-011-1/+1
* Don't free ifaces yet, should fix a panicimp2006-03-011-1/+0
* Let kernel POSIX timer code and mqueue code to use integer as a resourcedavidxu2006-03-014-49/+49
* guard function decls with _KERNEL so user code can include this filesam2006-03-011-1/+2
OpenPOWER on IntegriCloud