Age | Commit message (Expand) | Author |
1997-01-26 | bye | Theo de Raadt |
1997-01-25 | Don't do disruptive time corrections if tick size is not integral; from | Thorsten Lockert |
1997-01-25 | Improve adjtime() for odd hz values; from Dennis Ferguson (NetBSD PR# 2787) | Thorsten Lockert |
1997-01-25 | Changed my mind about where to do this. | dm |
1997-01-25 | Only disclose generation number to root. | dm |
1997-01-24 | bug fix: | chuck |
1997-01-24 | Sync with NetBSD 961207 | Niklas Hallqvist |
1997-01-24 | Sync with NetBSD 960123 | Niklas Hallqvist |
1997-01-24 | do not build fake disklabel partitions for MBR partitions that have out-of-ra... | Theo de Raadt |
1997-01-24 | Sync w/ NETBSD_CURRENT_971122. | briggs |
1997-01-24 | Add kernel config for Allen's Q700. | briggs |
1997-01-23 | Sync with NetBSD 970118, missed... | Niklas Hallqvist |
1997-01-23 | Sync with NetBSD 970118 | Niklas Hallqvist |
1997-01-23 | add NO_DEFLATE condition to be used in /boot | Michael Shalayeff |
1997-01-23 | allow boot from any [0-9] unit (wd+scsi fits now both) | Michael Shalayeff |
1997-01-23 | changed aicprint() to scsiprint() | flipk |
1997-01-22 | back out bounce buffer fixes until i get them working 100% | Theo de Raadt |
1997-01-22 | pmap enter fixes for I/O mapping. | Per Fogelstrom |
1997-01-22 | Fixed some pmap problems when porting XFree86 (mmap of i/o etc). | Per Fogelstrom |
1997-01-22 | only go into wide scsi mode if the card supports it | Theo de Raadt |
1997-01-22 | Current status. | Dale S. Rahn |
1997-01-22 | example fdisk and disklabel information in the Installation instructions. | Dale S. Rahn |
1997-01-22 | get the ethernet/fddi issue half right. This needs to be fixed better | Theo de Raadt |
1997-01-22 | Don't fault a page in twice (first prefault, then vm_fault); the first was | Thorsten Lockert |
1997-01-21 | If mounting a CD filesystem as a root image, at least call inittodr. | Dale S. Rahn |
1997-01-21 | Fix problems pointed out by Andrew Cagney, | Dale S. Rahn |
1997-01-20 | ifdef the RB_TIMEBAD change, | Dale S. Rahn |
1997-01-20 | Type pedantery.. a lot of it too, more could be done as well. Sync with | Niklas Hallqvist |
1997-01-20 | Accept partitions looking like, but not matching exactly, | Niklas Hallqvist |
1997-01-20 | better use (NETHER == 0) instead of NETHER == 0 | Thomas Graichen |
1997-01-20 | replace #ifndef NFSCLIENT with #if !defined(NFSCLIENT) || NETHER == 0 | Thomas Graichen |
1997-01-20 | back out my last change to avoid the __warn_references on the mips - it's | Thomas Graichen |
1997-01-19 | small hack to get the PLUTO kernel compiled | Thomas Graichen |
1997-01-19 | Add OpenBSD tag | Niklas Hallqvist |
1997-01-19 | From Ignatios Souvatzis (NetBSD): | Niklas Hallqvist |
1997-01-19 | From Gordon W Ross (NetBSD): | Niklas Hallqvist |
1997-01-19 | Ooops. This should have been committed along with pccons.c | Per Fogelstrom |
1997-01-19 | asm -> __asm | briggs |
1997-01-19 | asm -> __asm, inline -> __inline | briggs |
1997-01-19 | asm -> __asm | briggs |
1997-01-19 | inline -> __inline | briggs |
1997-01-19 | inline -> __inline | briggs |
1997-01-19 | inline -> __inline | briggs |
1997-01-19 | Do the F_GETLK_SVR3 support not depending on ibcs2, as sparc does not look | Niklas Hallqvist |
1997-01-18 | Use scsiprint (and remove scsiprint from esp.c). | briggs |
1997-01-18 | illiminate memset gcc generated call, just like prev commit to | Michael Shalayeff |
1997-01-18 | Do not partially initialize a structure at declaration in a function. | briggs |
1997-01-18 | scsi->moreluns is a bitfield based on target--should be u_int16_t, now. | briggs |
1997-01-18 | OpenBSD uses HOSTCC not HOSTED_CC, per tradition | Niklas Hallqvist |
1997-01-18 | Do not doubletrap when curproc->p_addr is zero, as it is during autoconfig. | Niklas Hallqvist |