| Commit message (Expand) | Author | Age | Files | Lines |
| * | Correct a spelling error. | Ceri Davies | 2003-06-04 | 1 | -1/+1 |
| * | Introduce g_provider_by_name() function, and use it. | Poul-Henning Kamp | 2003-06-04 | 3 | -10/+21 |
| * | Make this a true GEOM class: | Poul-Henning Kamp | 2003-06-04 | 1 | -750/+293 |
| * | detach RNG test facility on device detach | Sam Leffler | 2003-06-04 | 1 | -0/+4 |
| * | remove bogon (undefined struct decl) | Sam Leffler | 2003-06-04 | 1 | -2/+0 |
| * | Add a KASSERT to prevent the same GEOM class from being processed loaded | Poul-Henning Kamp | 2003-06-04 | 1 | -0/+6 |
| * | Drop this MAINTAINER bit. I'll reclaim an "Advisory Maintainership" | Mark Murray | 2003-06-04 | 1 | -2/+0 |
| * | Remove this maintainer bit. Another version will be added a | Mark Murray | 2003-06-04 | 1 | -1/+0 |
| * | Drop stale maintainer bits. | Mark Murray | 2003-06-04 | 1 | -4/+0 |
| * | Drop stale MAINTAINER bit. | Mark Murray | 2003-06-04 | 1 | -2/+0 |
| * | Drop MAINTAINER Bit. Not needed any more. | Mark Murray | 2003-06-04 | 1 | -2/+0 |
| * | Drop MAINTAINER bits from here. | Mark Murray | 2003-06-04 | 2 | -4/+0 |
| * | Make the internal statistics sysctl an array of integers rather than a string. | Hartmut Brandt | 2003-06-04 | 1 | -33/+10 |
| * | Update some library names. Libraries come, libraries go. | Mark Murray | 2003-06-04 | 1 | -3/+2 |
| * | Fix substitution when the regex matches the zero-length string. | Tony Finch | 2003-06-04 | 1 | -5/+6 |
| * | I'm now happy that this is no longer needed. Libcrypto has | Mark Murray | 2003-06-04 | 11 | -1621/+0 |
| * | Add tests for the behaviour of substitution when the regex can match | Tony Finch | 2003-06-04 | 5 | -0/+8 |
| * | Only init _thread_sigact once, needn't init it again after a fork(). | David Xu | 2003-06-04 | 2 | -62/+62 |
| * | Despite whether threaded mode is turned on, always save thread's | David Xu | 2003-06-04 | 2 | -8/+12 |
| * | Removed garbage: | Bruce Evans | 2003-06-04 | 1 | -3/+1 |
| * | Move unifdef to the original section of the file. | Tony Finch | 2003-06-04 | 1 | -1/+1 |
| * | Compensate for decreasing the minimum retransmit timeout. | Jeffrey Hsu | 2003-06-04 | 1 | -2/+2 |
| * | MAINTAINER line moved to MAINTAINERS file. | Tony Finch | 2003-06-04 | 1 | -2/+0 |
| * | Copy the (normalized) MAINTAINER= entries from Makefile's and other sources, | Doug Barton | 2003-06-04 | 1 | -0/+104 |
| * | Remove MAINTAINER line in favor of the entry in src/MAINTAINERS | Doug Barton | 2003-06-04 | 1 | -2/+0 |
| * | Make C applications statically compiled with libthr work. Previously, | Mike Makonnen | 2003-06-04 | 1 | -0/+6 |
| * | If the library is not able to create a thread because resources | Mike Makonnen | 2003-06-04 | 1 | -0/+4 |
| * | - Add vm object locking to vm_object_deallocate(). (Still more | Alan Cox | 2003-06-04 | 2 | -17/+15 |
| * | Set CSTD to gnu99. We can only use on of the gnu?9 C languages. | David E. O'Brien | 2003-06-04 | 1 | -0/+1 |
| * | Add instrumentation which tells us how much work softclock() does | Poul-Henning Kamp | 2003-06-04 | 1 | -1/+25 |
| * | Give ia64 the exact same semantics as i386 with respect to non-512 | Poul-Henning Kamp | 2003-06-04 | 1 | -1/+2 |
| * | Have the port readmes follow the same logic as buildworld. We skip | Marcel Moolenaar | 2003-06-04 | 1 | -5/+5 |
| * | Add id for TI's 1394b link chip. | Hidetoshi Shimokawa | 2003-06-04 | 2 | -0/+5 |
| * | Userspace prototypes for the extattr_list_*() system calls. | Robert Watson | 2003-06-04 | 1 | -0/+6 |
| * | Document the BUG (feature) that you can pass in an empty name to | Robert Watson | 2003-06-04 | 1 | -1/+6 |
| * | The vnode operations for extended attributes no longer suffer from | Robert Watson | 2003-06-04 | 1 | -4/+1 |
| * | Document the new explicit listing API for extended attributes; note | Robert Watson | 2003-06-04 | 1 | -6/+32 |
| * | Implementations of extattr_list_fd(), extattr_list_file(), and | Robert Watson | 2003-06-04 | 2 | -0/+286 |
| * | Regen from syscalls.master:1.149, addition of extended attribute | Robert Watson | 2003-06-04 | 5 | -7/+40 |
| * | Add system calls to explicitly list extended attributes on a | Robert Watson | 2003-06-04 | 1 | -0/+6 |
| * | KMF_DONE is now in /sys/sys/kse.h, no longer need to define it here. | David Xu | 2003-06-04 | 4 | -14/+0 |
| * | Fix ALIGNED_POINTER(). sizeof((u_int32_t)) is not legal C. | Peter Wemm | 2003-06-04 | 1 | -1/+1 |
| * | Unbreak ia64. 'nuff said. | Marcel Moolenaar | 2003-06-04 | 1 | -0/+4 |
| * | Change handling to support strong alignment architectures such as alpha and | Bernd Walter | 2003-06-04 | 4 | -23/+74 |
| * | Assert the vnode lock when returning successfully from vn_open_cred(). | Robert Watson | 2003-06-04 | 1 | -0/+1 |
| * | Remove un-needed code. | Julian Elischer | 2003-06-04 | 4 | -100/+56 |
| * | Don't call sbp_do_attach() recursively after agent reset | Hidetoshi Shimokawa | 2003-06-03 | 1 | -1/+1 |
| * | Allocate zeroed space for fwdev. | Hidetoshi Shimokawa | 2003-06-03 | 1 | -1/+2 |
| * | Open fwmem device exclusively. | Hidetoshi Shimokawa | 2003-06-03 | 1 | -0/+5 |
| * | Add a geom_vol_ffs module and hook up to the build. | Gordon Tetlow | 2003-06-03 | 2 | -1/+10 |