summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-06-24Add prototype for ofwconprobe().Dale Rahn
2001-06-24comment out unused header file, add header files for proper prototypes,Dale Rahn
extern trap symbols with decent prototypes, use proper ddb_init() function.
2001-06-24include header files for proper defines.Dale Rahn
2001-06-24fpu function prototypes;Dale Rahn
2001-06-24register i; is not a valid variable declaration.Dale Rahn
2001-06-24include header for prototype, declare correctly, cast for local variable use.Dale Rahn
2001-06-24header file for prototypes, local variable for const input parameter.Dale Rahn
2001-06-24Add cold as extern; makes kernel compiles again. bad mickey!Federico G. Schwindt
2001-06-24prototype cleanup, use local variable for const input arg.Dale Rahn
2001-06-24include header for prototypes, prototype functions, assignment inDale Rahn
conditional cleanup, -W warning cleanups.
2001-06-24Add back stuff I removed in previous commit with a minor change.Federico G. Schwindt
2001-06-24Add systm.h for prototypes.Dale Rahn
2001-06-24include prototype for calc_delayconst()Dale Rahn
2001-06-24Unused variable, poof.Dale Rahn
2001-06-24properly prototype diskconf()Dale Rahn
2001-06-24damn, correctly spell ifdef.Federico G. Schwindt
2001-06-24include systm.h for proper prototypes.Dale Rahn
2001-06-24More inlined function cleanup for -W strictness.Dale Rahn
2001-06-24More inline function clean for -W flags strictness.Dale Rahn
2001-06-24More inline function cleanup for stricter -W flags.Dale Rahn
2001-06-24inlined function definition clean, in preparation of more strict -W warningDale Rahn
flags.
2001-06-24OpenBSD tag.Federico G. Schwindt
2001-06-24better.Federico G. Schwindt
2001-06-24let other read /dev/pci (so that they can call ioctl(..., PCIOCREAD, ...))Matthieu Herrb
2001-06-24oops. another one.Artur Grabowski
2001-06-24allow ioctl(..., PCIOCREAD, ...) if the device was opened O_READONLYMatthieu Herrb
2001-06-24fix multiple key handling in wicontrol.Marco S Hyman
The entry for option 'k' in the wi_opt table MUST be the first entry for the code that processes the -v option to work
2001-06-23termios -> cursesPaul Janzen
2001-06-23use ether_input_mbufMichael Shalayeff
2001-06-23Update to reflect reality.Hans Insulander
2001-06-23Add some dma register #definesHakan Olsson
2001-06-23Add kerberos 5 services.Hans Insulander
2001-06-23ether_input_mbuf().Federico G. Schwindt
2001-06-23Small nits from pjanzen.Hans Insulander
2001-06-23do not do sync if too cold; niklas@ arrivedMichael Shalayeff
2001-06-23Remove evil #ifdef __GNUC__ garbage to avoid longjmp clobbering andTodd C. Miller
use volatile instead.
2001-06-23Remove evil #ifdef __GNUC__ garbage to avoid longjmp clobbering andTodd C. Miller
use volatile instead.
2001-06-23make use of ether_input_mbuf, easyMichael Shalayeff
2001-06-23Make sure screen is big enough to play.Paul Janzen
2001-06-23Remove evil #ifdef __GNUC__ garbage to avoid longjmp clobbering andTodd C. Miller
use volatile instead.
2001-06-23Ok, when cards with vlan hw tagging are used in bridged configurationsJason Wright
and the tag doesn't match a child interface, reinsert the tag and call ether_input() so that bridges can still function.
2001-06-23copydata, not copybackAngelos D. Keromytis
2001-06-23Adjust length.Angelos D. Keromytis
2001-06-23ether_input_mbuf().Federico G. Schwindt
2001-06-23ether_input_mbuf()Jason Wright
2001-06-23Use ether_input_mbuf instead.Federico G. Schwindt
2001-06-23Build libkafs after make includes has been done.Hans Insulander
2001-06-23Add ether_input_mbuf to help us remove the ether_header fromFederico G. Schwindt
ether_input; all drivers should start migrating to this. Discussed with jason@, deraadt@ more or les ok'ed.
2001-06-23remove evil #ifdef __GNUC__ garbage to avoid longjmp clobbering and use ↵Todd C. Miller
volatile instead
2001-06-23consistent with ssh2: skip key if empty passphrase is entered,Markus Friedl
retry num_of_passwd_prompt times if passphrase is wrong. ok fgsch@