summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Set the tc_quality field of the struct before calling tc_init(), sincekensmith2004-09-301-0/+2
* The default value of "bootfile" has been "kernel" since 2000.ru2004-09-301-1/+1
* Mention "help index" in the online help, and provide a help forru2004-09-301-1/+8
* Added support for the -D boot option.ru2004-09-301-0/+3
* Document boot_cdrom, boot_multicons, and boot_serial.ru2004-09-305-9/+51
* Make it possible to rebuild degraded RAID5 plexes. Note that it isle2004-09-306-16/+261
* `?' is not the same as "help index".ru2004-09-301-4/+2
* Assign a global unit number for the tty slave devices (init/lock) usingphk2004-09-302-6/+24
* Forward declare struct kaioinfo to un-void a pointer in struct proc.alfred2004-09-301-1/+2
* Add a new API for allocating unit number (-like) resources.phk2004-09-303-0/+606
* Remove extra */peter2004-09-301-1/+1
* Add missing locking for secpolicy refcnt manipulations.sam2004-09-303-3/+16
* Merge netipsec/key.c:1.17 into KAME pfkey implementation:rwatson2004-09-301-5/+0
* Introduce a tunable to disable support for Synaptics touchpads. A number ofphilip2004-09-292-2/+22
* We seem to have occasions where sending an IPI takes significantlykensmith2004-09-291-1/+1
* Disallow negative coordinates and sizes in the syscons CONS_SCRSHOTnectar2004-09-291-2/+4
* Prevent the unexpected deallocation of a page table page while performingalc2004-09-294-41/+84
* Only fall back to probing the floppy drives via hints if there is a failurejhb2004-09-291-5/+9
* Fix typeo. Should read ***!***IFQ_DRV_IS_EMPTY.mlaier2004-09-291-1/+1
* When opening a pipe, usbd_setup_pipe() will do a usbd_clear_endpoint_stall()wpaul2004-09-291-3/+8
* Account for alias devices when tearing them down in destroy_dev() so wegreen2004-09-291-3/+3
* Fix minor indentation/formatting nit. (No code changes.)wpaul2004-09-291-1/+1
* Turn VM_KMEM_SIZE_MAX and VM_KMEM_SIZE_SCALE into tunables.des2004-09-291-4/+17
* Fixed exiting from pager using the `q' key while pagingru2004-09-291-4/+6
* Add an additional struct inpcb * argument to pfil(9) in order to enablemlaier2004-09-2917-50/+198
* Assign so_pcb to NULL rather than 0 as it's a pointer.rwatson2004-09-291-1/+1
* MFi386: rev 1.239 - invalidate tlb after pte updatepeter2004-09-291-2/+4
* MFi386: rev 1.236 - improve panic message for a busted mptablepeter2004-09-291-1/+3
* Use generic infrastructure for the ucom driver instead of local stuff.phk2004-09-282-39/+5
* Add -1 to this non-existent use of m_print in the source tree so LINTphk2004-09-281-1/+1
* Add functions to create and free the "tty-ness" of a serial port in aphk2004-09-282-6/+240
* improve the mbuf m_print function.. Only pull length from pkthdr if therejmg2004-09-282-6/+21
* Arrgh. Recently I tried using ugen(4) in an application that useswpaul2004-09-281-26/+122
* fix jumbo frames as much as they can be fixed for re. We now cap the MTUjmg2004-09-282-17/+72
* Add an assertion that the pcb_nsaved field of the pcb be less thankensmith2004-09-281-0/+2
* Calling fuword from fuword32 with bl and without returning after is really a badcognet2004-09-281-2/+1
* Always invalidate the whole data cache in pmap_enter() for now.cognet2004-09-281-0/+1
* Remove dead code.cognet2004-09-282-7/+0
* Remove support for accessing device nodes in UFS/FFS.phk2004-09-285-151/+7
* Protect the start/end counts on consumers and providers with the up/downphk2004-09-281-28/+40
* Remove support for using NFS device nodes.phk2004-09-283-97/+2
* - Set maximum request size to MAXPHYS (128kB), instead of DFLPHYS (64kB).pjd2004-09-281-4/+6
* Just use MAXPHYS as maximum I/O request size, instead of using my ownpjd2004-09-284-18/+8
* Be consistant; make the memrange bit be part of the mem module likemarkm2004-09-281-1/+1
* Add the memrange bits to the loadable module.markm2004-09-281-0/+6
* Add ICH6 support.ps2004-09-281-2/+8
* Decrease kern.geom.raid3.timeout to 4, so it is smaller thanpjd2004-09-271-1/+1
* Deny invalid I/O requests which comes from userland here, because laterpjd2004-09-271-0/+6
* Desupport device nodes on EXT2 filesystems.phk2004-09-276-238/+24
* Avoid race while synchronizing components. It is very hard to bump into,pjd2004-09-272-7/+37
OpenPOWER on IntegriCloud