summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1998-08-18Remove clearing of interrupt after character output in cnputci(). ClearingPer Fogelstrom
the int will make the tty stop if output is currently active.
1998-08-18indent # properly; garnett@bogus.cs.colorado.eduTheo de Raadt
1998-08-18Add sparc_btop and sparc_ptob for consistency with other portsTodd C. Miller
1998-08-18fixed passing of bugargs to kernel.Steve Murphree
1998-08-18New bootblocks code to work with bootxx.Steve Murphree
1998-08-18Changed volume id to m88k. Fixed command line args.Steve Murphree
1998-08-18Some 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-18openbsdTheo de Raadt
1998-08-18ISC dhcp, needs security audit for sureTheo de Raadt
1998-08-18TIOCNOTTY is the default in POSIX termios, no need to explicately ask for it.Todd C. Miller
1998-08-18kill bogus cast to struct sgttyb *Todd C. Miller
1998-08-17Make sure the file system is unbusied on error.Constantine Sapuntzakis
1998-08-17Fix turd left over from soft updates patch.Constantine Sapuntzakis
MNT_LAZY is not a bit flag.
1998-08-17fix reallocNiels Provos
1998-08-17typoTodd C. Miller
1998-08-17fix df -P on 0-size filesystemsTheo de Raadt
1998-08-17add _PATH_KSYMSTodd C. Miller
1998-08-17Fix for FFS leaking buffer cache data on segfaults during write.Constantine Sapuntzakis
Thanks to Chuck Silvers (chuq@chuq.com)
1998-08-17Fix i386 kernel crash so that register context is saved in a better place.Constantine Sapuntzakis
1998-08-17syncTheo de Raadt
1998-08-17ACC PCI SCSTheo de Raadt
1998-08-17Xr loginTheo de Raadt
1998-08-17Xr pollTheo de Raadt
1998-08-17don't include FIFOs in check for set[ug]id files and devices; andrew@nfr.netTodd C. Miller
1998-08-17As prommised, mail.local is no longer setuid.Todd C. Miller
1998-08-17Don't lose an allocated pointer if realloc() fails.brian
Free it instead. Pointed out by: Theo de Raadt
1998-08-17fix g++/FlexLexer.h supportTheo de Raadt
1998-08-17syncTheo de Raadt
1998-08-16fix realloc leakTheo de Raadt
1998-08-16fix realloc useTheo de Raadt
1998-08-16fix realloc memory leaksTodd C. Miller
1998-08-16realloc misuseArtur Grabowski
1998-08-16realloc correctlyArtur Grabowski
1998-08-16deal with realloc/malloc failure and don't trash old pointer if realloc failsTodd C. Miller
1998-08-16change seek to intTheo de Raadt
1998-08-16remove bogus ifdef PERL5Artur Grabowski
1998-08-16If $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-16don't map DMA across boundaries; from NetBSD (don't know who).Jason Downs
1998-08-16typoTodd C. Miller
1998-08-16realloc fixesArtur Grabowski
1998-08-15kill bogus ENVIRONMENT section and clean up slightlyTodd C. Miller
1998-08-15use lockspool for locking, not 'mail.local -H'Todd C. Miller
1998-08-15go back to using mktemp, not mkstemp in baditem(); theoTodd C. Miller
1998-08-15fix kbd generated NULs from CTRL-@ and CTRL-SPkstailey
1998-08-15Break 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-15Move the spool locking functionality of "mail.local -H" into its ownTodd C. Miller
program so we can take the setuid bit off of mail.local.
1998-08-15document the common misuse of reallocTheo de Raadt
1998-08-15realloc bug fix and two other bugs found at the same timeTheo de Raadt
1998-08-15fix reallocTheo de Raadt
1998-08-15fix reallocTheo de Raadt