summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-02-20 Add undo code to mg.Vincent Labrecque
needs further hacking. ok `whole bunch of people on icb'@
2002-02-20Clarify how the kernel version string is really updated; Sam SmithTodd C. Miller
2002-02-20frantzen's stackghost code. wcookie is set at 0 right now, until debuggerTheo de Raadt
support added (i mean, written)
2002-02-20104 byte WEP key support for Prism2 cards; from NetBSDTodd C. Miller
2002-02-20Remove useless prototypes for wi_request_fill_ssid() and wi_write_ssid().Todd C. Miller
Unike NetBSD we use a macro instead of those functions. mickey@ OK
2002-02-20merging ppref could cause negative back reference, fix from niklas@Niels Provos
2002-02-20setup power failure handler (for sw-controlled power button), move toc handlerMichael Shalayeff
2002-02-20support amd766 as amd756; from peter@ (pr/1948); tested by Henning Brauer ↵Michael Shalayeff
<lists-openbsdbugs@bsws.de>
2002-02-20Don't rely on vp for anything in dqsync as it can be nullConstantine Sapuntzakis
2002-02-20Revert local changes that snuck in to the last commit.Todd C. Miller
2002-02-20Some user header files may define an abs macro which will cause aTodd C. Miller
syntax error if the #define happens before stdlib.h is included. If abs is #defined, #undef and issue a warning. This is similar to what Tru64 UNIX does and is effectively the same as what happens on Solaris (though on Solaris the real abs() is a macro).
2002-02-20Add -compact to be consistent with cardbus.4Jason Wright
2002-02-20Xr sbus 4Jason Wright
2002-02-20sync with KAMEKenjiro Cho
- use strerror(3).
2002-02-20sync with KAMEKenjiro Cho
- #include <util.h> for pidfile(3). - use one signal handler instead of three. - add static to internals.
2002-02-20sync with KAMEKenjiro Cho
- #include <err.h> - remove unused variables. - initialize rval.
2002-02-20syncTheo de Raadt
2002-02-20syncTheo de Raadt
2002-02-20fix includes and some cleanup.Federico G. Schwindt
2002-02-20pthread_kill() manpage; from FreeBSD.Federico G. Schwindt
2002-02-20Fix obvious pasto: when iflush'n flush 24,20,16,... not 20,16,16,...Jason Wright
2002-02-20err/warn strings don't need \n'sJason Wright
2002-02-20Revert 1.10, bad mpech@ didn't try to compile.Miod Vallat
2002-02-20Tweak mvme88k and sparc64 specific settings.Miod Vallat
2002-02-19remove more old cruftEric Jackson
2002-02-19Heh. Don't assume that sizeof(void *) > sizeof(int).Artur Grabowski
2002-02-19man page fixesEric Jackson
from Kevin Steves <stevesk@pobox.com>
2002-02-19-Wall cleanup.Eric Jackson
from Kevin Steves <stevesk@pobox.com>
2002-02-19remove old cruftEric Jackson
2002-02-19We need to keep K&R compat macros for some ports where the assemnbler isTodd C. Miller
still using -traditional-cpp.
2002-02-19Provide PAGE_{MASK,SHIFT,SIZE} ``constants'' for every cpu combination.Miod Vallat
Fixes PR #2219
2002-02-19IPsec is written ``IPsec'', not ``IPSec''.Miod Vallat
2002-02-19syncTodd T. Fries
2002-02-19prettyTodd T. Fries
2002-02-19Fix the signal races in rbootd.Miod Vallat
Credit to millert@ and deraadt@ for pointing out some of my braindamage.
2002-02-19make wscons devices D-F possible, only used on sparc64 (D) atm.Todd T. Fries
make sparc64 build ttyD{cfg,0,1,..,b} move wscons) to 'target()' macros to make the above possible
2002-02-19Use opendev(3) rather than open(2) to please lazy people like me thatMiod Vallat
don't want to type "/dev/". It's somewhat an abuse of opendev(), but millert@ said it was ok.
2002-02-19Clean the dust, do decent error checking, and add a manual page.Miod Vallat
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-19Every command should have a manual page.Miod Vallat
Even obscure ones. Especially obscure ones.
2002-02-19login_close() should avoid memory leak.Mike Pechkin
millert@ ok
2002-02-19Use arc4random().Mike Pechkin
millert@ ok
2002-02-19Fix gethostname() usage.Mike Pechkin
deraadt@ ok
2002-02-19Rewrite upper().Mike Pechkin
millert@ ok
2002-02-19amap_pp_adjref could fragment ppref array; fix by merging adjacent chunks;Niels Provos
from Chuck Silvers; okay art@
2002-02-19no need to talk about parity re-write completion if no re-write was done.Thierry Deval
2002-02-19 Make multiple buffers with the same basename work correctly.. (like GNUVincent Labrecque
emacs) and unbreak a stupid loop at the same time. ok art@
2002-02-19Add a BNF production for address (interface name, host name, or numeric).Daniel Hartmeier
In the examples, change "port = x" -> "port x", since it's shorter and valid.
2002-02-19don't do anything if #raid=0 (just return)Thierry Deval
2002-02-19fetch correct dot.profileTheo de Raadt