Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-10-18 | -Wall happiness. | Michael Shalayeff | |
i suppose i may hurt someone editing this file, but i need a fresh kernel (: | |||
1996-10-18 | -Wall happiness (not happieness, pointed by theo ;) | Michael Shalayeff | |
1996-10-18 | -Wall happieness | Michael Shalayeff | |
1996-10-18 | -Wall happieness | Michael Shalayeff | |
1996-10-18 | -Wall happieness | Michael Shalayeff | |
1996-10-18 | device_register proto added | Niklas Hallqvist | |
1996-10-18 | As alpha uses device_register, it needs its proto too | Niklas Hallqvist | |
1996-10-18 | -Wall happieness | Michael Shalayeff | |
1996-10-18 | -Wall happieness. bug fix caused by parens... | Michael Shalayeff | |
1996-10-18 | add random pseudo-device declaration. | Michael Shalayeff | |
1996-10-18 | -Wall happieness | Michael Shalayeff | |
1996-10-18 | Fix comment typo | Niklas Hallqvist | |
1996-10-18 | Fix typo introduced when adding __OpenBSD__ checks | Niklas Hallqvist | |
1996-10-18 | INSTALL kernel not needed any more, we use GENERIC in our miniroots | Niklas Hallqvist | |
1996-10-18 | From Keith Bostic, with some minor changes: | Thorsten Lockert | |
The problem reported on BUGTRACK was that ftpd could be convinced to drop core after it had discarded its special permissions, but while it still had a copy of the encrypted passwords in its buffers. Change coredump() to: + Don't drop core for any process that was ever setuid/setgid if it's not running as root. + Change errno returns from EFAULT to appropriate values -- this will be useful for when coredump() becomes a system call and gcore goes away. + Create core dump files mode 600, and don't dump to files that are owned by anyone else or readable or writable by anyone other than the owner. | |||
1996-10-18 | Do not run IP defragmentation routines unneccecarily; NetBSD PR# 2772 | Thorsten Lockert | |
1996-10-18 | Gleaned from a NetBSD commit by jtc: | Thorsten Lockert | |
> S_ISFIFO(x) should not return true with sockets. S_ISSOCK(x) should > not return true with fifos. Users who want the previous behavior can > use (S_ISFIFO(x) || S_ISSOCK(x)). | |||
1996-10-17 | -Wall happiness | Niklas Hallqvist | |
1996-10-17 | Add pedantic warnings, as well as -m486 if we are only for the 486 | Niklas Hallqvist | |
1996-10-17 | Oops, forgot a pair of parenthesis | Niklas Hallqvist | |
1996-10-17 | -Wall happiness | Niklas Hallqvist | |
1996-10-17 | Trim, and reflect reality | Niklas Hallqvist | |
1996-10-17 | Conditionalize variable decls | Niklas Hallqvist | |
1996-10-17 | One too much ifdef.. | Niklas Hallqvist | |
1996-10-17 | kvtop proto | Niklas Hallqvist | |
1996-10-17 | Contextual goo for -Wall, and remove some stasic specifiers | Niklas Hallqvist | |
1996-10-17 | Remove kvtop prototype, found elsewhere now | Niklas Hallqvist | |
1996-10-17 | REmove unused variable | Niklas Hallqvist | |
1996-10-17 | Remove unnecessary macros, what was I thinking? | Niklas Hallqvist | |
1996-10-17 | more SIGBUS garbage | Theo de Raadt | |
1996-10-17 | prototype stat,fstat | Michael Shalayeff | |
1996-10-16 | contextual usage | Theo de Raadt | |
1996-10-16 | contextual usage | Theo de Raadt | |
1996-10-16 | proto | Theo de Raadt | |
1996-10-16 | label only useful in bpf case | Theo de Raadt | |
1996-10-16 | remove unneeded include <string.h> | Michael Shalayeff | |
missed from last commit | |||
1996-10-16 | back up last change, it's wrong. | Michael Shalayeff | |
1996-10-16 | remove unneeded include <string.h> | Michael Shalayeff | |
1996-10-16 | include <sys/stat.h> | Michael Shalayeff | |
1996-10-16 | update according to the libsa changes | Michael Shalayeff | |
1996-10-16 | iupdate according to the libsa changes | Michael Shalayeff | |
1996-10-16 | unneeded includes. | Michael Shalayeff | |
1996-10-16 | prototype changes. | Michael Shalayeff | |
1996-10-16 | contextual usage | Theo de Raadt | |
1996-10-16 | cleanup, add new files | Michael Shalayeff | |
1996-10-16 | the Wall thing, you know | Theo de Raadt | |
1996-10-16 | proto rtcintr | Theo de Raadt | |
1996-10-16 | latest pdq from matt thomas | Theo de Raadt | |
1996-10-16 | unused var | Theo de Raadt | |
1996-10-16 | Wall happiness | Theo de Raadt | |