aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Eliminate dead code. These definitions should have been deleted with theAlan Cox2009-06-222-20/+0
* Add ipx_ifaddr locking to ipx_control(), which should close mostRobert Watson2009-06-211-27/+70
* Disable write-back until I figure out what's wrong with it on the i81342.Olivier Houchard2009-06-211-7/+1
* Introduce basic locking of global IPX address list 'ipx_ifaddr' usingRobert Watson2009-06-215-13/+61
* Implement a mechanism within vm_phys_alloc_contig() to defer all necessaryAlan Cox2009-06-211-9/+20
* In ipx_control(), lock if_addr_mtx when adding/removing addresses fromRobert Watson2009-06-211-3/+5
* Clean up common ifaddr management:Robert Watson2009-06-2110-54/+62
* Add explicit struct ucred * argument for VOP_VPTOCNP, to be used byKonstantin Belousov2009-06-215-13/+19
* add %b formats for various registersSam Leffler2009-06-211-0/+12
* Minor style cleanups.Robert Watson2009-06-211-24/+25
* Remove unuxed ipx_zerohost.Robert Watson2009-06-212-2/+0
* Update copyright on netipx.Robert Watson2009-06-211-1/+1
* Add another flags argument to vn_open_cred. Use it to specify that someKonstantin Belousov2009-06-218-16/+22
* - Eliminate extra subcs instruction. I have not noticed before that weStanislav Sedov2009-06-211-2/+1
* use PROTO_DEFAULT.Remko Lodder2009-06-211-1/+1
* - Fix strncmp on arm. Return 0 as result without performing theStanislav Sedov2009-06-211-5/+9
* Add support for the Myson Heden 8813.Remko Lodder2009-06-212-0/+5
* Switch cmd argument to u_long. This matches what if_ethersubr.c does andRoman Divacky2009-06-2115-17/+17
* Remove historical support for capturing IPX packets in the output pathRobert Watson2009-06-214-67/+0
* Add support for uncompressing pack(1)'ed files. Pack(1) is a program foundXin LI2009-06-212-1/+359
* In non-debugging mode make this define (void)0 instead of nothing. ThisRoman Divacky2009-06-216-27/+27
* In non-debugging mode make this define (void)0 instead of nothing. ThisRoman Divacky2009-06-211-1/+1
* In non-debugging mode make this define (void)0 instead of nothing. ThisRoman Divacky2009-06-211-3/+3
* In non-debugging mode make this define (void)0 instead of nothing. ThisRoman Divacky2009-06-211-1/+1
* For ICH based fxp(4) controllers treat them as 82559 compatibles.Pyun YongHyeon2009-06-212-69/+93
* Overhaul fxp(4) multicast filter programming. fxp(4) hardwares doPyun YongHyeon2009-06-212-134/+38
* Always check fxp(4) is running, see if it can accept frames fromPyun YongHyeon2009-06-211-3/+10
* Don't blindly enable Rx lock-up workaround. Newer chips do not needPyun YongHyeon2009-06-212-1/+9
* Due to possible PCI bus lock-up issues fxp(4) didn't perform fullPyun YongHyeon2009-06-211-1/+5
* Introduce Rx mbuf dma tag and use it in Rx path. Previously it usedPyun YongHyeon2009-06-212-44/+73
* Compile static gcov library with -fPIC to match what stock GCC buildsAlexander Kabaev2009-06-211-4/+12
* fix !x86 cxgb compileKip Macy2009-06-211-1/+1
* Strive for greater consistency among the places that implement real,Alan Cox2009-06-213-13/+18
* Implement socket delivery MAC checks for IPX/SPX.Robert Watson2009-06-202-0/+11
* Fix race condition in noclobber option.Jilles Tjoelker2009-06-201-7/+19
* Add architecture support for TinyBSDRemko Lodder2009-06-201-2/+4
* Change crsetgroups_locked() (called by crsetgroups()) to sort theBrooks Davis2009-06-201-10/+45
* If the label being printed by getpmac(8) is empty, then don't print aRobert Watson2009-06-201-1/+2
* fix typo in conditionalKip Macy2009-06-201-1/+1
* - fix dma map handling for !x86 caseKip Macy2009-06-203-13/+15
* Use NGROUPS instead of NGROUPS_MAX as the limits on setgroups andBrooks Davis2009-06-201-2/+2
* Remove definition of dtom(), which converted a data pointer into aRobert Watson2009-06-201-3/+3
* Restore the check against running as root that I accidentally removed inBrooks Davis2009-06-201-0/+9
* Rework SPX segment reassembly, which was originally based on our TCPRobert Watson2009-06-204-57/+55
* Up the scale of the SPX loopback check a bit: use much larger data sizesRobert Watson2009-06-201-59/+38
* Invoke the MAC Framework's mac_socket_create_mbuf() entry point whenRobert Watson2009-06-201-0/+6
* Invoke the MAC Framework's mac_socket_create_mbuf() entry point whenRobert Watson2009-06-201-0/+5
* Don't lock sockets around calls to mac_socket_create_mbuf() -- policiesRobert Watson2009-06-201-2/+0
* Delete the declaration of an unused variable so that it will build.Rick Macklem2009-06-201-1/+0
* Replace RPCAUTH_UNIXGIDS with NFS_MAXGRPS so that nfscbd.c will build.Rick Macklem2009-06-202-3/+3