aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Comment some of the 'io' functions.Alfred Perlstein2004-08-011-0/+29
| | | | Notes: svn path=/head/; revision=132955
* - Launch main provider when there are no more disks in NEW state.Pawel Jakub Dawidek2004-08-011-1/+4
| | | | | | | - Log syncid bump at debug level 1. Notes: svn path=/head/; revision=132954
* Add some minor changes related to PCMCIA attribute memory mappingBill Paul2004-08-011-2/+18
| | | | | | | | | (which I apparently forgot to commit earlier). Acquire NDIS_LOCK() in ndis_linksts_done(). Notes: svn path=/head/; revision=132953
* Document EXTSRCDIR.Murray Stokely2004-08-011-0/+4
| | | | | | | Submitted by: Pawel Worach <pawel.worach@telia.com> Notes: svn path=/head/; revision=132952
* Add missing thread suspension/resumption code, fix a bug in pt_thr_sstep,David Xu2004-08-011-11/+115
| | | | | | | don't overwrite other debug flags. Notes: svn path=/head/; revision=132951
* Add code to implement register structure converter.David Xu2004-08-011-1/+56
| | | | Notes: svn path=/head/; revision=132950
* Update release notes to reflect sendmail 8.13.1 importGregory Neil Shapiro2004-08-012-2/+2
| | | | Notes: svn path=/head/; revision=132949
* Update notes after sendmail 8.13.1 importGregory Neil Shapiro2004-08-011-4/+4
| | | | Notes: svn path=/head/; revision=132948
* Reflect changes in sendmail 8.13 source treeGregory Neil Shapiro2004-08-012-5/+5
| | | | Notes: svn path=/head/; revision=132947
* Resolve conflicts from sendmail 8.13.1 importGregory Neil Shapiro2004-08-0120-400/+641
| | | | Notes: svn path=/head/; revision=132946
* This commit was generated by cvs2svn to compensate for changes in r132943,Gregory Neil Shapiro2004-08-01196-2743/+7931
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=132944
| * Import sendmail 8.13.1Gregory Neil Shapiro2004-08-01213-2976/+8573
| | | | | | | | Notes: svn path=/vendor/sendmail/dist/; revision=132943
* | Specify the locking for some proc fieldsJulian Elischer2004-07-311-3/+3
| | | | | | | | Notes: svn path=/head/; revision=132942
* | If there are no valid components after the timeout, just destroy device.Pawel Jakub Dawidek2004-07-311-7/+2
| | | | | | | | | | | | | | There is probably nothing to wait for. Notes: svn path=/head/; revision=132941
* | Propagate size changes upwards.Lukas Ertl2004-07-313-0/+25
| | | | | | | | Notes: svn path=/head/; revision=132940
* | Fix a stupid error in my previous commit, which broke operationGleb Smirnoff2004-07-311-1/+2
| | | | | | | | | | | | | | | | | | of many nodes. Pointy hat to: glebius Notes: svn path=/head/; revision=132939
* | Handle spoil event in dedicated function: g_mirror_spoiled().Pawel Jakub Dawidek2004-07-311-2/+17
| | | | | | | | | | | | | | | | | | | | | | The different between the new function and g_mirror_orphan() (which was used previously) is that syncid is bumped immediately, instead of on first write, because when consumer was spoiled, it means, that its provider was opened for writing, so we can't trust that its data will be valid when it will be connected again. Notes: svn path=/head/; revision=132938
* | Add copyright notices.Max Khon2004-07-313-3/+78
| | | | | | | | | | | | | | Prodded by: imp Notes: svn path=/head/; revision=132936
* | Expand the license referenced indirectly inline.Warner Losh2004-07-312-6/+40
| | | | | | | | Notes: svn path=/head/; revision=132935
* | Help simon out and add a HARDWARE section.Tom Rhodes2004-07-311-1/+2
| | | | | | | | Notes: svn path=/head/; revision=132934
* | Allow for capital letters as size suffixes.Pawel Jakub Dawidek2004-07-311-8/+20
| | | | | | | | | | | | | | | | Inspired by: le Approved by: green (maintainer) Notes: svn path=/head/; revision=132933
* | ftpd(8) seems to be WARNS=2 clean now.Yaroslav Tykhiy2004-07-311-0/+1
| | | | | | | | | | | | | | Tested on: i386, ia64, amd64, sparc64, alpha Notes: svn path=/head/; revision=132932
* | Change ``(foo *)0'' to ``NULL'' where it's possibleYaroslav Tykhiy2004-07-312-11/+11
| | | | | | | | | | | | | | | | | | | | (and it appears possible throughout ftpd(8) source.) It is not a mere issue of style: Null pointers in C seem to have been mistaken one way or another quite often. Notes: svn path=/head/; revision=132931
* | Kill a small herd of casts to off_t where they were not needed.Yaroslav Tykhiy2004-07-312-10/+9
| | | | | | | | | | | | | | | | | | Thank Fortune, the C compiler can figure out by itself the proper conversion for assignments, comparisons, and prototyped function arguments. Notes: svn path=/head/; revision=132930
* | Printf(3) off_t values through conversion to intmax_t sinceYaroslav Tykhiy2004-07-312-10/+15
| | | | | | | | | | | | | | we've got <stdint.h> et al now. (This makes ftpd(8) WARNS=2 clean.) Notes: svn path=/head/; revision=132929
* | Save context in kernel fashion, so it can be restored byDavid Xu2004-07-312-4/+10
| | | | | | | | | | | | | | kse_switchin syscall. Notes: svn path=/head/; revision=132928
* | Remove unused field.David Xu2004-07-312-2/+0
| | | | | | | | Notes: svn path=/head/; revision=132927
* | Kill an unused variable (heading to WARNS=2.)Yaroslav Tykhiy2004-07-311-1/+0
| | | | | | | | Notes: svn path=/head/; revision=132926
* | Convert a couple of bogus null statements to the right form.Yaroslav Tykhiy2004-07-311-2/+2
| | | | | | | | | | | | | | (Heading to WARNS=2.) Notes: svn path=/head/; revision=132925
* | Turn on PCB_FULLCTX for set_mcontext, functions like kse_switchinDavid Xu2004-07-311-0/+1
| | | | | | | | | | | | | | | | needs to fully restore asynchronous context which did not come from fast syscall. Notes: svn path=/head/; revision=132924
* | Remove unused field.Pawel Jakub Dawidek2004-07-311-1/+0
| | | | | | | | Notes: svn path=/head/; revision=132923
* | Destroy synchronization geom immediately. This should fix unloading withoutPawel Jakub Dawidek2004-07-311-1/+11
| | | | | | | | | | | | | | stopping all mirrors. Notes: svn path=/head/; revision=132922
* | Fix the panic (""memory modified after free") when ata_getparam() failsSøren Schmidt2004-07-311-0/+1
| | | | | | | | | | | | | | | | | | and retries. Found by: Nate Lawson Notes: svn path=/head/; revision=132921
* | Use SHLIBDIR instead of LIBDIR. This should fix buildworld breakage.Pawel Jakub Dawidek2004-07-311-2/+1
| | | | | | | | | | | | | | Reported by: des Notes: svn path=/head/; revision=132920
* | Add pmap locking to pmap_object_init_pt().Alan Cox2004-07-312-2/+12
| | | | | | | | Notes: svn path=/head/; revision=132919
* | Check for read errors.Tim J. Robbins2004-07-311-0/+2
| | | | | | | | Notes: svn path=/head/; revision=132918
* | Add standard DIAGNOSTICS section.Tim J. Robbins2004-07-311-0/+2
| | | | | | | | Notes: svn path=/head/; revision=132917
* | Add support for multibyte characters, loosely based on Bruno Haible'sTim J. Robbins2004-07-312-25/+57
| | | | | | | | | | | | | | work in the util-linux packages, but with some minor fixes. Notes: svn path=/head/; revision=132916
* | Fix some particularly bad style(9) violations.Tim J. Robbins2004-07-311-60/+58
| | | | | | | | Notes: svn path=/head/; revision=132915
* | Bump __FreeBSD_version to reflect the removal of kmem_alloc_pageable().Alan Cox2004-07-311-1/+1
| | | | | | | | | | | | | | Requested by: pjd@ Notes: svn path=/head/; revision=132914
* | Macro optimize, this increases context switch speed about 2% on myDavid Xu2004-07-312-4/+4
| | | | | | | | | | | | | | athlon64 machine. Notes: svn path=/head/; revision=132913
* | 1. Use correct alignment mask, -15 != ~15David Xu2004-07-311-2/+2
| | | | | | | | | | | | | | 2. Make end of frames Notes: svn path=/head/; revision=132912
* | Allow slice creation on providers from MIRROR class.Pawel Jakub Dawidek2004-07-311-0/+1
| | | | | | | | | | | | | | This should allow mounting root file system from a mirror. Notes: svn path=/head/; revision=132911
* | Use #include <unistd.h> rather than the explicit externs in theWarner Losh2004-07-311-2/+1
| | | | | | | | | | | | | | | | | | example. The externs haven't been needed in about 10 years, so there's no reason to have them other than for hysterical raisins. And the California Rasins haven't been around for a long time... Notes: svn path=/head/; revision=132910
* | Add '-p' option for 'insert' command which allows to specify priorityPawel Jakub Dawidek2004-07-312-1/+10
| | | | | | | | | | | | | | | | | | of the new component. Version number wasn't bumped (it should be), because I think there are no geom_mirror users yet. Notes: svn path=/head/; revision=132909
* | - Check if 'slice' argument was given.Pawel Jakub Dawidek2004-07-311-0/+8
| | | | | | | | | | | | | | - Check if disk isn't already the mirror component. Notes: svn path=/head/; revision=132908
* | Dump correct field.Pawel Jakub Dawidek2004-07-311-1/+1
| | | | | | | | Notes: svn path=/head/; revision=132907
* | Set the access counts of a subdisk correctly when attaching itLukas Ertl2004-07-301-2/+21
| | | | | | | | | | | | | | to a plex that already has subdisks. Notes: svn path=/head/; revision=132906
* | Connect GEOM_MIRROR class to the build.Pawel Jakub Dawidek2004-07-307-1/+9
| | | | | | | | Notes: svn path=/head/; revision=132905
* | Add GEOM_MIRROR class which provide RAID1 functionality and has many usefulPawel Jakub Dawidek2004-07-3014-0/+4347
| | | | | | | | | | | | | | | | | | | | | | features. The gmirror(8) utility should be used for control of this class. There is no manual page yet, but I'm working on it with keramida@. Many useful tests provided by: simon (thank you!) Some ideas from: scottl, simon, phk Notes: svn path=/head/; revision=132904