aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fixed trouble with linux emu, not it should work in the module.Coleman Kane2000-06-233-10/+6
* Fixed problem with linux ioctl code, module loading should work now.Coleman Kane2000-06-232-0/+59
* Remove these here, these were repocopied to src/sys/ufs/ffs.Peter Wemm2000-06-233-5532/+0
* fix races in the uidinfo subsystem, several problems existed:Alfred Perlstein2000-06-2212-82/+120
* fix warning, declare function static.Alfred Perlstein2000-06-221-1/+1
* Rename macros to all-uppercase. Get rid of a comment that was ironicBrian Feldman2000-06-221-10/+4
* Make the generated set headers depend on Makefile as well (that is wherePeter Wemm2000-06-224-8/+8
* Put RF_SHAREABLE into the bus_alloc_resource call.Coleman Kane2000-06-221-1/+1
* Switch LINUX_TDFX to TDFX_LINUX, that's what i get for typing thisColeman Kane2000-06-221-1/+1
* Inhibit successful DAD messages and "no default interface" messages.Hajimu UMEMOTO2000-06-221-2/+4
* Add a hack to fail registration of kq events on a non-ufs filesystem, asJonathan Lemon2000-06-221-0/+8
* Add code so that the udata field is preserved across a TRACK event.Jonathan Lemon2000-06-221-9/+18
* correct bad TTL with packets generated by v4 mapped udp. from kameJun-ichiro itojun Hagino2000-06-221-0/+7
* Add 'kern.disks', a sysctl which returns the list of disks fromNeil Blakey-Milner2000-06-221-0/+29
* Sync with sys/dev/syscons/scterm-sc.c revisions 1.6 and 1.7.Yoshihiro Takahashi2000-06-222-14/+34
* Whitespace-only changes: apply accepted line breaking style as aSheldon Hearn2000-06-221-91/+138
* Functions may be static and __inline, but not extern and __inline. ThisBrian Feldman2000-06-221-1/+1
* Add my name next to the majro for 3dfx (107), to reflect new info contact,Coleman Kane2000-06-221-1/+1
* Add SOFTUPDATES to GENERIC (BOOTMFS has this filtered out)Peter Wemm2000-06-222-0/+2
* Took TDFX_VERBOSE out of Makefile, added $FreeBSD$ and option for DEBUG.Coleman Kane2000-06-223-8/+18
* Converted all TDFX_VERBOSE ifdefs to DEBUG, now it gets debugged with theColeman Kane2000-06-221-1/+1
* Stick in header, $FreeBSD$.Coleman Kane2000-06-224-28/+188
* Stick the tdfx entry in here, after some cleaning.Coleman Kane2000-06-222-0/+2
* Fix the 'file not found' in the load target, someoneColeman Kane2000-06-221-1/+1
* Update to new copyright.Kirk McKusick2000-06-224-92/+24
* This really shouldn't be here, fragment left over from the tarball.Coleman Kane2000-06-211-2/+0
* Subtle Tx bugs - I wonder why the cast wans't picked up...Duncan Barclay2000-06-211-4/+4
* Add a kld to correlate with my committ of the voodoo driver (tdfx).Coleman Kane2000-06-212-0/+36
* First import of my 3dfx voodoo driver. Currently it supports the Voodoo Graph...Coleman Kane2000-06-215-0/+876
* Added Altima Communications OUI and their AC101 10/100Semen Ustimenko2000-06-213-0/+14
* Added support for SMC9432BTX cards.Semen Ustimenko2000-06-215-21/+168
* PC-98 version of ed driver is a statically limited driver.KATO Takenori2000-06-212-2/+2
* Checkpoint commit. I can actually receive HDLC frames now.Poul-Henning Kamp2000-06-211-53/+669
* Fixed to support RSA98-III non-pnp mode. rman_get_start() had returnedYoshihiro Takahashi2000-06-212-58/+74
* add record channel irq timeouts tooCameron Grant2000-06-201-2/+12
* fix a bug where opening for write would not fail if channel allocation failedCameron Grant2000-06-205-11/+30
* Rename the `VRXEC' macro used to clear read and exec bits to `FDRX' soChris Costello2000-06-202-6/+6
* Minor tweaks to error messages (after writing man page).Duncan Barclay2000-06-201-49/+81
* - Removed PacketAliasPptp() API function.Ruslan Ermilov2000-06-204-38/+1
* Added true support for PPTP aliasing. Some nice features include:Ruslan Ermilov2000-06-207-11/+422
* return of the accept filter part IIAlfred Perlstein2000-06-2016-1/+714
* Comment this bad boy. Hopefully the next person that comes along won'tJohn Baldwin2000-06-192-58/+196
* Terminate aic_ids[]Brian Somers2000-06-191-0/+1
* Add UP1000 to GENERICAndrew Gallatin2000-06-192-0/+2
* unbreak kernels without UP1000 supportAndrew Gallatin2000-06-191-1/+1
* Add support for the Alpha Processor, Inc. UP1000 system.Andrew Gallatin2000-06-1911-5/+765
* make mixer reads return the value written instead of the value setCameron Grant2000-06-191-1/+1
* Support bounce buffers for ISA DMA on the alpha. This is required for theAndrew Gallatin2000-06-197-16/+39
* - Add some more details to the 'lsdev' output for FAT file systems.John Baldwin2000-06-191-27/+83
* Implemented some optimizations which result in 14 fewer instructions in theDavid Greenman2000-06-192-4/+12