summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-11-05compile fix; fgsch@ okTodd T. Fries
2001-11-05needs rndvar.hMichael Shalayeff
2001-11-05make sure files are MAXPATHLEN sized; ianm@cit.uws.edu.auTheo de Raadt
2001-11-05some syslog_r uses in signal handlersTheo de Raadt
2001-11-05mark more handlers, and some syslog_r attemptsTheo de Raadt
2001-11-05more signal marks, and some syslog_r in handlersTheo de Raadt
2001-11-05Some examples of how to use syslog_r() and why it is useful. deraadt@ ok.Jean-Jacques Bernard-Gundol
2001-11-05remove last signal raceTheo de Raadt
2001-11-05use _exit in signal handlerTheo de Raadt
2001-11-05mark a zone of signal racesTheo de Raadt
2001-11-05mark a zone of signal racesTheo de Raadt
2001-11-05noone responds.Theo de Raadt
this diff makes } and { not be part of symbols
2001-11-05one more mistake in ping6_timeval conversionJun-ichiro itojun Hagino
2001-11-05one mistake in ping6_timeval conversion. use int32_t instead of intJun-ichiro itojun Hagino
when we want a variable with specific size.
2001-11-05kill more registers;Mike Pechkin
millert@ ok
2001-11-05more fixes to zipcodes, from Ted U <grendel@heorot.stanford.edu>Michael Shalayeff
2001-11-05Use ether_input_mbuf(). As a bonus, tcpdump should show the ethernetFederico G. Schwindt
headers now; nate@ ok.
2001-11-05irongate needs isadma bouncing.Artur Grabowski
2001-11-05Code for isadma bouncing.Artur Grabowski
From NetBSD.
2001-11-05let finishdup take the proc as arguemnt instead of the filedesc.Artur Grabowski
2001-11-05remove extra sys/signal.hTheo de Raadt
2001-11-04syncTheo de Raadt
2001-11-04Ghostscript port refused to build with 'printf' in theKenneth R Westerback
__attribute__ statement. Using '__printf__' makes it happy. ok millert@ miod@
2001-11-04Two new sysctls in the chipset tree.Artur Grabowski
CPU_CHIPSET_PORTS - address of the I/O ports. CPU_CHIPSET_HAE_MASK - mask for the HAE register.
2001-11-04Add alpha_ldlu and alpha_stl.Artur Grabowski
2001-11-04sync. deraadt@ OK.lebel
2001-11-04ATI Mobility Radeon. deraadt@ OK.lebel
2001-11-047751 has two registers in config space (0x40 - RETRY_TIMEOUT and 0x41,Jason Wright
TRDY_TIMEOUT). These registers must be initialized to zero to disable these timers or 7751 will get PCI aborts on its descriptor rings on certain chipsets. These timers were removed because they were unneeded in the 7951. I'm not sure how I missed this in the datasheet, but there it is plain as day on page 24. Thanks go to Hifn for pointing this out. Upshot: PCI abort problem on 7751 appears to be solved.
2001-11-04hp300spu.h information not needed anymore.Miod Vallat
2001-11-04Change the magic formulae in charge of setting the correct definesMiod Vallat
for cpu, mmu, and cache attributes from a mandatory include file to the kernel makefile. This saves some cpp cycles and removes forced dependencies on hp300spu.h. millert@ does not like but does not object either.
2001-11-04wording; ok artPeter Valchev
2001-11-03The contents of cd9660_mount.h duplicate <sys/mount.h>, so get rid of it.Miod Vallat
Agreed by fgs@ and millert@
2001-11-03Add stub for struct X509_STOREHakan Olsson
2001-11-03We get ssl.h with x509.h/libcrypto.hHakan Olsson
2001-11-03Don't try to avoid name lookup waits with setjmp/signal. By deraadt@, me.Hakan Olsson
2001-11-03Fix pthread_mutex regression test... undefined behavior does notMarco S Hyman
mean != EPERM in one test, minor changes to recursive mutex test. remove printf in signal test signal handler, run test long enough to ensure signal hander is called at least twice, reduce output. Note: running these tests over a remote console may indicate bogus falures due to console output latency. Any test that takes longer than 5 seconds to complete may be flagged as a failure.
2001-11-03Telnet client shouldn't say it does Kerberos unless there actually existsHans Insulander
a krb4 or krb5 ticket file. ok art@
2001-11-02fix typo in thread status flagsMarco S Hyman
2001-11-02poll(2) manpage references itself, accept(2) references poll(2) twice.Janne Johansson
2001-11-02add intel cardMichael Shalayeff
2001-11-02match on intel pro/wireless 2011, from netbsdMichael Shalayeff
2001-11-02fix multicast loopback checksums; goeran@cdg.chalmers.se, ok angelosTheo de Raadt
2001-11-02Move the accounting disk space watcher into a kernel thread.Artur Grabowski
Since we do filesystem operations, we need process context. This should fix accounting on nfs.
2001-11-02Fix signal dispatching. No-one has reported any probs (other thanMarco S Hyman
with regression tests that need to be fixed) and fgs@ thinks it's OK. I'll look at the pthreads regression tests, next
2001-11-02replace fprintf(stderr)/exit w/ err/warnMichael Shalayeff
2001-11-02- Set valid bit in transmit descriptors and tx fragment descriptors (previousJason Wright
firmware versions didn't use it, but newer ones might... play it safe). - add a bit of debugging code to tx so I can get dumps easier to send to 3com. (ifdef'd out). - ifdef both places that require modification to enable TX cksums to avoid errors like halfway enabling them (which caused me a bit of pain the other day). - TX UDP/TCP cksums still hang the firmware
2001-11-02new fw needs more space in an_ltv_status; from Gabriel Kihlman <gk@univits.se>Michael Shalayeff
2001-11-02Change 2 Exit() -> exit()Todd C. Miller
Avoid stdio in Exit() and call _exit() if we are a signal handler. We no longer print the signal number but the user can just check the exit value for that.
2001-11-02i do not think everybody needs USB_DEBUGMichael Shalayeff
2001-11-02Revert to clnt_broadcast() method until an alignment problem with theTodd C. Miller
asyncronous rpc code in the previous commit is fixed.