summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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
2001-11-05kill more registers;Mike Pechkin
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
2001-11-05irongate needs isadma bouncing.Artur Grabowski
2001-11-05Code for isadma bouncing.Artur Grabowski
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
2001-11-04Two new sysctls in the chipset tree.Artur Grabowski
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
2001-11-04hp300spu.h information not needed anymore.Miod Vallat
2001-11-04Change the magic formulae in charge of setting the correct definesMiod Vallat
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
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
2001-11-03Telnet client shouldn't say it does Kerberos unless there actually existsHans Insulander
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
2001-11-02Fix signal dispatching. No-one has reported any probs (other thanMarco S Hyman
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
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
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
2001-11-02use _exit() in signal handler; mark other issuesTheo de Raadt
2001-11-02avoid stdio in signal handlerTheo de Raadt
2001-11-02use _exit() in signal handlerTheo de Raadt
2001-11-02_exit() in signal handlerTheo de Raadt
2001-11-02avoid stdio in signal handler (not complete yet)Theo de Raadt
2001-11-02Make kernel compile without IPSEC, PPP_DEFLATE but with CRYPTO. Reported byJean-Jacques Bernard-Gundol
2001-11-02do not return value that overruns mbuf length from ip6_nexthdr.Jun-ichiro itojun Hagino