Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-11-05 | compile fix; fgsch@ ok | Todd T. Fries | |
2001-11-05 | needs rndvar.h | Michael Shalayeff | |
2001-11-05 | make sure files are MAXPATHLEN sized; ianm@cit.uws.edu.au | Theo de Raadt | |
2001-11-05 | some syslog_r uses in signal handlers | Theo de Raadt | |
2001-11-05 | mark more handlers, and some syslog_r attempts | Theo de Raadt | |
2001-11-05 | more signal marks, and some syslog_r in handlers | Theo de Raadt | |
2001-11-05 | Some examples of how to use syslog_r() and why it is useful. deraadt@ ok. | Jean-Jacques Bernard-Gundol | |
2001-11-05 | remove last signal race | Theo de Raadt | |
2001-11-05 | use _exit in signal handler | Theo de Raadt | |
2001-11-05 | mark a zone of signal races | Theo de Raadt | |
2001-11-05 | mark a zone of signal races | Theo de Raadt | |
2001-11-05 | noone responds. | Theo de Raadt | |
this diff makes } and { not be part of symbols | |||
2001-11-05 | one more mistake in ping6_timeval conversion | Jun-ichiro itojun Hagino | |
2001-11-05 | one mistake in ping6_timeval conversion. use int32_t instead of int | Jun-ichiro itojun Hagino | |
when we want a variable with specific size. | |||
2001-11-05 | kill more registers; | Mike Pechkin | |
millert@ ok | |||
2001-11-05 | more fixes to zipcodes, from Ted U <grendel@heorot.stanford.edu> | Michael Shalayeff | |
2001-11-05 | Use ether_input_mbuf(). As a bonus, tcpdump should show the ethernet | Federico G. Schwindt | |
headers now; nate@ ok. | |||
2001-11-05 | irongate needs isadma bouncing. | Artur Grabowski | |
2001-11-05 | Code for isadma bouncing. | Artur Grabowski | |
From NetBSD. | |||
2001-11-05 | let finishdup take the proc as arguemnt instead of the filedesc. | Artur Grabowski | |
2001-11-05 | remove extra sys/signal.h | Theo de Raadt | |
2001-11-04 | sync | Theo de Raadt | |
2001-11-04 | Ghostscript port refused to build with 'printf' in the | Kenneth R Westerback | |
__attribute__ statement. Using '__printf__' makes it happy. ok millert@ miod@ | |||
2001-11-04 | Two 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-04 | Add alpha_ldlu and alpha_stl. | Artur Grabowski | |
2001-11-04 | sync. deraadt@ OK. | lebel | |
2001-11-04 | ATI Mobility Radeon. deraadt@ OK. | lebel | |
2001-11-04 | 7751 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-04 | hp300spu.h information not needed anymore. | Miod Vallat | |
2001-11-04 | Change the magic formulae in charge of setting the correct defines | Miod 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-04 | wording; ok art | Peter Valchev | |
2001-11-03 | The contents of cd9660_mount.h duplicate <sys/mount.h>, so get rid of it. | Miod Vallat | |
Agreed by fgs@ and millert@ | |||
2001-11-03 | Add stub for struct X509_STORE | Hakan Olsson | |
2001-11-03 | We get ssl.h with x509.h/libcrypto.h | Hakan Olsson | |
2001-11-03 | Don't try to avoid name lookup waits with setjmp/signal. By deraadt@, me. | Hakan Olsson | |
2001-11-03 | Fix pthread_mutex regression test... undefined behavior does not | Marco 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-03 | Telnet client shouldn't say it does Kerberos unless there actually exists | Hans Insulander | |
a krb4 or krb5 ticket file. ok art@ | |||
2001-11-02 | fix typo in thread status flags | Marco S Hyman | |
2001-11-02 | poll(2) manpage references itself, accept(2) references poll(2) twice. | Janne Johansson | |
2001-11-02 | add intel card | Michael Shalayeff | |
2001-11-02 | match on intel pro/wireless 2011, from netbsd | Michael Shalayeff | |
2001-11-02 | fix multicast loopback checksums; goeran@cdg.chalmers.se, ok angelos | Theo de Raadt | |
2001-11-02 | Move 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-02 | Fix signal dispatching. No-one has reported any probs (other than | Marco 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-02 | replace fprintf(stderr)/exit w/ err/warn | Michael Shalayeff | |
2001-11-02 | - Set valid bit in transmit descriptors and tx fragment descriptors (previous | Jason 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-02 | new fw needs more space in an_ltv_status; from Gabriel Kihlman <gk@univits.se> | Michael Shalayeff | |
2001-11-02 | Change 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-02 | i do not think everybody needs USB_DEBUG | Michael Shalayeff | |
2001-11-02 | Revert to clnt_broadcast() method until an alignment problem with the | Todd C. Miller | |
asyncronous rpc code in the previous commit is fixed. |