Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-08-18 | Remove clearing of interrupt after character output in cnputci(). Clearing | Per Fogelstrom | |
the int will make the tty stop if output is currently active. | |||
1998-08-18 | indent # properly; garnett@bogus.cs.colorado.edu | Theo de Raadt | |
1998-08-18 | Add sparc_btop and sparc_ptob for consistency with other ports | Todd C. Miller | |
1998-08-18 | fixed passing of bugargs to kernel. | Steve Murphree | |
1998-08-18 | New bootblocks code to work with bootxx. | Steve Murphree | |
1998-08-18 | Changed volume id to m88k. Fixed command line args. | Steve Murphree | |
1998-08-18 | Some changes inspired by FreeBSD... | Todd C. Miller | |
o Kill annoying spaces at the end of lines o sigaction, not sigvec o warn/err where sensible o hstrerror() not herror() o defaults for erase, kill, and werase if not set o kill a needless refresh() after the beeps that was messing up the screen | |||
1998-08-18 | openbsd | Theo de Raadt | |
1998-08-18 | ISC dhcp, needs security audit for sure | Theo de Raadt | |
1998-08-18 | TIOCNOTTY is the default in POSIX termios, no need to explicately ask for it. | Todd C. Miller | |
1998-08-18 | kill bogus cast to struct sgttyb * | Todd C. Miller | |
1998-08-17 | Make sure the file system is unbusied on error. | Constantine Sapuntzakis | |
1998-08-17 | Fix turd left over from soft updates patch. | Constantine Sapuntzakis | |
MNT_LAZY is not a bit flag. | |||
1998-08-17 | fix realloc | Niels Provos | |
1998-08-17 | typo | Todd C. Miller | |
1998-08-17 | fix df -P on 0-size filesystems | Theo de Raadt | |
1998-08-17 | add _PATH_KSYMS | Todd C. Miller | |
1998-08-17 | Fix for FFS leaking buffer cache data on segfaults during write. | Constantine Sapuntzakis | |
Thanks to Chuck Silvers (chuq@chuq.com) | |||
1998-08-17 | Fix i386 kernel crash so that register context is saved in a better place. | Constantine Sapuntzakis | |
1998-08-17 | sync | Theo de Raadt | |
1998-08-17 | ACC PCI SCS | Theo de Raadt | |
1998-08-17 | Xr login | Theo de Raadt | |
1998-08-17 | Xr poll | Theo de Raadt | |
1998-08-17 | don't include FIFOs in check for set[ug]id files and devices; andrew@nfr.net | Todd C. Miller | |
1998-08-17 | As prommised, mail.local is no longer setuid. | Todd C. Miller | |
1998-08-17 | Don't lose an allocated pointer if realloc() fails. | brian | |
Free it instead. Pointed out by: Theo de Raadt | |||
1998-08-17 | fix g++/FlexLexer.h support | Theo de Raadt | |
1998-08-17 | sync | Theo de Raadt | |
1998-08-16 | fix realloc leak | Theo de Raadt | |
1998-08-16 | fix realloc use | Theo de Raadt | |
1998-08-16 | fix realloc memory leaks | Todd C. Miller | |
1998-08-16 | realloc misuse | Artur Grabowski | |
1998-08-16 | realloc correctly | Artur Grabowski | |
1998-08-16 | deal with realloc/malloc failure and don't trash old pointer if realloc fails | Todd C. Miller | |
1998-08-16 | change seek to int | Theo de Raadt | |
1998-08-16 | remove bogus ifdef PERL5 | Artur Grabowski | |
1998-08-16 | If $TERMINFO is set, use that in preference to the system terminfo file, but ↵ | Todd C. Miller | |
fallback on the system one if the terminal entry is not found in $TERMINFO | |||
1998-08-16 | don't map DMA across boundaries; from NetBSD (don't know who). | Jason Downs | |
1998-08-16 | typo | Todd C. Miller | |
1998-08-16 | realloc fixes | Artur Grabowski | |
1998-08-15 | kill bogus ENVIRONMENT section and clean up slightly | Todd C. Miller | |
1998-08-15 | use lockspool for locking, not 'mail.local -H' | Todd C. Miller | |
1998-08-15 | go back to using mktemp, not mkstemp in baditem(); theo | Todd C. Miller | |
1998-08-15 | fix kbd generated NULs from CTRL-@ and CTRL-SP | kstailey | |
1998-08-15 | Break out locking code into its own file so it can be shared with lockspool. | Todd C. Miller | |
Call lockspool when invoked with -H flag for backward compatibility. | |||
1998-08-15 | Move the spool locking functionality of "mail.local -H" into its own | Todd C. Miller | |
program so we can take the setuid bit off of mail.local. | |||
1998-08-15 | document the common misuse of realloc | Theo de Raadt | |
1998-08-15 | realloc bug fix and two other bugs found at the same time | Theo de Raadt | |
1998-08-15 | fix realloc | Theo de Raadt | |
1998-08-15 | fix realloc | Theo de Raadt | |