summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Resolve conflicts from vendor merge.sheldonh2000-08-026-17/+19
* Fix signedness bogon.des2000-08-021-7/+6
* Added PC-98 boot manager installation and configuration utility.kato2000-08-024-0/+362
* Commented out card and pcic devices because they are broken in pc98 port.kato2000-08-021-2/+2
* Added PC-98 HDD boot manager. The boot0 is the `IPL' which occupieskato2000-08-0211-1/+1752
* Get playback on channel 1 closer to working. 8 bit samples work.nsayer2000-08-021-11/+16
* Unbreak world build by adding the necessary <net/ethernet.h> include.ru2000-08-021-0/+1
* Fix patch such that skipping files does not count as a failure.kbyanc2000-08-022-2/+1
* Fix channel 1, sort of. recording now generates IRQs and the outputnsayer2000-08-021-2/+8
* GRRR! Fix the 'panic: ip6_init' caused by darrenr's incomplete changespeter2000-08-021-0/+6
* Hook up the ESS solo driver in the correct branch this time.nsayer2000-08-011-0/+1
* The solo driver now works for playback, so far as I can tell.nsayer2000-08-011-1/+1
* Sync with NetBSD:n_hibma2000-08-011-206/+91
* Make sem_post() safe to call from within a signal handler, as required byjasone2000-08-016-0/+30
* Fix linux console color capabilitiesache2000-08-011-3/+3
* Apply patch supplied by John Hood <jhood@sitaranetworks.com> to fix problemswpaul2000-08-012-4/+26
* Revert the temporary hack in rev 1.79.peter2000-08-011-1/+1
* Change __FreeBSD_Version into the proper __FreeBSD_version.roberto2000-08-014-12/+12
* Fix the lockmgr panic everyone is seeing at shutdown time.roberto2000-08-011-1/+2
* Honour skey.access(5) by allowing UNIX passwords when skeyaccess(3)sheldonh2000-08-011-4/+10
* Make auto-generated ioctl.c to be always considered out of dateru2000-08-012-2/+2
* Use ${LIBDATADIR} instead of hardcoding /usr/libdata into thesheldonh2000-08-012-2/+2
* Fix an off-by-nine error when building a list of includes.ru2000-08-011-1/+1
* Chalk up another phkmalloc victim.asmodai2000-08-011-2/+3
* Add in macros && masks so that mailbox command errors can bemjacob2000-08-011-0/+3
* Major whacking for core version 2.0. A major motivator for 2.0 and thesemjacob2000-08-011-938/+980
* If the format string passed to setproctitle begins with a '-'ps2000-08-014-48/+28
* Core version 2.0 rewrite. In this file we replace isp_tdebug withmjacob2000-08-011-118/+104
* Core version 2.0 cleanup/rewrite. Things get rearranged and changedmjacob2000-08-011-164/+233
* Remove isp_prtstst (now in case statement in isp.c). Removemjacob2000-08-011-116/+47
* Remove isp_tdebug. Change all PRINTF macros to the now commonmjacob2000-08-011-125/+117
* Fix typo. Remove isp_tdebug (we'll use ISP_LOGTDEBUG2 in isp->isp_dblevmjacob2000-08-011-6/+3
* Add in lengths of SBus or PCI registers.mjacob2000-08-011-0/+3
* Rewrite for version 2.0. Some structural changes, but alsomjacob2000-08-011-34/+189
* Part of major rewrite for core version 2.0- clarification ofmjacob2000-08-012-198/+212
* Bring tdfx_pci.c in sync with some patches I have been testing. Adds bettercokane2000-08-011-6/+8
* Back out rev 1.12; its not clear that this is the right thing to do,jlemon2000-08-011-2/+5
* Reverse the sense of the signed/unsigned formatting bit.nsayer2000-08-011-1/+1
* Back out opt_ipfilter.h creation I add recently and add -DIPFILTER=1ache2000-08-011-5/+2
* Replace nonexistent !defined(_LKM) by !defined(KLD_MODULE)ache2000-08-011-1/+1
* Check IPFILTER (options IPFILTER generates) instead of NIPFILTERache2000-08-011-2/+2
* Fix prev. commit: NIPFILTER -> IPFILTERache2000-08-011-1/+1
* Add missing '0' to FreeBSD_version test: 50011 -> 500011ache2000-08-012-10/+10
* Generate opt_ipfilter.h to fix 'make depend'ache2000-07-311-1/+4
* Add 'nc' flag to gettytab -- no carrier. Forces non-blocking open andnsayer2000-07-314-3/+7
* Nonexistent <sys/pfil.h> -> <net/pfil.h>ache2000-07-311-1/+1
* Make style match the surrounding style. Use memset() instead of bzero()green2000-07-311-1/+1
* Nonexistent "ipfilter.h" -> "opt_ipfilter.h"ache2000-07-311-1/+1
* Fix a bug in keyed sorting due to malloc abuse.kris2000-07-311-0/+3
* Add all the missing US keymaps.obrien2000-07-313-0/+15
OpenPOWER on IntegriCloud