summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in parse type for struct ng_one2many_config.archie2000-12-121-2/+2
* I always forget this file. It's netgraph, but not one of mine.....julian2000-12-121-3/+4
* I have no idea at all why this file was not included in the last commit.julian2000-12-121-1/+2
* Point #includes at compat/linprocfs instead of i386/linux/linprocfs.des2000-12-125-5/+5
* Remove after repo-copy to sys/compat/linprocfs.des2000-12-125-2290/+0
* The linprocfs sources have moved to sys/compat/linprocfs.des2000-12-121-1/+11
* only include sys/proc.h oncemjacob2000-12-121-1/+0
* Include sys/proc.h so this compiles [on the Alpha].obrien2000-12-121-0/+1
* We reference curproc, ergo need <sys/proc.h>mjacob2000-12-121-0/+1
* Add a missing include of <sys/proc.h>.jhb2000-12-122-0/+2
* Grrrrr. That last commit was supposed to be to the head, not to -stablewpaul2000-12-1212-3/+27
* oops that commit included a local hack... take it out..julian2000-12-121-1/+1
* Reviewed by: Archie@freebsd.orgjulian2000-12-1236-238/+493
* Add a magic number, for easier identification of boot0. At present,rnordier2000-12-121-1/+5
* Add in symbols needed in the WITNESS_ENTER and WITNESS_EXIT macros injhb2000-12-122-0/+10
* Temporarily disconnect linprocfs from the build, until I fix it so it buildsdes2000-12-121-1/+1
* Catch up with the recent conversion the per-eventhandler list mutex toiwasaki2000-12-122-0/+2
* - We have access to our own device_t here, so use pci_read_configmsmith2000-12-122-30/+77
* Don't try to fix up the Orion here; the interface we use is wrong for themsmith2000-12-121-16/+0
* make sure we tear down the devnodes for the endpoints 1 and aboven_hibma2000-12-121-46/+74
* Always build the ISA and EISA bridge code. This is slightly unintiuitive,msmith2000-12-121-2/+2
* Change the proc information returned from the kernel so that itmckusick2000-12-124-85/+192
* - Convert the per-eventhandler list mutex to a lockmgr lock so that it canjhb2000-12-123-21/+29
* Fix the assembly mutex macros to call the appropriate witness functions ifjhb2000-12-122-6/+76
* Since _mtx_enter() and friends are static inline functions now instead ofjhb2000-12-121-13/+0
* - Don't return early from the PCI:EISA bridge attachment, or we will losemsmith2000-12-122-42/+41
* enable the proper cascade irq on as1000agallatin2000-12-121-1/+1
* fix AS1000/AS1000A support. It turns out the that iobus depends on thegallatin2000-12-121-2/+10
* fix various compiler warnings generated by previous commitgallatin2000-12-121-5/+5
* - Add code to detect if a system call returns with locks other than Giantjake2000-12-1210-4/+78
* - Don't bother taking a trace message if we have panic'd since doing sojhb2000-12-121-1/+3
* Oops, the witness mutex is a spin lock, so use MTX_SPIN in the call tojhb2000-12-123-3/+3
* add comment about ispfwmjacob2000-12-112-0/+2
* Add the spic driver, which is a simple first attempt at providing accessnsayer2000-12-115-0/+551
* Stake a claim on major 160 for the forthcoming spic driver.nsayer2000-12-111-0/+1
* fix problem with vmware DAD. reported by many, tested @ IETF49 withume2000-12-111-5/+15
* Change sppp from optional to count. At least ar(4) and sr(4) needs it injhay2000-12-111-1/+1
* add PNPID for PnP PCMCIA, SCM SwapBox Classic X2P.sanpei2000-12-112-0/+2
* Remove DDB, it leaked in here with another commit.phk2000-12-112-4/+0
* It looks like we can't count on these devices always having a consistentmsmith2000-12-111-44/+43
* Be less conservative with a recently added KASSERT. Certain edgedillon2000-12-111-1/+4
* Fix a bug where if the interface was in promiscuous mode when thearchie2000-12-111-0/+2
* The ICH2 reports itself as a PCI:ISA bridge, so don't special-case itmsmith2000-12-101-1/+0
* Added 'MACHINE=pc98' to MKMODULESENV variable. It is needed to make modulesnyan2000-12-101-0/+1
* Added '-DPC98' to CFLAGS if MACHINE == pc98.nyan2000-12-101-0/+4
* Removed the VoxWare sound drivers.nyan2000-12-102-40/+4
* o Remove mcclockmarcel2000-12-101-7/+4
* Sync-up so that buils actually work again.marcel2000-12-101-15/+9
* Put the bits in place for Alpha support for ext2. Not tested.mjacob2000-12-095-0/+263
* Correct to a common %ld the 5 argument to a printf.mjacob2000-12-092-4/+4
OpenPOWER on IntegriCloud