summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Shared lookup makes it possible to create several negative cachekib2008-12-021-4/+11
* Merge user/peter/kinfo branch as of r185547 into head.peter2008-12-022-6/+447
|\
| * Prune some whining.peter2008-12-021-10/+0
| * Duplicate another few hundred lines of code in order to be compatiblepeter2008-12-012-2/+181
| * Properly wrap this giant block of duplicate code inside COMPAT_FREEBSD7peter2008-11-301-2/+2
| * Implement copyout packing more along the lines of what I had in mind.peter2008-11-301-4/+268
| * WIP kinfo_file/kinfo_vmmentry tweaks. The idea:peter2008-11-292-3/+11
* | Shared memory objects that have size which is not necessarily equal tokan2008-12-011-1/+2
* | Catch up with the disappearance of sys/dev/hfa.kensmith2008-12-011-1/+0
* | Fix an inverted check introduced in r184554.attilio2008-12-011-1/+1
* | Revision 184199 had not been fully reverted, add missing piece.davidxu2008-12-011-0/+4
* | Unbreak the no-networks (no INET/6) build that I broke withbz2008-11-291-0/+2
* | MFp4:bz2008-11-295-64/+974
* | In the nfsrv_fhtovp(), after the vfs_getvfs() function found the pointerkib2008-11-292-9/+35
* | Improve KASSERT() call a bit:pjd2008-11-291-1/+2
|/
* With the permissions of phk@ change the license on kern_jail.cbz2008-11-281-6/+22
* Fix matching of message queues by name.ed2008-11-281-1/+2
* Explicitely note that destroy_dev() sleeps.kib2008-11-271-0/+1
* Remove unused variable.ganbold2008-11-271-2/+1
* Merge more of currently non-functional (i.e. resolving tozec2008-11-262-0/+4
* Move vn_fullpath1() outside of FILEDESC locking. This is being done inmarcus2008-11-251-5/+21
* Correct typo in comment: thier -> theiremaste2008-11-241-1/+1
* It's possible that the dump device has gone away after it wasdwmalone2008-11-231-1/+1
* Add sv_flags field to struct sysentvec with intention to provide descriptionkib2008-11-223-8/+11
* - bump __FreeBSD version to reflect added buf_ring, memory barriers,kmacy2008-11-221-0/+68
* Fix a scope problem in the multiple routing table code that stopped thejulian2008-11-191-0/+3
* Allow device hints to wire the unit numbers of devices.jhb2008-11-182-5/+37
* When checking to see if another CPU is running its idle thread, examinejhb2008-11-181-4/+4
* Obey signedness flag in %z case.delphij2008-11-171-1/+1
* Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes.pjd2008-11-176-247/+367
* Revert r184118. There is actually a code in the kernel, for instance inkib2008-11-161-10/+1
* Silence detach messages if the device has marked itself quiet (u3g).n_hibma2008-11-131-1/+2
* Don't forget to relock the TTY after uiomove() returns an error.ed2008-11-121-4/+2
* Several cleanups related to pipe(2).ed2008-11-111-9/+22
* Avoid scheduling firmware taskqs when cold.gallatin2008-11-111-3/+7
* Regenerate system call tables for r184789.ed2008-11-093-67/+8
* Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4.ed2008-11-092-40/+29
* make kern.ipc.nmbclusters actually have a useful effect on nmbclusters et al.kmacy2008-11-091-3/+4
* Reduce the default baud rate of PTY's to 9600.ed2008-11-081-1/+1
* Merge latest DTrace changes from Perforce.rodrigc2008-11-052-5/+19
* Revert rev 184216 and 184199, due to the way the thread_lock works,davidxu2008-11-055-15/+55
* Use shared vnode locks for auditing vnode arguments as auditing onlyjhb2008-11-041-4/+4
* Don't bother calling setrunnable() and clearing the sleeping flag injhb2008-11-041-9/+12
* Remove unnecessary locking around vn_fullpath(). The vnode lock for thejhb2008-11-042-8/+6
* Remove redundant return value tests.ed2008-11-041-6/+1
* Adjust the license statement to more closely match a standard 3-clause BSDjhb2008-11-031-12/+12
* Use shared vnode locks instead of exclusive vnode locks for the access(),jhb2008-11-033-16/+16
* Remove the mnt_holdcnt and mnt_holdcntwaiters because they are useless.attilio2008-11-032-20/+3
* A few style nits.jhb2008-11-031-1/+2
* Regen.dfr2008-11-033-2/+21
OpenPOWER on IntegriCloud