summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add sysctl debug.dircheck to allow directory sanity checking to be turneddillon1999-10-301-0/+11
* Revamped and more useful PPP node type, supporting multi-link PPP directly.archie1999-10-292-176/+468
* Revamped and more useful PPP node type, supporting multi-link PPP directly.archie1999-10-292-188/+1218
* Don't test boolean return against != 1.phk1999-10-292-8/+8
* useracc() the prequel:phk1999-10-29110-290/+50
* When getting a RCN event in state ACK_RCVD, RFC 1661 demands that wejoerg1999-10-291-1/+1
* Disable old PCCARD_MODULE code.imp1999-10-295-0/+10
* Add a comment before sl_compress_tcp() regarding mbuf assumptions.archie1999-10-291-0/+4
* Add entry for sys/dev/mii/mxphy.c which I somehow managed to forget,wpaul1999-10-291-0/+1
* Remove #ifdef notyet code for doing I/O in a way we never will do it.phk1999-10-292-94/+0
* Add missing initialization which could lead to kernel panic.bp1999-10-291-0/+1
* Added code to enable BusMaster operations.semenu1999-10-295-8/+74
* Add (untested) support for the 3C562D/3C563D. I have been unable toimp1999-10-291-0/+3
* Slight touchups noticed after checkin.julian1999-10-292-4/+4
* Add a man page for the pppoe node. Includes sample code.julian1999-10-292-118/+646
* Remove the last vestiges of "vm_map_t phys_map". It's been unusedalc1999-10-293-4/+0
* I'm told this makes more laptops work with the new attachment code.imp1999-10-292-2/+2
* When the session is running, don't include the ethernet header in the length ...julian1999-10-291-1/+2
OpenPOWER on IntegriCloud