Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-12-10 | Fix 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-10 | this should make things easier in the future. | Artur Grabowski | |
1997-12-10 | krb4_version was already defined in kerberosIV/krb.h | Artur Grabowski | |
1997-12-10 | cgd: add a typedef which describes elements in the push-back buffer. Make | Theo 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-10 | extra () | Theo de Raadt | |
1997-12-10 | Remove special case for O_TRUNC that is irelevant now that | Todd C. Miller | |
we disallow O_TRUNC with O_RDONLY. | |||
1997-12-10 | try again; proactively check that O_TRUNC has FWRITE | Theo de Raadt | |
1997-12-10 | only permit O_TRUNC if FWRITE is set; chatted about by millert and myself ↵ | Theo de Raadt | |
for nearly an hour | |||
1997-12-10 | config files are in /etc, not /usr/lib | kstailey | |
1997-12-10 | emulate set controlling tty ioctl | Niels Provos | |
1997-12-10 | add GIFMETRIC and GIFMTU | Niels Provos | |
1997-12-10 | sync | Theo de Raadt | |
1997-12-10 | nanosleep emulation | Theo de Raadt | |
1997-12-10 | shared libraries can prevent you from writing legal C code | Theo de Raadt | |
1997-12-10 | et_list is elsewhere, is it not | Theo de Raadt | |
1997-12-10 | do not assume min() is defined | Theo de Raadt | |
1997-12-10 | hangman 'stands' for something not 'stays'; pointed out by ficus. | gene | |
1997-12-10 | Fix tmpnam()...i don't have SCSI though, so i couldn't test. | Angelos D. Keromytis | |
1997-12-10 | Fix for chuck cranor's crashme program. | Constantine Sapuntzakis | |
1997-12-10 | emulate linux SIOCGIFHWADDR; stolen from freebsd; not tested yet | Theo de Raadt | |
1997-12-10 | pw -> rpc | Tobias Weingartner | |
1997-12-10 | insert forgotten copyright + handle eject ioctl. | Niels Provos | |
1997-12-09 | no, this is better | Theo de Raadt | |
1997-12-09 | on mips systems, ldconfig after kerberos too as new libs get installed | Niklas Hallqvist | |
1997-12-09 | sync | Theo de Raadt | |
1997-12-09 | ioctl-patch for machines with many interfaces. | Artur Grabowski | |
by Theo. | |||
1997-12-09 | I just wondered why it said "ud" instead of "udp". | Artur Grabowski | |
1997-12-09 | for XPG, do not use special typedef types | Theo de Raadt | |
1997-12-09 | sync | Theo de Raadt | |
1997-12-09 | eol | Theo de Raadt | |
1997-12-09 | fix O_TRUNC and O_{SH,EX}LOCK properly; problem found by provos | Theo de Raadt | |
1997-12-09 | always those small bugs.. | Artur Grabowski | |
1997-12-09 | Always those small bugs.. | Artur Grabowski | |
1997-12-09 | Removed one expliotable hole, one possibly exploitable hole, many buffer | Artur Grabowski | |
overflows and lots of unchecked pointers. Tags are nice too. | |||
1997-12-09 | Minor mdoc cleanup. | Todd C. Miller | |
1997-12-09 | make struct statfs reflect reality. | Todd C. Miller | |
1997-12-09 | when downgrading a filesystem to read-only, use softdep_flushfiles; mckusick | Theo de Raadt | |
1997-12-09 | Intel P5 f00f workaround; weingart & who knows who else | Theo de Raadt | |
1997-12-09 | Make reset_prog_mode() and reset_shell_mode() in libtermlib weak | Todd 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-08 | fix chN (N > 0) problem | Michael Shalayeff | |
1997-12-08 | add kern.nosuidcoredump to lock things out even more | Theo de Raadt | |
1997-12-08 | correct paths | Theo de Raadt | |
1997-12-08 | Deal with inflate() returning avail_in == avail_out == 0 | brian | |
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-08 | Correct usage of `add' and `delete'. | brian | |
1997-12-08 | mention "option IPFILTER" | kstailey | |
1997-12-08 | first cut at performance enhancing heuristic | Theo de Raadt | |
1997-12-08 | use cp -R for local copies | Theo de Raadt | |
1997-12-08 | start at appletalk... | Theo de Raadt | |
1997-12-08 | avoid fclose(NULL) | Theo de Raadt | |
1997-12-08 | Add page 0x10 (Device Configuration Page for sequential-access devices); joerg | Theo de Raadt | |
Add some extra flags in the caching page; tegge Fix a spelling error; mpp |