summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* remove support for creating files and directories from msdosfs_mknodassar2001-07-191-14/+1
* Rename vm86pcb_lock -> vm86_lock to correctly reflect its function.jlemon2001-07-191-6/+6
* Introduce EVFILT_TIMER, which allows a process to establish anjlemon2001-07-192-3/+68
* Unconditinally turn on VLAN support when building fxp as a module, sincejlemon2001-07-191-1/+1
* Only turn on MWI if the PCI configuration word indicates that itjlemon2001-07-191-5/+6
* Expand the range of the vm86pcb_lock so that it protects manipulationsjlemon2001-07-191-2/+2
* Merged from sys/i386/isa/npx.c revision 1.106.kato2001-07-191-14/+5
* Merged from sys/i386/isa/npx.c revision 1.105.kato2001-07-191-9/+9
* Merged from sys/i386/i386/machdep.c revisions 1.462 and 1.464.kato2001-07-192-140/+178
* Backout non-functional changes from revision 1.128.ru2001-07-191-13/+9
* swtch.s: During context save, use the correct bit mask for clearingbsd2001-07-195-12/+24
* Don't use kp->arg0 as a format string, grr.kris2001-07-191-1/+1
* Quiet a variable format-string warning.kris2001-07-196-12/+12
* Quiet a variable format-string warning.kris2001-07-191-1/+1
* ahc_pci.c:gibbs2001-07-1813-360/+696
* Add support for parsing version strings out of assembler source filesgibbs2001-07-185-36/+111
* Grab the process lock around psignal().jhb2001-07-181-0/+2
* Add printf format checking to sbuf_printf()phk2001-07-181-1/+1
* Keep track of all "struct snoop"'s so that snp_modevent can fail withdd2001-07-183-2/+19
* Use MD_NAME and MDCTL_NAME constants where appropriate.dd2001-07-181-2/+3
* Make sure that installing a module complains if the target modulesroam2001-07-181-1/+1
* Skip the route checking in the case of multicast packets with knowndcs2001-07-171-9/+22
* Increase NMBCLUSTERS by 4x.obrien2001-07-171-1/+1
* The per-cpu temporary buffers are not needed since the pcb_save areas havetegge2001-07-173-42/+15
* Backout damage to the INADDR_TO_IFP() macro in revision 1.7.ru2001-07-171-12/+5
* Add missing () around macro argument in cv_waitq_empty()phk2001-07-171-1/+1
* Change the interrupt handler a bit so that we call the nge_rxeof() handlerwpaul2001-07-161-3/+2
* Use PCPU_GET(cpuid) instead of curproc->p_oncpu.tegge2001-07-163-27/+27
* Use a fixed type for times in on-disk structures for ufs rather thanpeter2001-07-163-5/+6
* Now that config(8) has stopped breaking POLA (mkmakefile.c rev 1.69) byobrien2001-07-151-25/+25
* do not M_WAITOK in in6_update_ifa(), since this function can be calledume2001-07-151-1/+6
* Remove whitespace at EOL.dd2001-07-151-3/+3
* Put module directories one per line so adding new modules creates readablebrooks2001-07-152-14/+137
* The i386-specific includes in this file were "fixed" by bracketing them withbenno2001-07-151-3/+3
* Turn off preemption on the Alpha for the time being. Peter and JHB aren'tobrien2001-07-151-1/+1
* Fix MCOUNT_ENTER() so it actually compiles in the profiling case.jhb2001-07-142-2/+2
* Fix reboot hangs that have happened with multiple processorsmjacob2001-07-144-3/+26
* Hrmpf. nyan's rev 1.25 commit to fdc.h crossed with my removal of it.joerg2001-07-142-0/+34
* Yet another large non-function change.joerg2001-07-143-434/+542
* Move the hints gunk to a seperate file. It isn't really part of thepeter2001-07-142-299/+1
* Fixed conflict with sys/dev/syscons/syscons.h.nyan2001-07-142-10/+0
* Move fxp to the miibus section where it belongs.dd2001-07-142-2/+2
* remember to set the return address in a message whenjulian2001-07-141-0/+1
* - Refine pc98 supports.nyan2001-07-145-90/+195
* Added epson_inw function.nyan2001-07-141-0/+11
* Merged from the following changes.nyan2001-07-147-58/+74
* Merged from sys/i386/conf/GENERIC revision 1.313.nyan2001-07-141-1/+1
* Added (commented out) audio driver.nyan2001-07-141-0/+4
* Merged from sys/conf/options.i386 revision 1.150.nyan2001-07-141-0/+1
* Catch up with NetBSD/pc98.non2001-07-1426-3151/+7499
OpenPOWER on IntegriCloud