summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* | Disable the check for errata AE18. On MacBooks (1,1 version) there'srpaulo2008-01-101-0/+6
* | Remove "lock pushdown" todo item in comment -- I did that for 7.0.rwatson2008-01-101-1/+0
* | Correct typos in comments.rwatson2008-01-101-2/+2
* | When one tries to allocate memory with the M_WAITOK flag and we are short inpjd2008-01-101-6/+13
* | Add support for selectively dumping the state of the hardware response queue.kmacy2008-01-102-47/+130
* | should always free when refcount is 1kmacy2008-01-101-1/+3
* | Bump FreeBSD_version in order to reflect vn_lock() prototype changes.attilio2008-01-101-1/+1
* | vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-10118-322/+319
* | - make 9k clusters the default unless a tunable is setkmacy2008-01-104-125/+224
* | Refine textdump comments slightly.rwatson2008-01-101-10/+12
* | Fix a buffer overflow in the processing of various SCSI commands. This likelyscottl2008-01-091-26/+42
* | Simplify the ifdefs:bde2008-01-091-21/+14
* | Fix some style bugs (mainly, use explicit shifts when accessing bit-fieldsbde2008-01-091-31/+31
* | Improve some comments.bde2008-01-091-14/+13
* | make nqsets a uint32_t so that sysctl will workkmacy2008-01-091-1/+3
* | don't decrement ref count below 1 for EXT_PACKETkmacy2008-01-091-1/+1
* | EXT_PACKET is one of the valid mbuf typeskmacy2008-01-091-0/+1
* | Fix KASSERT in m_free_fast - the LIST_EMPTY check only applies to packet head...kmacy2008-01-091-2/+5
* | Bump FreeBSD_version in order to reflect lockmgr_disown() functionattilio2008-01-091-1/+1
* | Fix a last second typo about recent lockmgr_disown() introduction.attilio2008-01-091-2/+2
* | Remove explicit calling of lockmgr() with the NULL argument.attilio2008-01-087-41/+60
* | Regen for shm_open(2) and shm_unlink(2).jhb2008-01-0810-12/+54
* | Add a new file descriptor type for IPC shared memory objects and use it tojhb2008-01-0814-11/+1055
* | un-__P()obrien2008-01-0817-80/+80
* | When MAC is enabled in the kernel, fix a panic triggered by a lockingcsjp2008-01-081-8/+8
* | Convert a PMAP_DIAGNOSTIC to a KASSERT.alc2008-01-082-18/+4
* | Close a race in the kern.ttys sysctl handler that resulted in panics injhb2008-01-081-3/+20
* | Lock the vnode interlock while reading v_usecount to update si_usecountjhb2008-01-081-0/+3
* | Fix logic in skipcount handling (used to sample every 1/N lock operationskris2008-01-081-1/+1
* | Free MAC label on a POSIX semaphore when the semaphore is freed.rwatson2008-01-071-0/+3
* | Add COMPAT_FREEBSD7 and enable it in configs that have COMPAT_FREEBSD6.jhb2008-01-078-0/+10
* | Make ftruncate a 'struct file' operation rather than a vnode operation.jhb2008-01-0714-91/+215
* | g_vfs_close() wants the sx topology lock held while executing, so justattilio2008-01-071-0/+8
* | Fix incorrect dependencies of zyd(4).weongyo2008-01-071-3/+3
* | Add support for ICH8M.des2008-01-072-0/+2
* | Add the SparkLAN RT2573, found in HP s3200nkevlo2008-01-072-0/+5
* | Fix mvec code to handle the case of the packet zonekmacy2008-01-072-4/+16
* | Add a missing \n.cognet2008-01-071-1/+1
* | Shrink the size of struct vm_page on amd64 and i386 by eliminatingalc2008-01-064-16/+0
* | After applying LCONVPATH() to the path, do use the converted pathkib2008-01-051-9/+13
* | In sequential_heuristic():bde2008-01-051-13/+20
* | Fall back to the binary-specified interpreter (ld-elf.so.1) if thepeter2008-01-051-4/+10
* | - Restore timeslicing code for all bit SCHED_FIFO priority classes.jeff2008-01-051-10/+9
* | In the vm_map_stack(), check for the specified stack region wraparound.kib2008-01-041-1/+3
* | Add missing sb_sndptr* fields to db_print_sockbuf().bz2008-01-031-5/+9
* | ffs_balloc_ufsX() routines, in the case of recovering from the failedkib2008-01-031-12/+16
* | Add an access type parameter to pmap_enter(). It will be used to implementalc2008-01-0310-20/+22
* | Use correct function name in panic messageimp2008-01-032-2/+2
* | Fix obsolete comment. pmap_remove_all is the function we're in.imp2008-01-031-2/+1
* | Modernize comment about diagnostic.imp2008-01-031-2/+1
OpenPOWER on IntegriCloud