summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove #ifdef notyet code for doing I/O in a way we never will do it.phk1999-10-291-47/+0
* It seems I forgot to remove the bits from isa_compat.h.mdodd1999-10-271-6/+0
* Fix potential panic by illegal increment of wfdnlun.nyan1999-10-271-2/+3
* Modify the entries regarding the 'ep' driver to take into accountmdodd1999-10-273-12/+7
* add support for LinkSys 10/100 cardsjmb1999-10-261-4/+39
* Very preliminary pcic device support. Will make depend, but won'timp1999-10-261-2/+2
* Here's the config file that I'm starting with for the port of theimp1999-10-261-0/+226
* Make it compile inthe NETGRAPH case.julian1999-10-251-1/+1
* Make release is now falling over in if_fe.c due to Warner's pccard changes:wpaul1999-10-251-0/+3
* Add text for the AMD-751 host-to-PCI and PCI-to-PCI (AGP) bridges.alc1999-10-254-0/+20
* Massive rewrite of pccard to convert it to newbus.imp1999-10-255-2/+10
* Add text for the Athlon's MMX and 3DNow! (DSP) instruction extensionsalc1999-10-241-2/+2
* Adjust the buffer cache to better handle small-memory machines. Adillon1999-10-241-1/+1
* Now that Netgraph is in the system there are some cleanups we can do.julian1999-10-232-0/+2
* From: src/sys/i386/conf/PCCARDn_hibma1999-10-221-2/+2
* Fix the duplicate filenames that are the result of using getdents.marcel1999-10-211-1/+1
* Resurrect the aic driver.luoqi1999-10-212-4/+8
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.julian1999-10-216-46/+1273
* Remove pccard attachment stub, this caused pccard unit 0 to be allocatedpeter1999-10-192-10/+0
OpenPOWER on IntegriCloud