Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-10-25 | Busified | Niklas Hallqvist | |
1996-10-25 | add decl | Jason Downs | |
1996-10-25 | Added CDE dtterm capability. | etheisen | |
1996-10-25 | sprintf -> snprintf | Jason Downs | |
1996-10-25 | be slightly more verbose for my sake | Jason Downs | |
1996-10-25 | Added CDE dtterm capabilty. | etheisen | |
1996-10-25 | kill sprintf, use paths.h | Jason Downs | |
1996-10-25 | slightly smarter | Jason Downs | |
1996-10-25 | sync | Jason Downs | |
1996-10-25 | POSIX requires stdio buffers be flushed on abort | Thorsten Lockert | |
1996-10-25 | bump this too | Theo de Raadt | |
1996-10-25 | libm and libm_i387 are the same now. | Jason Downs | |
1996-10-25 | We do i387 by default now. | Jason Downs | |
1996-10-24 | Discourage MATH_EMULATE. | Jason Downs | |
1996-10-24 | replace with a correct memcmp; problem spotted by rahnds | Theo de Raadt | |
1996-10-24 | <sys/dir.h> is for use as a compatibility interface only. Warn if | Thorsten Lockert | |
included by kernel modules, and also remove use from any modules that currently attempt to use it. | |||
1996-10-24 | fix | Theo de Raadt | |
1996-10-24 | openbsd | Theo de Raadt | |
1996-10-24 | kernel is 'bsd' | Michael Shalayeff | |
1996-10-24 | Use machine instead of uname -m to get . | briggs | |
This allows the scripts to work more easily in some cross-development situations and does not break any normal uses. | |||
1996-10-24 | fix protos and decls. | Michael Shalayeff | |
1996-10-24 | add 3 another build directories | Michael Shalayeff | |
1996-10-24 | Respond to SIGINFO; from PR #42 | Thorsten Lockert | |
1996-10-23 | Merge of NetBSD 961020. Includes flexible build/source dir specs | Niklas Hallqvist | |
1996-10-23 | typo | Todd C. Miller | |
1996-10-23 | fix arg | Theo de Raadt | |
1996-10-23 | Allow root to add entry for login that does not exist. | Todd C. Miller | |
1996-10-23 | compile | Todd C. Miller | |
1996-10-23 | use psstrings sysctl | Theo de Raadt | |
1996-10-23 | conflicts | Theo de Raadt | |
1996-10-23 | sysctl to locate psstrings | Theo de Raadt | |
1996-10-23 | correct disklabel writing; from price | Theo de Raadt | |
1996-10-23 | avoid long lines | Theo de Raadt | |
1996-10-23 | An empty arglist is called __P((void)) not __P(()) | Niklas Hallqvist | |
1996-10-23 | introduce multiconsoles. | Michael Shalayeff | |
add btochs macro. | |||
1996-10-23 | Get memory configuration from boot blocks or /boot when it becomes | etheisen | |
available. Use MEM_COMPUTE option to use old behavior. Use EXTMEM_SIZE to override extended memory size. | |||
1996-10-23 | Patches from Dave Huang <khym@bga.com> to get something in and out of the | briggs | |
Quadra SCSI. Patched by me. VERY slow (~50K/s), but working. | |||
1996-10-23 | Sync up with NetBSD and include patch from Dave Huang <khym@bga.com> | briggs | |
that puts AV I/O in the right place. | |||
1996-10-23 | skey_authenticate() now fakes up a challenge if user does not | Todd C. Miller | |
have an entry in the keys file. Don't want to give info to information gathering attack. | |||
1996-10-22 | Sync with FreeBSD | Niklas Hallqvist | |
1996-10-22 | Update to work properly with output from find -ls; also skip commented out | Thorsten Lockert | |
lines in /etc/exports | |||
1996-10-22 | reality check | Jason Downs | |
1996-10-22 | Fake an s/key challenge if user doesn't have an entry. Stops info | Todd C. Miller | |
gathering attack. | |||
1996-10-22 | Don't need the extra newline since we never turn off echo for s/key | Todd C. Miller | |
1996-10-22 | patch com speed initialization | Jason Downs | |
1996-10-21 | compile | Theo de Raadt | |
1996-10-21 | Test first, then commit, eh? | Todd C. Miller | |
1996-10-21 | save a cycle on strncpy() -- pointed out by Theo | Todd C. Miller | |
1996-10-21 | sheer raging paranoia -- possible buf olfow. Does not look exploitable. | Todd C. Miller | |
1996-10-21 | -Wall happiness | Michael Shalayeff | |