aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Do not add progname in err() strings, it will be printed twicePhilippe Charnier2000-05-282-10/+9
* Simplify .Nm. Be consistent with subcommand namePhilippe Charnier2000-05-281-6/+12
* Put ASCII under .TnPhilippe Charnier2000-05-281-1/+3
* Dot not dot terminate in FILES and SEE ALSO sectionsPhilippe Charnier2000-05-281-2/+2
* match prototypePhilippe Charnier2000-05-282-6/+6
* Do not dot terminate lines in FILES sectionPhilippe Charnier2000-05-281-1/+1
* Mass update of isa drivers using compatability shims to usePeter Wemm2000-05-2844-57/+446
* The dreaded isa_compat.h tables are no longer used, so there is no needPeter Wemm2000-05-283-624/+1
* Redo the isa compat driver shim so that each driver is self containedPeter Wemm2000-05-285-318/+35
* Reviewed by: David O'BrienGerard Roudier2000-05-281-50/+85
* Manipulate with AltGR Led (really CapsLock Led) only in K_XLATE mode, becauseAndrey A. Chernov2000-05-282-2/+4
* ncr.c is no longer a COMPAT_OLDPCI device - remove the warning.Peter Wemm2000-05-281-4/+0
* Remove haveseen_iobase() - it is no longer called from anywhere in thePeter Wemm2000-05-282-23/+0
* Cosmetics: dont say Unknown but Generic chipset in probe..Søren Schmidt2000-05-281-1/+1
* Fix alignment problem on the alpha reported by several parties.Søren Schmidt2000-05-281-1/+1
* Remove a couple of dups and fix a typo. This doesn't touch dups thatTim Vanderhoek2000-05-281-25/+1
* A set of diffs to bring the new murphy into line with theTim Vanderhoek2000-05-281-172/+146
* Quoting submitter:Tim Vanderhoek2000-05-283-5/+2407
* By overwhelming demand, revert the one=two joke to its previous form.Tim Vanderhoek2000-05-281-6/+5
* Move adv.4, adw.4, aha.4, ahb.4, bktr.4, bt.4, dpt.4, ed.4, joy.4, ppc.4,David E. O'Brien2000-05-2814-1634/+17
* Add AlphaServer 2000 (demi-sable), 2100 (sable), and 2100A (lynx) support.Andrew Gallatin2000-05-289-2/+1086
* Allow platform specific isa interrupt setup & teardown routines inAndrew Gallatin2000-05-282-1/+16
* Silence warnings.Kris Kennaway2000-05-271-1/+8
* Fix a misspelling: undefied -> undefinedChris Costello2000-05-273-3/+3
* MFA: Add {kernel,module}-{depend,clean,cleandepend,tags,install,reinstall}David E. O'Brien2000-05-272-68/+112
* Use /sys/sys/*.h over /usr/include/sys.David E. O'Brien2000-05-272-2/+2
* Add entry for new binutils that are needed to properly rebuild theWarner Losh2000-05-271-7/+12
* Add suggested comment for TCP_DROP_SYNFIN and TCP_RESTRICT_RSTWilko Bulte2000-05-271-0/+2
* fix the return value of the SOUND_PCM_WRITE_CHANNELS ioctlCameron Grant2000-05-271-3/+7
* Use bus_space_handle_t instead of bus_space_tag_t to hold the resultDoug Rabson2000-05-271-2/+2
* Update to use newbus and busspace.Doug Rabson2000-05-271-154/+117
* - Remove unnecessary 'data32' and 'addr32' prefixes and #define's.John Baldwin2000-05-272-20/+2
* Add IBM 56K Modem (PR 17992, Jeroen C. van Gelderen)Warner Losh2000-05-271-1/+18
* Fix conflicts.David E. O'Brien2000-05-274-258/+669
* This commit was generated by cvs2svn to compensate for changes in r60967,David E. O'Brien2000-05-2721-76/+1570
|\
| * Bring in bug fixes from the GCC anoncvs server's "gcc-2_95-branch"David E. O'Brien2000-05-2727-336/+2241
* | Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead ofPeter Wemm2000-05-27118-118/+118
* | Sigh. Use the correct path to bsd.conf.mk. It's times like this that IPeter Wemm2000-05-271-1/+1
* | Add bsd.kmod.mk back.Peter Wemm2000-05-271-1/+1
* | Revive a skeleton for bsd.kmod.mk (which will be in the make search path)Peter Wemm2000-05-271-0/+13
* | Strip spaces and comments more agressively.Daniel C. Sobral2000-05-261-14/+52
* | move various fields from pcm_channel to snd_dbufCameron Grant2000-05-263-173/+209
* | if we have a codec init routine, fail the attach if init failsCameron Grant2000-05-261-3/+7
* | Bring in FICL 2.04. No bump of loader version is required by thisDaniel C. Sobral2000-05-269-161/+422
* | handle emulated dma readsCameron Grant2000-05-2613-19/+51
* | If the fsm header reports a length greater than the packet size,Brian Somers2000-05-261-1/+8
* | Some joker decided to make it even harder to build modules outside theMike Smith2000-05-261-1/+1
* | Hackish support for 302 redirect.Dag-Erling Smørgrav2000-05-261-24/+59
* | If devclass_alloc_unit() is called with a wired unit #, and this isSøren Schmidt2000-05-261-12/+7
* | Rather than checking for hlen causing misalignment, we should do theAndrew Gallatin2000-05-261-7/+9