summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-01-16Just tested a Eumitcom WL11000P in the guise of a Belkin F5D6000.Todd C. Miller
2002-01-15minor simplification in preparation for a future change.Artur Grabowski
2002-01-15Make vmstat -m output the same for both sysctl and kvm versions.Artur Grabowski
Plus a minor simplification in preparation for a future change.
2002-01-15o no more NOPOLL.Federico G. Schwindt
o rearrange a bit.
2002-01-15add spif* at sbus?Jason Wright
2002-01-15allow zskbd* at zs?Jason Wright
2002-01-15Frontend driver for keyboards attached to zs's (instead of zstty's).Jason Wright
Doesn't really work yet, but it's not terribly far off. This is a work in progress..
2002-01-15sometimes trailing spaces are required for proper formatingMarco S Hyman
2002-01-15A fix to amap_wiperange from Chuck Cranor that has been in my tree forArtur Grabowski
a while. With his words: " here is a fix for a bug in amap_wiperange (was posted on netbsd's tech-kern list). i screwed up the loop control :("
2002-01-15allocate sackholes with poolNiels Provos
2002-01-15Move the enc tests into the Makefile and split them intoArtur Grabowski
several small tests. beck@ ok
2002-01-15MNAMELEN is 90, not 32; peterw AT ifost.org.auTodd C. Miller
2002-01-15change tcpcb allocation to poolNiels Provos
2002-01-15update to sudo 1.6.4p1Todd C. Miller
2002-01-14Do not create sys_aliases.c for elf systems; tested at some extentFederico G. Schwindt
by art@ and drahn@.
2002-01-14volatile police.Miod Vallat
2002-01-14knfNiels Provos
2002-01-14knfNiels Provos
2002-01-14knfNiels Provos
2002-01-14typoNiels Provos
2002-01-14If waitpid() return ECHILD that should not be a fatal error sinceTodd C. Miller
someone else could have waited for the process or zombies could be disabled via SIG_IGN or SA_NOCLDWAIT.
2002-01-14Use SIG_DFL to reset SIGCHLD handlers, not SIG_IGN which has a differentTodd C. Miller
meaning now.
2002-01-14(c) 2002Markus Friedl
2002-01-14remove function pointers for events, remove chan_init*; ok provos@Markus Friedl
2002-01-14remove duplicated code; ok provos@Markus Friedl
2002-01-14correct fn names for ssh2, do not switch from closed to closed; ok provos@Markus Friedl
2002-01-14merge chan_[io]buf_empty[12]; ok provos@Markus Friedl
2002-01-14chan_send_oclose1() no longer calls chan_shutdown_write(); ok provos@Markus Friedl
2002-01-14update to sendmail-8.12.2Todd C. Miller
2002-01-14use macros to manage tcp timers; based on netbsdNiels Provos
2002-01-14The return value of lcsplx is used in locore. however at some pointDale Rahn
the function was changed to be void. return the cpl value at the time the function is called as locore.S expects.
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).