summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add support for the 5721 which seems to be similar to the 5750/5751.ps2004-12-172-0/+3
* Diff reduce wi_write_wep() relative to revision 1.168mdodd2004-12-171-41/+38
* Eliminate another unnecessary call to vm_page_busy(). (See revision 1.333alc2004-12-171-5/+0
* Recognize the 32-bit form of the twe binary passthrough ioctl()s so thatpeter2004-12-172-0/+59
* Enable debug.mpsafevm by default on alpha.alc2004-12-171-1/+1
* Move two variables that are unused if LARGE_NAT is defined inside an #ifdefdarrenr2004-12-171-1/+4
* Fix wep operation for station mode:sam2004-12-171-4/+28
* set ic_ibss_chan when entering RUN state to match ic_bss so the channelsam2004-12-171-0/+1
* don't try to recurse on the bpf lock.. kqueue already locks the bpf lockjmg2004-12-171-2/+1
* remove power save logic from the tx path; the driver isn't ready to supportsam2004-12-171-6/+0
* Allow ipnat redirect rules to work for non-TCP/UDP packets.darrenr2004-12-171-3/+5
* Add a missing prototype.julian2004-12-171-2/+1
* Allow /sys/dev/bktr to support Pinnacle PCTV Rave cardsjulian2004-12-164-17/+440
* Add some locking for -currnet/5.xjulian2004-12-161-0/+6
* Using just m_pullup to get all of the interesting bits in packet into onedarrenr2004-12-161-1/+6
* Change the NFS sillyrename convention so that we won't run outps2004-12-162-12/+18
* fix typo to resolve undefined symbolsam2004-12-161-1/+1
* Add a new flag to the atkbd(4) driver to disable testing the keyboardjhb2004-12-154-2/+6
* First cut of NFS direct IO support.ps2004-12-156-4/+228
* In the common case, pmap_enter_quick() completes without sleeping.alc2004-12-1511-34/+107
* fix m_append for case where additional mbufs are requiredsam2004-12-151-2/+2
* Fixed compilation warnings with option VGA_NO_MODE_CHANGE.ru2004-12-151-1/+3
* Fix typo in a comment.brueffer2004-12-151-1/+1
* Add the PCI ID for the Adaptec 2230SLP card.scottl2004-12-151-0/+2
* Use the SYSCTL_ADD_OID macro, instead of directly calling sysctl_add_oid().ssouhlal2004-12-151-1/+1
* Like on the ath_rate_onoe component, make this compile on amd64. Convertpeter2004-12-151-2/+2
* Make this amd64-clean. sizeof is long on amd64, so things that do a printfpeter2004-12-152-5/+8
* Add config hooks for amd64 atheros hal modulespeter2004-12-151-0/+10
* bring in rijndael crypto code to satisfy dependency: shouldsam2004-12-151-0/+2
* Bring back ability to use FR support with sppp from Cronyx.rik2004-12-141-1/+1
* white spacephk2004-12-141-4/+4
* Implement simpler panics for VOP_{read,write} on fifos.phk2004-12-143-171/+12
* Fix a deadlock I introduced this morning.phk2004-12-141-6/+7
* Enable interrupts once the active ones have been masked.cognet2004-12-141-3/+2
* Update the sp after popping the regs.cognet2004-12-141-1/+1
* Kill double inclusion for <netinet/in.h> and <netinet/in_systm.h>.rik2004-12-141-2/+0
* Add a callout to dump card status on command queue timeouts.mdodd2004-12-142-1/+48
* Modify ida_v3_done() to treat FIFO status of -1 as FIFO empty (0).mdodd2004-12-141-1/+7
* Reformat arguments bus_dma_tag_create().mdodd2004-12-142-21/+45
* - Garbage collect several unused members of struct kse and struce ksegrp.jeff2004-12-145-28/+0
* - In kseq_choose(), don't recalculate slice values for processes with ajeff2004-12-141-11/+25
* Be a bit more assertive about vnode bypass.phk2004-12-141-16/+17
* Add a new kind of reference count (fd_holdcnt) to struct filedescphk2004-12-142-17/+47
* Make fdesc_mtx private to kern_descrip.c now that the flock has come home.phk2004-12-142-3/+1
* Move the checkdirs() function from vfs_mount.c to kern_descrip.c andphk2004-12-143-52/+52
* - Use ng_callout() instead of timeout.glebius2004-12-141-13/+7
* Make LINT compile.phk2004-12-141-1/+1
* Add new function fdunshare() which encapsulates the necessary light magicphk2004-12-144-22/+23
* A bunch more whitespace and formatting diff reductions for NetBSD.julian2004-12-141-17/+19
* Don't abandon ship just because the number of companions doesn't seem correct.julian2004-12-141-3/+6
OpenPOWER on IntegriCloud