aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Expand the APIC ID mask field of the ICR register to 8 bits intead of justJohn Baldwin2003-03-173-3/+3
* Clean up /dev/mem now that pmap handles illegal aliases properly. Don'tJake Burkholder2003-03-171-54/+70
* - Unlock the target bp and not the pager buf bp in a failure case inJeff Roberson2003-03-171-1/+1
* - Lock down the bounce pages structures. We use the same locking schemeMaxime Henrion2003-03-172-52/+68
* Tidy up the locking of the bounce pages structures.Maxime Henrion2003-03-171-13/+21
* Remove bogus KASSERT. The 802.11 layer and the resume from suspendWarner Losh2003-03-171-2/+0
* (This commit certainly increases the need for a wash&clean of vfs_cache.c,Poul-Henning Kamp2003-03-172-412/+377
* Fix malloc() without legal mode flag.Poul-Henning Kamp2003-03-172-2/+2
* Fix a malloc() with no legal modeflag.Poul-Henning Kamp2003-03-172-2/+2
* Ensure that kstack0 has physical colour equal to virtual colour, so thatJake Burkholder2003-03-171-4/+11
* Subtract the memory that backs the vm_page structures from phys_availJake Burkholder2003-03-171-4/+2
* Add a #define for the device name of the mmap device for devstat.Poul-Henning Kamp2003-03-162-2/+7
* #ifdef notyet a bit of code which needs not yet committed refcounting toPoul-Henning Kamp2003-03-161-0/+2
* Fix the cable detection and properly find the host bridge onSøren Schmidt2003-03-161-22/+22
* Make udf_allocv() return an unlocked vnode instead of a locked oneTim J. Robbins2003-03-161-2/+1
* Pass the sf buf to MEXTADD() as the optional argument. This permitsAlan Cox2003-03-162-11/+6
* Made the prototypes for pmap_kenter and pmap_kremove MD. These functionsJake Burkholder2003-03-167-2/+12
* Catch up with bpf_mtap() changes.Matthew N. Dodd2003-03-161-1/+1
* Catch up with recent infrastructure changes.Matthew N. Dodd2003-03-162-7/+2
* - Use IFP2AC().Matthew N. Dodd2003-03-162-5/+73
* Implement is_physical_memory. Accessing memory which doesn't exist causesJake Burkholder2003-03-151-3/+9
* Fix whitespace issues.Matthew N. Dodd2003-03-151-20/+20
* Register module dependencies.Matthew N. Dodd2003-03-151-0/+2
* Don't build if_iso88025subr.c into the oltr module.Matthew N. Dodd2003-03-151-25/+3
* G/C unused varilable.Matthew N. Dodd2003-03-151-1/+1
* Catch up with recent changes.Matthew N. Dodd2003-03-151-36/+5
* Bump __FreeBSD_version for token-ring changes.Matthew N. Dodd2003-03-151-1/+1
* Don't strip header from packets before input routine is called.Matthew N. Dodd2003-03-152-6/+27
* Use if_printf().Matthew N. Dodd2003-03-152-4/+3
* iso88025_ifattach() changes:Matthew N. Dodd2003-03-152-3/+22
* - Style(9) changes.Matthew N. Dodd2003-03-151-4/+11
* Stray } forgotten by manual merging.Matthew N. Dodd2003-03-151-1/+0
* - Remove stray ).Matthew N. Dodd2003-03-151-2/+6
* One devstat_start_transaction_bio() is enough.Poul-Henning Kamp2003-03-151-7/+0
* Revert part of 1.37; use bcopy() like if_fddisubr.c.Matthew N. Dodd2003-03-151-3/+1
* - Increment ifp->if_noproto when appropriate.Matthew N. Dodd2003-03-151-11/+19
* Run a revision of the devstat interface:Poul-Henning Kamp2003-03-154-113/+89
* Update interface statistics after MAC and IFF_UP|IFF_RUNNING checks.Matthew N. Dodd2003-03-151-6/+6
* - Adopt tests for (IFF_UP|IFF_RUNNING) and non local unicast packetsMatthew N. Dodd2003-03-151-5/+20
* Add MAC support.Matthew N. Dodd2003-03-151-0/+12
* Use llc_control rather than llc_snap.control.Matthew N. Dodd2003-03-151-1/+1
* - Add comment.Matthew N. Dodd2003-03-151-2/+5
* Reduce code differences.Matthew N. Dodd2003-03-153-19/+20
* Use ISO88025_ADDR_LEN where appropriate.Matthew N. Dodd2003-03-151-6/+6
* Don't use etherbroadcastaddr; use iso88025_broadcastaddr.Matthew N. Dodd2003-03-151-4/+6
* - Remove definition of senderr() from iso88025.h.Matthew N. Dodd2003-03-153-3/+3
* Remove duplicate line introduced in the previous commit.Maxim Sobolev2003-03-151-1/+0
* Some whitespace/style/readability changes.Matthew N. Dodd2003-03-151-16/+29
* Add iso88025_resolvemulti().Matthew N. Dodd2003-03-151-0/+87
* Fix formatting of iso88025_ifattach().Matthew N. Dodd2003-03-151-9/+9