summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
OpenPOWER on IntegriCloud