aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Comment some of the 'io' functions.Alfred Perlstein2004-08-011-0/+29
* - Launch main provider when there are no more disks in NEW state.Pawel Jakub Dawidek2004-08-011-1/+4
* Add some minor changes related to PCMCIA attribute memory mappingBill Paul2004-08-011-2/+18
* Document EXTSRCDIR.Murray Stokely2004-08-011-0/+4
* Add missing thread suspension/resumption code, fix a bug in pt_thr_sstep,David Xu2004-08-011-11/+115
* Add code to implement register structure converter.David Xu2004-08-011-1/+56
* Update release notes to reflect sendmail 8.13.1 importGregory Neil Shapiro2004-08-012-2/+2
* Update notes after sendmail 8.13.1 importGregory Neil Shapiro2004-08-011-4/+4
* Reflect changes in sendmail 8.13 source treeGregory Neil Shapiro2004-08-012-5/+5
* Resolve conflicts from sendmail 8.13.1 importGregory Neil Shapiro2004-08-0120-400/+641
* This commit was generated by cvs2svn to compensate for changes in r132943,Gregory Neil Shapiro2004-08-01196-2743/+7931
|\
| * Import sendmail 8.13.1Gregory Neil Shapiro2004-08-01213-2976/+8573
* | Specify the locking for some proc fieldsJulian Elischer2004-07-311-3/+3
* | If there are no valid components after the timeout, just destroy device.Pawel Jakub Dawidek2004-07-311-7/+2
* | Propagate size changes upwards.Lukas Ertl2004-07-313-0/+25
* | Fix a stupid error in my previous commit, which broke operationGleb Smirnoff2004-07-311-1/+2
* | Handle spoil event in dedicated function: g_mirror_spoiled().Pawel Jakub Dawidek2004-07-311-2/+17
* | Add copyright notices.Max Khon2004-07-313-3/+78
* | Expand the license referenced indirectly inline.Warner Losh2004-07-312-6/+40
* | Help simon out and add a HARDWARE section.Tom Rhodes2004-07-311-1/+2
* | Allow for capital letters as size suffixes.Pawel Jakub Dawidek2004-07-311-8/+20
* | ftpd(8) seems to be WARNS=2 clean now.Yaroslav Tykhiy2004-07-311-0/+1
* | Change ``(foo *)0'' to ``NULL'' where it's possibleYaroslav Tykhiy2004-07-312-11/+11
* | Kill a small herd of casts to off_t where they were not needed.Yaroslav Tykhiy2004-07-312-10/+9
* | Printf(3) off_t values through conversion to intmax_t sinceYaroslav Tykhiy2004-07-312-10/+15
* | Save context in kernel fashion, so it can be restored byDavid Xu2004-07-312-4/+10
* | Remove unused field.David Xu2004-07-312-2/+0
* | Kill an unused variable (heading to WARNS=2.)Yaroslav Tykhiy2004-07-311-1/+0
* | Convert a couple of bogus null statements to the right form.Yaroslav Tykhiy2004-07-311-2/+2
* | Turn on PCB_FULLCTX for set_mcontext, functions like kse_switchinDavid Xu2004-07-311-0/+1
* | Remove unused field.Pawel Jakub Dawidek2004-07-311-1/+0
* | Destroy synchronization geom immediately. This should fix unloading withoutPawel Jakub Dawidek2004-07-311-1/+11
* | Fix the panic (""memory modified after free") when ata_getparam() failsSøren Schmidt2004-07-311-0/+1
* | Use SHLIBDIR instead of LIBDIR. This should fix buildworld breakage.Pawel Jakub Dawidek2004-07-311-2/+1
* | Add pmap locking to pmap_object_init_pt().Alan Cox2004-07-312-2/+12
* | Check for read errors.Tim J. Robbins2004-07-311-0/+2
* | Add standard DIAGNOSTICS section.Tim J. Robbins2004-07-311-0/+2
* | Add support for multibyte characters, loosely based on Bruno Haible'sTim J. Robbins2004-07-312-25/+57
* | Fix some particularly bad style(9) violations.Tim J. Robbins2004-07-311-60/+58
* | Bump __FreeBSD_version to reflect the removal of kmem_alloc_pageable().Alan Cox2004-07-311-1/+1
* | Macro optimize, this increases context switch speed about 2% on myDavid Xu2004-07-312-4/+4
* | 1. Use correct alignment mask, -15 != ~15David Xu2004-07-311-2/+2
* | Allow slice creation on providers from MIRROR class.Pawel Jakub Dawidek2004-07-311-0/+1
* | Use #include <unistd.h> rather than the explicit externs in theWarner Losh2004-07-311-2/+1
* | Add '-p' option for 'insert' command which allows to specify priorityPawel Jakub Dawidek2004-07-312-1/+10
* | - Check if 'slice' argument was given.Pawel Jakub Dawidek2004-07-311-0/+8
* | Dump correct field.Pawel Jakub Dawidek2004-07-311-1/+1
* | Set the access counts of a subdisk correctly when attaching itLukas Ertl2004-07-301-2/+21
* | Connect GEOM_MIRROR class to the build.Pawel Jakub Dawidek2004-07-307-1/+9
* | Add GEOM_MIRROR class which provide RAID1 functionality and has many usefulPawel Jakub Dawidek2004-07-3014-0/+4347