Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-12-07 | Missing "else"... | Angelos D. Keromytis | |
1999-12-07 | Fix SYNOPSIS. | Aaron Campbell | |
1999-12-07 | Driver for Sundance ST201 Ethernet; from FreeBSD. | Aaron Campbell | |
1999-12-07 | extra setuid calls go away | Theo de Raadt | |
1999-12-07 | move .mul and .umul into the kernel. if v8 sparc is detected, replace with | Theo de Raadt | |
the equivelant 2-instruction sequence. | |||
1999-12-07 | Remove work-around for make buglet that I just fixed. | Marc Espie | |
(No need to wait for a rebuild, as the bug only manifests itself as a warning anyway). | |||
1999-12-06 | Regen. | Aaron Campbell | |
1999-12-06 | More. | Aaron Campbell | |
1999-12-06 | main prototype properly in main.c, remove dup. | Marc Espie | |
1999-12-06 | Keep statistics in default case as well. | Angelos D. Keromytis | |
1999-12-06 | Oops, typo. | Angelos D. Keromytis | |
1999-12-06 | Some preliminiries to AH revamping (similar to ESP)... | Angelos D. Keromytis | |
1999-12-06 | Don't do m_adj() if it's not really needed (minor optimization, | Angelos D. Keromytis | |
doesn't correctness) | |||
1999-12-06 | Extra parameter no longer needed, ditch. | Marc Espie | |
1999-12-06 | Instead of retrieving var values from the environment again and again, | Marc Espie | |
it is much better to keep them in the global context, marked read-only. This also makes the next simplification possible, since var values need no longer be free'd by client code. (reviewed by ho@, like other patches) | |||
1999-12-06 | Clean up buffers interface somewhat: | Marc Espie | |
- buf.c deals exclusively with chars. Be explicit about it, and remove extraneous dumb casts to char (can hide real type errors). - buffer sizes are size_t. Note that bp->left can never become NULL. - Buf_GetAll is happy with a NULL pointer for the size, remove unneeded extra pointers. - Propagate size_t to all places where buffer functions are used. | |||
1999-12-06 | Fix handling of | Marc Espie | |
VAR!= specifically, properly distinguish between bad commands and empty results. | |||
1999-12-06 | - introduce interval_dup in str.c | Marc Espie | |
- use it to replace .for parsing with something approaching sanity. (this removes one of the few most blatant misuses of Bufs in make. More changes to come... patch reviewed by ho@ | |||
1999-12-06 | Somehow I didn't delete that file... | Marc Espie | |
1999-12-06 | Minor identation. | Angelos D. Keromytis | |
1999-12-06 | atomicio() via lib | Theo de Raadt | |
1999-12-06 | This sleep accepts fractional timings as well. | Marc Espie | |
Rephrase examples slightly. | |||
1999-12-06 | not MAXHOSTNAMELEN + 1 | Theo de Raadt | |
1999-12-06 | move atomicio into it's own file. wrap all socket write()s which were doing | Theo de Raadt | |
write(sock, buf, len) != len, with atomicio() calls. | |||
1999-12-06 | Regen. | Aaron Campbell | |
1999-12-06 | Implement compatibility for Linux stime() syscall. | Aaron Campbell | |
1999-12-06 | say how long the buffer needs to be | Theo de Raadt | |
1999-12-06 | properly name fd variable | Theo de Raadt | |
1999-12-06 | check for ~ expansion past MAXPATHLEN | Theo de Raadt | |
1999-12-06 | fd leak | Theo de Raadt | |
1999-12-06 | use openpty() if it exists (it does on BSD4_4) | Theo de Raadt | |
1999-12-06 | display great hatred towards strcpy | Theo de Raadt | |
1999-12-06 | so sorry angelos, I am too stressed out, reverted my goofup. | Niklas Hallqvist | |
1999-12-06 | angelos, altering kernel structures may have impact on userland. | Niklas Hallqvist | |
1999-12-06 | allow --enable-encryption in kerberos case | Theo de Raadt | |
1999-12-06 | Simplify include files. | Angelos D. Keromytis | |
1999-12-06 | Put the "size check fired" behind ifdef DEBUG, it can happen in some | Artur Grabowski | |
legitimate cases. | |||
1999-12-06 | Make this work for uvm. | Artur Grabowski | |
1999-12-06 | Yet another solution to the mfs unmount/kill race (not ugly this time). | Artur Grabowski | |
Require that the mount point is vfs_busy on entry to dounmount. | |||
1999-12-06 | When truncating directories by less than a block we shouldn't zero the | Artur Grabowski | |
part of the block that we're deallocating. From NetBSD. | |||
1999-12-06 | New ESP code that's v4 and v6 friendly. | Angelos D. Keromytis | |
1999-12-06 | ffs_init is a vfsop. Move it to ffs_vfsops. | Artur Grabowski | |
1999-12-06 | Always make sure that softdep mounts are not async. | Artur Grabowski | |
1999-12-06 | Don't compute values that we don't use later. | Artur Grabowski | |
1999-12-06 | #if 0 some broken unreached code. | Artur Grabowski | |
1999-12-06 | update to ncurses-5.0-19991204 | Todd C. Miller | |
1999-12-06 | update to ncurses-5.0-19991204 | Todd C. Miller | |
1999-12-06 | oflow fixes; provos | Theo de Raadt | |
1999-12-06 | there is no IP(4) manpage... | Theo de Raadt | |
1999-12-06 | sync | Theo de Raadt | |