aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Correct a spelling error.Ceri Davies2003-06-041-1/+1
* Introduce g_provider_by_name() function, and use it.Poul-Henning Kamp2003-06-043-10/+21
* Make this a true GEOM class:Poul-Henning Kamp2003-06-041-750/+293
* detach RNG test facility on device detachSam Leffler2003-06-041-0/+4
* remove bogon (undefined struct decl)Sam Leffler2003-06-041-2/+0
* Add a KASSERT to prevent the same GEOM class from being processed loadedPoul-Henning Kamp2003-06-041-0/+6
* Drop this MAINTAINER bit. I'll reclaim an "Advisory Maintainership"Mark Murray2003-06-041-2/+0
* Remove this maintainer bit. Another version will be added aMark Murray2003-06-041-1/+0
* Drop stale maintainer bits.Mark Murray2003-06-041-4/+0
* Drop stale MAINTAINER bit.Mark Murray2003-06-041-2/+0
* Drop MAINTAINER Bit. Not needed any more.Mark Murray2003-06-041-2/+0
* Drop MAINTAINER bits from here.Mark Murray2003-06-042-4/+0
* Make the internal statistics sysctl an array of integers rather than a string.Hartmut Brandt2003-06-041-33/+10
* Update some library names. Libraries come, libraries go.Mark Murray2003-06-041-3/+2
* Fix substitution when the regex matches the zero-length string.Tony Finch2003-06-041-5/+6
* I'm now happy that this is no longer needed. Libcrypto hasMark Murray2003-06-0411-1621/+0
* Add tests for the behaviour of substitution when the regex can matchTony Finch2003-06-045-0/+8
* Only init _thread_sigact once, needn't init it again after a fork().David Xu2003-06-042-62/+62
* Despite whether threaded mode is turned on, always save thread'sDavid Xu2003-06-042-8/+12
* Removed garbage:Bruce Evans2003-06-041-3/+1
* Move unifdef to the original section of the file.Tony Finch2003-06-041-1/+1
* Compensate for decreasing the minimum retransmit timeout.Jeffrey Hsu2003-06-041-2/+2
* MAINTAINER line moved to MAINTAINERS file.Tony Finch2003-06-041-2/+0
* Copy the (normalized) MAINTAINER= entries from Makefile's and other sources,Doug Barton2003-06-041-0/+104
* Remove MAINTAINER line in favor of the entry in src/MAINTAINERSDoug Barton2003-06-041-2/+0
* Make C applications statically compiled with libthr work. Previously,Mike Makonnen2003-06-041-0/+6
* If the library is not able to create a thread because resourcesMike Makonnen2003-06-041-0/+4
* - Add vm object locking to vm_object_deallocate(). (Still moreAlan Cox2003-06-042-17/+15
* Set CSTD to gnu99. We can only use on of the gnu?9 C languages.David E. O'Brien2003-06-041-0/+1
* Add instrumentation which tells us how much work softclock() doesPoul-Henning Kamp2003-06-041-1/+25
* Give ia64 the exact same semantics as i386 with respect to non-512Poul-Henning Kamp2003-06-041-1/+2
* Have the port readmes follow the same logic as buildworld. We skipMarcel Moolenaar2003-06-041-5/+5
* Add id for TI's 1394b link chip.Hidetoshi Shimokawa2003-06-042-0/+5
* Userspace prototypes for the extattr_list_*() system calls.Robert Watson2003-06-041-0/+6
* Document the BUG (feature) that you can pass in an empty name toRobert Watson2003-06-041-1/+6
* The vnode operations for extended attributes no longer suffer fromRobert Watson2003-06-041-4/+1
* Document the new explicit listing API for extended attributes; noteRobert Watson2003-06-041-6/+32
* Implementations of extattr_list_fd(), extattr_list_file(), andRobert Watson2003-06-042-0/+286
* Regen from syscalls.master:1.149, addition of extended attributeRobert Watson2003-06-045-7/+40
* Add system calls to explicitly list extended attributes on aRobert Watson2003-06-041-0/+6
* KMF_DONE is now in /sys/sys/kse.h, no longer need to define it here.David Xu2003-06-044-14/+0
* Fix ALIGNED_POINTER(). sizeof((u_int32_t)) is not legal C.Peter Wemm2003-06-041-1/+1
* Unbreak ia64. 'nuff said.Marcel Moolenaar2003-06-041-0/+4
* Change handling to support strong alignment architectures such as alpha andBernd Walter2003-06-044-23/+74
* Assert the vnode lock when returning successfully from vn_open_cred().Robert Watson2003-06-041-0/+1
* Remove un-needed code.Julian Elischer2003-06-044-100/+56
* Don't call sbp_do_attach() recursively after agent resetHidetoshi Shimokawa2003-06-031-1/+1
* Allocate zeroed space for fwdev.Hidetoshi Shimokawa2003-06-031-1/+2
* Open fwmem device exclusively.Hidetoshi Shimokawa2003-06-031-0/+5
* Add a geom_vol_ffs module and hook up to the build.Gordon Tetlow2003-06-032-1/+10