summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-12-07From XPG4.2: read(2) can return EIO if the process is a member ofTodd C. Miller
2001-12-07Kill longjmp by not restarting system calls on receipt of SIGALRM.Todd C. Miller
2001-12-07Oops, need rtc in here, tooJason Wright
2001-12-07missing commaTodd C. Miller
2001-12-07OK, this is horrible. stdio safety in a signal handler, requires that weTheo de Raadt
2001-12-07do not call abort(), it is tastelessTheo de Raadt
2001-12-07Instead of restoring the tty mode, restoring the signal handler,Todd C. Miller
2001-12-07add ohci and several basic usb devices.Jason Wright
2001-12-07NKMEMPAGES defines.Artur Grabowski
2001-12-07add example for ftp-proxy data connections, to reduce some of the questionsBob Beck
2001-12-07Document signal handling in readpassphrase(3)Todd C. Miller
2001-12-07Add CAVEATS section pointing out the dangers of closing fds <= 2Todd C. Miller
2001-12-07fix signal doscTheo de Raadt
2001-12-07rtc* at ebus?Jason Wright
2001-12-07Mimic some of the rtc handling (the m5819 on the x1 is a ds1287-alike) from i...Jason Wright
2001-12-07kill more registers;Mike Pechkin
2001-12-07sort SEE ALSO;Mike Pechkin
2001-12-07Don't disable TRDY/RETRY, this doesn't have the expected behavior.Jason Wright
2001-12-07make it compile on SUN4M-onlyMichael Shalayeff
2001-12-07Use pmap_kenter for buffers and msgbuf.Artur Grabowski
2001-12-07Block keyboard-generated signals during database accesses.Todd C. Miller
2001-12-07mark longjmp raceTheo de Raadt
2001-12-07bitmask_snprintf goes awayTheo de Raadt
2001-12-07syncTheo de Raadt
2001-12-07rtc at ebus; netbsdJason Wright
2001-12-07add rtc cfdriverJason Wright
2001-12-07remove fxp. hey art, that is how i respond to kernel bloat!Theo de Raadt
2001-12-07o point pthread_setcancel(type|state) manpages where they belong.Federico G. Schwindt
2001-12-07Since amiga now has correct pmap_k* and uses them for mappingArtur Grabowski
2001-12-07Sigh. MACHINE_NONCONTIG is not only non-optional, it has been replacedArtur Grabowski
2001-12-07Some ansification and cleanups in pmap_{zero,copy}_page*Artur Grabowski
2001-12-07kill kvm_iocache, not used.Artur Grabowski
2001-12-07radio cards fixes, from Maxim Tsyplakov <tm@oganer.net>Michael Shalayeff
2001-12-07Remove 4m bits and put some other nasty restrictions on kvm_uncache soArtur Grabowski
2001-12-07kvm_recache is now unnecessary, simplify.Artur Grabowski
2001-12-07In dvma_malloc_space and dvma_free allocate and map the memoryArtur Grabowski
2001-12-07Remove pmap_cache_enable. it was a mistake.Artur Grabowski
2001-12-07Zap pmap_alloc_cpu. this is not how we want to do this.Artur Grabowski
2001-12-07splpmap -> splvmArtur Grabowski
2001-12-07Remove pmap_kenter_pgs leftovers.Artur Grabowski
2001-12-07give up local, instead of remote, on ping6 -w during memory starvedJun-ichiro itojun Hagino
2001-12-07correct icmp6 MIB counter mistakeJun-ichiro itojun Hagino
2001-12-07sync comment with kameJun-ichiro itojun Hagino
2001-12-07move back. pvalchev -- the bug was quite obscureTheo de Raadt
2001-12-07whitespace/comment sync with kameJun-ichiro itojun Hagino
2001-12-07back out latest changes which cause problems on alpha/sparc64 untilPeter Valchev
2001-12-07Catch SIGINT, SIGQUIT and SIGTSTP but ignore during the databaseTodd C. Miller
2001-12-07ethernet -> dc (Netra X1 finds its root dev correctly now)Jason Wright
2001-12-07Check for keyfile == NULL in skey_unlock()Todd C. Miller
2001-12-07o Use writev() to send status on the backchannel instead of fdopen()ingTodd C. Miller