summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove two private copies of strtoul()phk1999-11-021-83/+0
* This is a complete rewrite of vfs_conf.c, which changes the way the rootmsmith1999-11-011-259/+26
* Elminiate the (unused) TUNE_1542 option.eivind1999-11-013-9/+0
* Put more explict warning that this file should not be used if you wantimp1999-11-011-0/+2
* User netgraph typedefs for methodsjulian1999-11-012-18/+18
* Merge the alpha and x86 majors files together. There appear to bepeter1999-11-011-190/+0
* Update examples using 'disk' and 'tape' - they used to have magic meaningpeter1999-11-015-38/+38
* rearrange order of tests for NE1000, NE2000, and Linksysjmb1999-11-011-16/+22
* The useracc() calls in osigreturn() and sigreturn() should specifyalc1999-10-311-2/+2
* i8254_restore is called from apm_default_resume() to reloadiwasaki1999-10-305-0/+47
* Allow the source root `S' to be overridden by defining it only whenmarcel1999-10-301-0/+2
* The core of this patch is to vm/vm_page.h. The effects are two-fold: (1) toalc1999-10-301-2/+2
* Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for thephk1999-10-303-6/+8
* useracc() the prequel:phk1999-10-2913-13/+0
* Disable old PCCARD_MODULE code.imp1999-10-291-0/+2
OpenPOWER on IntegriCloud