summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* MFi386: sys/i386/i386/machdep.c rev. 1.520.kato2002-06-252-4/+8
* Force the quota update to be done when an inode is released inmckusick2002-06-251-1/+1
* - Remove UM_* user land memory macros since they are no longer used.arr2002-06-241-17/+1
* Add missing splx().mp2002-06-241-1/+3
* Avoid unlocking the inp twice if badport_bandlim() returns -1.hsu2002-06-242-4/+8
* Work around what appears to be a chip bug in the BCM5701 that showsjdp2002-06-242-2/+37
* Compile in the cpu halt code even on SMP, instead just default thepeter2002-06-242-4/+8
* Add UMA_ZONE_VM flag to the zones which are used for pmap_enter().dfr2002-06-241-2/+2
* Prototype fixes (long newinum --> ino_t newinum).jlemon2002-06-241-2/+2
* Style bug: fix 4 space indentations that should have been tabs.hsu2002-06-242-10/+10
* Fix a GCCism.markm2002-06-241-1/+1
* Add an MD callout like cpu_exit, but which is called after sched_lock isjake2002-06-249-0/+60
* Enable mixer interrupts after the mixer is initialized,robert2002-06-241-2/+2
* Merged from sys/dev/sio/sio.c revisions 1.376 and 1.377.nyan2002-06-242-8/+12
* Oops, this should have been part of my previous commit.mux2002-06-241-3/+0
* Bring sys/kern/md5c.c in sync with the userland version.mux2002-06-241-26/+23
* Yet another warning fix for 64 bits platforms.mux2002-06-241-2/+3
* Include <sys/types.h> in the !_KERNEL case so that this file isbde2002-06-241-0/+3
* Fixed some style bugs (mainly excessive indentation).bde2002-06-241-24/+24
* MFi386: sys/i386/isa/clock.c revision 1.187.kato2002-06-243-6/+6
* On REASREQ packets, handled them earlier in processing the associationimp2002-06-241-7/+11
* Use proper size in bzero of stat structure.mckusick2002-06-243-3/+3
* userout -> out. These two labels are now identical.mini2002-06-242-14/+12
* Remove unused diagnostic function cread_free_thread().mini2002-06-2411-64/+0
* - Remove DMA_* macros as only one, DMA_GET_ADDR, was used.arr2002-06-2412-103/+15
* Add kernel printf bits for WI_SUPPRATES and HOSTAP_FLAGSimp2002-06-242-0/+2
* Add RID to get the DBM adjustment factorimp2002-06-241-0/+1
* Add kernel print bits #define for the IEEE80211_CAPINFO bits.imp2002-06-241-1/+1
* - Remove the definition for SCHED_ATMarr2002-06-243-5/+2
* Partially back out the "make all interfaces standard" commit. There'simp2002-06-241-8/+8
* I Noticed a defect in the way wakeup() scans the tailq. Tor noticed andillon2002-06-241-3/+8
* Make vm_pindex_t 64-bit on all platforms. This is necessary to avoidiedowse2002-06-233-3/+3
* Add a missing prototype to fix a warning.mux2002-06-231-0/+2
* Slightly restructure the #ifdef INET6 sections to make the codeluigi2002-06-231-31/+19
* Move two global variables to automatic variables within theluigi2002-06-232-4/+6
* Move some global variables in more appropriate places.luigi2002-06-231-3/+28
* Split the declaration and the initialization of two variables.mux2002-06-231-4/+4
* set siocnunit to the correct value. This fixes the freeze on boot forn_hibma2002-06-231-2/+4
* More 64 bits platforms warning fixes.mux2002-06-232-7/+7
* Warning fixes for 64 bits platforms. This eliminates all themux2002-06-235-23/+23
* o Remove GIANT_REQUIRED from kmem_alloc_pageable(), kmem_alloc_nofault(),alc2002-06-231-7/+8
* This commit was generated by cvs2svn to compensate for changes in r98679,des2002-06-231-0/+675
|\
| * Import OpenBSD's <sys/tree.h>, needed by OpenSSH.des2002-06-231-0/+675
| * Import NetBSD if_de driver as at rev 1.86 (990809) to vendor branch.peter1999-08-082-16/+103
| * Update if_de driver from NetBSD as at rev 1.82 - import to vendor branch.peter1999-03-141-17/+19
| * Import the if_de driver from NetBSD-current as of yesterday onto thepeter1998-10-122-55/+89
| * Import NetBSD-current version of if_de driver onto vendor branch.peter1998-07-081-1/+8
| * Import current version of Matt Thomas' if_de driver. It has new registerpeter1998-06-133-23/+46
| * Import de driver from netbsd as of a short while ago. Most of thepeter1998-03-083-40/+480
| * Import de-971020 from Matt's www.3am-software.com pages.peter1997-11-082-5/+11
OpenPOWER on IntegriCloud