summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-08-24correct -sane error msg; steve@freebsdTheo de Raadt
1997-08-24sparc syncTheo de Raadt
1997-08-23echo on ipmon startupMichael Shalayeff
1997-08-23don't use bios geometry for floppy and psudo-disksMichael Shalayeff
1997-08-23Change realloc(foo,0) to behave like malloc(0). Both now return a pointerPer Fogelstrom
to an object of size zero. This will allow testing on reallocs return value to determine if the operation was successful or not.
1997-08-23sync usage() to manMichael Shalayeff
1997-08-23Avoid buf oflow. From Warner Losh <imp@rover.village.org>Todd C. Miller
1997-08-23Strip trailing slashes from source (we already did dest).Todd C. Miller
Also, use MAXPATHLEN, not MAXPATHLEN+1
1997-08-22Buf oflow fix from Warner Losh <imp@rover.village.org>Todd C. Miller
1997-08-22wscons -> vga_xxx -> vga mmap() support. first cutTheo de Raadt
1997-08-22do not check for sc_ioctl in mmap callTheo de Raadt
1997-08-22document XPG4 compatible format optionskstailey
1997-08-22no kentry for a whileMichael Shalayeff
1997-08-22oops, missed from 'cd' deletion commit somehow );Michael Shalayeff
1997-08-22put values into BIOS_vars so kernel will get 'em soonMichael Shalayeff
1997-08-22use words for apm functionsMichael Shalayeff
define struct of bios/boot vars to be passed to kernel
1997-08-22XPG4 compatibility for format options:kstailey
two new options: group and rgroup. three new aliases: etime for start, comm for ucomm, and args for command.
1997-08-22fetch bios geometry for the boot hdMichael Shalayeff
1997-08-22uucp console, oh that is a hootTheo de Raadt
1997-08-22malloc_init() should try to not modify errnoTheo de Raadt
1997-08-22"ln -s" becomes "ln -sf"flipk
1997-08-22nbits should probably actually be initialized.Jason Downs
1997-08-22Two more alpha warnings.Jason Downs
1997-08-22First sweep. Prototype, type fixes, long fixes, mostly compiles withJason Downs
-Wall.
1997-08-22Add more detailed SCSI error printing by Matthew Jacob. Enabled byTodd C. Miller
default. Use "option SCSIVERBOSE=0" to turn off (only added 8Kb to my kernel). From the NetBSD commit message: Add in more detailed SCSI error printing, based off of final SCSI-2 spec. This will also print out things like progress indicator errors, and will also dump out additional sense bytes that haven't been decoded.
1997-08-22Comment out rule to build *.gmo from *.po since the tools to do so areTodd C. Miller
not in the tree and we can't count on timestamps.
1997-08-22theo said we don't need 'cd' commandMichael Shalayeff
remove c-r, it won't work anyways fix c-u
1997-08-22don't echo all the control chars, not only bs&delMichael Shalayeff
1997-08-22byte returnsMichael Shalayeff
1997-08-21\n is handled by cnputc(), don't print \rMichael Shalayeff
1997-08-21correct dev:<need cwd>name case in qualify()Michael Shalayeff
1997-08-21print ttyname w/o format stringMichael Shalayeff
1997-08-21boothowto is local to bootMichael Shalayeff
1997-08-21print gray on black, not black on blackMichael Shalayeff
1997-08-21no need for \nMichael Shalayeff
1997-08-21BIOS_regs in machdep.c, so they won't get lost w/o biosdev.cMichael Shalayeff
1997-08-21clarify -r; rs@bifrost.seastrom.comTheo de Raadt
1997-08-21missing )Michael Shalayeff
1997-08-21hp300 sync; brusinsk@ibdr.inf.tu-dresden.deTheo de Raadt
1997-08-21kill unused commands, yes we are not an operating systemMichael Shalayeff
sutisfied?
1997-08-21.noident not .noindent; fc@parkone.ci.oakland.ca.usTheo de Raadt
1997-08-21A return status of YPPUSH_AGE isn't a failure so keep quiet as SunOS. But ↵Mats O Jansson
show it (and YPPUSH_SUCC) if verbose output is requested. -moj
1997-08-21correct [yy]yy stuff in manpages and usageTheo de Raadt
1997-08-21constrain nfiles so that fdavail() never lies; bug report and test program ↵Theo de Raadt
from abelits@phobos.illtel.denver.co.us
1997-08-20this has not been used for a whileTheo de Raadt
1997-08-20more infoTheo de Raadt
1997-08-20wrong placeTheo de Raadt
1997-08-20/dot.* files are not very usefulTheo de Raadt
1997-08-20add busted cd9660 disklabel spoofing codeTheo de Raadt
1997-08-20alpha syncTheo de Raadt