summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-12-07Missing "else"...Angelos D. Keromytis
1999-12-07Fix SYNOPSIS.Aaron Campbell
1999-12-07Driver for Sundance ST201 Ethernet; from FreeBSD.Aaron Campbell
1999-12-07extra setuid calls go awayTheo de Raadt
1999-12-07move .mul and .umul into the kernel. if v8 sparc is detected, replace withTheo de Raadt
the equivelant 2-instruction sequence.
1999-12-07Remove 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-06Regen.Aaron Campbell
1999-12-06More.Aaron Campbell
1999-12-06main prototype properly in main.c, remove dup.Marc Espie
1999-12-06Keep statistics in default case as well.Angelos D. Keromytis
1999-12-06Oops, typo.Angelos D. Keromytis
1999-12-06Some preliminiries to AH revamping (similar to ESP)...Angelos D. Keromytis
1999-12-06Don't do m_adj() if it's not really needed (minor optimization,Angelos D. Keromytis
doesn't correctness)
1999-12-06Extra parameter no longer needed, ditch.Marc Espie
1999-12-06Instead 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-06Clean 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-06Fix handling ofMarc Espie
VAR!= specifically, properly distinguish between bad commands and empty results.
1999-12-06- introduce interval_dup in str.cMarc 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-06Somehow I didn't delete that file...Marc Espie
1999-12-06Minor identation.Angelos D. Keromytis
1999-12-06atomicio() via libTheo de Raadt
1999-12-06This sleep accepts fractional timings as well.Marc Espie
Rephrase examples slightly.
1999-12-06not MAXHOSTNAMELEN + 1Theo de Raadt
1999-12-06move atomicio into it's own file. wrap all socket write()s which were doingTheo de Raadt
write(sock, buf, len) != len, with atomicio() calls.
1999-12-06Regen.Aaron Campbell
1999-12-06Implement compatibility for Linux stime() syscall.Aaron Campbell
1999-12-06say how long the buffer needs to beTheo de Raadt
1999-12-06properly name fd variableTheo de Raadt
1999-12-06check for ~ expansion past MAXPATHLENTheo de Raadt
1999-12-06fd leakTheo de Raadt
1999-12-06use openpty() if it exists (it does on BSD4_4)Theo de Raadt
1999-12-06display great hatred towards strcpyTheo de Raadt
1999-12-06so sorry angelos, I am too stressed out, reverted my goofup.Niklas Hallqvist
1999-12-06angelos, altering kernel structures may have impact on userland.Niklas Hallqvist
1999-12-06allow --enable-encryption in kerberos caseTheo de Raadt
1999-12-06Simplify include files.Angelos D. Keromytis
1999-12-06Put the "size check fired" behind ifdef DEBUG, it can happen in someArtur Grabowski
legitimate cases.
1999-12-06Make this work for uvm.Artur Grabowski
1999-12-06Yet 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-06When truncating directories by less than a block we shouldn't zero theArtur Grabowski
part of the block that we're deallocating. From NetBSD.
1999-12-06New ESP code that's v4 and v6 friendly.Angelos D. Keromytis
1999-12-06ffs_init is a vfsop. Move it to ffs_vfsops.Artur Grabowski
1999-12-06Always make sure that softdep mounts are not async.Artur Grabowski
1999-12-06Don't compute values that we don't use later.Artur Grabowski
1999-12-06#if 0 some broken unreached code.Artur Grabowski
1999-12-06update to ncurses-5.0-19991204Todd C. Miller
1999-12-06update to ncurses-5.0-19991204Todd C. Miller
1999-12-06oflow fixes; provosTheo de Raadt
1999-12-06there is no IP(4) manpage...Theo de Raadt
1999-12-06syncTheo de Raadt