summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove unused fields.jake2003-03-181-5/+1
* Make devstat_new_entry() take a const void * rather than const char *phk2003-03-182-6/+6
* Instead of relying on a compile time define to determine whether the xlsilby2003-03-182-37/+34
* o Lucent cards don't seem to like multiple buffers for tx. Use onlyimp2003-03-182-37/+26
* Move symbol reset detection code back into wi_reset. This is a moreimp2003-03-182-8/+10
* Add DLINK DWL650Himp2003-03-181-0/+1
* Add SMC 2602W pci card, from a post to mobile@imp2003-03-181-0/+1
* Use %jd and a cast to intmax_t instead of a cast to long.imp2003-03-181-4/+4
* Tag longling_addr as maybe using a bad type, I'm not sure.imp2003-03-181-1/+1
* Regenerate for 1.45imp2003-03-181-1/+4
* Add DLINK DWL650Himp2003-03-181-0/+1
* Expand the APIC ID mask field of the ICR register to 8 bits intead of justjhb2003-03-173-3/+3
* Clean up /dev/mem now that pmap handles illegal aliases properly. Don'tjake2003-03-171-54/+70
* - Unlock the target bp and not the pager buf bp in a failure case injeff2003-03-171-1/+1
* - Lock down the bounce pages structures. We use the same locking schememux2003-03-172-52/+68
* Tidy up the locking of the bounce pages structures.mux2003-03-171-13/+21
* Remove bogus KASSERT. The 802.11 layer and the resume from suspendimp2003-03-171-2/+0
* (This commit certainly increases the need for a wash&clean of vfs_cache.c,phk2003-03-172-412/+377
* Fix malloc() without legal mode flag.phk2003-03-172-2/+2
* Fix a malloc() with no legal modeflag.phk2003-03-172-2/+2
* Ensure that kstack0 has physical colour equal to virtual colour, so thatjake2003-03-171-4/+11
* Subtract the memory that backs the vm_page structures from phys_availjake2003-03-171-4/+2
* Add a #define for the device name of the mmap device for devstat.phk2003-03-162-2/+7
* #ifdef notyet a bit of code which needs not yet committed refcounting tophk2003-03-161-0/+2
* Fix the cable detection and properly find the host bridge onsos2003-03-161-22/+22
* Make udf_allocv() return an unlocked vnode instead of a locked onetjr2003-03-161-2/+1
* Pass the sf buf to MEXTADD() as the optional argument. This permitsalc2003-03-162-11/+6
* Made the prototypes for pmap_kenter and pmap_kremove MD. These functionsjake2003-03-167-2/+12
* Catch up with bpf_mtap() changes.mdodd2003-03-161-1/+1
* Catch up with recent infrastructure changes.mdodd2003-03-162-7/+2
* - Use IFP2AC().mdodd2003-03-162-5/+73
* Implement is_physical_memory. Accessing memory which doesn't exist causesjake2003-03-151-3/+9
* Fix whitespace issues.mdodd2003-03-151-20/+20
* Register module dependencies.mdodd2003-03-151-0/+2
* Don't build if_iso88025subr.c into the oltr module.mdodd2003-03-151-25/+3
* G/C unused varilable.mdodd2003-03-151-1/+1
* Catch up with recent changes.mdodd2003-03-151-36/+5
* Bump __FreeBSD_version for token-ring changes.mdodd2003-03-151-1/+1
* Don't strip header from packets before input routine is called.mdodd2003-03-152-6/+27
* Use if_printf().mdodd2003-03-152-4/+3
* iso88025_ifattach() changes:mdodd2003-03-152-3/+22
* - Style(9) changes.mdodd2003-03-151-4/+11
* Stray } forgotten by manual merging.mdodd2003-03-151-1/+0
* - Remove stray ).mdodd2003-03-151-2/+6
* One devstat_start_transaction_bio() is enough.phk2003-03-151-7/+0
* Revert part of 1.37; use bcopy() like if_fddisubr.c.mdodd2003-03-151-3/+1
* - Increment ifp->if_noproto when appropriate.mdodd2003-03-151-11/+19
* Run a revision of the devstat interface:phk2003-03-154-114/+90
* Update interface statistics after MAC and IFF_UP|IFF_RUNNING checks.mdodd2003-03-151-6/+6
* - Adopt tests for (IFF_UP|IFF_RUNNING) and non local unicast packetsmdodd2003-03-151-5/+20
OpenPOWER on IntegriCloud