Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update the test-script based on the sunlabel version, but put a for-loop | phk | 2003-05-02 | 1 | -91/+151 |
| | | | | in there to run over the various architectures. | ||||
* | Considering that I did cast the arguments to (intmax_t) I must have | phk | 2003-05-02 | 1 | -4/+4 |
| | | | | been sleepy since I used %qd instead of %jd. | ||||
* | pc98 has it's own release subdir, so it's safe to remove the stg, ncv, and | scottl | 2003-05-02 | 2 | -0/+6 |
| | | | | | | nsp drivers from the i386 floppies. Suggested by: bmah | ||||
* | sysctlbyname takes a size_t as its 5th argument, not a pointer. | imp | 2003-05-02 | 1 | -1/+1 |
| | | | | | | | However, since NULL was used, and this is C++, this error went undetected until g++ 3.3 somehow managed to whine about it. Reported by: obrien | ||||
* | Fix printf format errors. | jake | 2003-05-02 | 1 | -2/+2 |
| | |||||
* | New release notes: ata(4) flushing on shutdown, mergemaster(8) -P, | bmah | 2003-05-02 | 2 | -4/+90 |
| | | | | | | old rc scripts gone, texinfo 4.5. Updated release notes: OpenPAM Dianthus. | ||||
* | This commit was generated by cvs2svn to compensate for changes in r114536, | des | 2003-05-02 | 51 | -77/+106 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Vendor import of OpenPAM Dianthus. | des | 2003-05-02 | 51 | -77/+106 |
| | | |||||
* | | s/DIOCGPC98/DIOCSPC98/ | nyan | 2003-05-02 | 1 | -2/+2 |
| | | |||||
* | | Add flushing of devices on shutdown. | sos | 2003-05-02 | 3 | -26/+40 |
| | | | | | | | | | | | | Note: this might print failure messages on some systems, unfortunatly the info from the device, stating if flushing is supported, cannot be trusted so the operation is always issued on all devices, just in case... | ||||
* | | Style improvement. | phk | 2003-05-02 | 1 | -4/+3 |
| | | |||||
* | | Use g_wither_geom() and plug memory leaks. | phk | 2003-05-02 | 1 | -4/+4 |
| | | |||||
* | | Plug memory leaks. | phk | 2003-05-02 | 1 | -0/+16 |
| | | |||||
* | | Add "addspare" functionality. | sos | 2003-05-02 | 2 | -3/+20 |
| | | |||||
* | | Add ioctl to add a spare disk to a RAID array. | sos | 2003-05-02 | 4 | -33/+90 |
| | | | | | | | | | | Fix the discovery of RAID's to not grap unused disks. Change the probe printing of a RAID a bit. | ||||
* | | Add function to add spare disk to raid. | sos | 2003-05-02 | 1 | -0/+4 |
| | | |||||
* | | Dont try to call detached interrupt routine. | sos | 2003-05-02 | 1 | -2/+3 |
| | | |||||
* | | Use an uma-zone for allocation bio requests. | phk | 2003-05-02 | 1 | -13/+10 |
| | | |||||
* | | Fix build on 4.x. | ru | 2003-05-02 | 1 | -0/+4 |
| | | |||||
* | | Handle thread canceled case, it is same as signal caused backout, | davidxu | 2003-05-02 | 2 | -2/+2 |
| | | | | | | | | but will break out of loop. | ||||
* | | rc.sendmail should not have been removed yet. | dougb | 2003-05-02 | 1 | -2/+2 |
| | | | | | | | | Don't include it in the rcOG removal prompt. | ||||
* | | This file was removed prematurely. It contains functionality | dougb | 2003-05-02 | 1 | -0/+194 |
| | | | | | | | | | | | | | | | | not currently duplicated by rcNG, and is also relied on by /etc/mail/Makefile. Submitted by: hrs Pointy hat to: me | ||||
* | | IPLware support. The `IPLware' program assumes boot menu program | kato | 2003-05-02 | 1 | -0/+4 |
| | | | | | | | | begins with the `jmp 0x2d4' near jump. | ||||
* | | Huh? When did the etc bits for amd64 get added? | mtm | 2003-05-02 | 3 | -5/+5 |
| | | | | | | | | | | | | | | Make sure they're ported over to rc.d. While I'm at it correct a logic mistake in rc.d/apmd. Approved by: markm (mentor)(implicit) | ||||
* | | Use g_slice_spoiled() instead of g_std_spoiled(). | phk | 2003-05-02 | 1 | -1/+2 |
| | | | | | | | | Add XXX comment about minor memory leak until I can fix it. | ||||
* | | Use g_slice_spoiled() instead of g_std_spoiled(). | phk | 2003-05-02 | 1 | -1/+1 |
| | | |||||
* | | Use g_slice_spoiled(). | phk | 2003-05-02 | 1 | -3/+5 |
| | | | | | | | | Free buffer from g_read_data(). | ||||
* | | Create a symbolic link /dev/vga -> /dev/ttyv0. | mtm | 2003-05-02 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | We can't remove the sourcing of /etc/rc.devfs yet in case the user might have custom entries in it. We will have to come up with an /etc/devfs.rules or something to make this kind of thing easier. Approved by: markm (mentor)(implicit) | ||||
* | | bufpos is used in size_t contexts, so make it one. | obrien | 2003-05-02 | 1 | -6/+5 |
| | | |||||
* | | Set WARNS=1. RESOLUTION_MAX macro has major signed/unsigned issues. | obrien | 2003-05-02 | 1 | -0/+1 |
| | | |||||
* | | Use __FBSDID. | obrien | 2003-05-02 | 3 | -10/+7 |
| | | |||||
* | | Use size_t type vars in sizeof contexts. | obrien | 2003-05-02 | 1 | -3/+3 |
| | | |||||
* | | Back out all the stuff that didn't belong in the last commit. | phk | 2003-05-02 | 8 | -45/+27 |
| | | |||||
* | | Make this WARNS=1 as that is all we can do with GCC 3.3 -- too many | obrien | 2003-05-02 | 1 | -0/+1 |
| | | | | | | | | sized/unsigned comparisons. | ||||
* | | Make count a size_t as that is what is compared against and how it is used. | obrien | 2003-05-02 | 1 | -1/+2 |
| | | |||||
* | | Use g_slice_spoiled() rather than g_std_spoiled(). | phk | 2003-05-02 | 9 | -28/+47 |
| | | | | | | | | Remember to free the buffer we got from g_read_data(). | ||||
* | | Use g_slice_spoiled() not g_std_spoiled() | phk | 2003-05-02 | 1 | -1/+1 |
| | | |||||
* | | Use g_slice_spoiled() rather than g_std_spoiled() | phk | 2003-05-02 | 1 | -2/+2 |
| | | |||||
* | | Use g_slice_spoiled() rather than g_std_spoiled(). | phk | 2003-05-02 | 1 | -1/+1 |
| | | |||||
* | | Use a more tailored spoil routine for slices, and take advantage of | phk | 2003-05-02 | 2 | -15/+20 |
| | | | | | | | | g_wither_geom() to do most of the work for us. | ||||
* | | * Document the -P option | dougb | 2003-05-02 | 1 | -1/+17 |
| | | | | | | | | | | | | * Add a paragraph suggesting that the merge option be used only for files that users have modified. People have been using this option for all files that are different, causing unecessary confusion. | ||||
* | | [Grrr, editor exited too early] | obrien | 2003-05-02 | 0 | -0/+0 |
| | | | | | | | | Rev 1.39 sets WARNS=WFORMAT=0 because of the explanation given. | ||||
* | | * Add a -P (Preserve) option, which saves a copy of files that you replace. | dougb | 2003-05-02 | 1 | -20/+50 |
| | | | | | | | | | | | | | | | | | | | | The idea for this option came from Marc Schneiders <marc@schneiders.org> * I've been meaning to remove the code that checked for the existence of /etc/sysconfig for a while now, since that file was last seen in 2.2.2. * Replace the above with a check for elements of the old rc system. Offer to move these files out of DESTDIR/etc for the user's convenience. | ||||
* | | The is_name and is_in_name macros are FUBAR'ed. | obrien | 2003-05-02 | 1 | -0/+2 |
| | | | | | | | | | | | | Due to the use of signed vs. unsigned chars on our various platforms, one gets "warning: comparison is always true due to limited range of data type" from GCC 3.3. | ||||
* | | Style improvement. | phk | 2003-05-02 | 1 | -4/+2 |
| | | |||||
* | | Use g_wither_geom() for cleanup. | phk | 2003-05-02 | 2 | -6/+4 |
| | | |||||
* | | Call g_wither_geom(), instead of just setting the flag. | phk | 2003-05-02 | 1 | -3/+13 |
| | | |||||
* | | Fix typo in last commit | julian | 2003-05-02 | 1 | -1/+1 |
| | | |||||
* | | Rework the "withering" mechanism: | phk | 2003-05-02 | 2 | -17/+47 |
| | | | | | | | | Introduce g_wither_geom() to do the work in one single place. | ||||
* | | check_drive: If we find an existing drive which is "up" or "down", | grog | 2003-05-02 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | just return it. Don't try to reinitialize it. This should fix a number of inconsistencies that some people encountered with "vinum start". PR: 30588 PR: 43475 |