summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Check so_error in filt_so{read|write} in order to detect UDP errors.jlemon2000-09-281-0/+4
* Get out the roto-rooter and clean up the abuse of nexus ivars by thepeter2000-09-2815-130/+385
* Do the right thing if bdevvp is called twice for the same device.mckusick2000-09-272-0/+4
* Fix spelling of Katmai [Katami].asmodai2000-09-272-2/+2
* Whitespace, spelling and comments cleanup. Try to bring this a littlemsmith2000-09-273-333/+385
* Shut up some debugging messages that appear to have been left on bymsmith2000-09-273-93/+159
* Since the nexus is responsible for creating the I/O resources (ports, memory)msmith2000-09-274-8/+592
* Add code for device wake capability during sleeping state.iwasaki2000-09-263-38/+369
* Removed garbage (CFLAGS+= ${PROTOS} was a vestige of an old way ofbde2000-09-261-2/+0
* Removed fresh garbage (vestiges of old way of configuring number ofbde2000-09-261-9/+4
* Removed mature garbage (vestiges of old way of configuring bpf) and oldbde2000-09-261-9/+5
* Call make_dev() with the correct minor number.phk2000-09-261-1/+2
* Removed garbage (CFLAGS+= ${PROTOS} was a vestige of an old way ofbde2000-09-261-15/+13
* Handle slip options in the usual way (generate a dummy options file inbde2000-09-262-4/+3
* Removed fresh garbage (old way of configuring number of units) and oldbde2000-09-261-11/+2
* Backed out previous commit (SMPng megacommit: support for garbage addedbde2000-09-261-2/+2
* Removed unused includes (garbage left over/created by the SMPng megacommit).bde2000-09-261-6/+0
* Add struct proc *acpi_thread in acpi_softc.iwasaki2000-09-261-0/+1
* Clear intrrupt before kthread gets ready.takawata2000-09-261-0/+1
* Add event queueing kernel thread and GPE related code.takawata2000-09-262-6/+183
* Document the pmtimer driver.iwasaki2000-09-262-2/+4
* Recognize new Pentium III Xeon (stepping A0).kato2000-09-262-0/+2
* aio_qphysio: Eliminate one instance of an out-of-range check that isalc2000-09-261-18/+3
* Make size of dynamic loader argument variable to supporttakawata2000-09-262-14/+23
* ext2fs depends on ufs code, so update it to properly handle v_lock field.bp2000-09-262-2/+2
* Finally make do_tcpdrain sysctl live under correct parent, _net_inet_tcp,bmilekic2000-09-252-4/+4
* Correct a logic mistake introduced in a recent cleanup ofgibbs2000-09-251-1/+1
* In theory, m_dup should not be necessary, as m_copypacket should bensayer2000-09-251-3/+3
* Remove (long) unused fields from struct __aiocb_private.alc2000-09-251-3/+0
* Fix vnode locking bugs in the nullfs.bp2000-09-256-196/+572
* Add a lock structure to vnode structure. Previously it was either allocatedbp2000-09-2513-68/+47
* Increase pollution of LK_* name space and add flag LK_THISLAYER whichbp2000-09-252-0/+2
* GC some old no longer supported options.phk2000-09-251-3/+1
* Get rid of garbage left on the stack.dcs2000-09-251-2/+1
* What could possibly have possessed me to forget the "0 (arguments)"dcs2000-09-251-2/+2
* Allocate memory resource to access the attribute memory of a card.tanimura2000-09-251-65/+24
* Formatting fix on ACPI options. Sort them, comment out negative options.iwasaki2000-09-252-8/+8
* Fix the assmebly mutex macros to handle saving/restoring interrupt statejhb2000-09-242-14/+42
* Fix the breakage that snatched the ioports from the fdc device.sos2000-09-245-34/+65
* Add Makefile to build an if_ed kernel module. Works on both, i386 andalex2000-09-241-0/+8
* Get rid of a panic that occurs in ether_demux() by dereferencing a NULL mbufbmilekic2000-09-242-1/+12
* Add a KASSERT() to catch instances where the mutex that we pass in tojhb2000-09-241-0/+2
* Use m_dup() instead of m_copypacket() for the time being. Not allarchie2000-09-231-1/+1
* add feeder_fmt.ccg2000-09-233-3/+9
* prepare for adding a rate conversion feeder.cg2000-09-235-445/+728
* only probe mandatory channels on known bad codecscg2000-09-231-1/+2
* Make ip6fw as loadable module.ume2000-09-237-25/+72
* Enable the snd_maestro module and have the snd_driver module depend on it.jhb2000-09-232-1/+2
* Enable the ESS Maesto driver.jhb2000-09-231-1/+1
* Move MAXCPU from machine/smp.h to machine/param.h to fix breakageps2000-09-2313-53/+23
OpenPOWER on IntegriCloud