Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-01-26 | Since these are old systems, call lchown() in place of chown(). | Jason Downs | |
1997-01-26 | Regen. | Jason Downs | |
1997-01-26 | We can do lchown(2) now. | Jason Downs | |
1997-01-26 | We can do lchown(2) now. | Jason Downs | |
1997-01-26 | Don't examine an mbuf after it has been released; from Andreas Gunnarsson | Thorsten Lockert | |
1997-01-26 | Nuke cruft from NetBSD merge (max_target). | briggs | |
1997-01-26 | Some more KNF | Niklas Hallqvist | |
1997-01-26 | Fixed a busification bug (some may well remain), as well as some KNF issues | Niklas Hallqvist | |
1997-01-26 | Change to fix bug with constant handling in locore. | Dale S. Rahn | |
16 bit operations should not be done on 32 bit quantities. | |||
1997-01-26 | change default data limit so that source build will work without modifications. | Dale S. Rahn | |
1997-01-26 | Regen. | Jason Downs | |
1997-01-26 | Regen. | Jason Downs | |
1997-01-26 | Add lchown(2). | Jason Downs | |
1997-01-26 | Make ip_len and ip_off unsigned values; don't transmit or accept packets | Thorsten Lockert | |
larger than the maximum IP packet size. From NetBSD. | |||
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 | |
Dennis Ferguson (NetBSD PR #2788) | |||
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 | |
- if aal5 frame has a CRC error then the length field in the aal5 trailer may not be valid, so we can not use it [and we must dump the frame] [Yuhang Sun <sunyh@dworkin.wustl.edu> & chuck@ccrc.wustl.edu] | |||
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 ↵ | Theo de Raadt | |
out-of-range start/size fields | |||
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 | |
not neccecary (and actually caused some problems). | |||
1997-01-21 | If mounting a CD filesystem as a root image, at least call inittodr. | Dale S. Rahn | |
Most filesystems have a last modified date that is supplied, however since that is not available on iso9660 could image creation time be used instead? Currently it supplies 0, the beginning of time as the parameter to inittodr. This is so that when installing from a CD image, the file or directory timestamps will be sane, not beginning of time. | |||
1997-01-21 | Fix problems pointed out by Andrew Cagney, | Dale S. Rahn | |
These didn't seem to have adverse effects, but were wrong. | |||
1997-01-20 | ifdef the RB_TIMEBAD change, | Dale S. Rahn | |
resettodr doesn't currently do anything anyway, put this problem off till later. | |||
1997-01-20 | Type pedantery.. a lot of it too, more could be done as well. Sync with | Niklas Hallqvist | |
NetBSD 970118 too. | |||
1997-01-20 | Accept partitions looking like, but not matching exactly, | Niklas Hallqvist | |
an ADOS FS partition, as ADOSFS. some %lx -> %x. Print diagnostic for more unknown partition types. | |||
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 | |
because revarpwhoami is defined in if_ether.c and netbooting without an ethernet card is very unusual :-) p.s.: seems like nobody uses OpenBSD in machines without a network card - because due to this it was'nt possible to build a kernel for such a configuration ... | |||
1997-01-20 | back out my last change to avoid the __warn_references on the mips - it's | Thomas Graichen | |
now done for the pmax like for the arc in machine/cdefs.h | |||
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 | |
Fix PR 3090. While here, fix two other comments. | |||
1997-01-19 | From Gordon W Ross (NetBSD): | Niklas Hallqvist | |
Use db_regs_t instead of struct mc68020_saved_state |