summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Oops, forgot to delete some garbage from working code.asami1996-06-141-8/+0
* The Great PC98 Merge.asami1996-06-1440-35/+893
* This commit was generated by cvs2svn to compensate for changes in r16359,asami1996-06-14192-0/+111120
|\
| * The PC98-specific files.asami1996-06-14192-0/+111120
* The PC98-specific files.asami1996-06-1412-0/+11912
* Document LINT.asami1996-06-143-3/+33
* Updated this driver to a newer version from Matt. This should fix severaldg1996-06-143-1342/+4805
* Change CONF1_ENABLE_MSK to 0x7ff00000 in another attempt to decidese1996-06-136-12/+12
* Don't try to include opt_ipfw.h in LKMsgpalmer1996-06-131-1/+3
* A fast memory copy for Pentiums using floating point registers.asami1996-06-136-6/+600
* Keep ether_type in network order for BPF to be consistent with otherdg1996-06-132-12/+11
* Only print out the new masks if bootverbose is set.nate1996-06-121-2/+4
* Convert ipfw to use opt_ipfw.hgpalmer1996-06-123-4/+11
* Since the updates to ifnet.if_lastchange are so rare (relativelygpalmer1996-06-125-17/+17
* Externalize the declaration of dc_list. This is required in order tojoerg1996-06-123-5/+6
* Fix a very significant cnt.v_wire_count leak in vm_page.c, and somedyson1996-06-123-9/+14
* Add -Wunused to try and catch any future offendersgpalmer1996-06-123-6/+6
* Clean up -Wunused warnings.gpalmer1996-06-12103-412/+299
* Clean up -Wunused warnings. Julian asked me to just ifdefgpalmer1996-06-123-47/+29
* Clean up -Wunused warnings. Also clean up a -Winline warning while here.gpalmer1996-06-121-40/+41
* Clean up -Wunused warnings.gpalmer1996-06-122-18/+14
* Fix some serious errors in vm_map_simplify_entries.dyson1996-06-121-6/+7
* Add ccd.asami1996-06-121-2/+2
* This commit was generated by cvs2svn to compensate for changes in r16314,asami1996-06-121-0/+17
|\
| * A Makefile for a ccd lkm. You need to explicitly /sbin/modload it forasami1996-06-121-0/+17
* Moved the fsnode MALLOC to before the call to getnewvnode() so that thedg1996-06-1220-80/+223
* Moved the fsnode MALLOC to before the call to getnewvnode() so that thedg1996-06-122-8/+22
* Fixed GET/SETIPDOMAIN ioctl on /dev/socksys, which is used by variousnate1996-06-121-2/+90
* Properly lock the vm space when accessing the memory in a process. Thisdyson1996-06-112-4/+28
* Change the symbol name used in the last commit from USRSTACK todyson1996-06-111-1/+1
* Get rid of the unneeded upper address space.dyson1996-06-111-2/+2
* Move warning messages under bootverbosepst1996-06-115-20/+40
* Put clock calibration #defines in opt_clock.h to ease reconfigurationpst1996-06-117-7/+20
* Detach the device at shutdown.alex1996-06-112-12/+8
* Add $Id$gpalmer1996-06-101-0/+2
* Change the use if ifnet.if_lastchange to be more in line withgpalmer1996-06-1011-35/+42
* Implemented 'kern_sysctl', which differs from 'userland_sysctl' in thatnate1996-06-102-6/+65
* We are developing a device driver of Smart Capture Card.phk1996-06-102-2/+4
* *blush* I used EXTRAVNODES everywhere else, but put EXTRA_VNODES in thepeter1996-06-103-6/+6
* Mostly superficial code improvements, add a diagnostic. Thedyson1996-06-101-18/+23
* Clarify the meaning of IPFIREWALL_VERBOSE. Add IPFIREWALL_VERBOSE_LIMIT.alex1996-06-103-9/+15
* Keep the vm_fault/vm_pageout from getting into an "infinite paging loop", bydyson1996-06-101-3/+7
* Big sweep over ipfw, picking up where Poul left off:alex1996-06-092-83/+133
* Detect and report dataphase overruns. Put the adapter into 'Bit Bucket'gibbs1996-06-093-3/+58
* Also count bytes in if_tun. kern/1253phk1996-06-091-0/+2
* Include <sys/param.h> needed for MAXCOMLEN and MAXLOGNAME constants.alex1996-06-091-1/+2
* Add a check in the SMC probe to verify that the card has an ethernetmartin1996-06-091-0/+4
* Fix the spl handling. There's still the effect that the timers havejoerg1996-06-091-14/+32
* Implement CDIOCCLOSEache1996-06-091-4/+16
* Scan PCI buses in order the BIOS has assigned them. This is sometimesasami1996-06-092-4/+8
OpenPOWER on IntegriCloud