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