Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-08-24 | correct -sane error msg; steve@freebsd | Theo de Raadt | |
1997-08-24 | sparc sync | Theo de Raadt | |
1997-08-23 | echo on ipmon startup | Michael Shalayeff | |
1997-08-23 | don't use bios geometry for floppy and psudo-disks | Michael Shalayeff | |
1997-08-23 | Change realloc(foo,0) to behave like malloc(0). Both now return a pointer | Per 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-23 | sync usage() to man | Michael Shalayeff | |
1997-08-23 | Avoid buf oflow. From Warner Losh <imp@rover.village.org> | Todd C. Miller | |
1997-08-23 | Strip trailing slashes from source (we already did dest). | Todd C. Miller | |
Also, use MAXPATHLEN, not MAXPATHLEN+1 | |||
1997-08-22 | Buf oflow fix from Warner Losh <imp@rover.village.org> | Todd C. Miller | |
1997-08-22 | wscons -> vga_xxx -> vga mmap() support. first cut | Theo de Raadt | |
1997-08-22 | do not check for sc_ioctl in mmap call | Theo de Raadt | |
1997-08-22 | document XPG4 compatible format options | kstailey | |
1997-08-22 | no kentry for a while | Michael Shalayeff | |
1997-08-22 | oops, missed from 'cd' deletion commit somehow ); | Michael Shalayeff | |
1997-08-22 | put values into BIOS_vars so kernel will get 'em soon | Michael Shalayeff | |
1997-08-22 | use words for apm functions | Michael Shalayeff | |
define struct of bios/boot vars to be passed to kernel | |||
1997-08-22 | XPG4 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-22 | fetch bios geometry for the boot hd | Michael Shalayeff | |
1997-08-22 | uucp console, oh that is a hoot | Theo de Raadt | |
1997-08-22 | malloc_init() should try to not modify errno | Theo de Raadt | |
1997-08-22 | "ln -s" becomes "ln -sf" | flipk | |
1997-08-22 | nbits should probably actually be initialized. | Jason Downs | |
1997-08-22 | Two more alpha warnings. | Jason Downs | |
1997-08-22 | First sweep. Prototype, type fixes, long fixes, mostly compiles with | Jason Downs | |
-Wall. | |||
1997-08-22 | Add more detailed SCSI error printing by Matthew Jacob. Enabled by | Todd 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-22 | Comment out rule to build *.gmo from *.po since the tools to do so are | Todd C. Miller | |
not in the tree and we can't count on timestamps. | |||
1997-08-22 | theo said we don't need 'cd' command | Michael Shalayeff | |
remove c-r, it won't work anyways fix c-u | |||
1997-08-22 | don't echo all the control chars, not only bs&del | Michael Shalayeff | |
1997-08-22 | byte returns | Michael Shalayeff | |
1997-08-21 | \n is handled by cnputc(), don't print \r | Michael Shalayeff | |
1997-08-21 | correct dev:<need cwd>name case in qualify() | Michael Shalayeff | |
1997-08-21 | print ttyname w/o format string | Michael Shalayeff | |
1997-08-21 | boothowto is local to boot | Michael Shalayeff | |
1997-08-21 | print gray on black, not black on black | Michael Shalayeff | |
1997-08-21 | no need for \n | Michael Shalayeff | |
1997-08-21 | BIOS_regs in machdep.c, so they won't get lost w/o biosdev.c | Michael Shalayeff | |
1997-08-21 | clarify -r; rs@bifrost.seastrom.com | Theo de Raadt | |
1997-08-21 | missing ) | Michael Shalayeff | |
1997-08-21 | hp300 sync; brusinsk@ibdr.inf.tu-dresden.de | Theo de Raadt | |
1997-08-21 | kill unused commands, yes we are not an operating system | Michael Shalayeff | |
sutisfied? | |||
1997-08-21 | .noident not .noindent; fc@parkone.ci.oakland.ca.us | Theo de Raadt | |
1997-08-21 | A 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-21 | correct [yy]yy stuff in manpages and usage | Theo de Raadt | |
1997-08-21 | constrain nfiles so that fdavail() never lies; bug report and test program ↵ | Theo de Raadt | |
from abelits@phobos.illtel.denver.co.us | |||
1997-08-20 | this has not been used for a while | Theo de Raadt | |
1997-08-20 | more info | Theo de Raadt | |
1997-08-20 | wrong place | Theo de Raadt | |
1997-08-20 | /dot.* files are not very useful | Theo de Raadt | |
1997-08-20 | add busted cd9660 disklabel spoofing code | Theo de Raadt | |
1997-08-20 | alpha sync | Theo de Raadt | |