summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-06-25remove two ununsed includesHenning Brauer
2004-06-25Avoid spurious error message "line too long" (introduced with last commit,Tom Cosgrove
which fixed a buffer overflow here). ok weingart@
2004-06-25simplifyDamien Miller
2004-06-25remove netiso and netns codeHenning Brauer
2004-06-25clean reexec-specific junk out of text-exec.sh and simplify; idea markus@Damien Miller
2004-06-25only perform tcp wrappers checks when the incoming connection is on a socket.Damien Miller
silences useless warnings from regress tests that use proxycommand="sshd -i" prompted by david@ ok markus@
2004-06-25Add extended CPUID flag value for AMD64 LONG identification. Taken fromTom Cosgrove
arch/amd64/include/specialreg.h. "fine by me" weingart@
2004-06-25Narrow down privsep interface. Remove ui_init to monitor. So we can get rid ofHans-Joerg Hoexer
monitor_mkfifo. Work in progress. ok ho@
2004-06-25Minor fixes suggested by nordin@ and henning@Thorsten Lockert
ok millert@
2004-06-25Remove unused gnu style configure stuff.Mathieu Sauve-Frankel
ok hshoexer@ deraadt@
2004-06-25cleanup.Mathieu Sauve-Frankel
ok millert@
2004-06-25IPv6 reassembly on "scrub" directive.Jun-ichiro itojun Hagino
caveats: (to be addressed soon) - "scrub in" should queue fragments back into ip6intrq again, but somehow it does not happen - the packet is kept inside reass queue. need investigation - ip6_forwarding path is not tested - does not use red-black tree. somehow red-black tree behaved badly and was not robust. performance issue, the above one is more important. good things: - "scrub out" is perfectly ok - i think now we can inspect upper-layer protocol fields (tcp port) even if ip6 packet is fragmented. - reass queue will be cleaned up properly by timeout (60sec). we might want to impose pool limit as well
2004-06-25recover IPv6 entries somehow disappeared. David KrauseJun-ichiro itojun Hagino
2004-06-24First step at multiprotocol support, only partially done.Claudio Jeker
OK henning@
2004-06-24Remove unused getopt implementation. These files are not used.Mathieu Sauve-Frankel
ok hshoexer@ theo@
2004-06-24Identify ourselves on the new console device when it's changed.Tom Cosgrove
ok weingart@
2004-06-24Do a better job at containing powerpc specific #defines to PPC_...Dale Rahn
ok deraadt@
2004-06-24Turn off timeouts if the user types anything at all. This prevents anTom Cosgrove
automatic boot in 5 seconds after you type "set tty com0", for example. "I like this" deraadt@, "oh! yes" henning@, ok weingart@
2004-06-24A little better but still work in progress.Andreas Gunnarsson
2004-06-24KNF, cleanup, readability fixes... this hurtHenning Brauer
ok itojun claudio
2004-06-24Minor changes (structural, not behavioural) in order to support a regressTom Cosgrove
test for boot command handling. Suggested by avsm@; discussed with avsm@ and weingart@ - thanks
2004-06-24Document kn_get_string() a bit better and describe the return value.Hans-Joerg Hoexer
ok ho@ msf@
2004-06-24Make community set strict aligenment save, remove unneeded ENSUREsClaudio Jeker
OK henning@ djm@
2004-06-24make keynote.h C++ safeMathieu Sauve-Frankel
ok todd@
2004-06-24Back out part of last commit; we want to realloc + loop for argv too.Todd C. Miller
2004-06-24if we have detached after an exec, bail out early, and avoid a double free.marius eriksen
ok provos@, "works fine" sturm@
2004-06-24Remove the 8 page limit for sysctl_proc_args after discussing with Theo.Todd C. Miller
Add trivial support for passing a NULL pointer for the argv buffer; currently just returns ARG_MAX for KERN_PROC_ARGV and KERN_PROC_ENV.
2004-06-24iso is goneHenning Brauer
2004-06-24let vax build lynx (workaround); miod okTheo de Raadt
2004-06-24remove netiso stuffHenning Brauer
2004-06-24Remove unsupported algortihm types from keynote keygen section of the manpage.Mathieu Sauve-Frankel
ok hshoexer@ ho@
2004-06-24change note as to when thread lib needs updating. OK deraadt@Marco S Hyman
2004-06-24Typos in DEBUG code.Miod Vallat
2004-06-24This moves access to wall and uptime variables in MI code,Thorsten Lockert
encapsulating all such access into wall-defined functions that makes sure locking is done as needed. It also cleans up some uses of wall time vs. uptime some places, but there is sure to be more of these needed as well, particularily in MD code. Also, many current calls to microtime() should probably be changed to getmicrotime(), or to the {,get}microuptime() versions. ok art@ deraadt@ aaron@ matthieu@ beck@ sturm@ millert@ others "Oh, that is not your problem!" from miod@
2004-06-24regress test for re-exec corner casesDamien Miller
2004-06-24re-exec sshd on accept(); initial work, final debugging and ok markus@Damien Miller
2004-06-24Work in progress, early check-in requested by niklas@Andreas Gunnarsson
2004-06-24make safe for inclusion in C++ code; ok deraadt@Christian Weisgerber
2004-06-24Add genericstable to the list of databases we can create automatically.Tom Cosgrove
"looks fine" millert@
2004-06-24Allocate 8 pages for process argv, not one. This should really be ARG_MAXTodd C. Miller
but sysctl_proc_args() needs changes to support that.
2004-06-24When given multiple processes to kill, keep going if we are unable to killTodd C. Miller
one (previously it would error out and not kill the remaining ones). OK deraadt@
2004-06-24Add comment explaining what "bootprompt" is forTom Cosgrove
2004-06-24Remove some unused code.Hans-Joerg Hoexer
Fix handling of sigchild. Now it's possible to sigstop/sigcont isakmpd correclty. ok ho@
2004-06-24If a line in boot.conf is too long for our buffer, stop before weTom Cosgrove
overrun the buffer, print an error message, then stop processing boot.conf. Also change name of variable "eof" to "rc", since it's not just for eof. ok weingart@
2004-06-24free() correct object; andrushock@korovino.netTheo de Raadt
2004-06-24Add ehci. ok drahn@Thomas Nordin
2004-06-24Missing file from 8.13.0Todd C. Miller
2004-06-24syncTheo de Raadt
2004-06-24hsearch API/ABI u_int -> size_t -> crank majors; ok millertTheo de Raadt
2004-06-24syncTheo de Raadt