summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-01-14sync with sudo 1.6.4-finalTodd C. Miller
2002-01-13add chan_set_[io]state(), order states, state is now an u_int,Markus Friedl
simplifies debugging messages; ok provos@
2002-01-13use buffer API and avoid static strings of fixed size; ok provos@/mouring@Markus Friedl
2002-01-13change to use queue.h macros; okay markus@Niels Provos
2002-01-13updateMiod Vallat
2002-01-13better accounting for 'soft' interrupts, before all exceptions wereDale Rahn
counted as soft interrupts.
2002-01-13Regress this one additional change, with this change more systemsDale Rahn
successfully ran 'make build'.
2002-01-13add magma and spifJason Wright
2002-01-13Better error handling: unmap registers on failure and better checking onJason Wright
whether the spif is found at open(2) time.
2002-01-13108 and 109 should point to stty/sbpp not mtty/mbppJason Wright
2002-01-13add spifJason Wright
2002-01-13clean up spif entries and add it to introJason Wright
2002-01-13syncJason Wright
2002-01-13Port of my spif driver to sparc64 (untested)Jason Wright
2002-01-13comment typosJason Wright
2002-01-12Don't cast return value from splx to (void) because splx doesn't return ↵Artur Grabowski
anything.
2002-01-12+magmaJason Wright
2002-01-12magma man pages (wholly stolen from sparc)Jason Wright
2002-01-12the 1190 and 1400 register maps aren't the same size don't treat them soJason Wright
(basically this was a cut and pasto).
2002-01-12House cleaning: removing some leftover sparc bits and suchJason Wright
2002-01-12syncJason Wright
2002-01-12Get permissions on magma/spif's correctJason Wright
2002-01-12syncJason Wright
2002-01-12Add _DEV entry for spif and correct spif to only create 1 bpp and 8 ttyJason Wright
2002-01-12syncJason Wright
2002-01-12add magma and a dnl'd spif entryJason Wright
2002-01-12syncJason Wright
2002-01-12Fix one magma entry, remove another, and add spif.Jason Wright
2002-01-12Port of Iain Hibbert's magma driver to sparc64Jason Wright
2002-01-12fix old new year, 14th not 15thMichael Shalayeff
2002-01-12Not used.Miod Vallat
2002-01-12If the user passes in "" as the string to resolve the lstat() willTodd 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 assemblerTodd 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-12xr to dig.Marc Espie
2002-01-12Xr intro 4 intead of special 8.Jason Wright
2002-01-12undo local changeMarkus Friedl
2002-01-12Don't try UDMA modes if they aren't supported by the controllerJason Wright
even if the flags enable it. chris@ ok
2002-01-12- Only apply fastroute and route-to if we are going in the samejasoni
direction as the rule. - ok dhartmei@
2002-01-12document net.inet.icmp.redir{accept,timeout}Eric Jackson
2002-01-12Make sure the daemon() call is harmless to file descriptors.Miod Vallat
Problem reported by markus@, fix by me, ok markus@ millert@
2002-01-12document net.inet.icmp.redir{accept,timeout}Eric Jackson
2002-01-12add 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-11use snprintf; mouring@Markus Friedl
2002-01-11use snprintf; mouring@Markus Friedl
2002-01-11use _PATH_TTYMarkus Friedl
2002-01-11use 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-11Reorganize a little, pull in instructions on certifcate generationTodd 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-11Get all of the bit definitions from ad1848reg, apcdmareg, and cs4231regJason Wright
headers.
2002-01-11use strlcpy not strlcat; mouring@Markus Friedl
2002-01-11pad the pf_state_{host,peer} to a 32bit quantity; dhartmei@ frantzen@ okMichael Shalayeff