summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Newline-terminate the complaint message about not being able to findmsmith1999-11-016-6/+6
* Call bootpc_init before we try to mount an NFS root, if we're configuredmsmith1999-11-012-0/+12
* Move a couple of globals here where they are initialised, rather thanmsmith1999-11-011-0/+7
* swapinit isn't called from vfs_mountroot, so don't complain about it inmsmith1999-11-011-18/+0
* This is a complete rewrite of vfs_conf.c, which changes the way the rootmsmith1999-11-015-881/+607
* Sync with RELENG_3.nsouch1999-11-014-7/+15
* Elminiate the (unused) TUNE_1542 option.eivind1999-11-017-16/+0
* Fix some bugs in MP allocation routine when links are non-equivalent.archie1999-11-011-12/+29
* Put more explict warning that this file should not be used if you wantimp1999-11-011-0/+2
* Do some more work on the mxphy pseudo-driver to make it better at mediawpaul1999-11-013-92/+114
* Add strtol & strtoul to kernel. Derived from libc versions.phk1999-11-012-1/+160
* New function:phk1999-11-012-0/+17
* Call make_dev() to shut up the warning.tanimura1999-11-012-2/+24
* Use typedefs for node methods.julian1999-11-011-9/+7
* User netgraph typedefs for methodsjulian1999-11-016-54/+54
* Add typedefs for node methodsjulian1999-11-0117-147/+131
* Changes prompt to "ok". This line is actually commented out, and serves onlydcs1999-11-011-1/+1
* Changes the default prompt to "ok".dcs1999-11-011-1/+3
* braino in sample code.julian1999-11-011-2/+2
* Most modern OSs have the ability to flag certain mounts as ones tojulian1999-11-013-5/+7
* correct moronic typomjacob1999-11-011-2/+2
* Merge the alpha and x86 majors files together. There appear to bepeter1999-11-013-382/+4
* Update examples using 'disk' and 'tape' - they used to have magic meaningpeter1999-11-019-56/+56
* Remove specfs::vop_lookup() There is no code path which can call it.phk1999-11-012-36/+0
* rearrange order of tests for NE1000, NE2000, and Linksysjmb1999-11-011-17/+21
* rearrange order of tests for NE1000, NE2000, and Linksysjmb1999-11-011-16/+22
* bpf need no longer be an optionjulian1999-11-011-6/+2
* Start making the contents of the generic framework opaque to the nodes.julian1999-11-015-30/+58
* The useracc() calls in osigreturn() and sigreturn() should specifyalc1999-10-315-10/+10
* Bump version number to sync with ncplib 1.3.3bp1999-10-312-2/+2
* Bump internal version number with next release of ncplib.bp1999-10-311-1/+1
* Change Linksys registers base/offset.nyan1999-10-311-6/+8
* The total uiomoved size is accumulated in c, not tmp.tanimura1999-10-312-4/+4
* - Sync with sys/i386/isa/if_ed.c revision 1.163.nyan1999-10-312-600/+564
* Add support for C++ in the headers. Some style cleanup.bp1999-10-313-146/+134
* Fix Bus Device Resets from userland, and specifically from camcontrol.ken1999-10-311-1/+1
* Fix some spelling errors.mpp1999-10-3027-65/+65
* Organize things to cope with the (possible) lack of downloadablemjacob1999-10-302-22/+54
* Remove firmware from tree until a better copyright from Qlogic is forthcoming.mjacob1999-10-301-24949/+7
* Use pointer to f/w in md structure as to whether f/w exists or not.mjacob1999-10-301-14/+7
* Bail out of the process early if the coredumpfile limit is 0.sef1999-10-301-6/+10
* Remove comments left since mdoc.template time or just useless commentsphantom1999-10-301-3/+0
* Don't lower the ipl when returning from handling an interrupt.gallatin1999-10-301-3/+0
* i8254_restore is called from apm_default_resume() to reloadiwasaki1999-10-309-0/+114
* Remove a #define which doesn't do miracles anymore.phk1999-10-301-1/+0
* Allow the source root `S' to be overridden by defining it only whenmarcel1999-10-307-0/+14
* Reverse the sense of the test in the KASSERT's from the last commit.alc1999-10-301-2/+2
* The core of this patch is to vm/vm_page.h. The effects are two-fold: (1) toalc1999-10-308-88/+68
* Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for thephk1999-10-3019-58/+68
* Macro needed for NEWCARD kernel and STAILQ emulation.imp1999-10-301-0/+4
OpenPOWER on IntegriCloud