summaryrefslogtreecommitdiffstats
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
* Our kernel is not called /netbsd. ;)asami1996-06-141-4/+4
* 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
* It would help if I actually added the source code for these routines.wollman1996-06-133-0/+377
* Add an independent implementation of addr2ascii(3) and ascii2addr(3)wollman1996-06-132-3/+11
* Delete incorrect and misleading suggestion about NULL. I left inwollman1996-06-131-4/+3
* Make the editor work again and we're done.jkh1996-06-136-33/+18
* Don't try to include opt_ipfw.h in LKMsgpalmer1996-06-131-1/+3
* Uh, this is what I was really thinking when I made the device registrationjkh1996-06-138-109/+157
* Correct some embarassing 3am english.jkh1996-06-132-20/+20
* Ok, NOW the install.sh scripts are installed correctly!jkh1996-06-131-2/+4
* Change Mr. Aburaya's name per his request. ;)asami1996-06-131-2/+2
* A fast memory copy for Pentiums using floating point registers.asami1996-06-136-6/+600
* Add "MASTER_SITES?=" (no this is not a typo) right before theasami1996-06-131-1/+2
* Keep ether_type in network order for BPF to be consistent with otherdg1996-06-132-12/+11
* Correct a small typo in the Makefile.jkh1996-06-131-2/+2
* Indicate that assert exits with abort(3) instead of _exit(2). Closesalex1996-06-121-1/+1
* Code cleanup:-jraynard1996-06-122-2/+3
* Code cleanup:-jraynard1996-06-126-13/+13
* Code cleanup:-jraynard1996-06-127-12/+11
* Code cleanup:-jraynard1996-06-125-5/+5
* 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
* Fix broken sysinstall check.jkh1996-06-121-2/+7
* Dispense with the special case handling of cuaa* devices by synthesizingjkh1996-06-1210-171/+195
* Automatically add install.sh scripts to dists.jkh1996-06-122-1/+10
* Externalize the declaration of dc_list. This is required in order tojoerg1996-06-123-5/+6
* Some stuff I left out of the last commit - make toggle options togglejkh1996-06-129-66/+162
* Fix a truly stupid bug which broke the package installation menujkh1996-06-1216-33/+183
* handle a message box which can potentially go past 80 cols.jkh1996-06-122-4/+4
* 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-122-4/+4
* This commit was generated by cvs2svn to compensate for changes in r16314,asami1996-06-122-0/+34
|\
| * A Makefile for a ccd lkm. You need to explicitly /sbin/modload it forasami1996-06-122-0/+34
* 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
OpenPOWER on IntegriCloud