summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* In rev 1.51 of usb_port.h I switched over to using the USB_USE_SOFTINTRjoe2002-09-305-0/+21
| | | | | | | | | | | | | | | code path to fix a bug in the non USB_USE_SOFTINTR path that caused the usb bus to hang and generally misbehave when devices were unplugged. In the process though it also reduced the throughput of usb devices because of a less than optimal implementation under FreeBSD. This commit fixes the non USB_USE_SOFTINTR code in uhci and ohci so that it works again, and switches back to using this code path. The uhci code has been tested, but the ohci code hasn't. It's essentially the same anyway and so I don't envisage any difficulties. Code for uhci submitted by: Maksim Yevmenkin <myevmenk@exodus.net>
* Don't install mqueue.h, since it only makes things harder for portingmike2002-09-301-2/+3
| | | | software when you provide prototypes for non-existent functions.
* Modified release notes: atapicam wording tweaks, dhclient 3.0.1RC9.bmah2002-09-302-6/+8
| | | | Submitted by: thomas (atapicam)
* Call bus_set_resource() to set the ioport resource.nyan2002-09-301-0/+2
|
* Grammars fixs and typos fixsgioria2002-09-301-50/+51
|
* Turn back on the "SMP: AP CPU #N Launched!" message on normal boots.obrien2002-09-306-12/+6
| | | | | Peter's rev 1.189 should fix the lost console on SCSI-based systems due to this message.
* Add support for DIOCGMEDIASIZE and DIOCGSECTORSIZE.phk2002-09-302-80/+18
| | | | | | Remove all traces of disklabel. Sponsored by: DARPA & NAI Labs.
* If GEOM is in the kernel, take these three out. I have no way ofphk2002-09-305-0/+15
| | | | | | | | testing any modifications to them, they shouldn't even bother with disklabels in the first place and they are just plain obsolete old hardware which should be axed entirely before 5.0-R IMO. Sponsored by: DARPA & NAI Labs.
* Prefix private BIO commands with "FD" so people get a hint that theyphk2002-09-302-22/+22
| | | | | | are in fact private. Sponsored by: DARPA & NAI Labs.
* Callers of error() don't need to supply a program name prefix in thetjr2002-09-301-6/+6
| | | | error message. Stops ulimit giving error messages like "ulimit: ulimit: xyz".
* Allow a left parenthesis before patterns in case blocks. POSIX requirestjr2002-09-301-0/+2
| | | | us to accept this, but I've never seen a script that uses it.
* This commit was generated by cvs2svn to compensate for changes in r104204,nectar2002-09-301-2/+2
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Fix an annoying bug that causes a spurious error message when changingnectar2002-09-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | passwords, even when the operation actually succeeded. % k5passwd luser@REA.LM's Password: ************** New password: ************** Verifying password - New password: ************** k5passwd: krb5_change_password: unable to reach any changepw server in realm REA.LM [In reality, the password was changed.] Obtained from: Heimdal CVS
* | Pass our idea of a manpage's locale from man(1) down to mdoc(7).ru2002-09-302-5/+16
| |
* | Allow empty case/esac statements; POSIX requires this, and recent versionstjr2002-09-301-2/+2
| | | | | | | | | | | | | | of autoconf are generating scripts that use this feature. PR: 43275 35879 Submitted by: Dan Nelson <dnelson@allantgroup.com>
* | Regen:sheldonh2002-09-301-43/+369
| | | | | | | | * Hart: rev 337 of pcidevs.txt (2002-09-29)
* | Add quirk for Apacer HandyDriveguido2002-09-301-0/+7
| | | | | | | | MFC after: 1 week
* | bzero() allocations.mdodd2002-09-301-0/+2
| |
* | - bzero() allocations.mdodd2002-09-301-1/+38
| | | | | | | | - check for malloc() failures.
* | Don the asbestos underwear and add the code which lets DIOCWDINFOphk2002-09-301-7/+23
| | | | | | | | | | | | write modified disklabels back to disk. Sponsored by: DARPA & NAI Labs.
* | Turn warnings back on.mdodd2002-09-301-1/+0
| |
* | Retire g_io_fail() and let g_io_deliver() take an error argument instead.phk2002-09-308-61/+43
| | | | | | | | Sponsored by: DARPA & NAI Labs.
* | Introduce g_write_data() function.phk2002-09-302-0/+19
| | | | | | | | Sponsored by: DARPA & NAI Labs
* | Add missing g_enc_le2().phk2002-09-302-0/+9
| | | | | | | | Sponsored by: DARPA & NAI Labs.
* | Install library-installed signal handlers with the SA_RESTART flagdeischen2002-09-303-3/+3
| | | | | | | | set.
* | Disable the g_sanity() check unless people ask for it in the debugflags.phk2002-09-302-0/+6
| | | | | | | | Sponsored by: DARPA & NAI Labs.
* | Resolve conflicts (fix spelling errors).murray2002-09-301-5/+27
| |
* | Add back the i386-specific hack to save and restore the FP statedeischen2002-09-302-4/+4
| | | | | | | | | | | | to/from a ucontext when a thread is interrupted by a signal. This will be removed when a proper fix is made in the kernel to save/restore the FP state without breaking the ABI.
* | Resolve conflicts.murray2002-09-304-8/+9
| |
* | This commit was generated by cvs2svn to compensate for changes in r104185,murray2002-09-3012-44/+93
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import ISC DHCP 3.0.1 RC9 client.murray2002-09-3018-58/+130
| | |
* | | Make sure we don't loose our topology lock in a call_me() handler.phk2002-09-301-0/+1
| | | | | | | | | | | | Sponsored by: DARPA & NAI Labs.
* | | French -mdoc localization.ru2002-09-303-3/+143
| | | | | | | | | | | | | | | Submitted by: gioria Reviewed by: blackend, ru
* | | - Recognize 'idt' interfaces.mdodd2002-09-301-1/+4
| | | | | | | | | | | | - The start command is 'atm_start' not 'start_cmd'.
* | | Recognize 'idt' interfaces.mdodd2002-09-301-0/+3
| | |
* | | Don't leak memory in case device_add_child_ordered() returns NULL.phk2002-09-301-3/+6
| | | | | | | | | | | | Found by: FlexeLint
* | | libusb -> libusbhid did not reach here.ru2002-09-302-2/+2
| | |
* | | FreeBSD 4.6, 4.6.2, 4.7 and 4.8 are now officially supported in -mdoc.ru2002-09-302-7/+5
| | |
* | | Only print out the "SMP: AP CPU #N Launched!" message on verbose boots.obrien2002-09-306-24/+24
| | | | | | | | | | | | The kernel printf() isn't race-free
* | | Save the FP state in the PCB as that is compatable with releng4 binaries.obrien2002-09-302-0/+20
| | | | | | | | | | | | | | | | | | | | | This is a band-aid until the KSE pthread committers get back on the ground and have their machines setup. Submitted by: eischen
* | | HARP driver for the IDT77201/211 NICStAR ATM Adapter (Including Fore LE155).mdodd2002-09-306-0/+4708
| | | | | | | | | | | | Obtained from: Richard Hodges <rh@matriplex.com>
* | | Use fcntl.h from inside /sys.obrien2002-09-301-1/+1
| | | | | | | | | | | | Reviewd by: scottl
* | | SAMSUNG SWL-2000P PCI Cardimp2002-09-301-0/+6
| | | | | | | | | | | | Submitted by: Robert Dezorzo
* | | Psion Dacom Gold Card Ethernetimp2002-09-301-0/+6
| | | | | | | | | | | | Submitted by: Rick Hoppe
* | | Generic Prism2.5 cardimp2002-09-301-0/+6
| | | | | | | | | | | | Submitted by: Matt Peterson
* | | Belkin F5D5020 pccard.imp2002-09-301-0/+6
| | | | | | | | | | | | Submitted by: Philip Pereira
* | | Entry for I-O Data PCET/100-CLimp2002-09-301-0/+6
| | | | | | | | | | | | Submitted by: MATSUO Masahiko-san
* | | mbuf leak in the error case has been fixed. When we haveimp2002-09-301-1/+3
| | | | | | | | | | | | | | | | | | | | | an error, go ahead and m_freem the buffer. PR: 32666 Submitted by: Chi-Fung Fan
* | | Remove bogus comments about why we do some silly things, and insteadimp2002-09-291-12/+1
| | | | | | | | | | | | | | | | | | | | | just say that the reasons are historical. Pr: 41104 Submitted by: hiten
* | | Make beep not depend on HZ setting.imp2002-09-291-4/+6
| | | | | | | | | | | | | | | | | | PR: 25201 Submitted by: Akio Marita-san # This is the last part of the PR uncommitted.
OpenPOWER on IntegriCloud