summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* | Include machine/critical.h to get missing prototypes.mux2002-06-231-0/+1
* | Remove some extra spaces hidden between tabsluigi2002-06-231-15/+15
* | fix indentation, whitespace and a few comments.luigi2002-06-232-34/+31
* | fix bad indentation and whitespace resulting from cut&pasteluigi2002-06-232-26/+25
* | fix indentation of a commentluigi2002-06-231-1/+1
* | fix a typo in a commentluigi2002-06-231-1/+1
* | Remove ip_fw_fwd_addr (forgotten in previous commit)luigi2002-06-231-7/+5
* | plxcard for OLDCARD isn't going to happen.imp2002-06-232-451/+0
* | plxcard for OLDCARD almost certainly isn't going to happen.imp2002-06-231-1/+0
* | As disclosed to arch@, make more interfaces standard. This allows forimp2002-06-231-12/+12
* | Rename the BALLOC flags from B_* to BA_* to avoid confusion with thedillon2002-06-237-48/+48
* | What:imp2002-06-235-74/+154
* | o Remove the unnecessary acquisition and release of Giant around fdrop()alc2002-06-231-2/+3
* | KTR_CT* had one too many trailing zeroes, making KTR_CT5-8 too large forjake2002-06-231-8/+8
* | Fix a bug related to marking pages virtually uncacheable due to illegaljake2002-06-221-4/+4
* | Add additional cpuid feature flags and put into a canonical format.mp2002-06-222-36/+66
* | Fix several bugs in the i386 asm statements used to speed up Internetjdp2002-06-222-17/+27
* | This patch fixes a size problem with the stat structure formckusick2002-06-224-16/+25
* | We don't need to check the return value of malloc() againstmux2002-06-221-14/+0
* | This patch fixes a problem whereby filesystems that ranmckusick2002-06-221-2/+2
* | NUL terminate the ACNAME passed to userland.brian2002-06-221-3/+4
* | Warning fix.mux2002-06-221-3/+3
* | OLDCARD version of GENERIC.imp2002-06-221-0/+243
* | o Reduce the scope of Giant in vm_mmap() to just the code that manipulatesalc2002-06-221-4/+2
* | Fix a bug in vfs_bio_clrbuf(). The single-page-clrbuf optimization wasdillon2002-06-221-5/+10
* | o Replace mtx_assert(&Giant, MA_OWNED) in dev_pager_alloc()alc2002-06-221-11/+17
* | Use rm -f in the clean target, as seems to be common practice, and also avoidsjmallett2002-06-222-2/+2
* | o Remove the initialization of unused fields in the structmux2002-06-223-50/+11
* | o In vm_map_insert(), replace GIANT_REQUIRED by the acquisition andalc2002-06-221-5/+6
* | Make this compile on Alpha.n_hibma2002-06-221-2/+2
* | Clock frequencies reported by sysctl should be unsigned values. Discoveredmp2002-06-225-10/+10
* | Remove (almost all) global variables that were used to holdluigi2002-06-2212-474/+532
* | Define an mbuf type, MT_TAG, used for volatile annotationsluigi2002-06-221-2/+3
* | Always drop the p_args reference we held for copyout, even if we're aboutmini2002-06-221-3/+2
* | o Replace GIANT_REQUIRED in swap_pager_alloc() by the acquisition andalc2002-06-221-3/+4
* | o Remove GIANT_REQUIRED from phys_pager_alloc(). If handle isn't NULL,alc2002-06-221-3/+8
* | o Replace GIANT_REQUIRED in vnode_pager_alloc() by the acquisition andalc2002-06-221-6/+5
* | o Remove GIANT_REQUIRED from vslock().alc2002-06-221-1/+10
* | Fix logic which resulted in missing a call to INP_UNLOCK().hsu2002-06-211-5/+2
* | TCP notify functions can change the pcb list.hsu2002-06-212-4/+4
* | Enable cd9660 support by default.jake2002-06-211-1/+1
* | Enable UFS1_AND_UFS2 support for sparc64 by default. Booting from ufs1 orjake2002-06-211-0/+2
* | Remove CAPABILITIES from NOTESrwatson2002-06-211-2/+0
* | Revert the part of Kirks UFS2 commit which added divdi3.c and moddi3.cphk2002-06-215-11/+8
* | This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-2146-1243/+2797
* | o Remove GIANT_REQUIRED from vm_map_stack().alc2002-06-211-2/+0
* | Update for libpcap 0.7.1fenner2002-06-211-14/+46
* | o Remove GIANT_REQUIRED from vm_pager_allocate() and vm_pager_deallocate().alc2002-06-211-3/+0
* | Add some #define's for mbuf annotations.luigi2002-06-201-0/+48
* | {f,s}usword -> {f,s}uword16. Implement {f,s}uword32.jake2002-06-202-46/+94
OpenPOWER on IntegriCloud