summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix two minor grammar mistakes.murray2001-11-191-3/+4
| | | | | PR: docs/32083 Submitted by: setantae@submonkey.net
* Add a missing word to form a complete sentence.murray2001-11-191-1/+1
| | | | | PR: docs/32084 Submitted by: setantae@submonkey.net
* Remove a duplicate word.murray2001-11-191-2/+1
| | | | | | PR: docs/32087 Submitted by: setantae@submonkey.net MFC After: 2 days
* Use .Nm to correctly display the program name.murray2001-11-191-1/+3
| | | | | | PR: docs/32086 Submitted by: setantae@submonkey.net MFC After: 2 days
* s/code/ucode/ (last minute typo)peter2001-11-191-2/+2
|
* Initial cut at calling the EFI-provided FPSWA (Floating Point Softwarepeter2001-11-193-7/+163
| | | | | Assist) driver to handle the "messy" floating point cases which cause traps to the kernel for handling.
* Add support for Intel's i820/i840/i845/i850/i860 chipset.kuriyama2001-11-191-0/+2
| | | | Submitted by: nork@cityfujisawa.ne.jp (Norikatsu Shigemura)
* Lookup the EFI_FPSWA driver and pass the interface pointer through to thepeter2001-11-197-0/+110
| | | | | kernel before we call ExitBootServices(). I've typed the definitions in efifpswa.h from the Intel FPSWA manual (urk).
* Use some (now) spare space for passing through a pointer to the FPSWApeter2001-11-191-1/+2
| | | | Interface provided by EFI (Floating Point SoftWare Assist).
* Remove bootinfo.bi_kernel. It isn't used by the kernel. struct bootinfopeter2001-11-195-23/+1
| | | | | should go away on ia64, we should be loader metadata based since that is the only way we can boot (loader, skiload).
* Fix a dependency violation, same as in libefi/elf_freebsd.c a while back.peter2001-11-192-0/+2
|
* This is used in C, not C++. functions with no args have func(void) in ourpeter2001-11-191-0/+1
| | | | kernel.
* Add NEWCARD support to awi.imp2001-11-191-3/+36
| | | | Devices obtained from NetBSD (+ zoom air 4000, which I added).
* Create a module for awi.imp2001-11-191-0/+12
|
* Update to 1.23 pccarddevsimp2001-11-191-1/+2
|
* Add ZOOM as one of the bgous vendorsimp2001-11-191-0/+1
|
* Add Linksys Instant Wireless Network PC Card from NetBSDimp2001-11-191-0/+1
|
* Update to 1.22 pccarddevsimp2001-11-191-3/+2
|
* Nits to make it whitespace compatible with what I'm about to commit to NetBSDimp2001-11-191-2/+1
|
* Update to 1.21 pccarddevsimp2001-11-191-3/+6
|
* Merge NetBSD 1.146: Linksys Instant Wireless Network card.imp2001-11-191-2/+3
| | | | Obtained From: NetBSD
* Install LOMAC public headers.green2001-11-191-0/+5
| | | | Sponsored by: DARPA, NAI Labs (CBOSS project)
* Add module compile framework for LOMAC.green2001-11-194-0/+63
| | | | Sponsored by: DARPA, NAI Labs (CBOSS project)
* Update to 1.20 pccarddevsimp2001-11-191-2/+5
|
* Merge NetBSD 1.145: Xircom XE2000imp2001-11-191-1/+2
|
* Fix a license and change $Id$s to $FreeBSD$s.green2001-11-1927-58/+54
| | | | Obtained from: DARPA, NAI Labs (CBOSS project)
* This commit was generated by cvs2svn to compensate for changes in r86567,green2001-11-1927-0/+6577
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Initial import of the LOMAC (Low-Watermark Mandatory Access Control)green2001-11-1927-0/+6577
| | | | | | module port to FreeBSD. Obtained from: NAI Labsx
* Avaya Wireless PCCARDimp2001-11-191-0/+6
| | | | Submitted by: Ants Aader <ants@kernel.ee>
* Hitachi DK32 disks have problems with tagged queuing under load.iedowse2001-11-191-0/+9
| | | | | | PR: kern/23536 Submitted by: Y.Amagai <amagai@nue.org> MFC after: 1 week
* cast hashing index to (int)(intptr_t) for calculation.dillon2001-11-191-3/+3
| | | | mtx_init() with MTX_QUIET and MTX_NOWITNESS to avoid bogus warnings
* Actually build new files.jake2001-11-191-1/+2
| | | | Forgotten by: jake
* Forced commit to note that the maintainer's freefall name is kris notjake2001-11-180-0/+0
| | | | kkenn. Too..much..irc.
* libkvm for sparc64. Only works for kernel memory so far.jake2001-11-181-0/+157
|
* Opensslconf for sparc64. Just a copy of the alpha one for now.jake2001-11-181-0/+175
| | | | Approved by: kkenn (maintainer)
* Add a structure defintion for the id prom contents.tmm2001-11-181-0/+63
| | | | Obtained from: NetBSD
* 1. Add ofw_pci.h with definitions for the OpenFirmware PCI bindingstmm2001-11-183-0/+143
| | | | | | | | 2. Add OF_getprop_alloc(), a helper function that will malloc() a sufficient amount of memory and then retrieve a property value into it. Approved by: benno Obtained from: NetBSD (1)
* Standardize idempotentcy ifdefs.jake2001-11-182-6/+6
|
* Implement DVD-ROM ioctls.marcel2001-11-182-27/+434
| | | | | PR: 26955 Submitted by: Boris Nikolaus (email unknown)
* Yet another verbose printing cleanup. Remove debug_wakeup flag andiwasaki2001-11-182-10/+4
| | | | check common verbose flag instead.
* - Ensure that linker file id's are unique, rather than blindlyarr2001-11-181-1/+15
| | | | | | incrementing the value. Reviewed by: dfr, peter
* Cleanups of verbose printing. All the messages for the debugging isiwasaki2001-11-188-68/+91
| | | | | | | disabled unless verbose flag is set. Also fix some messages in terms of English. The critical messages and error messages in probe/attach routine are unchanged by this commit.
* Add kernel headers needed to build libc. Some are bogus and/or just enoughjake2001-11-187-0/+524
| | | | | | to compile. Mostly obtained from: netbsd
* Make completion work with filenames containing spaces.iedowse2001-11-181-2/+7
| | | | | | PR: bin/23526 Submitted by: root@yoda.fwe.pi.musin.de MFC after: 1 week
* Allow the path for /dev and the location of the database file toiedowse2001-11-182-14/+33
| | | | | | | | | be overridden on the command line. This is useful for setting up chroot/jail environments. PR: bin/23509 Submitted by: Seth Kingsley <sethk@pike.osd.bsdi.com> MFC after: 1 week
* Add the PnP ID for a Rockwell 33.6k modem.iedowse2001-11-181-0/+1
| | | | | | PR: kern/23414 Submitted by: Ryuichiro Imura <imura@af.airnet.ne.jp> MFC after: 1 week
* Forced commit:marcel2001-11-180-0/+0
| | | | | PR: 22971 Submitted by: Masahiko KIMOTO <kimoto@ohnolab.org>
* Implement missing SOUND_MIXER_WRITE_RECSRC ioctl.marcel2001-11-182-0/+5
| | | | | PR: 22971 Tested by: dougb
* Add Xircom wireless card from pir@pir.netimp2001-11-181-0/+6
|
* Pass maintainership over to emulation@FreeBSD.org. It has been fun,marcel2001-11-181-1/+1
| | | | | | | | but time and other interests is making it hard. Open the door for new blood and fresh tactics now that the Linuxulator has had its facelift. Thanks to all who contributed during my tour of duty!
OpenPOWER on IntegriCloud