Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-10-29 | pretty | Theo de Raadt | |
1996-10-29 | quota minimizing | Theo de Raadt | |
1996-10-29 | POSIX compliance. | Todd C. Miller | |
1996-10-29 | Prototypes in sigvec/sigaction and for SIG_{IGN,DFL,ERR} | Thorsten Lockert | |
1996-10-29 | mktemp is evil | Theo de Raadt | |
1996-10-28 | SCSI driver, functional but slow on the Quadra 700. | briggs | |
1996-10-28 | Add note about corrupt inst floppies. This happened to my officemate | Todd C. Miller | |
who hit the power button instead of halting so corrupted the floppy. | |||
1996-10-28 | Add more reset sequences ti xterm | Thorsten Lockert | |
1996-10-28 | Deal correctly with time zones | Thorsten Lockert | |
1996-10-28 | Remove a blank line. | briggs | |
1996-10-28 | Include macinfo.h. | briggs | |
1996-10-28 | Add a stub for mac68k_register_scsi_b_irq() to be filled in when we figure out | briggs | |
which interrupt Apple decided to use. | |||
1996-10-28 | Add prototype for function to install SCSI-B IRQ. | briggs | |
1996-10-28 | Include macinfo.h. | briggs | |
1996-10-28 | Mac model info out of cpu.h and into new macinfo.h. | briggs | |
1996-10-28 | Rename ncr96scsi/scsi96 to esp. | briggs | |
1996-10-28 | Fix d_done prototype | Niklas Hallqvist | |
1996-10-28 | Do not enable putc() macro implementation if _POSIX_SOURCE is defined; | Thorsten Lockert | |
it is not fully compliant | |||
1996-10-28 | Verify that file pointer is writable | Thorsten Lockert | |
1996-10-28 | remove(3) should be able to remove empty directories | Thorsten Lockert | |
1996-10-28 | Obsolete. | briggs | |
1996-10-28 | add sudo | Todd C. Miller | |
1996-10-28 | Be more paranoid about passing around user/group name from argv. | Todd C. Miller | |
1996-10-28 | Most 040 models have scsi regs at base + 0x10000, not base + 0xf000 | briggs | |
like the Q700. | |||
1996-10-28 | Disallow null strings ("") as path names; ignore trailing / on path names, | Thorsten Lockert | |
but make sure the last element of such a path is a directory | |||
1996-10-28 | Don't strip off the last slash in the pathname "/". cp used to | Thorsten Lockert | |
stat the pathname "" in order to decide that the pathname "/" is a directory. This caused `cp kernel /' to fail if the kernel has the POSIX behaviour of not allowing the pathname "" to be an alias for ".". It presumably also caused `cp /etc/motd /' to fail in the unlikely event that "." is not stat'able. Be more careful about concatenating pathnames: don't check that the pathname fits until prefixes have been discarded (the check was too strict). Print the final pathname in error messages. Terminate the target directory name properly for error messages. Don't add a slash between components if there is already a slash. Fix from FreeBSD | |||
1996-10-28 | Safe $HOME handling. | Todd C. Miller | |
1996-10-28 | Safe $HOME handling. | Todd C. Miller | |
1996-10-28 | Safe $HOME handling. | Todd C. Miller | |
1996-10-28 | Use snprintf(). Solves $HOME overflow and others. | Todd C. Miller | |
1996-10-28 | Enable quotas | Thorsten Lockert | |
1996-10-28 | More argument checking of fcntl(, F_GETLK, ) | Thorsten Lockert | |
1996-10-28 | Ignore $HOME if > MAXPATHLEN | Todd C. Miller | |
1996-10-28 | Safe $HOME usage. | Todd C. Miller | |
1996-10-28 | Change block size handling and add untested support for Japanese 1.2mb | Jason Downs | |
floppies. From <minoura@kw.netlaputa.or.jp>. | |||
1996-10-28 | Safe $HOME usage. | Todd C. Miller | |
1996-10-28 | Safe $HOME handling. | Todd C. Miller | |
1996-10-28 | Safe $HOME handling. | Todd C. Miller | |
1996-10-28 | Merge in old/latest code. Untested support for 2.88mb floppy drives. | Jason Downs | |
1996-10-27 | Don't make size assumptions wrt $HOME | Todd C. Miller | |
1996-10-27 | compile | Todd C. Miller | |
1996-10-27 | Don't honor $HOME if >= MAXPATHLEN | Todd C. Miller | |
1996-10-27 | Check for __OpenBSD__. From Matthieu Herrb <Mathieu.Herrb@mipnet.fr> | Todd C. Miller | |
1996-10-27 | exec[lv]p() shall return ENOENT for empty path names | Thorsten Lockert | |
1996-10-27 | Correct error return for link(2) to directories | Thorsten Lockert | |
Fail rename(2) on directories if one or both directories does not have write permission | |||
1996-10-27 | newfs for disks other than 512bytes/sector, NetBSD pr#2404, | Jason Downs | |
<yasufu-i@is.aist-nara.ac.jp>. | |||
1996-10-27 | Added OLF capability. | etheisen | |
1996-10-27 | OLF. | etheisen | |
1996-10-27 | OLF makes .os section and program header hack go away. | etheisen | |
1996-10-27 | nopic | Jason Downs | |