summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add support for the Myson Heden 8813.remko2009-06-212-0/+5
* Switch cmd argument to u_long. This matches what if_ethersubr.c does andrdivacky2009-06-2115-17/+17
* Remove historical support for capturing IPX packets in the output pathrwatson2009-06-214-67/+0
* Add support for uncompressing pack(1)'ed files. Pack(1) is a program founddelphij2009-06-212-1/+359
* In non-debugging mode make this define (void)0 instead of nothing. Thisrdivacky2009-06-216-27/+27
* In non-debugging mode make this define (void)0 instead of nothing. Thisrdivacky2009-06-211-1/+1
* In non-debugging mode make this define (void)0 instead of nothing. Thisrdivacky2009-06-211-3/+3
* In non-debugging mode make this define (void)0 instead of nothing. Thisrdivacky2009-06-211-1/+1
* For ICH based fxp(4) controllers treat them as 82559 compatibles.yongari2009-06-212-69/+93
* Overhaul fxp(4) multicast filter programming. fxp(4) hardwares doyongari2009-06-212-134/+38
* Always check fxp(4) is running, see if it can accept frames fromyongari2009-06-211-3/+10
* Don't blindly enable Rx lock-up workaround. Newer chips do not needyongari2009-06-212-1/+9
* Due to possible PCI bus lock-up issues fxp(4) didn't perform fullyongari2009-06-211-1/+5
* Introduce Rx mbuf dma tag and use it in Rx path. Previously it usedyongari2009-06-212-44/+73
* Compile static gcov library with -fPIC to match what stock GCC buildskan2009-06-211-4/+12
* fix !x86 cxgb compilekmacy2009-06-211-1/+1
* Strive for greater consistency among the places that implement real,alc2009-06-213-13/+18
* Implement socket delivery MAC checks for IPX/SPX.rwatson2009-06-202-0/+11
* Fix race condition in noclobber option.jilles2009-06-201-7/+19
* Add architecture support for TinyBSDremko2009-06-201-2/+4
* Change crsetgroups_locked() (called by crsetgroups()) to sort thebrooks2009-06-201-10/+45
* If the label being printed by getpmac(8) is empty, then don't print arwatson2009-06-201-1/+2
* fix typo in conditionalkmacy2009-06-201-1/+1
* - fix dma map handling for !x86 casekmacy2009-06-203-13/+15
* Use NGROUPS instead of NGROUPS_MAX as the limits on setgroups andbrooks2009-06-201-2/+2
* Remove definition of dtom(), which converted a data pointer into arwatson2009-06-201-3/+3
* Restore the check against running as root that I accidentally removed inbrooks2009-06-201-0/+9
* Rework SPX segment reassembly, which was originally based on our TCPrwatson2009-06-204-57/+55
* Up the scale of the SPX loopback check a bit: use much larger data sizesrwatson2009-06-201-59/+38
* Invoke the MAC Framework's mac_socket_create_mbuf() entry point whenrwatson2009-06-201-0/+6
* Invoke the MAC Framework's mac_socket_create_mbuf() entry point whenrwatson2009-06-201-0/+5
* Don't lock sockets around calls to mac_socket_create_mbuf() -- policiesrwatson2009-06-201-2/+0
* Delete the declaration of an unused variable so that it will build.rmacklem2009-06-201-1/+0
* Replace RPCAUTH_UNIXGIDS with NFS_MAXGRPS so that nfscbd.c will build.rmacklem2009-06-202-3/+3
* The G45 docs indicate that all G4X chips use the new framecount register.rnoland2009-06-203-7/+8
* realloc() behaves identically to malloc when passed a NULL object pointerrnoland2009-06-201-26/+15
* Add placeholder to prevent reuse of privilege 254.ed2009-06-201-0/+1
* Don't panic if drm_rmmap is called with a NULL map pointer.rnoland2009-06-201-0/+3
* Improve sentence and add reference to openpty(3). Add missing newlines.ed2009-06-201-5/+8
* Chase the removal of PRIV_TTY_PRISON in the mac(9) modules.ed2009-06-202-2/+0
* Improve nested jail awareness of devfs by handling credentials.ed2009-06-203-8/+22
* Allow order of initialization of loaded shared objects to bekan2009-06-202-48/+47
* Rewrap; this was getting painful. Translators can ignore this.des2009-06-201-59/+36
* Reword.des2009-06-201-4/+2
* - Include rpcv2.h before other NFS includes. That allows nfscbd tostas2009-06-201-1/+1
* Fix "tar --options=iso9660:joliet" and other useskientzle2009-06-201-4/+5
* Drop the high FP state of an exiting thread in cpu_thread_exit() andmarcel2009-06-201-4/+3
* Change the size of the nfsc_groups[] array in the experimental nfsrmacklem2009-06-202-5/+5
* Make puc(4) aware of this 2 port serial card based on NetMos 9835:np2009-06-201-0/+6
* Greatly simplify cxgb by removing almost all of the custom mbuf management logickmacy2009-06-1911-2469/+1136
OpenPOWER on IntegriCloud