summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Moved useracc() to top of sigreturn as to avoid panicpho1999-11-211-4/+4
* s/p_cred->pc_ucred/p_ucred/gphk1999-11-211-1/+1
* document new ISP config optionsmjacob1999-11-212-4/+28
* Latest incremental efforts on newcard:imp1999-11-201-4/+5
* Optimize two cases in the MP locking code. First, it is not necessarydillon1999-11-191-3/+2
* Use LIST_FOREACH to traverse the allproc list.phk1999-11-191-2/+2
* Optimize two cases in the MP locking code. First, it is not necessarydillon1999-11-197-122/+82
* fix braino.. line misplaced.julian1999-11-191-1/+1
* protect some more operations with splimp() under Netgraph.julian1999-11-192-6/+6
* Hack: comment out the pull-in of src/sys/../share/mk/bsd.kern.mk aspeter1999-11-181-4/+6
* If we have found pci devices via pci_cfgopen(), but don't find apeter1999-11-184-0/+56
* Fix some -Wunused warningspeter1999-11-182-4/+0
* Fix some warnings.peter1999-11-181-2/+5
* Fix a warning.peter1999-11-181-3/+1
* Touch up the make_dev() usage to hopefully make it work and fix warnings.peter1999-11-181-5/+3
* Fix some warnings.peter1999-11-181-2/+2
* Add option NETGRAPH_KSOCKET.archie1999-11-162-0/+2
* Typon_hibma1999-11-161-1/+1
* Fixed to compile bs driver with gcc 2.95.2.nyan1999-11-161-4/+7
* Removed the asm version of conv(). This is should be faster in its newobrien1999-11-151-11/+6
* Fix __asm__ clobber list abuses.obrien1999-11-151-3/+3
* Segment registers can be read(write) to(from) memory locations as well asluoqi1999-11-151-4/+4
* Fix case where vnode could be unlocked twice. Untested; bug found by codeeivind1999-11-141-3/+5
* Fix clobbers so that GENERIC may compile with GCC 2.95.2.obrien1999-11-144-332/+336
* Reserve space for FPU state in struct sigcontext. Fix some style bugsmarcel1999-11-121-11/+18
* Change the type of sf_addr in struct {o}sigframe from char* tomarcel1999-11-122-10/+11
* Passing "0" or "FALSE" as the fourth argument to vm_fault is wrong. Italc1999-11-091-4/+6
* Cosmetic change: correct formatting error in my previous commit.yokota1999-11-092-10/+10
* - Document SC_TWOBUTTON_MOUSE, SC_NORM_ATTR, SC_NORM_REV_ATTR,yokota1999-11-082-0/+20
* - Added the following options; they have existed in sysconsyokota1999-11-081-0/+4
* - Added a new kernel configuration option: SC_TWOBUTTON_MOUSE.yokota1999-11-081-0/+1
* simplify check for device.phk1999-11-081-1/+1
* - Removed SC_VIDEO_DEBUG. It is broken and useless now.yokota1999-11-083-3/+0
* Use DRIVER_MODULE(), apm.c already takes care of it's devices withpeter1999-11-082-2/+2
* Use fo_stat() rather than Yet Another duplication of kern_descrip.c's statpeter1999-11-081-15/+1
* Patch got this one wrong, we want to check securelevel in open()phk1999-11-071-5/+5
* Remove the iskmemdev() function. Make it the responsibility of the mem.cphk1999-11-071-14/+5
* Add the ata driver to the compiled in targets.sos1999-11-072-36/+56
* Options cleanup.eivind1999-11-063-92/+86
* Fix the style of some options.obrien1999-11-051-3/+3
* Style lint LINT.obrien1999-11-052-392/+394
* Change some wdX entries from "disk" to "device". These got missed in theobrien1999-11-052-8/+8
* Style sync with GENERIC.obrien1999-11-051-12/+14
* Move isfoo() and friends to the newly created sys/ctype.h.phk1999-11-031-0/+1
* Fix bus_setup_intr(); I changed exintr() to take a pointer to ex_softcmdodd1999-11-031-1/+1
* Consolidate some of the various ctype(3) macros in one location.archie1999-11-021-2/+0
* Add new options NETGRAPH_PPP and NETGRAPH_PPPOE, plus NETGRAPH_SOCKET whicharchie1999-11-022-0/+6
* Fix typo in previous commit.archie1999-11-021-1/+1
* Remove the prototypes for two functions that were removed when thejhb1999-11-021-3/+0
* Add mn0 in the netgraph section.phk1999-11-022-0/+4
OpenPOWER on IntegriCloud