summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make this compile without warnings on 64-bit architectures:marcel2003-06-041-1/+1
* - Add VM_OBJECT_TRYLOCK().alc2003-06-041-0/+1
* GRRR. Do not force Dangerously Dedicated mode on amd64 when you selectpeter2003-06-042-2/+2
* Correct a spelling error.ceri2003-06-041-1/+1
* Introduce g_provider_by_name() function, and use it.phk2003-06-043-10/+21
* Make this a true GEOM class:phk2003-06-041-751/+294
* detach RNG test facility on device detachsam2003-06-041-0/+4
* remove bogon (undefined struct decl)sam2003-06-041-2/+0
* Add a KASSERT to prevent the same GEOM class from being processed loadedphk2003-06-041-0/+6
* Drop this MAINTAINER bit. I'll reclaim an "Advisory Maintainership"markm2003-06-041-2/+0
* Remove this maintainer bit. Another version will be added amarkm2003-06-041-1/+0
* Drop stale maintainer bits.markm2003-06-041-4/+0
* Drop stale MAINTAINER bit.markm2003-06-041-2/+0
* Drop MAINTAINER Bit. Not needed any more.markm2003-06-041-2/+0
* Drop MAINTAINER bits from here.markm2003-06-042-4/+0
* Make the internal statistics sysctl an array of integers rather than a string.harti2003-06-041-33/+10
* Update some library names. Libraries come, libraries go.markm2003-06-041-3/+2
* Fix substitution when the regex matches the zero-length string.fanf2003-06-041-5/+6
* I'm now happy that this is no longer needed. Libcrypto hasmarkm2003-06-0411-1621/+0
* Add tests for the behaviour of substitution when the regex can matchfanf2003-06-045-0/+8
* Only init _thread_sigact once, needn't init it again after a fork().davidxu2003-06-042-62/+62
* Despite whether threaded mode is turned on, always save thread'sdavidxu2003-06-042-8/+12
* Removed garbage:bde2003-06-041-3/+1
* Move unifdef to the original section of the file.fanf2003-06-041-1/+1
* Compensate for decreasing the minimum retransmit timeout.hsu2003-06-041-2/+2
* MAINTAINER line moved to MAINTAINERS file.fanf2003-06-041-2/+0
* Copy the (normalized) MAINTAINER= entries from Makefile's and other sources,dougb2003-06-041-0/+104
* Remove MAINTAINER line in favor of the entry in src/MAINTAINERSdougb2003-06-041-2/+0
* Make C applications statically compiled with libthr work. Previously,mtm2003-06-041-0/+6
* If the library is not able to create a thread because resourcesmtm2003-06-041-0/+4
* - Add vm object locking to vm_object_deallocate(). (Still morealc2003-06-042-17/+15
* Set CSTD to gnu99. We can only use on of the gnu?9 C languages.obrien2003-06-041-0/+1
* Add instrumentation which tells us how much work softclock() doesphk2003-06-041-2/+26
* Give ia64 the exact same semantics as i386 with respect to non-512phk2003-06-041-1/+2
* Have the port readmes follow the same logic as buildworld. We skipmarcel2003-06-041-5/+5
* Add id for TI's 1394b link chip.simokawa2003-06-042-0/+5
* Userspace prototypes for the extattr_list_*() system calls.rwatson2003-06-041-0/+6
* Document the BUG (feature) that you can pass in an empty name torwatson2003-06-041-1/+6
* The vnode operations for extended attributes no longer suffer fromrwatson2003-06-041-4/+1
* Document the new explicit listing API for extended attributes; noterwatson2003-06-041-6/+32
* Implementations of extattr_list_fd(), extattr_list_file(), andrwatson2003-06-042-0/+286
* Regen from syscalls.master:1.149, addition of extended attributerwatson2003-06-045-7/+40
* Add system calls to explicitly list extended attributes on arwatson2003-06-041-0/+6
* KMF_DONE is now in /sys/sys/kse.h, no longer need to define it here.davidxu2003-06-044-14/+0
* Fix ALIGNED_POINTER(). sizeof((u_int32_t)) is not legal C.peter2003-06-041-1/+1
* Unbreak ia64. 'nuff said.marcel2003-06-041-0/+4
* Change handling to support strong alignment architectures such as alpha andticso2003-06-044-23/+74
* Assert the vnode lock when returning successfully from vn_open_cred().rwatson2003-06-041-0/+1
* Remove un-needed code.julian2003-06-044-100/+56
* Don't call sbp_do_attach() recursively after agent resetsimokawa2003-06-031-1/+1
OpenPOWER on IntegriCloud