aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variables.Marius Strobl2005-10-204-7/+0
* Some more minor cleanups of em(4) driver:Gleb Smirnoff2005-10-202-36/+10
* Revamp interrupt handling in em(4) driver:Gleb Smirnoff2005-10-203-39/+39
* Fix a bug in the kernel module runtime linker that made it impossibleJohn Polstra2005-10-191-0/+3
* sync with KAME (nuked unused code, use NULL to denote a NULL pointer)SUZUKI Shinsuke2005-10-193-65/+7
* sync with KAME (removed a unnecesary non-standard macro)SUZUKI Shinsuke2005-10-192-16/+10
* sync with KAME regarding the following clarification in RFC3542:SUZUKI Shinsuke2005-10-193-8/+45
* sync with KAME (don't respond to NI_QTYPE_IPV4ADDR)SUZUKI Shinsuke2005-10-191-0/+5
* supported an ndp command suboption to disable IPv6 in the given interfaceSUZUKI Shinsuke2005-10-193-0/+16
* added an ioctl option in kernel so that ndp/rtadvd can change some NDP-relate...SUZUKI Shinsuke2005-10-193-0/+30
* Use svr4_si_{addr,code,errno,signo,trap} in preference to si_{...}.Robert Watson2005-10-191-36/+36
* In the em_process_receive_interrupts() cycle check the IFF_DRV_RUNNINGGleb Smirnoff2005-10-191-1/+3
* sync with KAME in the following points:SUZUKI Shinsuke2005-10-196-96/+94
* Convert if (tp->t_state == TCPS_LISTEN) panic() into a KASSERT.Robert Watson2005-10-192-8/+4
* Fix compiling problem by adding prefix name svr4 to si_xxx macro, theDavid Xu2005-10-192-24/+25
* Correct the size used to allocate ndis_txarray. It should beBill Paul2005-10-191-1/+1
* Raw IPv6 checksum must use the protocol number of the last header, instead of...SUZUKI Shinsuke2005-10-191-1/+1
* Set the name of the chipset foundWarner Losh2005-10-191-3/+3
* Make sure we set bst and bsh in the softc.Warner Losh2005-10-191-0/+2
* Fix vchan speed for hardware with discrete (non-continuous)Ariff Abdullah2005-10-181-6/+24
* Added missing comma. This fixes compilation if we need to enableAriff Abdullah2005-10-181-1/+1
* Use correct cirteria for determining which directory entries we canPoul-Henning Kamp2005-10-181-1/+1
* Export processor socket information. New environment variables are:Jung-uk Kim2005-10-181-0/+32
* Another round of cleanups and fixes:Bill Paul2005-10-187-409/+648
* Move the initialization of the devmtx into the mutex_init() functionJohn Baldwin2005-10-182-2/+4
* Implement the full range of ISO9660 number conversion routines in iso.h.Dag-Erling Smørgrav2005-10-182-98/+70
* Regenerate.Stefan Farfeleder2005-10-181-2/+2
* Const-qualify ksem_timedwait's parameter abstime as it's only passed in.Stefan Farfeleder2005-10-184-4/+4
* In this case, disable wrapping of fake opt_*.h targets inYaroslav Tykhiy2005-10-181-2/+4
* Don't build dc-only pseudo phy devices with mii.ko anymoreWarner Losh2005-10-181-1/+1
* Spotted a call to a cdev-related function not wrappedYaroslav Tykhiy2005-10-181-0/+2
* Move dc sources from pci and dev/mii into dev/dc.Warner Losh2005-10-181-3/+3
* Move dc sources from pci to dev/dc.Warner Losh2005-10-181-3/+3
* Remove dc-only pseudo phy devices after repo copy to dev/dcWarner Losh2005-10-182-719/+0
* Remove dc after repo copy.Warner Losh2005-10-182-5088/+0
* Make dc compile after repo-copy.Warner Losh2005-10-183-5/+6
* - Use BUS_DMASYNC_PREWRITE in em_get_buf(), as the adapter is about to readOlivier Houchard2005-10-181-3/+4
* Redo physical/logical CPU count.Jung-uk Kim2005-10-172-6/+8
* Add support for kernel modules with a single PT_LOAD section.Peter Wemm2005-10-171-6/+9
* Micro optimization for context switch. Eliminate code for saving gs.baseDavid Xu2005-10-172-15/+2
* Another bit of sx(4) removal.John Baldwin2005-10-171-3/+0
* Strip the $a, $t and $d symbols if we're using DDB. There are useless andOlivier Houchard2005-10-171-0/+3
* Split displaying number of physical and logical cores.Jung-uk Kim2005-10-172-4/+6
* Use the clock count register as a timecounter, as it's more accurate.Olivier Houchard2005-10-171-16/+13
* fixed a kernel crash when IPv6 PIM-SM routing is enabled and a PIM register m...SUZUKI Shinsuke2005-10-171-9/+17
* Minor commentary correctionWarner Losh2005-10-171-3/+3
* Unconditionally mount a CD9660 filesystem as read-only, instead ofCraig Rodrigues2005-10-172-4/+8
* Use the actual sector size of the media instead of hard-coding it to 2048.Craig Rodrigues2005-10-172-6/+24
* Unconditionally mount a UDF filesystem as read-only, instead ofCraig Rodrigues2005-10-171-2/+4
* Check against 8019 rather than 8029 for reading in the MAC addr sinceWarner Losh2005-10-171-1/+1