summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-09-05store relay sessions in SPLAY trees instead of TAILQ lists. this willReyk Floeter
2007-09-05Fix debugging code, which tried to print the netgroup nameMoritz Jodeit
2007-09-05Replace magic numbers in calls to shutdown(2)Moritz Jodeit
2007-09-05Change some variables to their proper type size_t.Moritz Jodeit
2007-09-05increase th maximum string size for the sslciphers from 32 to 768.Reyk Floeter
2007-09-05remove compat link to /usr/sbin/vnconfig, the program is in /sbin for oneAlexander von Gernler
2007-09-05rename qli_prot_regs to qli_stat_regs to avoid possible confusion with qli_po...David Collins
2007-09-05fix date; spotted by jmcTheo de Raadt
2007-09-05no need to talk about bits; ok millert jmcTheo de Raadt
2007-09-05remove trailing blank line;Jason McIntyre
2007-09-05fix over-agressive match function, oopsTheo de Raadt
2007-09-04add support to print the derivated tree from the OpenPROM (alas devinfo orFederico G. Schwindt
2007-09-04Zap the simplelock goo and general cleanup of comments.Thordur I. Bjornsson
2007-09-04Add mailbox command handler and "about firmware" commandMarco Peereboom
2007-09-04Some more simple malloc(n * m) -> calloc(n, m) conversions.Hans-Joerg Hoexer
2007-09-04XrTheo de Raadt
2007-09-04UltraSPARC CPUs always have an on-chip FPU. There really is no need to haveMark Kettenis
2007-09-04driver for i2c lm93 sensor; very common on ipmi machines which have i2cTheo de Raadt
2007-09-04Removed dead code.Tobias Stoeckmann
2007-09-04Replaced strlen() with sizeof() - 1 when #define'd strings are used.Tobias Stoeckmann
2007-09-04Reset the chip after internal memory exhaustion, makes the driver more solidMiod Vallat
2007-09-04use memrchr; ok millert@.Federico G. Schwindt
2007-09-04Add the ability to specify a host header when using http(s) check methods.Pierre-Yves Ritschard
2007-09-04Handle ^D as a)bort in log message question.Tobias Stoeckmann
2007-09-04make ssh(1)'s ConnectTimeout option apply to both the TCP connection andDamien Miller
2007-09-04small fix in the error path when accepting new relay sessionsReyk Floeter
2007-09-04support chained ssl certificates; a chain can be added to theReyk Floeter
2007-09-04make file descriptor passing code return an error rather than call fatal()Damien Miller
2007-09-04Use err(3) functions. input and ok millert.Federico G. Schwindt
2007-09-03Fix a few interrupt dispatch/receive register definitions.Mark Kettenis
2007-09-03Update free(3) section--we use mmap()/munmap(), not brk().Todd C. Miller
2007-09-03move back to using malloc() instead of calloc(), because the yaccTheo de Raadt
2007-09-03there is a prototype version of the lm93 (plus spacing fixes)Theo de Raadt
2007-09-03Recognize Andigilog aSC7621.Mark Kettenis
2007-09-03unsupported ioctl's should be returned with ENOTTYThordur I. Bjornsson
2007-09-03call savectx() in cpu_fork(), so that the new process can take signalsMiod Vallat
2007-09-03Remove the pv and pte stealing code. Neither art@ and I like it, theMiod Vallat
2007-09-03remove trailing whitespace;Jason McIntyre
2007-09-03Bump RTM_VERSION to 4 and start a new aera of routing in OpenBSD :)Claudio Jeker
2007-09-03OpenBSD now has memrchr(3)Todd C. Miller
2007-09-03Adapt atexit() regress to recent changes and add __cxa_atexit() regress.Todd C. Miller
2007-09-03crank libc and libstdc++ majorsTodd C. Miller
2007-09-03Add __cxa_atexit() support for gcc3. This provides support for shared object...Todd C. Miller
2007-09-03Add ENOMSG and EIDRM; from jsg@Todd C. Miller
2007-09-03add recaloc(3)Todd C. Miller
2007-09-03add memrchr(3)Todd C. Miller
2007-09-03malloc(n * m) -> calloc(n, m); ok espieTheo de Raadt
2007-09-03use calloc() for the sake of regularity, prompted by deraadt@Marc Espie
2007-09-03Unsetting a non-existent variable is not an error. SeeOtto Moerbeek
2007-09-03- break "Defaults env_keep" into several lines so it is more readableAntoine Jacoutot