summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1998-05-31cleanup for !ANSI compilers, mostly __P usageMichael Shalayeff
1998-05-31For both termcap and terminfo:Todd C. Miller
o make pcvt arrow keys work with vt220 entries o most dec terminals generate DEL, not ^H For termcap only: o don't use ncurses-specific line drawing characters in default xterm entry.
1998-05-31terminfo/termcap Version 10.2.3Todd C. Miller
1998-05-31fix pathsTodd C. Miller
1998-05-31update pathsTodd C. Miller
1998-05-30permit sig 0 (existance checking) to setuid parents; ibo@ragnarok.val-axs.netTheo de Raadt
1998-05-30syncTheo de Raadt
1998-05-30new devs; markTheo de Raadt
1998-05-30modifiers apply to all things; msaitohTheo de Raadt
1998-05-30save spaceTheo de Raadt
1998-05-30no math needed for cd9660 any moreMichael Shalayeff
1998-05-30use shift, save on long div (which is expensive on certain archs)Michael Shalayeff
1998-05-30define ISO_DEFAULT_BLOCK_SHIFT and redefine ISO_DEFAULT_BLOCK_SIZE through itMichael Shalayeff
1998-05-30more const here and there; so would benefit everyoneMichael Shalayeff
1998-05-30kill the hack!Michael Shalayeff
1998-05-30fix variable comparision algorythm so variable being changed/addedMichael Shalayeff
which name is a substr of the name of another one would not corrupt the list.
1998-05-30use ctime(), kill that ugly time_print() hackMichael Shalayeff
1998-05-30compile ctime.cMichael Shalayeff
1998-05-30add bsd.old, bsd.old.gz kernels.Michael Shalayeff
print boot label earlier.
1998-05-29add info on pci bt cards from Theo plus additions from meTodd C. Miller
1998-05-29Remove shadow decl.Jason Downs
1998-05-29accept spaces in nameTheo de Raadt
1998-05-29add ctime(3) for certain archs usageMichael Shalayeff
1998-05-29put temp file _PATH_VARTMPTodd C. Miller
1998-05-29Sync with NetBSD:Jason Wright
In kvm_uncache(), turn off the PTE cache bit even after calling pv_changepte(). Reason: the managed() macro does not take into account the gap in the managed pages range that may have been introduced by the page table allocation in bootstrap(). Don't bzero() the IO page table; it is fully initialized in iommu_attach().
1998-05-29niceTheo de Raadt
1998-05-29libgcc: missed multiplyMichael Shalayeff
1998-05-29gcc2.8.X.X fixes another powerpc compilation bug, workaround removed.Dale S. Rahn
1998-05-29gcc 2.8.X.X fixed this bug, back to a sane Makefile.Dale S. Rahn
1998-05-29Deleted files that were not used anymore, this is all of theDale S. Rahn
inst-common and miniroot files. ramdisk is all that is used. ramdisk/install.sh and ramdisk/install.sub are actually moved from miniroot/*. Makefile was changed to build the ofw versions of the ramdisk kernel. minor tweaks to leave the MAKEDEV file on the ramdisk, so that new devices could be generated. Makefile was changed to not create temporary files that are lost track of and cannot be "make unconfig"ed.
1998-05-29configuration (/etc) changes causes with the changes to ofw support inDale S. Rahn
powerpc port.
1998-05-29Major changes here and there, tweaks elsewhere.Dale S. Rahn
Support for Openfirmware drivers was reintroduced so that more systems were supported. This should work with the real driver configurations as well. Bootloader files were deleted/replaced with the newer versions in the subdirectory. Some effort has been made to be closer to support booting (at least the bootloader) on the Mac. Config files that end with OFW are the openfirmware versions of the kernels without have native drivers. Native driver support has not been changed, presumably it still works. I couldn't test that.
1998-05-29add support for pcvt.Michael Shalayeff
ugly call system(kcon) when needed to avoid code copying.
1998-05-29protect from multiple define collisions w/ pccons.hMichael Shalayeff
pccons.h must be included first (for historical reasons ;)
1998-05-28Sync with NetBSD:Jason Wright
Allocate SCSI message buffers in ncr53c9x_attach(), with a provision for front-ends to override the allocation to avoid alignment handling in their DMA engines. Note that that ncr53c9x_msgout() can request a 1 byte DMA transfer that would be difficult to break up. Eliminate the degenerate loop in `ncr53c9x_intr()'. Retain the delay heuristic it implemented under the label `shortcut:' and only use it in these cases: (1) after successful re-relection, (2) after receiving command-complete status, and (3) during message-in handshake. If we have an NCR53CF9x (indicated by the front-end by setting a flag in the softc's new "features" word), set FSCSI bit in CFG3 if the sync period is <= 200ns, or clear it otherwise.
1998-05-28cleanup the Makefiles a bit.Michael Shalayeff
make machine link in a smart way, remove unused bits.
1998-05-28do not panicTheo de Raadt
1998-05-28/bin/login -> /usr/bin/loginArtur Grabowski
1998-05-28unlink tmpfile; noted by chris@dqc.orgTheo de Raadt
1998-05-28buf problem with TMPDIR; karls@inet.noTheo de Raadt
1998-05-28grow kernel malloc area by 2MMichael Shalayeff
1998-05-28permit any gecos field to be emptyTheo de Raadt
1998-05-27for icmpbmcastecho, block all of themTheo de Raadt
1998-05-27conditional LD definitionMichael Shalayeff
1998-05-27Fix warning in non-68040 case; jason@couch.comTodd C. Miller
1998-05-27compile; needs lots of work.Jason Downs
1998-05-26stderr, not stdoutTheo de Raadt
1998-05-26of course an ethernet card has an ethernet addressTheo de Raadt
1998-05-26grammarTheo de Raadt
1998-05-25fix off by one error, reported by nathanw@MIT.EDU.Niels Provos