summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MFPAO3. Add support multi io window. This code support following cards;iwasaki2000-04-263-59/+97
* "r" (raw) devices aren't named the traditional way any longer.obrien2000-04-261-7/+7
* The worm device is dead in -CURRENT, and wormio.h just went away.obrien2000-04-263-358/+0
* Move procfs_fullpath() to vfs_cache.c, with a rename to textvp_fullpath().green2000-04-268-216/+116
* /dev/r<FOO> => /dev/<FOO>obrien2000-04-262-3/+3
* "r" devices are on their way out.obrien2000-04-261-2/+4
* Default device not longer uses the "r" raw prefix.obrien2000-04-262-2/+2
* /dev/r<FOO> => /dev/<FOO>obrien2000-04-262-16/+16
* This file isn't needed anymore, has symbols that conflicts with cdrio.hobrien2000-04-261-117/+0
* Clarify the use of the auth service's -d option for specifyingsheldonh2000-04-261-6/+15
* Add braces to avoid ambiguity in a nested conditional (silences a gccsheldonh2000-04-261-1/+2
* Bring support in for Intel Wired for Management 1.1 (PXE 0.99 andps2000-04-262-45/+96
* random.h moved to sys/obrien2000-04-261-2/+2
* Unbreak for the case where ``make obj'' was run first.obrien2000-04-261-0/+1
* Remove dummy read_random function since we now have a real one.mjacob2000-04-261-10/+0
* Well, make intrhand2_t take a void * arg then. Matches i386.mjacob2000-04-261-2/+2
* Replace the /dev/stdin, /dev/stdout, and /dev/stderr nodes withchris2000-04-261-3/+3
* LanMedias driver sources for the LMC1000 and similar cards.phk2000-04-266-0/+3746
* Correct typo in description string: `CANNOT' -> `CAN'.jkoshy2000-04-262-2/+2
* Fix typo. Use `.Fa' to denote a function argument.jkoshy2000-04-261-2/+4
* Don't disable interrupts when calling a vm86 mode interrupt or routinejhb2000-04-262-4/+4
* remove "register" specifiers to supress compiler warning.kjc2000-04-261-2/+2
* Hello, getconf. This is a slight reinvention of thewollman2000-04-268-0/+689
* Remove unused variable.mjacob2000-04-261-1/+0
* Ignore tulip chips on LanMedia WAN cards.phk2000-04-252-0/+14
* Remove mistakenly added {o}init. The build system adds it automatically.dwhite2000-04-251-2/+2
* Commit PicoBSD mega-patch:dwhite2000-04-2525-88/+108
* Add punctuation to make a sentence more readable.wollman2000-04-251-2/+2
* Reassemble a sentence that has been botched in rev 1.4.joerg2000-04-251-1/+1
* Clone the {b|bio}_offset field, and make sure it is always initializedphk2000-04-256-18/+21
* Fix excessive use of parenthesis in previous commit.sheldonh2000-04-252-2/+2
* First cut at adding CIS reading to xe driver. I don't have a cardimp2000-04-252-9/+16
* Checkin my first batch of New Mexico changes:imp2000-04-254-43/+48
* More machdep/random.h -> sys/random.h fixes.bp2000-04-256-12/+6
* Fix a long-standing bug which caused massive character loss in remotegrog2000-04-252-10/+30
* Add linker_if.m to the mix.obrien2000-04-241-0/+1
* Use kern/kern_random.c.obrien2000-04-241-1/+0
* Automated regression test harness for libc_r. Existing tests are integrated,jasone2000-04-2448-75/+7983
* Disable the returning of "wedged" commands; this is wrong and needs to bemsmith2000-04-241-1/+8
* Update the Tigon firmware to 12.3.21. This fixes a few bugs and adds supportwpaul2000-04-246-3626/+3638
* * Use sys/sys/random.h rather than a i386 specific one.obrien2000-04-2415-492/+12
* * Rewrite to use kobj(9) instead of hard-coded function tables.dfr2000-04-246-445/+635
* Remove a debugging define which I left by mistake.dfr2000-04-241-1/+0
* Cosmetic to make errors messages look similar.dmlb2000-04-241-4/+4
* Moved debugging definitions to a header file.dmlb2000-04-241-1313/+1042
* Bit mask definitions for firmware versioning.dmlb2000-04-241-74/+89
* Initial import.dmlb2000-04-241-0/+126
* Make the moved about version compile and rundmlb2000-04-241-2/+6
* - Added support for 1bpp and 4bpp BMP files.yokota2000-04-242-136/+164
* Fix the grammar in my previous commit "lose" -> "loss".mpp2000-04-242-2/+2
OpenPOWER on IntegriCloud