aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* The PC98-specific files.Satoshi Asami1996-06-14204-0/+123032
* Document LINT.Satoshi Asami1996-06-143-3/+33
* Updated this driver to a newer version from Matt. This should fix severalDavid Greenman1996-06-143-1342/+4805
* Change CONF1_ENABLE_MSK to 0x7ff00000 in another attempt to decideStefan Eßer1996-06-136-12/+12
* Don't try to include opt_ipfw.h in LKMsGary Palmer1996-06-131-1/+3
* A fast memory copy for Pentiums using floating point registers.Satoshi Asami1996-06-136-6/+600
* Keep ether_type in network order for BPF to be consistent with otherDavid Greenman1996-06-132-12/+11
* Only print out the new masks if bootverbose is set.Nate Williams1996-06-121-2/+4
* Convert ipfw to use opt_ipfw.hGary Palmer1996-06-123-4/+11
* Since the updates to ifnet.if_lastchange are so rare (relativelyGary Palmer1996-06-125-17/+17
* Externalize the declaration of dc_list. This is required in order toJoerg Wunsch1996-06-123-5/+6
* Fix a very significant cnt.v_wire_count leak in vm_page.c, and someJohn Dyson1996-06-123-9/+14
* Add -Wunused to try and catch any future offendersGary Palmer1996-06-123-6/+6
* Clean up -Wunused warnings.Gary Palmer1996-06-12103-412/+299
* Clean up -Wunused warnings. Julian asked me to just ifdefGary Palmer1996-06-123-47/+29
* Clean up -Wunused warnings. Also clean up a -Winline warning while here.Gary Palmer1996-06-121-40/+41
* Clean up -Wunused warnings.Gary Palmer1996-06-122-18/+14
* Fix some serious errors in vm_map_simplify_entries.John Dyson1996-06-121-6/+7
* Add ccd.Satoshi Asami1996-06-121-2/+2
* A Makefile for a ccd lkm. You need to explicitly /sbin/modload it forSatoshi Asami1996-06-121-0/+17
* Moved the fsnode MALLOC to before the call to getnewvnode() so that theDavid Greenman1996-06-1220-80/+223
* Moved the fsnode MALLOC to before the call to getnewvnode() so that theDavid Greenman1996-06-122-8/+22
* Fixed GET/SETIPDOMAIN ioctl on /dev/socksys, which is used by variousNate Williams1996-06-121-2/+90
* Properly lock the vm space when accessing the memory in a process. ThisJohn Dyson1996-06-112-4/+28
* Change the symbol name used in the last commit from USRSTACK toJohn Dyson1996-06-111-1/+1
* Get rid of the unneeded upper address space.John Dyson1996-06-111-2/+2
* Move warning messages under bootverbosePaul Traina1996-06-115-20/+40
* Put clock calibration #defines in opt_clock.h to ease reconfigurationPaul Traina1996-06-117-7/+20
* Detach the device at shutdown.Alexander Langer1996-06-112-12/+8
* Add $Id$Gary Palmer1996-06-101-0/+2
* Change the use if ifnet.if_lastchange to be more in line withGary Palmer1996-06-1011-35/+42
* Implemented 'kern_sysctl', which differs from 'userland_sysctl' in thatNate Williams1996-06-102-6/+65
* We are developing a device driver of Smart Capture Card.Poul-Henning Kamp1996-06-102-2/+4
* *blush* I used EXTRAVNODES everywhere else, but put EXTRA_VNODES in thePeter Wemm1996-06-103-6/+6
* Mostly superficial code improvements, add a diagnostic. TheJohn Dyson1996-06-101-18/+23
* Clarify the meaning of IPFIREWALL_VERBOSE. Add IPFIREWALL_VERBOSE_LIMIT.Alexander Langer1996-06-103-9/+15
* Keep the vm_fault/vm_pageout from getting into an "infinite paging loop", byJohn Dyson1996-06-101-3/+7
* Big sweep over ipfw, picking up where Poul left off:Alexander Langer1996-06-092-83/+133
* Detect and report dataphase overruns. Put the adapter into 'Bit Bucket'Justin T. Gibbs1996-06-093-3/+58
* Also count bytes in if_tun. kern/1253Poul-Henning Kamp1996-06-091-0/+2
* Include <sys/param.h> needed for MAXCOMLEN and MAXLOGNAME constants.Alexander Langer1996-06-091-1/+2
* Add a check in the SMC probe to verify that the card has an ethernetMartin Renters1996-06-091-0/+4
* Fix the spl handling. There's still the effect that the timers haveJoerg Wunsch1996-06-091-14/+32
* Implement CDIOCCLOSEAndrey A. Chernov1996-06-091-4/+16
* Scan PCI buses in order the BIOS has assigned them. This is sometimesSatoshi Asami1996-06-092-4/+8
* Bring back the `config file in the kernel' feature from the 1.x days. ThisJordan K. Hubbard1996-06-083-9/+12
* Change the 'sysi86()' function not implemented' printf to be called onlyNate Williams1996-06-081-0/+2
* Fixed a vnode reference leak in nfsrv_rename(). The target inode wasn'tBruce Evans1996-06-082-2/+4
* Updated some comments in settimeofday().Bruce Evans1996-06-081-3/+15
* Fixed accumulation of run time for processes that don't accumulateBruce Evans1996-06-081-7/+5