summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-12-07Add CAVEATS section pointing out the dangers of closing fds <= 2Todd C. Miller
as found by Markus.
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 ↵Jason Wright
i386, especially to do with year handling.
2001-12-07kill more registers;Mike Pechkin
millert@ ok
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
o remove functions from pthread_cancel(3).
2001-12-07Since amiga now has correct pmap_k* and uses them for mappingArtur Grabowski
the buffer cache, it's a good idea to use them in pagemove too.
2001-12-07Sigh. MACHINE_NONCONTIG is not only non-optional, it has been replacedArtur Grabowski
by MACHINE_NEW_NONCONTIG ages ago and that option is gone too.
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
that noone ever has a thought of using it again.
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
ourselves, don't malloc and then uncache the memory.
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
situation. validate hostname encoding more strictly.
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
they are fixed
2001-12-07Catch SIGINT, SIGQUIT and SIGTSTP but ignore during the databaseTodd C. Miller
update. We have to be careful and drop our lock if we are suspended and then regain the lock on resume. This is necessary because the user must not be allowed to keep a record locked for a long period of time to avoid a DoS. We must be sure to re-lock when we resume because otherwise an attacker could suspend us until a user starts to login and then resume and then race the user for login using the challenge response from the user.
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
fd 3 and using stdio. o Add SIGINT/SIGQUIT signal handler for yp_chpass() now that getpass() is interuptible. o Block SIGINT/SIGQUIT in krb_chpass() until it is made to clean up after itself properly.
2001-12-07Use writev() to send status on the backchannel instead of fdopen()ingTodd C. Miller
fd 3 and using stdio.
2001-12-07Catch SIGINT and SIGQUIT via the kbintr() signal handler in ypgetnewpasswd()Todd C. Miller
too. Restore old signal handler at the end of ypgetnewpasswd() and getnewpasswd().
2001-12-07Catch SIGINT and SIGQUIT via the kbintr() signal handler.Todd C. Miller
Now that getpass() is interuptible we need to catch these so that the "Password unchanged." message is printed.
2001-12-07Add a floppy entry.Hugh Graham
2001-12-07Add ra and rx entries to the ramdisk.Hugh Graham
2001-12-07remove ALTQ_CBQ and ALTQ_RED. these are enabled by default in OpenBSD.Kenjiro Cho
suggested by mpech@, ok deraadt@
2001-12-07Ratibibugle setredzone()Miod Vallat
[Ratibibugle is local slang for g/c, remove, rototill, etc]
2001-12-07In uni_n_config(), only return a base address if a base address was found.Miod Vallat
2001-12-07Make vnds larger than 2G work, mostly by Daniel Lucq <daniel@lucq.org>.Niklas Hallqvist
2001-12-07Make vnds larger than 2G work, mostly by Daniel Lucq <daniel@lucq.org>Niklas Hallqvist
toouches by me.
2001-12-06No need to keep dummy fields in cpu_disklabel structures.Miod Vallat