summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-08-03If malloc() fails, perror() and return. This is non-optimal but becauseTodd C. Miller
2002-08-03xdr_pri_free() ansi; pvalchev okTheo de Raadt
2002-08-03in fact, no need for switch_exit() completely, cpu_exit() handles the reins t...Michael Shalayeff
2002-08-03reorder stack_alloc() and add a commentMichael Shalayeff
2002-08-03store md_regs ptr before interrupts are enabled on syscall, do not store the ...Michael Shalayeff
2002-08-03some more opt and diagnostic checks in set/remrunqueueMichael Shalayeff
2002-08-03opt {set,rem}runqueue a littlebitMichael Shalayeff
2002-08-03no need for a stack on exit() since u gets freed in a different context, also...Michael Shalayeff
2002-08-03u could get a little higherMichael Shalayeff
2002-08-03rework boot() w/o a gotoMichael Shalayeff
2002-08-03we do not use _c_label() evenMichael Shalayeff
2002-08-03hppa stub, from miodMichael Shalayeff
2002-08-03register -> intMarco S Hyman
2002-08-03Correct RA82 disktab alias. Spotted by Fred van Kempen.Hugh Graham
2002-08-03Don't depend on curproc, pass the proc * down to the functions that need it (...Jason Wright
2002-08-03check return value from read; from thorstenJakob Schlyter
2002-08-03use getifaddrs, not SIOCGIFCONF.Jun-ichiro itojun Hagino
2002-08-03spell 'debugging' correctly with double 'g' (in comments)Peter Valchev
2002-08-03various KNF and code cleanup/simplification, parts checked by millert/deraadtPeter Valchev
2002-08-03fix a comment: libdl no longer exists; explain ELF_TOOLCHAINPeter Valchev
2002-08-03- don't use unexistant as(1) .weakext pseudo; found by todd@Federico G. Schwindt
2002-08-02the kerberos people can bite me. or enable kerberos themselves if theyTheo de Raadt
2002-08-02Change value of LOGIN_DEFSTYLE from "krb4-or-pwd" to just "passwd".Todd C. Miller
2002-08-02no rpc by defaultTheo de Raadt
2002-08-02o Instead of passing "*system*" as the fname to process_crontab()Todd C. Miller
2002-08-02replace RSA_verify with our own version and avoid the OpenSSL ASN.1 parserMarkus Friedl
2002-08-02_sshagnt will be used to secure ssh-agent(1) moreTheo de Raadt
2002-08-02typo; from openssl cvsMarkus Friedl
2002-08-02diff is u_int (2x); ok deraadt/provosMarkus Friedl
2002-08-02More possible int overflows found by Silvio Cesare.Todd C. Miller
2002-08-02Check inet_aton() failure with == 0, not == -1; millert@ ok.Aaron Campbell
2002-08-02registers should be volatile, also add yet more register defnsJason Wright
2002-08-02Do correct bounds checking in get/set/put cmap routines. A few ofTodd C. Miller
2002-08-02In hpux_sys_getcontext(), check for len <= 0 and return EINVAL.Todd C. Miller
2002-08-02note that .ssh/environment is only read whenMarco S Hyman
2002-08-02Change mm_zalloc() sanity checks to be more in line with whatTodd C. Miller
2002-08-02Mention CRL support, tag and default value.Hakan Olsson
2002-08-02CRL support for isakmpd. From <Thomas.Walpuski@gmx.net> with some minorHakan Olsson
2002-08-022 missing #includesHenning Brauer
2002-08-02add string for cputype (bad art =)Jason Wright
2002-08-02whitespaceJason Wright
2002-08-02performance improvement, reduces number of ioctl callsNiels Provos
2002-08-02prevent integer overflow by verifying that ua.num is not too large.Nathan Binkert
2002-08-01Fix handling of 0-length RPC fragmentsConstantine Sapuntzakis
2002-08-01utmp.h not neededTheo de Raadt
2002-08-01correctly separate execve argv arguments. increase buffer size forNiels Provos
2002-08-01the last component in a filename for unlink may be a symlinkNiels Provos
2002-08-01whoops, last write tracker should be updated on every write to avoid the burs...Jason Wright
2002-08-01add support for mapping interrupts.Jason Wright
2002-08-01Limit max file size based on PAGE_SIZE. Even though ffs can handleTodd C. Miller