Age | Commit message (Expand) | Author |
1997-01-30 | deal with IP_HDRINCL option network byte order change; lidl@va.pubnix.com | Theo de Raadt |
1997-01-29 | getopt & int | Theo de Raadt |
1997-01-28 | repairs by msaitoh@spa.is.uec.ac.jp | Theo de Raadt |
1997-01-28 | Only print the partition if doing multiple devices. | Todd C. Miller |
1997-01-28 | Revert back to old fsirand but do things a cylinder group at a time | Todd C. Miller |
1997-01-27 | Faster fsirand based in part on code from fsck_ffs. | Todd C. Miller |
1997-01-27 | Support fdisk on bigendian systems. Does the necessary byte swabbing to | Dale S. Rahn |
1997-01-27 | Support lchown(2). | Jason Downs |
1997-01-26 | add fsirand | Todd C. Miller |
1997-01-26 | ffs inode randomizer | Todd C. Miller |
1997-01-22 | call err() correctly | Theo de Raadt |
1997-01-21 | typo, msaitoh@spa.is.uec.ac.jp | Theo de Raadt |
1997-01-21 | fixes from msaitoh@spa.is.uec.ac.jp | Theo de Raadt |
1997-01-21 | spacing glitch | Theo de Raadt |
1997-01-18 | unlink /tmp file on failure too. | Michael Shalayeff |
1997-01-17 | r?index -> strr?chr | Todd C. Miller |
1997-01-16 | Correct logic such that newfs w/o -t on a device w/o a label | Todd C. Miller |
1997-01-16 | Speak in English and note that editline(3) now exists. | Todd C. Miller |
1997-01-16 | Update from NetBSD: adds chlen command and makes -Wall happy. | Todd C. Miller |
1997-01-16 | Support VM_PSSTRINGS. Man, this has been sitting in my tree for a while... | Todd C. Miller |
1997-01-16 | getopt(3) returns an int, not char. | Todd C. Miller |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller |
1997-01-13 | egid for open; spotted by oliver@secnet.com | Theo de Raadt |
1997-01-10 | one-line fix so fdisk knows that partitions marked 0x0B are Win95/FAT32 | jkatz |
1997-01-10 | use opendev(3) + man page correction | kstailey |
1997-01-03 | change all refs from mkdosfs to newfs_msdos | kstailey |
1997-01-03 | make it work again, 'twas broken for a long time 'coze of ../fsck/preen.c | Michael Shalayeff |
1996-12-29 | remove one / from the printf of the filenames (_PATH_UNIX begings with a | Thomas Graichen |
1996-12-27 | epilepsy in csrg? | Theo de Raadt |
1996-12-24 | use mkstemp() | Theo de Raadt |
1996-12-24 | no mkfs | Theo de Raadt |
1996-12-23 | 1 -> 0 | Jason Downs |
1996-12-23 | readlabelfs() | Jason Downs |
1996-12-23 | readlabelfs() | Jason Downs |
1996-12-23 | readlabelfs() | Jason Downs |
1996-12-22 | Deal with _POSIX_SAVED_IDS when relinquishing privileges | Theo de Raadt |
1996-12-22 | MAXHOSTNAMELEN, not +1 | Theo de Raadt |
1996-12-17 | missing unsigned caused bad sign-extension | Niklas Hallqvist |
1996-12-16 | does noone know how to use strncat correctly? | Theo de Raadt |
1996-12-15 | Fix strncpy usage and correct strncat length field, from Theo. | Todd C. Miller |
1996-12-14 | inane | Theo de Raadt |
1996-12-14 | bit more paranoia | Theo de Raadt |
1996-12-14 | merge netbsd changes for show command | Theo de Raadt |
1996-12-14 | indent correctly | Theo de Raadt |
1996-12-14 | Now does not display responses to other peoples stuff, like UDP packets | bitblt |
1996-12-13 | If max number of partitions in the label is < highest partition defined, | Todd C. Miller |
1996-12-12 | i studdderr wheenn i tyttype | Theo de Raadt |
1996-12-12 | cannot use err() here | Theo de Raadt |
1996-12-12 | fix afterinstall | Theo de Raadt |
1996-12-11 | from netbsd; repair byte swapping of fields | Theo de Raadt |