summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-08-05One more ELF_TOOLCHAIN.Artur Grabowski
2002-08-05_C_LABEL where needed.Artur Grabowski
2002-08-05If ELF_TOOLCHAIN, pass -E to crunchgen and build elfrdsetroot insteadArtur Grabowski
2002-08-05Prepare for sparc/ELF.Artur Grabowski
2002-08-05increase buffer size for getstring, useful for execve arguments.Niels Provos
2002-08-05different translation for lstatNiels Provos
2002-08-05move a few birthdays to the .birthday as pt out by pjanzen@; add a few moreMichael Shalayeff
2002-08-05Better fixes from openssl cvs; from markus@Miod Vallat
2002-08-05Get rid of useless local definitions P_void, voidp, Const and usePeter Valchev
2002-08-05add bwtwoJason Wright
2002-08-05Xr bwtwoJason Wright
2002-08-05man page for bwtwoJason Wright
2002-08-05Do some cleanups to allow this to compile after previous changes made.Peter Valchev
2002-08-05Make readjust work correctly.Artur Grabowski
2002-08-04Handle snprintf(3) returning -1; ok deraadtPeter Valchev
2002-08-04If fork() fails, log/report the error *before* we close our fd's justTodd C. Miller
2002-08-04Extra paranoia -- check that pw_name matches the crontab user's name.Todd C. Miller
2002-08-04revoke privs earlierTheo de Raadt
2002-08-04.SH -> .Sh NAT EXAMPELSPhilipp Buehler
2002-08-04- grammar cleanup.Grigoriy Orlov
2002-08-04iliya day, no swimming, no-noMichael Shalayeff
2002-08-04now we all know that nautilus was a response to icbm threatMichael Shalayeff
2002-08-04keep track of ppid and allow matching rules to be logged via syslog.Niels Provos
2002-08-04ansi, and revoke privs after opening the ttyTheo de Raadt
2002-08-04ansiTheo de Raadt
2002-08-04spacesTheo de Raadt
2002-08-04only open kvm once between these twoTheo de Raadt
2002-08-04kvm gid revocation earlierTheo de Raadt
2002-08-04move kvm opening to earliest possible placeTheo de Raadt
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