summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-09-14Update and correct grammar so that it makes senseJason Downs
1999-09-14don't panic when creating kernel threadskstailey
1999-09-14Style: kill register and indent properly.Marc Espie
Let indx match netbsd flavor, to simplify diffs. Show how many quotes were not closed. Increase stack slightly, now that we're no longer bound by argspace.
1999-09-14-I works better when activated...Marc Espie
Fuss with prototypes.
1999-09-14Add support for hex constants.Marc Espie
Not the same code as NetBSD.
1999-09-14mktemp -> mkstempMarc Espie
1999-09-14Implement -I option and M4PATH environment variableMarc Espie
1999-09-14Tidying and spellingPaul Janzen
1999-09-14atq prints 2 digits for yearTheo de Raadt
1999-09-14Supply examples and discuss limitations.Paul Janzen
1999-09-14protect alignmentkstailey
1999-09-14regenkstailey
1999-09-14signalskstailey
1999-09-14bew frame frameworkMichael Shalayeff
1999-09-14tabs vs spacesMichael Shalayeff
1999-09-14this is the bcopy we useMichael Shalayeff
1999-09-14some basic frameworkMichael Shalayeff
1999-09-13Watch over some more files.Paul Janzen
1999-09-13Remove statics (required renames)Niklas Hallqvist
1999-09-13enc0 not encap0Niklas Hallqvist
1999-09-13Remove staticsNiklas Hallqvist
1999-09-13remove staticsJason Wright
1999-09-13remove more #ifdef/#else blocksJason Wright
1999-09-13openbsd-ifyJason Wright
merge with freebsd: alpha support (untested) missing ifmedia_set() larger value for ifq_maxlen
1999-09-13OpenBSD-ify (Remove OS dependent #ifdef's)Jason Wright
Merge with FreeBSD: perform rx reset & tx reset in xl_reset() fix queuing race in xl_txeof
1999-09-13syncTheo de Raadt
1999-09-13isa0 at pcib?; netbsd via peterTheo de Raadt
1999-09-13establish irq after aicTheo de Raadt
1999-09-13shorten linesTheo de Raadt
1999-09-13use stronger language when pointing people at strtol()Theo de Raadt
1999-09-12Fix rootdev handling, use disk checksums to find the device we were bootedTobias Weingartner
from. Hopefully this will fix all the hangs/panics where the root device was not found.
1999-09-12regenkstailey
1999-09-12take out unimplemented callskstailey
1999-09-12regenkstailey
1999-09-12Add COMPAT_NETBSD. Currently only works for ELF64. Many missing system calls.kstailey
1999-09-12grammerkstailey
1999-09-12style(9)Niklas Hallqvist
1999-09-12correct exit value; noted by shinobi@monkey.orgTodd C. Miller
1999-09-12Change defaults to start sendmail using '-q30m'. This will not makeJakob Schlyter
sendmail listen to requests on port 25, just process the queue every 30 minutes to take care of any unsent mail. OK millert@.
1999-09-11define call frame offsets and argument access macros, add space for cr28 in ↵Michael Shalayeff
trapframe
1999-09-11add 8x10 font for koi8, derived from the vt220-8x10, look and feel of low ↵Michael Shalayeff
part of the ancestor is extended to the upper (cyrillic) portion
1999-09-11We do not use the ed driver anymoreNiklas Hallqvist
1999-09-11regenMatthieu Herrb
1999-09-11add 3DFX Voodoo 3Matthieu Herrb
1999-09-11s/vm_offset_t/vaddr_t/ s/vm_size_t/vsize_t/Michael Shalayeff
1999-09-11s/vm_offset_t/vaddr_t/gMichael Shalayeff
1999-09-11s/vm_offset_t/vaddr_t/gMichael Shalayeff
1999-09-10art@ added access arg to pmap_enter. Not used herekstailey
1999-09-10let the DOINGSOFTDEP macro always return 0 if FFS_SOFTUPDATES is notArtur Grabowski
defined. It will do that anyway, but this way the compiler can optimize better.
1999-09-10roundup(foo, NBPG) -> round_page(foo)Artur Grabowski