summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* CIRCLEQs are a disgrace to everything Knuth taught us in Volume 1 Chapter 2.phk2000-12-291-124/+18
* Hack in interrupt routing support (using the core $PIR support, not usingmsmith2000-12-292-6/+10
* Partially revert revision 1.7: Only use getnanotime instead ofgrog2000-12-291-1/+9
* Fix a legacy issue. The offset for reading the MAC address is 0 usingpaul2000-12-291-1/+2
* Map FreeBSD character device hard disks to Linux block device hard disks.paul2000-12-291-0/+14
* add a couple off offset defines for ATIO2smjacob2000-12-281-0/+3
* roll to 2.01.26 levelmjacob2000-12-281-5227/+4903
* remove MAINTAINER filemjacob2000-12-281-2/+0
* This is repo-copied from vnioctl.hphk2000-12-281-24/+24
* Move all VCS ids to a consistent location.obrien2000-12-282-6/+4
* Add multiple inclusion protection.obrien2000-12-282-0/+10
* Retire kernfs (kernel part).des2000-12-2812-921/+2
* Send a SIGCONT when detaching or continuing the excution of a tracedps2000-12-281-0/+1
* Pull out the module path from the loader. ie: if you boot frompeter2000-12-282-4/+30
* Small fix for bpf compat:bmilekic2000-12-272-1/+2
* Prepare for mdoc(7)NG.ru2000-12-272-14/+10
* Major bugfix and minor update. This should resolve the current issuesmsmith2000-12-279-338/+437
* change irq handler slightly, get rid of superflous messagescg2000-12-271-6/+4
* include tcp header files to get the prototype for tcp_seq_vs_sessassar2000-12-271-0/+2
* Make zalloc and zfree non-inline functions. This avoids having toassar2000-12-272-78/+77
* This implements a better launder limiting solution. There was a solutiondillon2000-12-2611-252/+304
* Add CDR progress ioctl.sos2000-12-261-0/+1
* Use M_ZERO flag on malloc when approbiate.sos2000-12-267-25/+16
* Update the burncd interface a bit, dont block the ATA channel onsos2000-12-263-48/+70
* Use diskerr for printing disk hard/soft errors.sos2000-12-261-5/+7
* Add OZO8008 - Zoom (33.6k Modem).tanimura2000-12-262-0/+2
* Minor newbus/style(9) cleanups.imp2000-12-266-87/+93
* move parametric defines and structure definitions from .h to .ccg2000-12-252-12/+13
* indent debugging printfs, change a couple of messages slightlycg2000-12-251-19/+19
* update to return correct blocksize- these chips have a fixed irq rate, socg2000-12-251-0/+8
* Add ioctls to acpi_cmbat and acpi_acad. These use mike's acpi_register_ioctl().iwasaki2000-12-244-4/+130
* Disabled boot2 for the moment, because it needs aout tools.kato2000-12-241-1/+1
* Back out the modules `make obj' speedup.obrien2000-12-245-30/+30
* Update the "icmp_admin_prohib_like_rst" code to check the tcp-window andphk2000-12-246-22/+144
* fairly substantial rewrite- seperate out play/record code, implementcg2000-12-241-183/+244
* compensate for broken codecs that return 0xffff on unimplemented registerscg2000-12-241-9/+10
* implement setblocksize properlycg2000-12-231-33/+25
* Protect proc.p_pptr and proc.p_children/p_sibling with thejake2000-12-2322-32/+218
* Make sure we have a non-null proc pointer before referring to fieldsmjacob2000-12-231-1/+1
* fix a panic if the requested blocksize was greater than the data rate,cg2000-12-231-0/+2
* kill a warningcg2000-12-231-1/+1
* fix a typocg2000-12-231-1/+1
* add sys/dev/sound/pcm/buffer.c, lefo out of last commitcg2000-12-233-2/+3
* update code dealing with snd_dbuf objects to do so using a functional interfacecg2000-12-2324-400/+638
* *sigh* The `pecoff' module was added to all arches w/out testing a compileobrien2000-12-221-2/+2
* Probe generic i960 devices for the old AMI signature as well as the currentmsmith2000-12-222-5/+8
* Add ACPI AC adaptor and ACPI Control Method Battery.takawata2000-12-227-3/+484
* Merged from Makefile.i386 revision 1.217.kato2000-12-221-2/+2
* Merged from Makefile.i386 revision 1.216.kato2000-12-221-6/+6
* Merged from files.i386 and options.i386 revisions 1.341 and 1.141,kato2000-12-222-1/+3
OpenPOWER on IntegriCloud