aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Use <sys/queue.h> macro API.Poul-Henning Kamp2000-12-301-12/+12
* Change the modification of what could be a const string. Apparently theMatt Jacob2000-12-301-3/+2
* Don't include <stddef.h> for offsetof() - its also defined in <sys/types.h>Doug Rabson2000-12-301-2/+0
* Merge ALIGN changes from alpha code.Doug Rabson2000-12-301-3/+24
* Fix typo.Doug Rabson2000-12-301-1/+0
* Pass me the pointy hat. Do not hold sched_lock over psignal.Paul Saab2000-12-301-1/+1
* Add in Bill Sommerfeld's -Wformat stuff. Add a ISP_CFG_NOINIT optionMatt Jacob2000-12-291-0/+7
* Add in Bill Sommerfelds -Wformat changes. Set up default node && portMatt Jacob2000-12-291-31/+35
* Set up to do a local interrupt fielding before calling common code-Matt Jacob2000-12-292-16/+54
* Make sure we do locking if we call isp_intr.Matt Jacob2000-12-291-1/+14
* Remove the old acpi stuff entry.Takanori Watanabe2000-12-292-12/+0
* fix comment which was outdated 3 years agoAlfred Perlstein2000-12-291-14/+13
* clean up kmem_suballoc():Alfred Perlstein2000-12-291-4/+4
* The pci and isa drivers were meant to share the same devclass butPaul Richards2000-12-294-4/+5
* Change the module name from lnc to if_lnc so that ifconfig works.Paul Richards2000-12-291-1/+1
* Set a lower probe return value for PCI cards so that the pcn driver wins.Paul Richards2000-12-291-2/+4
* CIRCLEQs are a disgrace to everything Knuth taught us in Volume 1 Chapter 2.Poul-Henning Kamp2000-12-291-124/+18
* Hack in interrupt routing support (using the core $PIR support, not usingMike Smith2000-12-292-6/+10
* Partially revert revision 1.7: Only use getnanotime instead ofGreg Lehey2000-12-291-1/+9
* Fix a legacy issue. The offset for reading the MAC address is 0 usingPaul Richards2000-12-291-1/+2
* Map FreeBSD character device hard disks to Linux block device hard disks.Paul Richards2000-12-291-0/+14
* add a couple off offset defines for ATIO2sMatt Jacob2000-12-281-0/+3
* roll to 2.01.26 levelMatt Jacob2000-12-281-5227/+4903
* remove MAINTAINER fileMatt Jacob2000-12-281-2/+0
* This is repo-copied from vnioctl.hPoul-Henning Kamp2000-12-281-24/+24
* Move all VCS ids to a consistent location.David E. O'Brien2000-12-282-6/+4
* Add multiple inclusion protection.David E. O'Brien2000-12-282-0/+10
* Retire kernfs (kernel part).Dag-Erling Smørgrav2000-12-2812-921/+2
* Send a SIGCONT when detaching or continuing the excution of a tracedPaul Saab2000-12-281-0/+1
* Pull out the module path from the loader. ie: if you boot fromPeter Wemm2000-12-282-4/+30
* Small fix for bpf compat:Bosko Milekic2000-12-272-1/+2
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-272-14/+10
* Major bugfix and minor update. This should resolve the current issuesMike Smith2000-12-279-332/+431
* change irq handler slightly, get rid of superflous messagesCameron Grant2000-12-271-6/+4
* include tcp header files to get the prototype for tcp_seq_vs_sessAssar Westerlund2000-12-271-0/+2
* Make zalloc and zfree non-inline functions. This avoids having toAssar Westerlund2000-12-272-78/+77
* This implements a better launder limiting solution. There was a solutionMatthew Dillon2000-12-2611-252/+304
* Add CDR progress ioctl.Søren Schmidt2000-12-261-0/+1
* Use M_ZERO flag on malloc when approbiate.Søren Schmidt2000-12-267-25/+16
* Update the burncd interface a bit, dont block the ATA channel onSøren Schmidt2000-12-263-48/+70
* Use diskerr for printing disk hard/soft errors.Søren Schmidt2000-12-261-5/+7
* Add OZO8008 - Zoom (33.6k Modem).Seigo Tanimura2000-12-262-0/+2
* Minor newbus/style(9) cleanups.Warner Losh2000-12-266-87/+93
* move parametric defines and structure definitions from .h to .cCameron Grant2000-12-252-12/+13
* indent debugging printfs, change a couple of messages slightlyCameron Grant2000-12-251-19/+19
* update to return correct blocksize- these chips have a fixed irq rate, soCameron Grant2000-12-251-0/+8
* Add ioctls to acpi_cmbat and acpi_acad. These use mike's acpi_register_ioctl().Mitsuru IWASAKI2000-12-244-4/+130
* Disabled boot2 for the moment, because it needs aout tools.KATO Takenori2000-12-241-1/+1
* Back out the modules `make obj' speedup.David E. O'Brien2000-12-245-30/+30
* Update the "icmp_admin_prohib_like_rst" code to check the tcp-window andPoul-Henning Kamp2000-12-246-22/+144