| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix for the problem stated below by Tor Egge: | arr | 2002-06-27 | 2 | -2/+2 |
* | Set the UMA_ZONE_VM flag on the pvzone to avoid kmem_map recursion. | jeff | 2002-06-27 | 1 | -1/+1 |
* | Just a comment on some additional consistency checks that could | luigi | 2002-06-26 | 1 | -0/+5 |
* | Avoid using the 64-bit vm_pindex_t in a few places where 64-bit | iedowse | 2002-06-26 | 5 | -18/+21 |
* | Use an explicit cast to avoid relying on sign extension to do the | iedowse | 2002-06-26 | 1 | -2/+2 |
* | Remove the kernel file-size limit for UFS2, so that only the limit | iedowse | 2002-06-26 | 1 | -5/+7 |
* | - Remove the Giant acquisition from linux_socket_ioctl() as it was really | arr | 2002-06-26 | 1 | -11/+2 |
* | At long last, commit the zero copy sockets code. | ken | 2002-06-26 | 30 | -10498/+14477 |
* | Enforce RLIMIT_VMEM on growable mappings (aka the primary stack or any | dillon | 2002-06-26 | 1 | -0/+14 |
* | - Remove Giant acquisition from modevent(), modfnext(), modstat() and | arr | 2002-06-26 | 1 | -27/+11 |
* | Part I of RLIMIT_VMEM implementation. Implement core functionality for | dillon | 2002-06-26 | 3 | -1/+15 |
* | - Alleviate jail() from having the burden of acquiring Giant by simply | arr | 2002-06-26 | 1 | -3/+0 |
* | Complete the initial set of VM changes required to support full | iedowse | 2002-06-25 | 5 | -20/+12 |
* | Turn VM_ALLOC_ZERO into a flag. | jeff | 2002-06-25 | 2 | -5/+7 |
* | Reduce the amount of code that runs with the zone lock held in slab_zalloc(). | jeff | 2002-06-25 | 1 | -6/+8 |
* | o Eliminate vmspace::vm_minsaddr. It's initialized but never used. | alc | 2002-06-25 | 2 | -6/+5 |
* | Don't assume that pointers are 4 bytes or sizeof(int) in size. This fixes | tmm | 2002-06-25 | 2 | -6/+3 |
* | pmap_kremove can no longer be used to remove the magic device mappings | jake | 2002-06-25 | 3 | -1/+16 |
* | MFi386: sys/i386/i386/machdep.c rev. 1.520. | kato | 2002-06-25 | 2 | -4/+8 |
* | Force the quota update to be done when an inode is released in | mckusick | 2002-06-25 | 1 | -1/+1 |
* | - Remove UM_* user land memory macros since they are no longer used. | arr | 2002-06-24 | 1 | -17/+1 |
* | Add missing splx(). | mp | 2002-06-24 | 1 | -1/+3 |
* | Avoid unlocking the inp twice if badport_bandlim() returns -1. | hsu | 2002-06-24 | 2 | -4/+8 |
* | Work around what appears to be a chip bug in the BCM5701 that shows | jdp | 2002-06-24 | 2 | -2/+37 |
* | Compile in the cpu halt code even on SMP, instead just default the | peter | 2002-06-24 | 2 | -4/+8 |
* | Add UMA_ZONE_VM flag to the zones which are used for pmap_enter(). | dfr | 2002-06-24 | 1 | -2/+2 |
* | Prototype fixes (long newinum --> ino_t newinum). | jlemon | 2002-06-24 | 1 | -2/+2 |
* | Style bug: fix 4 space indentations that should have been tabs. | hsu | 2002-06-24 | 2 | -10/+10 |
* | Fix a GCCism. | markm | 2002-06-24 | 1 | -1/+1 |
* | Add an MD callout like cpu_exit, but which is called after sched_lock is | jake | 2002-06-24 | 9 | -0/+60 |
* | Enable mixer interrupts after the mixer is initialized, | robert | 2002-06-24 | 1 | -2/+2 |
* | Merged from sys/dev/sio/sio.c revisions 1.376 and 1.377. | nyan | 2002-06-24 | 2 | -8/+12 |
* | Oops, this should have been part of my previous commit. | mux | 2002-06-24 | 1 | -3/+0 |
* | Bring sys/kern/md5c.c in sync with the userland version. | mux | 2002-06-24 | 1 | -26/+23 |
* | Yet another warning fix for 64 bits platforms. | mux | 2002-06-24 | 1 | -2/+3 |
* | Include <sys/types.h> in the !_KERNEL case so that this file is | bde | 2002-06-24 | 1 | -0/+3 |
* | Fixed some style bugs (mainly excessive indentation). | bde | 2002-06-24 | 1 | -24/+24 |
* | MFi386: sys/i386/isa/clock.c revision 1.187. | kato | 2002-06-24 | 3 | -6/+6 |
* | On REASREQ packets, handled them earlier in processing the association | imp | 2002-06-24 | 1 | -7/+11 |
* | Use proper size in bzero of stat structure. | mckusick | 2002-06-24 | 3 | -3/+3 |
* | userout -> out. These two labels are now identical. | mini | 2002-06-24 | 2 | -14/+12 |
* | Remove unused diagnostic function cread_free_thread(). | mini | 2002-06-24 | 11 | -64/+0 |
* | - Remove DMA_* macros as only one, DMA_GET_ADDR, was used. | arr | 2002-06-24 | 12 | -103/+15 |
* | Add kernel printf bits for WI_SUPPRATES and HOSTAP_FLAGS | imp | 2002-06-24 | 2 | -0/+2 |
* | Add RID to get the DBM adjustment factor | imp | 2002-06-24 | 1 | -0/+1 |
* | Add kernel print bits #define for the IEEE80211_CAPINFO bits. | imp | 2002-06-24 | 1 | -1/+1 |
* | - Remove the definition for SCHED_ATM | arr | 2002-06-24 | 3 | -5/+2 |
* | Partially back out the "make all interfaces standard" commit. There's | imp | 2002-06-24 | 1 | -8/+8 |
* | I Noticed a defect in the way wakeup() scans the tailq. Tor noticed an | dillon | 2002-06-24 | 1 | -3/+8 |
* | Make vm_pindex_t 64-bit on all platforms. This is necessary to avoid | iedowse | 2002-06-23 | 3 | -3/+3 |