summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-12-10Fix three bugs:Jim Rees
ata_start doesn't retry operation after unwedge ata_start gets block number wrong on restarted op infinite loop on hard disk error due to sc_errors reset in RECAL
1997-12-10this should make things easier in the future.Artur Grabowski
1997-12-10krb4_version was already defined in kerberosIV/krb.hArtur Grabowski
1997-12-10cgd: add a typedef which describes elements in the push-back buffer. MakeTheo de Raadt
that typedef 'short'. 'char' (which was previously used) because char may be unsigned and ((char)EOF) != EOF if that is the case. That was causing the (char)EOF (0xff) pushed back in main to be interepreted as a character, and, in some cases, to be written to the output. 'short' was used rather than 'signed char' because if the latter is used, 0xff characters in the input would confuse m4. (No point in introducing (more?) 8-bit lossage.)
1997-12-10extra ()Theo de Raadt
1997-12-10Remove special case for O_TRUNC that is irelevant now thatTodd C. Miller
we disallow O_TRUNC with O_RDONLY.
1997-12-10try again; proactively check that O_TRUNC has FWRITETheo de Raadt
1997-12-10only permit O_TRUNC if FWRITE is set; chatted about by millert and myself ↵Theo de Raadt
for nearly an hour
1997-12-10config files are in /etc, not /usr/libkstailey
1997-12-10emulate set controlling tty ioctlNiels Provos
1997-12-10add GIFMETRIC and GIFMTUNiels Provos
1997-12-10syncTheo de Raadt
1997-12-10nanosleep emulationTheo de Raadt
1997-12-10shared libraries can prevent you from writing legal C codeTheo de Raadt
1997-12-10et_list is elsewhere, is it notTheo de Raadt
1997-12-10do not assume min() is definedTheo de Raadt
1997-12-10hangman 'stands' for something not 'stays'; pointed out by ficus.gene
1997-12-10Fix tmpnam()...i don't have SCSI though, so i couldn't test.Angelos D. Keromytis
1997-12-10Fix for chuck cranor's crashme program.Constantine Sapuntzakis
1997-12-10emulate linux SIOCGIFHWADDR; stolen from freebsd; not tested yetTheo de Raadt
1997-12-10pw -> rpcTobias Weingartner
1997-12-10insert forgotten copyright + handle eject ioctl.Niels Provos
1997-12-09no, this is betterTheo de Raadt
1997-12-09on mips systems, ldconfig after kerberos too as new libs get installedNiklas Hallqvist
1997-12-09syncTheo de Raadt
1997-12-09ioctl-patch for machines with many interfaces.Artur Grabowski
by Theo.
1997-12-09I just wondered why it said "ud" instead of "udp".Artur Grabowski
1997-12-09for XPG, do not use special typedef typesTheo de Raadt
1997-12-09syncTheo de Raadt
1997-12-09eolTheo de Raadt
1997-12-09fix O_TRUNC and O_{SH,EX}LOCK properly; problem found by provosTheo de Raadt
1997-12-09always those small bugs..Artur Grabowski
1997-12-09Always those small bugs..Artur Grabowski
1997-12-09Removed one expliotable hole, one possibly exploitable hole, many bufferArtur Grabowski
overflows and lots of unchecked pointers. Tags are nice too.
1997-12-09Minor mdoc cleanup.Todd C. Miller
1997-12-09make struct statfs reflect reality.Todd C. Miller
1997-12-09when downgrading a filesystem to read-only, use softdep_flushfiles; mckusickTheo de Raadt
1997-12-09Intel P5 f00f workaround; weingart & who knows who elseTheo de Raadt
1997-12-09Make reset_prog_mode() and reset_shell_mode() in libtermlib weakTodd C. Miller
symbols so that they get overridden by the ones in libcurses. This is rather gross but the curses versions are tightly coupled to naughty bits private to libcurses. This allows reset_prog_mode() and reset_shell_mode() to operate properly both with an without libcurses linked in.
1997-12-08fix chN (N > 0) problemMichael Shalayeff
1997-12-08add kern.nosuidcoredump to lock things out even moreTheo de Raadt
1997-12-08correct pathsTheo de Raadt
1997-12-08Deal with inflate() returning avail_in == avail_out == 0brian
We must call inflate again in case there's any pending output despite our input buffer being empty. If the output buffer is in fact already flushed, inflate() returns Z_BUF_ERROR. There isn't really an error !
1997-12-08Correct usage of `add' and `delete'.brian
1997-12-08mention "option IPFILTER"kstailey
1997-12-08first cut at performance enhancing heuristicTheo de Raadt
1997-12-08use cp -R for local copiesTheo de Raadt
1997-12-08start at appletalk...Theo de Raadt
1997-12-08avoid fclose(NULL)Theo de Raadt
1997-12-08Add page 0x10 (Device Configuration Page for sequential-access devices); joergTheo de Raadt
Add some extra flags in the caching page; tegge Fix a spelling error; mpp