summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Sanity check ptr for legal values so it is less likelymjacob2001-01-011-0/+6
* Add a missing vnode_if.h.phk2001-01-011-1/+1
* We are now in the year 2001, so ajust copyrights.sobomax2001-01-011-2/+2
* Push down sched_lock in psignal(). sched_lock was being held acrossjhb2001-01-011-4/+21
* Add in a missing release of the proctree lock.jhb2001-01-011-0/+1
* Add a dopey makefile to do the tags dance, which is probably not perfectmjacob2000-12-311-0/+29
* there is no more miscfs/devfsmjacob2000-12-311-1/+0
* Fix problems with incomplete conversions from printf to isp_prt.mjacob2000-12-311-5/+3
* Oops, I'm such an idiot. For reasons I don't really agree with,mjacob2000-12-311-1/+1
* This is the first snapshot of the new all-singing-and-dancing md(4).phk2000-12-311-127/+507
* Use macro API to <sys/queue.h>phk2000-12-315-13/+13
* Add compress option at the instigation of rgrimes.phk2000-12-311-0/+1
* Unbelievable how this slipped through. There ismjacob2000-12-311-1/+1
* Ignore a net interrupt if the corresponding handler is nottanimura2000-12-311-1/+4
* Backout rev 1.57 & 1.58. While the previous revisions fixedps2000-12-311-1/+0
* Fix a lockup problem that occurs with 'cvs update'. specfs's fsync candillon2000-12-302-0/+26
* Use macro API for <sys/queue.h>phk2000-12-301-4/+4
* Use <sys/queue.h> macro API.phk2000-12-301-12/+12
* Change the modification of what could be a const string. Apparently themjacob2000-12-301-3/+2
* Don't include <stddef.h> for offsetof() - its also defined in <sys/types.h>dfr2000-12-301-2/+0
* Merge ALIGN changes from alpha code.dfr2000-12-301-3/+24
* Fix typo.dfr2000-12-301-1/+0
* Pass me the pointy hat. Do not hold sched_lock over psignal.ps2000-12-301-1/+1
* Add in Bill Sommerfeld's -Wformat stuff. Add a ISP_CFG_NOINIT optionmjacob2000-12-291-0/+7
* Add in Bill Sommerfelds -Wformat changes. Set up default node && portmjacob2000-12-291-31/+35
* Set up to do a local interrupt fielding before calling common code-mjacob2000-12-292-16/+54
* Make sure we do locking if we call isp_intr.mjacob2000-12-291-1/+14
* Remove the old acpi stuff entry.takawata2000-12-292-12/+0
* fix comment which was outdated 3 years agoalfred2000-12-291-14/+13
* clean up kmem_suballoc():alfred2000-12-291-4/+4
* The pci and isa drivers were meant to share the same devclass butpaul2000-12-294-4/+5
* Change the module name from lnc to if_lnc so that ifconfig works.paul2000-12-291-1/+1
* Set a lower probe return value for PCI cards so that the pcn driver wins.paul2000-12-291-2/+4
* 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
OpenPOWER on IntegriCloud