Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-01-14 | sync with sudo 1.6.4-final | Todd C. Miller | |
2002-01-13 | add chan_set_[io]state(), order states, state is now an u_int, | Markus Friedl | |
simplifies debugging messages; ok provos@ | |||
2002-01-13 | use buffer API and avoid static strings of fixed size; ok provos@/mouring@ | Markus Friedl | |
2002-01-13 | change to use queue.h macros; okay markus@ | Niels Provos | |
2002-01-13 | update | Miod Vallat | |
2002-01-13 | better accounting for 'soft' interrupts, before all exceptions were | Dale Rahn | |
counted as soft interrupts. | |||
2002-01-13 | Regress this one additional change, with this change more systems | Dale Rahn | |
successfully ran 'make build'. | |||
2002-01-13 | add magma and spif | Jason Wright | |
2002-01-13 | Better error handling: unmap registers on failure and better checking on | Jason Wright | |
whether the spif is found at open(2) time. | |||
2002-01-13 | 108 and 109 should point to stty/sbpp not mtty/mbpp | Jason Wright | |
2002-01-13 | add spif | Jason Wright | |
2002-01-13 | clean up spif entries and add it to intro | Jason Wright | |
2002-01-13 | sync | Jason Wright | |
2002-01-13 | Port of my spif driver to sparc64 (untested) | Jason Wright | |
2002-01-13 | comment typos | Jason Wright | |
2002-01-12 | Don't cast return value from splx to (void) because splx doesn't return ↵ | Artur Grabowski | |
anything. | |||
2002-01-12 | +magma | Jason Wright | |
2002-01-12 | magma man pages (wholly stolen from sparc) | Jason Wright | |
2002-01-12 | the 1190 and 1400 register maps aren't the same size don't treat them so | Jason Wright | |
(basically this was a cut and pasto). | |||
2002-01-12 | House cleaning: removing some leftover sparc bits and such | Jason Wright | |
2002-01-12 | sync | Jason Wright | |
2002-01-12 | Get permissions on magma/spif's correct | Jason Wright | |
2002-01-12 | sync | Jason Wright | |
2002-01-12 | Add _DEV entry for spif and correct spif to only create 1 bpp and 8 tty | Jason Wright | |
2002-01-12 | sync | Jason Wright | |
2002-01-12 | add magma and a dnl'd spif entry | Jason Wright | |
2002-01-12 | sync | Jason Wright | |
2002-01-12 | Fix one magma entry, remove another, and add spif. | Jason Wright | |
2002-01-12 | Port of Iain Hibbert's magma driver to sparc64 | Jason Wright | |
2002-01-12 | fix old new year, 14th not 15th | Michael Shalayeff | |
2002-01-12 | Not used. | Miod Vallat | |
2002-01-12 | If the user passes in "" as the string to resolve the lstat() will | Todd C. Miller | |
fail anyway so check for that. Also convert "." to "" since that way we avoid the lstat() (which we don't need) and the subsequent chdir() and some dir checks. | |||
2002-01-12 | o Don't use register except in conjunction with assembler | Todd C. Miller | |
o use volatile to avoid clobbering by longjmp or vfork o variables to be modified in signal handlers should be volatile sig_atomic_t | |||
2002-01-12 | xr to dig. | Marc Espie | |
2002-01-12 | Xr intro 4 intead of special 8. | Jason Wright | |
2002-01-12 | undo local change | Markus Friedl | |
2002-01-12 | Don't try UDMA modes if they aren't supported by the controller | Jason Wright | |
even if the flags enable it. chris@ ok | |||
2002-01-12 | - Only apply fastroute and route-to if we are going in the same | jasoni | |
direction as the rule. - ok dhartmei@ | |||
2002-01-12 | document net.inet.icmp.redir{accept,timeout} | Eric Jackson | |
2002-01-12 | Make sure the daemon() call is harmless to file descriptors. | Miod Vallat | |
Problem reported by markus@, fix by me, ok markus@ millert@ | |||
2002-01-12 | document net.inet.icmp.redir{accept,timeout} | Eric Jackson | |
2002-01-12 | add rediraccept and redirtimeout sysctl's. | Eric Jackson | |
rediraccept allows one to ignore ICMP_REDIRECT redirtimeout sets a timeout on the routing entries pretaining to ICMP_REDIRECT, this timeout is defaulted to 10 minutes. (same as ipv6) From NetBSD. millert@ ok | |||
2002-01-11 | use snprintf; mouring@ | Markus Friedl | |
2002-01-11 | use snprintf; mouring@ | Markus Friedl | |
2002-01-11 | use _PATH_TTY | Markus Friedl | |
2002-01-11 | use bsearch() for keywords lookup, swap couple of entries to make the ↵ | Michael Shalayeff | |
keywords array sorted and add a comment to keep it that way; dhartmei@ ok | |||
2002-01-11 | Reorganize a little, pull in instructions on certifcate generation | Todd C. Miller | |
from ssl(8) and provide step-by-step instructions on how to edit the .mc files, install the new .cf files, restart sendmail and test. Should now be idiot-proof until science builds us a better idiot. | |||
2002-01-11 | Get all of the bit definitions from ad1848reg, apcdmareg, and cs4231reg | Jason Wright | |
headers. | |||
2002-01-11 | use strlcpy not strlcat; mouring@ | Markus Friedl | |
2002-01-11 | pad the pf_state_{host,peer} to a 32bit quantity; dhartmei@ frantzen@ ok | Michael Shalayeff | |