summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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!
* Need .type and .size here too.jake2001-11-187-4/+15
|
* Add more libc stuff.jake2001-11-1811-0/+843
| | | | Obtained from: netbsd
* Catch up to jmpbuf changes. Define offsets used from assmebly languagejake2001-11-182-24/+39
| | | | | in another file so that it is easy to see what they are and keep them in sync with the headers (grafted from the kernel generated assym.s).
* Remove fork and vfork wrappers. The kernel does the right thing.jake2001-11-183-127/+1
|
* Add .type and .size pseudo-ops to system call macros so that dynamic binariesjake2001-11-181-7/+15
| | | | will link. They must be used for weak symbols as well as strong ones.
* Make jmpbuf the same size as ucontext_t so that it can be passedjake2001-11-181-13/+3
| | | | | | to sigreturn. Obtained from: alpha
* 1. Split fp.h into fp.h and fsr.h so that the latter can be includedjake2001-11-185-45/+155
| | | | | | | | | | | | | in asm files. 2. Temporarily cause subnormal operands in floating point operations to be treated as zeros so that comlpetion of the operation does not need to be emulated. 3. Catch fp_exception_other and correctly skip over the unfinished instruction, but basically ignore them. Emulating the instruction is not yet supported. 4. Zero td_retval[1] as well in syscall(). Submitted by: tmm (2, 3)
* Avoid missing ticks and hardclock stopping.jake2001-11-181-1/+27
| | | | Submitted by: tmm
* Catch up to new constants. (These commit messages should have a song.)jake2001-11-181-8/+13
|
* - M_ZERO already sets bif_dlist to zero; there is no need toarr2001-11-181-1/+0
| | | | do it again.
* 1. Remove kdbframe. Bad idea.jake2001-11-184-42/+71
| | | | | | | | | | | | 2. Add a TF_DONE macro, which fiddles a trapframe to make the retry on return from traps act like a done (advance past the trapping instruction instead of re-executing). 3. Flush the windows before entering the debugger, since it is no longer done in the breakpoint trap vector. 4. Print a warning if trace <pid> is attempted, it is not yet implemented. 5. Print traps better and decode system calls in traces. Submitted by: rwatson (4)
* Implement SET. Set execption.s 1.12.jake2001-11-181-0/+12
| | | | Submitted by: tmm
OpenPOWER on IntegriCloud