aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - Move ifs_init() so that it can initialize ifs_inode_hash_mtx.Seigo Tanimura2000-12-141-12/+12
* Use _lapic+offset to access the local apic from assembly languageJake Burkholder2000-12-1410-60/+74
* Fix this based on Mike's moved pci code. We needed to delete the pci_mWarner Losh2000-12-141-4/+2
* Fix include directories for crossbuilding.Marcel Moolenaar2000-12-131-1/+1
* - Add a new flag MTX_QUIET that can be passed to the various mtx_*John Baldwin2000-12-134-126/+205
* o Remove the COMPAT_OLDPCI option now that Mike removed it.Warner Losh2000-12-131-3/+3
* Reconnect linprocfs.Dag-Erling Smørgrav2000-12-131-2/+2
* Use kinfo_proc instead of eproc (which Kirk deep-sixed earlier this week)Dag-Erling Smørgrav2000-12-132-216/+260
* Add dependency on linux, which is needed for proc/version.Dag-Erling Smørgrav2000-12-131-0/+1
* Add subr_sbuf.c.Dag-Erling Smørgrav2000-12-131-0/+1
* String buffer APIDag-Erling Smørgrav2000-12-132-0/+347
* If we fail to emulate a vm86 trap in kernel mode, then we useJohn Baldwin2000-12-133-0/+3
* Include vm/vm_zone.h prior to vm/swap_pager.h.Seigo Tanimura2000-12-131-0/+1
* Strip the .comment and .note sections when stripping. There's noRobert Nordier2000-12-131-1/+1
* I really hate it when part of a patch gets left out.Julian Elischer2000-12-131-1/+0
* Move `#include <sys/devicestat.h>' into #ifdef/#endif to keepNoriaki Mitsunaga2000-12-131-1/+1
* Do not race for the lock of an inode hash.Seigo Tanimura2000-12-132-12/+84
* - If swap metadata does not fit into the KVM, reduce the number ofSeigo Tanimura2000-12-1311-27/+76
* Introduce a new potientially cleaner interface for accessing per-cpuJake Burkholder2000-12-1322-275/+292
* Add route interrupt method.Matt Jacob2000-12-131-0/+2
* Lock the allproc list.Jake Burkholder2000-12-131-1/+4
* Preventing runaway kernel soft updates memory, take three.Kirk McKusick2000-12-134-73/+168
* Sync with i386/GENERIC rev 1.294 removing "COMPAT_OLDPCI".David E. O'Brien2000-12-133-3/+0
* Remove unnecessary includes found by phk's script. I've been buildingWarner Losh2000-12-134-5/+0
* Fix problem with ax88190 based cards trying to probe further afterWarner Losh2000-12-131-0/+1
* Remove unnecessary includes found by phk's script a long time ago.Warner Losh2000-12-132-4/+0
* Add aic and ray modules. I've been building these for a while now onWarner Losh2000-12-131-1/+1
* Module for aicWarner Losh2000-12-131-0/+9
* Add module dependencies on CAM module.Warner Losh2000-12-133-0/+3
* Eliminate a race in MEXTFREE(). The reference counter decrement and testBosko Milekic2000-12-131-11/+16
* o Tighten restrictions on use of /proc/pid/ctl and move access checksRobert Watson2000-12-132-8/+20
* Remove a redundant prototype.Mike Smith2000-12-131-1/+0
* Don't try to free the now-nonexistent hdrspec field. This one snuck byMike Smith2000-12-132-4/+0
* Add isa support:Warner Losh2000-12-134-20/+18
* Updates to match changes elsewhere in the PCI subsystem:Mike Smith2000-12-133-98/+34
* Next round of PCI subsystem updates:Mike Smith2000-12-139-1033/+931
* Remove the COMPAT_OLDPCI option, it's going away.Mike Smith2000-12-134-6/+2
* Remove a couple of leftover unused variables.Mike Smith2000-12-134-4/+0
* Use proper mutex locking when calling setrunnable from speedup_syncer().Kirk McKusick2000-12-132-6/+4
* - Change the allproc_lock to use a macro, ALLPROC_LOCK(how), insteadJake Burkholder2000-12-1324-75/+99
* Another mismatch found by Gcc:Julian Elischer2000-12-123-3/+0
* Change initialiser to match new structure layout.Julian Elischer2000-12-121-1/+0
* remove unused variableJulian Elischer2000-12-121-1/+0
* It's possible for an ISA bus to be hung off an EISA bridge, so we need toMike Smith2000-12-121-0/+1
* Fix bug in parse type for struct ng_one2many_config.Archie Cobbs2000-12-121-2/+2
* I always forget this file. It's netgraph, but not one of mine.....Julian Elischer2000-12-121-3/+4
* I have no idea at all why this file was not included in the last commit.Julian Elischer2000-12-121-1/+2
* Point #includes at compat/linprocfs instead of i386/linux/linprocfs.Dag-Erling Smørgrav2000-12-125-5/+5
* Remove after repo-copy to sys/compat/linprocfs.Dag-Erling Smørgrav2000-12-125-2290/+0
* The linprocfs sources have moved to sys/compat/linprocfs.Dag-Erling Smørgrav2000-12-121-1/+11