| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
|
|
|
| |
new-bus.
Notes:
svn path=/stable/3/; revision=46892
|
| |
|
|
|
|
|
|
| |
and ease portability between -current and -stable. This won't help
-current to 3.1-RELEASE portability though.
Notes:
svn path=/stable/3/; revision=46890
|
| |
|
|
|
|
|
| |
PR: 11411
Notes:
svn path=/stable/3/; revision=46888
|
| |
|
|
|
|
|
| |
PR: 11415
Notes:
svn path=/stable/3/; revision=46887
|
| |
|
|
|
|
|
| |
PR: 11413
Notes:
svn path=/stable/3/; revision=46886
|
| |
|
|
|
|
|
| |
PR: 11411
Notes:
svn path=/stable/3/; revision=46885
|
| |
|
|
|
|
|
| |
PR: 11410
Notes:
svn path=/stable/3/; revision=46884
|
| |
|
|
| |
Notes:
svn path=/stable/3/; revision=46883
|
| |
|
|
| |
Notes:
svn path=/stable/3/; revision=46882
|
| |
|
|
| |
Notes:
svn path=/stable/3/; revision=46880
|
| |
|
|
| |
Notes:
svn path=/stable/3/; revision=46873
|
| |
|
|
| |
Notes:
svn path=/stable/3/; revision=46872
|
| |
|
|
|
|
|
|
|
| |
is insufficient time to troubleshoot this prior to the 3.2 release.
Not backed out from current. Some collateral changes in uipc_socket2.c and
sys/socketvar.h were also not backed out as they are harmless.
Notes:
svn path=/stable/3/; revision=46863
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Arrange the "CONFIGURATION FILE" section in the order in which the
entries go into the config file.
Clarify what names can be used for Vinum drives, and what will happen
to you if you use other names.
Forcibly-demonstrated-by: Thomas Stromberg <tstromberg@rtci.com>
Peter K Campbell <PCampbel@vtrlmel1.telstra.com.au>
George Cox <george.cox@sophos.com>
many others, but those were the only three today.
Notes:
svn path=/stable/3/; revision=46862
|
| |
|
|
|
|
|
|
|
|
| |
* Camcontrol now offers more configurability
* devstat and friends list devices in a "better" order
Submitted by: Ken Merry
Notes:
svn path=/stable/3/; revision=46861
|
| |
|
|
|
|
|
|
| |
(oh the fun of hunting down all places I need to fixup for my commit...
so foolish for volenteering...)
Notes:
svn path=/stable/3/; revision=46853
|
| |
|
|
|
|
|
|
| |
perfectly on a number of RELENG_3 machines since it was added
to -current.
Notes:
svn path=/stable/3/; revision=46850
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Two OBJ_ONEMAPPING maintenance changes: 1. Fix a non-fatal bug
in vm_map_insert (from 1.149). 2. Remove pointless maintenance
in vm_map_remove (from 1.160).
Remove pointless comparisons from vm_map_simplify_entry (from
1.146).
Remove an incorrect comment (from 1.159) and
an unused variable (from 1.155).
Notes:
svn path=/stable/3/; revision=46844
|
| |
|
|
|
|
|
|
|
|
| |
enough, particularly when using vinum. Allow 32 characters
(arbitrary, I know) instead.
PR: bin/11433
Notes:
svn path=/stable/3/; revision=46841
|
| |
|
|
| |
Notes:
svn path=/stable/3/; revision=46838
|
| |
|
|
|
|
|
| |
Submitted by: Patrick Powell <papowell@astart4.astart.com>
Notes:
svn path=/stable/3/; revision=46837
|
| |
|
|
|
|
|
| |
Reviewed by: Poul-Henning Kamp <phk@critter.freebsd.dk>
Notes:
svn path=/stable/3/; revision=46820
|
| |
|
|
|
|
|
| |
(What the hell is a RELENG_3 tagged src/release/ doing in my -CURRENT tree??)
Notes:
svn path=/stable/3/; revision=46811
|
| |
|
|
| |
Notes:
svn path=/stable/3/; revision=46810
|
| |
|
|
| |
Notes:
svn path=/stable/3/; revision=46799
|
| |
|
|
| |
Notes:
svn path=/stable/3/; revision=46793
|
| |
|
|
|
|
|
| |
Submitted by: Takahashi Yoshihiro <nyan@dd.catv.ne.jp>
Notes:
svn path=/stable/3/; revision=46791
|
| |
|
|
| |
Notes:
svn path=/stable/3/; revision=46790
|
| |
|
|
| |
Notes:
svn path=/stable/3/; revision=46788
|
| |
|
|
| |
Notes:
svn path=/stable/3/; revision=46786
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Refined internal interface in keyboard drivers so that:
1. the side effect of device probe is kept minimal,
2. polling mode function is added,
3. and new ioctl and configuration options are added (see below).
- Added new ioctl: KDSETREPEAT
Set keyboard typematic rate. There has existed an ioctl command,
KDSETRAD, for the same purpose. However, KDSETRAD is dependent on
the AT keyboard. KDSETREPEAT provides more generic interface.
KDSETRAD will still be supported in the atkbd driver.
- Added new configuration options:
ATKBD_DFLT_KEYMAP
Specify a keymap to be used as the default, built-in keymap.
(There has been undocumented options, DKKEYMAP, UKKEYMAP, GRKEYMAP,
SWKEYMAP, RUKEYMAP, ESKEYMAP, and ISKEYMAP to set the default keymap.
These options are now gone for good. The new option is more general.)
KBD_DISABLE_KEYMAP_LOADING
Don't allow the user to change the keymap.
- And other minor fixes and updates.
merged files and revisions
---------------------------------------------------------------------
usr.sbin/kbdcontrol/kbdcontrol.c 1.22, 1.23, 1.24, 1.25
usr.sbin/vidcontrol/vidcontrol.c 1.27
sys/alpha/include/console.h 1.42, 1.43, 1.44
sys/dev/kbd/kbd.c 1.4
sys/dev/kbd/kbdreg.h 1.3
sys/dev/kbd/kbdtables.h 1.45
sys/dev/kbd/atkbd.c 1.5, 1.8
sys/dev/kbd/atkbdreg.h 1.2
sys/dev/syscons/syscons.c 1.295, 1.296, 1.299
sys/dev/usb/ukbd.c 1.9, 1.10, 1.11, 1.12, 1.13
sys/i386/conf/LINT 1.565
sys/i386/conf/options.i386 1.109
sys/i386/conf/files.i386 1.228
sys/i386/include/console.h 1.45
sys/i386/isa/atkbd_isa.c 1.3
sys/i386/isa/pcvt/pcvt_kbd.c 1.28, 1.29
sys/isa/atkbd_isa.c 1.2
Notes:
svn path=/stable/3/; revision=46784
|
| |
|
|
| |
Notes:
svn path=/stable/3/; revision=46770
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Somebody tagged this manually (dont do this! use cvs add!) with RELENG_3
and botched it by using a static rather than branch tag. Then, when trying
to merge these revisions onto the (now broken) branch, they deleted and
recreated the RELENG_3 tag, again using a static rather than branch tag.
Reminder: committers should *NOT* be using 'cvs tag' for RELENG_* tags
*at all*. To add a file to a releng branch, use cvs add!
Notes:
svn path=/stable/3/; revision=46769
|
| |
|
|
|
|
|
| |
Correct an optimization in vm_object_page_remove.
Notes:
svn path=/stable/3/; revision=46749
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add a facility in the CAM error handling code to retry selection timeouts.
If the client requests that the error recovery code retry a selection
timeout, it will be retried after half a second. The delay is to give the
device time to recover.
For most of these drivers, I only added selection timeout retries where
they were also retrying unit attention type errors. The sa(4) driver calls
saerror() in a number of places, but most of them don't request retrying
unit attentions.
Also, bump the default minimum CD changer timeout from 2 to 5 seconds and
the maximum timeout from 10 to 15 seconds. Some Pioneer changers seem to
have trouble with the shorter timeout.
Reviewed by: gibbs
Notes:
svn path=/stable/3/; revision=46748
|
| |
|
|
|
|
|
| |
if not, set it.
Notes:
svn path=/stable/3/; revision=46746
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
problems solved:
1) create function usbd_errstr which turns a usbd_status into a sensible
error message
2) ohci.c: Interrupt transfers worked only for the first packet.
The second packet was not seen as finished.
3) change printf to logprintf
4) add definitions for Commun. Device Clas
5) uhci.c: many a change, all problems up to rev. 1.25
6) ums.c: mouse now looks like a mouse systems mouse
7) usbdevs*.h: add loads of device id's
8) lots of textual changes
Notes:
svn path=/stable/3/; revision=46745
|
| |
|
|
|
|
|
| |
of the build machine, and we want to get "3.2" in them vs. "3.1".
Notes:
svn path=/stable/3/; revision=46742
|
| |
|
|
| |
Notes:
svn path=/stable/3/; revision=46741
|
| |
|
|
|
|
|
|
|
|
|
|
| |
pages.
Also, update the pass(4) man page to indicate that some CCBs must be
sent through the xpt(4) device and cannot be sent through a pass device.
PR: 8826
Notes:
svn path=/stable/3/; revision=46739
|
| |
|
|
|
|
|
| |
the pam_unix module.
Notes:
svn path=/stable/3/; revision=46736
|
| |
|
|
| |
Notes:
svn path=/stable/3/; revision=46732
|
| |
|
|
| |
Notes:
svn path=/stable/3/; revision=46725
|
| |
|
|
| |
Notes:
svn path=/stable/3/; revision=46723
|
| |
|
|
| |
Notes:
svn path=/stable/3/; revision=46721
|
| |
|
|
| |
Notes:
svn path=/stable/3/; revision=46713
|
| |
|
|
| |
Notes:
svn path=/stable/3/; revision=46708
|
| |
|
|
| |
Notes:
svn path=/stable/3/; revision=46707
|
| |
|
|
| |
Notes:
svn path=/stable/3/; revision=46706
|
| |
|
|
|
|
|
|
|
| |
Now equivalent to ping.c 1.44 and ping.8 1.20.
PR: 9308
Notes:
svn path=/stable/3/; revision=46700
|