summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* added an ioctl option in kernel so that ndp/rtadvd can change some NDP-relate...suz2005-10-193-0/+30
* Use svr4_si_{addr,code,errno,signo,trap} in preference to si_{...}.rwatson2005-10-191-36/+36
* In the em_process_receive_interrupts() cycle check the IFF_DRV_RUNNINGglebius2005-10-191-1/+3
* sync with KAME in the following points:suz2005-10-196-96/+94
* Convert if (tp->t_state == TCPS_LISTEN) panic() into a KASSERT.rwatson2005-10-192-8/+4
* Fix compiling problem by adding prefix name svr4 to si_xxx macro, thedavidxu2005-10-192-24/+25
* Correct the size used to allocate ndis_txarray. It should bewpaul2005-10-191-1/+1
* Raw IPv6 checksum must use the protocol number of the last header, instead of...suz2005-10-191-1/+1
* Set the name of the chipset foundimp2005-10-191-3/+3
* Make sure we set bst and bsh in the softc.imp2005-10-191-0/+2
* Fix vchan speed for hardware with discrete (non-continuous)ariff2005-10-181-6/+24
* Added missing comma. This fixes compilation if we need to enableariff2005-10-181-1/+1
* Use correct cirteria for determining which directory entries we canphk2005-10-181-1/+1
* Export processor socket information. New environment variables are:jkim2005-10-181-0/+32
* Another round of cleanups and fixes:wpaul2005-10-187-409/+648
* Move the initialization of the devmtx into the mutex_init() functionjhb2005-10-182-2/+4
* Implement the full range of ISO9660 number conversion routines in iso.h.des2005-10-182-98/+70
* Regenerate.stefanf2005-10-181-2/+2
* Const-qualify ksem_timedwait's parameter abstime as it's only passed in.stefanf2005-10-184-4/+4
* In this case, disable wrapping of fake opt_*.h targets inyar2005-10-181-2/+4
* Don't build dc-only pseudo phy devices with mii.ko anymoreimp2005-10-181-1/+1
* Spotted a call to a cdev-related function not wrappedyar2005-10-181-0/+2
* Move dc sources from pci and dev/mii into dev/dc.imp2005-10-181-3/+3
* Move dc sources from pci to dev/dc.imp2005-10-181-3/+3
* Remove dc-only pseudo phy devices after repo copy to dev/dcimp2005-10-182-719/+0
* Remove dc after repo copy.imp2005-10-182-5088/+0
* Make dc compile after repo-copy.imp2005-10-183-5/+6
* - Use BUS_DMASYNC_PREWRITE in em_get_buf(), as the adapter is about to readcognet2005-10-181-3/+4
* Redo physical/logical CPU count.jkim2005-10-172-6/+8
* Add support for kernel modules with a single PT_LOAD section.peter2005-10-171-6/+9
* Micro optimization for context switch. Eliminate code for saving gs.basedavidxu2005-10-172-15/+2
* Another bit of sx(4) removal.jhb2005-10-171-3/+0
* Strip the $a, $t and $d symbols if we're using DDB. There are useless andcognet2005-10-171-0/+3
* Split displaying number of physical and logical cores.jkim2005-10-172-4/+6
* Use the clock count register as a timecounter, as it's more accurate.cognet2005-10-171-16/+13
* fixed a kernel crash when IPv6 PIM-SM routing is enabled and a PIM register m...suz2005-10-171-9/+17
* Minor commentary correctionimp2005-10-171-3/+3
* Unconditionally mount a CD9660 filesystem as read-only, instead ofrodrigc2005-10-172-4/+8
* Use the actual sector size of the media instead of hard-coding it to 2048.rodrigc2005-10-172-6/+24
* Unconditionally mount a UDF filesystem as read-only, instead ofrodrigc2005-10-171-2/+4
* Check against 8019 rather than 8029 for reading in the MAC addr sinceimp2005-10-171-1/+1
* - Fix typo.flz2005-10-171-1/+1
* Update nwfs_lookup() to match the current cache_lookup() API.truckman2005-10-161-26/+11
* Reflect mpsafety of the underlying filesystem in the nullfs image.kris2005-10-161-0/+1
* Apply the same fix to a potential race in the ISDOTDOT code intruckman2005-10-162-6/+8
* Apply the same fix to a potential race in the ISDOTDOT code intruckman2005-10-161-1/+3
* Correct the type of the temporary variable used by ufs_lookup.c:1.78truckman2005-10-161-1/+1
* Use new functions to call into drivers methods.phk2005-10-161-39/+27
* Make ttyconsolemode() call ttsetwater() so that drivers don't have to.phk2005-10-167-6/+1
* Use new (inline) functions for calls into driver.phk2005-10-164-11/+7
OpenPOWER on IntegriCloud