summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Re-allocate cblocks after changing the slip unit number.ru1999-10-281-0/+3
* Update to driver release 2.04roger1999-10-289-65/+164
* Fix some resource allocation peculiarities of the intpm device.dfr1999-10-283-142/+207
* Fix identify code. This also fixes the eeprom messages.imp1999-10-281-13/+12
* Bug fix: allow reset device command to complete.luoqi1999-10-281-1/+5
* Last change to pccard_nbk now obviates the need to check the name ofimp1999-10-284-32/+6
* Add comments to Linksys probe code.imp1999-10-281-7/+20
* Do not add children for new bus kludge version of pccard.imp1999-10-282-10/+2
* I was misinformed. I cannot get away from specifying tags for FC. Some devicesmjacob1999-10-281-2/+8
* Mark path for deallocation only *after* you've successfully allocated it.mjacob1999-10-271-2/+3
* Sync with recent 'ep' driver changes.mdodd1999-10-271-6/+0
* Shrink "struct vm_object" by not spending a full 32 bitsalc1999-10-271-2/+2
* 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-272-4/+6
* fix typojulian1999-10-271-2/+2
* The node goes away when last session disconnects or when disconnected fromjulian1999-10-271-0/+9
OpenPOWER on IntegriCloud