summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Move sys/dev/nulldev to sys/dev/null to be more consistent with namingjhb2000-10-023-140/+3
* Fix a cosmetic sign problem on machines with 4G of ram.peter2000-10-022-2/+2
* Go back to occupying just a single sector, reverting r1.17 - r1.20.rnordier2000-10-022-166/+82
* Set MAINTAINER.rnordier2000-10-028-0/+16
* If TCPDEBUG is defined, we could dereference a tp which was freed.jlemon2000-10-021-1/+1
* Added NEC PC-9801-83, 84, PC-9801-103, 104, PC-9801N-25 and PC-9801N-J02Rnyan2000-10-0216-0/+3645
* A bit of indentation reformatting.ru2000-10-021-33/+21
* Move KASSERTs which checks value of v_usecount after vnode locking, sobp2000-10-022-4/+8
* Protect hash data with lock manager instead of home grown one.bp2000-10-028-142/+210
* Get rid from the legacy __P() macro. Remove 'register' keywords.bp2000-10-0212-190/+198
* Remove duplicate SYSCTL_NODE() declaration. Kernel linker can't dealbp2000-10-021-1/+0
* Fix StallOp implementaion. I've noticed that StallOp corresponds toiwasaki2000-10-025-10/+15
* Merged from sys/i368/i386/machdep.c revision 1.413.kato2000-10-022-48/+8
* Merged from sys/conf/files.i386 revision 1.332.kato2000-10-021-1/+2
* Fix EVENTHANDLER_FAST_DEREGISTERmsmith2000-10-021-1/+1
* Treat %X the same as %x (not entirely correct, but close enough).msmith2000-10-021-0/+1
* Move the i386 PCI attachment code out of i386/isa back into i386/pci.msmith2000-10-0210-3651/+769
* PDIRUNLOCK now exists on FreeBSD. Remove the (now incorrect) redefinition.peter2000-10-022-8/+0
* Add new fields for more granularity:billf2000-10-021-4/+48
* Put on my nuclear-grade asbestos suit and cvs rm the old, broken, soundpeter2000-10-0291-42532/+0
* Add new fields for more granularity:billf2000-10-021-1/+28
* Add definition for PCIS_SERIALBUS_SMBUS PCI device subclass.archie2000-10-022-4/+2
* ahc_set_transaction_status() takes an SCB. This makes it difficult togibbs2000-10-012-2/+2
* fix some minor problem in PIOCSRESOURCE ioctl.sanpei2000-10-011-14/+5
* add missing \n. sync with kame.itojun2000-10-011-3/+3
* Fix the no-pci case of attaching isa, eisa and mca devices.peter2000-10-014-28/+12
* Remove ACPI_NO_OSDFUNC_INLINE option from kernel configuration. Nowiwasaki2000-10-018-7/+13
* One more update against header file name changing.iwasaki2000-10-011-2/+2
* - Add acpi_disable_events() and set it with EVENTHANDLER_REGISTER in order toiwasaki2000-09-307-61/+138
* More updates to the ACPI code:msmith2000-09-3017-1061/+1262
* The `ed' NIC driver has been changed to work on Alpha now. So enable itobrien2000-09-304-4/+3
* Next round of ia64 work, including fixes to context switching,dfr2000-09-3019-1157/+854
* Properly setup link level header length for 802.2 and SNAP frames.bp2000-09-302-6/+9
* Fix compiling with AAC_DEBUG.scottl2000-09-301-1/+1
* Big mbuf subsystem diff #1: incorporate mutexes and fix things up somewhatbmilekic2000-09-308-472/+391
* Recognize the ATI Rage128-LF Mobility AGP video adapter.jhb2000-09-291-0/+2
* Spelling police in a comment: Defalut -> Default.jhb2000-09-292-2/+2
* Ansify and fix warnings.dfr2000-09-292-28/+12
* Implement dirty and access bit exceptions.dfr2000-09-293-6/+399
* Bodge the simplelocks in a way which works UP.dfr2000-09-292-9/+12
* Make the alpha hacks dependant on __alpha__ instead of !__i386__.dfr2000-09-291-12/+12
* Use write-back instead of write-combining for region 7.dfr2000-09-292-4/+4
* Add a few more files for the ia64 port.dfr2000-09-294-0/+357
* This is the first snapshot of the FreeBSD/ia64 kernel. This kernel willdfr2000-09-29100-0/+23294
* Add ia64 support.dfr2000-09-294-4/+4
* Change ".align 3" to ".p2align 3" so that this works with ia64.dfr2000-09-291-2/+2
* Add machine type for ia64.dfr2000-09-291-0/+1
* Don't support dynamic linking on ia64 for now - the tools can't cope.dfr2000-09-292-0/+12
* Change the conditionaal so that we only build this on i386 instead ofdfr2000-09-291-1/+1
* Document that net.inet.ip.fw.one_pass only affects dummynet(4).ru2000-09-291-1/+1
OpenPOWER on IntegriCloud